88 lines
2.3 KiB
Plaintext
88 lines
2.3 KiB
Plaintext
|
|
inherited frViewIdiomasArticulo: TfrViewIdiomasArticulo
|
||
|
|
Width = 774
|
||
|
|
Height = 100
|
||
|
|
OnShow = CustomViewShow
|
||
|
|
ExplicitWidth = 774
|
||
|
|
ExplicitHeight = 100
|
||
|
|
inherited cxGrid: TcxGrid
|
||
|
|
Width = 774
|
||
|
|
Height = 75
|
||
|
|
ExplicitWidth = 774
|
||
|
|
ExplicitHeight = 75
|
||
|
|
inherited cxGridView: TcxGridDBTableView
|
||
|
|
DataController.KeyFieldNames = 'RecID'
|
||
|
|
object cxGridViewID_IDIOMA: TcxGridDBColumn
|
||
|
|
Caption = 'Idioma'
|
||
|
|
DataBinding.FieldName = 'ID_IDIOMA'
|
||
|
|
PropertiesClassName = 'TcxLookupComboBoxProperties'
|
||
|
|
Properties.ImmediatePost = True
|
||
|
|
Properties.KeyFieldNames = 'ID'
|
||
|
|
Properties.ListColumns = <
|
||
|
|
item
|
||
|
|
FieldName = 'DESCRIPCION'
|
||
|
|
end>
|
||
|
|
Properties.ListOptions.ShowHeader = False
|
||
|
|
Properties.ListSource = dsIdiomas
|
||
|
|
BestFitMaxWidth = 50
|
||
|
|
MinWidth = 50
|
||
|
|
Options.Editing = False
|
||
|
|
VisibleForCustomization = False
|
||
|
|
Width = 50
|
||
|
|
end
|
||
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
||
|
|
Caption = 'Descripci'#243'n'
|
||
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
||
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
||
|
|
BestFitMaxWidth = 400
|
||
|
|
MinWidth = 200
|
||
|
|
VisibleForCustomization = False
|
||
|
|
Width = 400
|
||
|
|
end
|
||
|
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'ID_ARTICULO'
|
||
|
|
Visible = False
|
||
|
|
VisibleForCustomization = False
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited ToolBar1: TToolBar
|
||
|
|
Width = 774
|
||
|
|
ExplicitWidth = 774
|
||
|
|
inherited ToolButton1: TToolButton
|
||
|
|
ExplicitWidth = 62
|
||
|
|
end
|
||
|
|
inherited ToolButton4: TToolButton
|
||
|
|
ExplicitWidth = 74
|
||
|
|
end
|
||
|
|
inherited ToolButton2: TToolButton
|
||
|
|
ExplicitWidth = 67
|
||
|
|
end
|
||
|
|
inherited ToolButton7: TToolButton
|
||
|
|
ExplicitWidth = 117
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited dsDetalles: TDADataSource
|
||
|
|
Left = 432
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
inherited ContenidoImageList: TPngImageList
|
||
|
|
Left = 392
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
inherited ActionListContenido: TActionList
|
||
|
|
Left = 352
|
||
|
|
Top = 8
|
||
|
|
inherited actModificar: TAction
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
inherited actAnchoAutomatico: TAction
|
||
|
|
Enabled = False
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object dsIdiomas: TDADataSource
|
||
|
|
Left = 472
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
end
|