git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
106 lines
3.3 KiB
Plaintext
106 lines
3.3 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 = cxGridViewNOMBRE
|
|
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 cxGridViewOPCION: TcxGridDBColumn
|
|
Caption = 'Opci'#243'n'
|
|
DataBinding.FieldName = 'OPCION'
|
|
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 frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDock1: TTBXDock
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
inherited dxLayoutControl1Group1: TdxLayoutGroup
|
|
inherited dxLayoutControl1Item2: TdxLayoutItem
|
|
Caption = 'Inicio entre la fecha:'
|
|
end
|
|
end
|
|
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
|