git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
73 lines
2.1 KiB
Plaintext
73 lines
2.1 KiB
Plaintext
inherited frViewPersonalContacto: TfrViewPersonalContacto
|
|
Width = 583
|
|
Height = 464
|
|
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'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 88
|
|
end
|
|
object cxGridViewPUESTO: TcxGridDBColumn
|
|
Caption = 'Puesto'
|
|
DataBinding.FieldName = 'PUESTO'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 128
|
|
end
|
|
object cxGridViewTELEFONO: TcxGridDBColumn
|
|
Caption = 'Tel'#233'fono'
|
|
DataBinding.FieldName = 'TELEFONO'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 54
|
|
end
|
|
object cxGridViewMOVIL: TcxGridDBColumn
|
|
Caption = 'M'#243'vil'
|
|
DataBinding.FieldName = 'MOVIL'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 54
|
|
end
|
|
object cxGridViewFAX: TcxGridDBColumn
|
|
Caption = 'Fax'
|
|
DataBinding.FieldName = 'FAX'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 54
|
|
end
|
|
object cxGridViewEMAIL: TcxGridDBColumn
|
|
Caption = 'E-Mail'
|
|
DataBinding.FieldName = 'EMAIL'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Width = 50
|
|
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
|