git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@162 93f398dd-4eb6-7a46-baf6-13f46f578da2
103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
inherited frViewTiendas: TfrViewTiendas
|
|
Width = 583
|
|
Height = 464
|
|
OnCreate = CustomViewCreate
|
|
ExplicitWidth = 583
|
|
ExplicitHeight = 464
|
|
inherited cxGrid: TcxGrid
|
|
Width = 583
|
|
Height = 439
|
|
ExplicitWidth = 583
|
|
ExplicitHeight = 439
|
|
inherited cxGridView: TcxGridDBTableView
|
|
OnDblClick = cxGridViewDblClick
|
|
OptionsData.Appending = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
Caption = 'Nombre'
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
Width = 88
|
|
end
|
|
object cxGridViewDIRECCION: TcxGridDBColumn
|
|
Caption = 'Direcci'#243'n'
|
|
DataBinding.FieldName = 'CALLE'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 128
|
|
end
|
|
object cxGridViewPOBLACION: TcxGridDBColumn
|
|
Caption = 'Poblaci'#243'n'
|
|
DataBinding.FieldName = 'POBLACION'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
BestFitMaxWidth = 64
|
|
Width = 103
|
|
end
|
|
object cxGridViewCP: TcxGridDBColumn
|
|
Caption = 'Cod. postal'
|
|
DataBinding.FieldName = 'CODIGO_POSTAL'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Visible = False
|
|
Width = 76
|
|
end
|
|
object cxGridViewPROVINCIA: TcxGridDBColumn
|
|
Caption = 'Provincia'
|
|
DataBinding.FieldName = 'PROVINCIA'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Visible = False
|
|
BestFitMaxWidth = 64
|
|
Width = 213
|
|
end
|
|
object cxGridViewPERSONA_CONTACTO: TcxGridDBColumn
|
|
Caption = 'Persona de contacto'
|
|
DataBinding.FieldName = 'PERSONA_CONTACTO'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 92
|
|
end
|
|
object cxGridViewTELEFONO: TcxGridDBColumn
|
|
Caption = 'Tel'#233'fono'
|
|
DataBinding.FieldName = 'TELEFONO'
|
|
Width = 54
|
|
end
|
|
object cxGridViewEMAIL: TcxGridDBColumn
|
|
Caption = 'e-mail'
|
|
DataBinding.FieldName = 'EMAIL'
|
|
Width = 50
|
|
end
|
|
object cxGridViewPORTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PORTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Visible = False
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
VisibleForCustomization = False
|
|
Width = 54
|
|
end
|
|
object cxGridViewCODIGO_CONTABLE: TcxGridDBColumn
|
|
Caption = 'C'#243'd.Contable'
|
|
DataBinding.FieldName = 'CODIGO_CONTABLE'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 583
|
|
ExplicitWidth = 583
|
|
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
|
|
end
|