git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@208 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
77 lines
2.3 KiB
Plaintext
77 lines
2.3 KiB
Plaintext
inherited frViewSucursalesContacto: TfrViewSucursalesContacto
|
|
Width = 583
|
|
Height = 464
|
|
OnCreate = CustomViewCreate
|
|
OnDestroy = CustomViewDestroy
|
|
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 cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewNIFCIF: TcxGridDBColumn
|
|
Caption = 'NIF / CIF'
|
|
DataBinding.FieldName = 'NIFCIF'
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
Caption = 'Nombre'
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 64
|
|
end
|
|
object cxGridViewTELEFONO: TcxGridDBColumn
|
|
Caption = 'Tel'#233'fono'
|
|
DataBinding.FieldName = 'TELEFONO_1'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 64
|
|
end
|
|
object cxGridViewMOVIL: TcxGridDBColumn
|
|
Caption = 'M'#243'vil'
|
|
DataBinding.FieldName = 'MOVIL_1'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 64
|
|
end
|
|
object cxGridViewFAX: TcxGridDBColumn
|
|
Caption = 'Fax'
|
|
DataBinding.FieldName = 'FAX_1'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 64
|
|
end
|
|
object cxGridViewEMAIL: TcxGridDBColumn
|
|
Caption = 'E-Mail'
|
|
DataBinding.FieldName = 'EMAIL_1'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 64
|
|
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
|