git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@409 0c75b7a4-871f-7646-8a2f-f78d34cc349f
113 lines
3.7 KiB
Plaintext
113 lines
3.7 KiB
Plaintext
inherited frViewObras: TfrViewObras
|
|
inherited cxGrid: TcxGrid
|
|
ExplicitTop = 102
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 obras'
|
|
Kind = skCount
|
|
Column = cxGridViewNOMBRE
|
|
end>
|
|
OptionsBehavior.PullFocusing = True
|
|
object cxGridViewID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID'
|
|
BestFitMaxWidth = 22
|
|
MinWidth = 22
|
|
Options.HorzSizing = False
|
|
VisibleForCustomization = False
|
|
Width = 22
|
|
IsCaptionAssigned = True
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
SortIndex = 0
|
|
SortOrder = soAscending
|
|
Width = 304
|
|
end
|
|
object cxGridViewCALLE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CALLE'
|
|
Visible = False
|
|
BestFitMaxWidth = 80
|
|
end
|
|
object cxGridViewPOBLACION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'POBLACION'
|
|
Visible = False
|
|
BestFitMaxWidth = 80
|
|
end
|
|
object cxGridViewCODIGO_POSTAL: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CODIGO_POSTAL'
|
|
Visible = False
|
|
BestFitMaxWidth = 80
|
|
end
|
|
object cxGridViewPROVINCIA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PROVINCIA'
|
|
Visible = False
|
|
BestFitMaxWidth = 80
|
|
end
|
|
object cxGridViewTELEFONO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'TELEFONO'
|
|
BestFitMaxWidth = 80
|
|
Width = 118
|
|
end
|
|
object cxGridViewMOVIL: TcxGridDBColumn
|
|
DataBinding.FieldName = 'MOVIL'
|
|
Visible = False
|
|
BestFitMaxWidth = 80
|
|
end
|
|
object cxGridViewFAX: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FAX'
|
|
BestFitMaxWidth = 80
|
|
end
|
|
object cxGridViewPERSONACONTACTO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PERSONA_CONTACTO'
|
|
BestFitMaxWidth = 80
|
|
Width = 118
|
|
end
|
|
object cxGridViewNOMBRE_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NOMBRE_CLIENTE'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
BestFitMaxWidth = 80
|
|
Width = 100
|
|
end
|
|
object cxGridViewNOMBRE_SUBCONTRATA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NOMBRE_SUBCONTRATA'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
BestFitMaxWidth = 80
|
|
Width = 100
|
|
end
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.842406053240000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
end
|