git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
75 lines
2.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
inherited frViewContactos: TfrViewContactos
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'CODIGO'
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skCount
|
|
Column = cxGrid1ViewNOMBRE
|
|
end>
|
|
OptionsBehavior.PullFocusing = True
|
|
object cxGridViewICONO: TcxGridDBColumn
|
|
OnCustomDrawCell = cxGridViewCODIGOCustomDrawCell
|
|
BestFitMaxWidth = 25
|
|
Options.Sorting = False
|
|
Width = 20
|
|
end
|
|
object cxGridViewCODIGO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CODIGO'
|
|
Visible = False
|
|
BestFitMaxWidth = 25
|
|
Width = 25
|
|
IsCaptionAssigned = True
|
|
end
|
|
object cxGrid1ViewNOMBRE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
SortIndex = 0
|
|
SortOrder = soAscending
|
|
Width = 195
|
|
end
|
|
object cxGrid1ViewCALLE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CALLE'
|
|
Width = 75
|
|
end
|
|
object cxGrid1ViewTELEFONO1: TcxGridDBColumn
|
|
DataBinding.FieldName = 'TELEFONO1'
|
|
BestFitMaxWidth = 64
|
|
Width = 75
|
|
end
|
|
object cxGrid1ViewMOVIL: TcxGridDBColumn
|
|
DataBinding.FieldName = 'MOVIL'
|
|
BestFitMaxWidth = 64
|
|
Width = 76
|
|
end
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDock1: TTBXDock
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Width = 273
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Width = 121
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.842406053240000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <>
|
|
Left = 160
|
|
Top = 32
|
|
end
|
|
end
|