git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@647 0c75b7a4-871f-7646-8a2f-f78d34cc349f
184 lines
5.9 KiB
Plaintext
184 lines
5.9 KiB
Plaintext
inherited frViewEntradaSalidaArticulos: TfrViewEntradaSalidaArticulos
|
|
Width = 674
|
|
Height = 464
|
|
ExplicitWidth = 674
|
|
ExplicitHeight = 464
|
|
inherited cxGrid: TcxGrid
|
|
AlignWithMargins = True
|
|
Left = 8
|
|
Top = 110
|
|
Width = 658
|
|
Height = 320
|
|
Margins.Left = 8
|
|
Margins.Top = 8
|
|
Margins.Right = 8
|
|
Margins.Bottom = 8
|
|
ExplicitLeft = 8
|
|
ExplicitTop = 110
|
|
ExplicitWidth = 658
|
|
ExplicitHeight = 320
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'ID_ALMACEN;ID_ARTICULO'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText, dcoFocusTopRowAfterSorting, dcoImmediatePost]
|
|
OptionsData.Editing = True
|
|
OptionsSelection.CellSelect = True
|
|
object cxGridViewRecID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'RecID'
|
|
Visible = False
|
|
end
|
|
object cxGridViewID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_ARTICULO'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_PEDIDO_PROVEEDOR: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_PEDIDO_PROVEEDOR'
|
|
Visible = False
|
|
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
|
|
Width = 55
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
Width = 65
|
|
end
|
|
object cxGridViewREFERENCIA_PROV: TcxGridDBColumn
|
|
Caption = 'Ref. proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
|
Width = 80
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
PropertiesClassName = 'TcxRichEditProperties'
|
|
Width = 303
|
|
end
|
|
object cxGridViewSTOCK: TcxGridDBColumn
|
|
Caption = 'Stock actual'
|
|
DataBinding.FieldName = 'STOCK'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.DisplayFormat = ',0.##;-,0.##'
|
|
Properties.EditFormat = ',0.##;-,0.##'
|
|
Properties.ReadOnly = True
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 94
|
|
end
|
|
object cxGridViewCANTIDAD: TcxGridDBColumn
|
|
Caption = 'Cantidad'
|
|
DataBinding.FieldName = 'CANTIDAD'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.##;-,0.##'
|
|
Properties.EditFormat = ',0.##;-,0.##'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 80
|
|
end
|
|
object cxGridViewID_EMPRESA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_EMPRESA'
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
Width = 674
|
|
ExplicitWidth = 674
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
ExplicitWidth = 674
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 674
|
|
ExplicitWidth = 674
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 577
|
|
Width = 577
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Left = 225
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitLeft = 225
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited eLista: TcxComboBox
|
|
Left = 383
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitLeft = 383
|
|
ExplicitWidth = 281
|
|
Width = 281
|
|
end
|
|
end
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 674
|
|
ExplicitWidth = 674
|
|
inherited tbxBotones: TTBXToolbar
|
|
Width = 664
|
|
ExplicitWidth = 664
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
Top = 438
|
|
ExplicitTop = 438
|
|
ExplicitWidth = 674
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 674
|
|
ExplicitWidth = 674
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
Width = 664
|
|
ExplicitWidth = 664
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 39253.500748333330000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited cxStyleRepository1: TcxStyleRepository
|
|
object cxStyle_CANTIDAD_IMPAR: TcxStyle
|
|
AssignedValues = [svColor]
|
|
Color = 13828095
|
|
end
|
|
object cxStyle_CANTIDAD_PAR: TcxStyle
|
|
AssignedValues = [svColor]
|
|
Color = 15532031
|
|
end
|
|
end
|
|
object DADataSourceAlmacenes: TDADataSource
|
|
Left = 56
|
|
Top = 16
|
|
end
|
|
end
|