git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@280 c93665c3-c93d-084d-9b98-7d5f4a9c3376
56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
inherited frViewAlbaranesDevCliente: TfrViewAlbaranesDevCliente
|
|
OnCreate = CustomViewCreate
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewNUM_COPIAS: TcxGridDBColumn
|
|
IsCaptionAssigned = True
|
|
end
|
|
object cxGridViewREFERENCIA_ALB_DEV: TcxGridDBColumn [3]
|
|
Caption = 'Ref. alb. origen'
|
|
DataBinding.FieldName = 'REFERENCIA_ALB_DEV'
|
|
end
|
|
object cxGridViewREFERENCIA_FAC_ALB_DEV: TcxGridDBColumn [4]
|
|
Caption = 'Ref. fac. alb. origen'
|
|
DataBinding.FieldName = 'REFERENCIA_FAC_ALB_DEV'
|
|
end
|
|
inherited cxGridViewFECHA_ALBARAN: TcxGridDBColumn
|
|
Caption = 'Fecha'
|
|
end
|
|
inherited cxGridViewREF_FACTURA: TcxGridDBColumn
|
|
Caption = 'Ref. abono'
|
|
end
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
ExplicitWidth = 468
|
|
Width = 468
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Left = 369
|
|
ExplicitLeft = 369
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 39232.492941620360000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited dxPrintStyleManager1: TdxPrintStyleManager
|
|
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
|
|
BuiltInStyle = True
|
|
end
|
|
end
|
|
end
|