87 lines
2.7 KiB
Plaintext
87 lines
2.7 KiB
Plaintext
|
|
inherited frViewMontajes: TfrViewMontajes
|
||
|
|
inherited cxGrid: TcxGrid
|
||
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
||
|
|
OnActiveTabChanged = cxGridActiveTabChanged
|
||
|
|
inherited cxGridView: TcxGridDBTableView
|
||
|
|
DataController.KeyFieldNames = 'CODIGO'
|
||
|
|
DataController.Summary.FooterSummaryItems = <
|
||
|
|
item
|
||
|
|
Kind = skCount
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Format = '0 Montajes'
|
||
|
|
Kind = skCount
|
||
|
|
Column = cxGridViewREFERENCIA
|
||
|
|
end>
|
||
|
|
OptionsBehavior.PullFocusing = True
|
||
|
|
object cxGridViewRecID: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'RecID'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewCODIGOEMPRESA: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'CODIGOEMPRESA'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewCODIGO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'CODIGO'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'REFERENCIA'
|
||
|
|
end
|
||
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'SITUACION'
|
||
|
|
end
|
||
|
|
object cxGridViewFECHAINICIO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'FECHAINICIO'
|
||
|
|
end
|
||
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'NOMBRE'
|
||
|
|
end
|
||
|
|
object cxGridViewFECHAALTA: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'FECHAALTA'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewUSUARIO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'USUARIO'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewFECHAFIN: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'FECHAFIN'
|
||
|
|
end
|
||
|
|
object cxGridViewOBSERVACIONES: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'OBSERVACIONES'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewCODIGOPRESUPUESTO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'CODIGOPRESUPUESTO'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
object cxGridViewCODIGOCONTACTO: TcxGridDBColumn
|
||
|
|
DataBinding.FieldName = 'CODIGOCONTACTO'
|
||
|
|
Visible = False
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited cxGridLevel: TcxGridLevel
|
||
|
|
Caption = 'Todos'
|
||
|
|
end
|
||
|
|
object cxGridLevel1: TcxGridLevel
|
||
|
|
Caption = 'Pendientes'
|
||
|
|
end
|
||
|
|
object cxGridLevel2: TcxGridLevel
|
||
|
|
Caption = 'Finalizados'
|
||
|
|
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
|