git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
inherited frViewAlbaranesDevCliente: TfrViewAlbaranesDevCliente
|
|
OnCreate = CustomViewCreate
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
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 = 273
|
|
Width = 273
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 39232.492941620370000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
end
|