git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
84 lines
2.5 KiB
Plaintext
84 lines
2.5 KiB
Plaintext
inherited frViewConfiguracionCapitulo: TfrViewConfiguracionCapitulo
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewID: TcxGridDBColumn
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewPOSICION: TcxGridDBColumn
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewTIPO: TcxGridDBColumn
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'TIPO_ARTICULO'
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
OnGetPropertiesForEdit = cxGridViewDESCRIPCIONGetPropertiesForEdit
|
|
end
|
|
inherited cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewIMPORTEUNIDAD: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewIMPORTETOTAL: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
inherited cxGridViewVISIBLE: TcxGridDBColumn
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
inherited TBXDock1: TTBXDock
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
ExplicitWidth = 447
|
|
end
|
|
end
|
|
object cxLookupComboBox: TcxLookupComboBox [3]
|
|
Left = 78
|
|
Top = 280
|
|
ParentFont = False
|
|
Properties.DropDownListStyle = lsEditList
|
|
Properties.ImmediatePost = True
|
|
Properties.KeyFieldNames = 'DESCRIPCION'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'DESCRIPCION'
|
|
end>
|
|
Properties.ListOptions.ShowHeader = False
|
|
Properties.ListSource = DAPropiedades
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -13
|
|
Style.Font.Name = 'Lucida Console'
|
|
Style.Font.Style = []
|
|
Style.IsFontAssigned = True
|
|
TabOrder = 3
|
|
Visible = False
|
|
Width = 145
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
inherited actAnadirArticulos: TAction
|
|
Enabled = False
|
|
Visible = False
|
|
end
|
|
end
|
|
object DAPropiedades: TDADataSource
|
|
Left = 32
|
|
Top = 272
|
|
end
|
|
end
|