This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Contactos/Cliente/uViewContactos.dfm
2007-06-21 16:02:50 +00:00

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