git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@323 0c75b7a4-871f-7646-8a2f-f78d34cc349f
91 lines
3.1 KiB
Plaintext
91 lines
3.1 KiB
Plaintext
inherited frViewEntradaSalidaArticulos: TfrViewEntradaSalidaArticulos
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'ID_ALMACEN;ID_ARTICULO'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText, dcoFocusTopRowAfterSorting, dcoImmediatePost]
|
|
object cxGridViewRecID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'RecID'
|
|
Visible = False
|
|
end
|
|
object cxGridViewID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID'
|
|
Visible = False
|
|
end
|
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_ARTICULO'
|
|
end
|
|
object cxGridViewID_PEDIDO_PROVEEDOR: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_PEDIDO_PROVEEDOR'
|
|
end
|
|
object cxGridViewID_PEDIDO_CLIENTE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_PEDIDO_CLIENTE'
|
|
Visible = False
|
|
end
|
|
object cxGridViewREFERENCIA_PED_CLI: TcxGridDBColumn
|
|
DataBinding.FieldName = 'REFERENCIA_PED_CLI'
|
|
Visible = False
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewREFERENCIA_PROV: TcxGridDBColumn
|
|
Caption = 'Ref. proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
PropertiesClassName = 'TcxRichEditProperties'
|
|
end
|
|
object cxGridViewCANTIDAD: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CANTIDAD'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewID_EMPRESA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_EMPRESA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewSTOCK: TcxGridDBColumn
|
|
Caption = 'Stock actual'
|
|
DataBinding.FieldName = 'STOCK'
|
|
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 = 39253.500748333330000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited dxPrintStyleManager1: TdxPrintStyleManager
|
|
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
|
|
BuiltInStyle = True
|
|
end
|
|
end
|
|
object DADataSourceAlmacenes: TDADataSource
|
|
Left = 56
|
|
Top = 16
|
|
end
|
|
end
|