git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@244 c93665c3-c93d-084d-9b98-7d5f4a9c3376
295 lines
11 KiB
Plaintext
295 lines
11 KiB
Plaintext
inherited frViewArticulos: TfrViewArticulos
|
|
Height = 495
|
|
ExplicitHeight = 495
|
|
inherited cxGrid: TcxGrid
|
|
Height = 367
|
|
ExplicitHeight = 367
|
|
inherited cxGridView: TcxGridDBTableView
|
|
OnMouseMove = cxGridViewMouseMove
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText, dcoGroupsAlwaysExpanded]
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 almacenes'
|
|
Kind = skCount
|
|
end
|
|
item
|
|
Format = '0 Art'#237'culos'
|
|
Kind = skCount
|
|
Column = cxGridViewDESCRIPCION
|
|
end>
|
|
OptionsBehavior.PullFocusing = True
|
|
OptionsCustomize.ColumnHidingOnGrouping = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
object cxGridViewINVENTARIABLE: TcxGridDBColumn
|
|
Caption = #191'Inventariable?'
|
|
DataBinding.FieldName = 'INVENTARIABLE'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.Images = PngImageList
|
|
Properties.Items = <
|
|
item
|
|
Value = 0
|
|
end
|
|
item
|
|
ImageIndex = 0
|
|
Tag = 1
|
|
Value = 1
|
|
end>
|
|
BestFitMaxWidth = 22
|
|
MinWidth = 22
|
|
Options.HorzSizing = False
|
|
Width = 22
|
|
end
|
|
object cxGridViewCOMISIONABLE: TcxGridDBColumn
|
|
Caption = #191'Comisionable?'
|
|
DataBinding.FieldName = 'COMISIONABLE'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.DefaultDescription = 'S'#237
|
|
Properties.DefaultImageIndex = 1
|
|
Properties.Images = PngImageList
|
|
Properties.ImmediatePost = True
|
|
Properties.ImmediateUpdateText = True
|
|
Properties.Items = <
|
|
item
|
|
Description = 'S'#237
|
|
ImageIndex = 1
|
|
Tag = 1
|
|
Value = 1
|
|
end
|
|
item
|
|
Description = 'No'
|
|
Value = 0
|
|
end
|
|
item
|
|
Description = 'S'#237
|
|
ImageIndex = 1
|
|
Tag = 1
|
|
end>
|
|
Properties.PostPopupValueOnTab = True
|
|
Properties.ShowDescriptions = False
|
|
BestFitMaxWidth = 22
|
|
MinWidth = 22
|
|
Options.HorzSizing = False
|
|
Width = 22
|
|
end
|
|
object cxGridViewTiendaWeb: TcxGridDBColumn
|
|
Caption = 'Acceso a tienda web'
|
|
DataBinding.FieldName = 'TIENDA_WEB'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.Images = PngImageList
|
|
Properties.Items = <
|
|
item
|
|
Description = '0'
|
|
Value = 0
|
|
end
|
|
item
|
|
Description = '1'
|
|
ImageIndex = 2
|
|
Value = 1
|
|
end>
|
|
Properties.ShowDescriptions = False
|
|
BestFitMaxWidth = 22
|
|
MinWidth = 22
|
|
Options.HorzSizing = False
|
|
Width = 22
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
BestFitMaxWidth = 60
|
|
Width = 60
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
BestFitMaxWidth = 120
|
|
Width = 120
|
|
end
|
|
object cxGridViewFAMILIA: TcxGridDBColumn
|
|
Caption = 'Familia'
|
|
DataBinding.FieldName = 'FAMILIA'
|
|
BestFitMaxWidth = 60
|
|
Width = 60
|
|
end
|
|
object cxGridViewNOMBRE_PROVEEDOR: TcxGridDBColumn
|
|
Caption = 'Proveedor'
|
|
DataBinding.FieldName = 'NOMBRE_PROVEEDOR'
|
|
BestFitMaxWidth = 120
|
|
Width = 120
|
|
end
|
|
object cxGridViewREFERENCIA_PROV: TcxGridDBColumn
|
|
Caption = 'Ref. proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA_PROV'
|
|
BestFitMaxWidth = 60
|
|
Width = 60
|
|
end
|
|
object cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
|
Caption = 'Precio coste'
|
|
DataBinding.FieldName = 'PRECIO_COSTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Caption = 'Descuento'
|
|
DataBinding.FieldName = 'DESCUENTO'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
|
Caption = 'Precio neto'
|
|
DataBinding.FieldName = 'PRECIO_NETO'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
|
Caption = 'Precio porte'
|
|
DataBinding.FieldName = 'PRECIO_PORTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
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 pnlAgrupaciones: TTBXDockablePanel
|
|
Top = 469
|
|
Visible = True
|
|
ExplicitTop = 469
|
|
ExplicitWidth = 554
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
object TBXSeparatorItem1: TTBXSeparatorItem
|
|
end
|
|
object TBXItem3: TTBXItem
|
|
Action = actFamilia
|
|
end
|
|
object TBXSeparatorItem2: TTBXSeparatorItem
|
|
end
|
|
object TBXItem2: TTBXItem
|
|
Action = actProveedor
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.842406053240000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited ActionList1: TActionList
|
|
Left = 352
|
|
Top = 560
|
|
object actFamilia: TAction
|
|
Caption = 'Familia'
|
|
OnExecute = actFamiliaExecute
|
|
OnUpdate = actFamiliaUpdate
|
|
end
|
|
object actProveedor: TAction
|
|
Caption = 'Proveedor'
|
|
OnExecute = actProveedorExecute
|
|
OnUpdate = actProveedorUpdate
|
|
end
|
|
end
|
|
inherited PngImageList10: TPngImageList
|
|
Left = 320
|
|
Top = 560
|
|
end
|
|
inherited dxPrintStyleManager1: TdxPrintStyleManager
|
|
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
|
|
BuiltInStyle = True
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000970485973000017120000171201679FD2520000022E4944415478DA
|
|
8D93CF6BD36018C7BF6997A45DD376EA70CA18D31D44981741280C44119DA83D
|
|
C87619781A1EFD1BC49B2028B28353141111A43BE8CD934E65A8D4A1686B61B5
|
|
A31DD8CCBAFEDAACEDF226B389EFFB26CBCC54E6030FEFCB4B3E9FE79B9744B0
|
|
2C0B8220E0F7BA3AB2D75A282DE07F4AD82C60F0851B8F50530BF85EF98A6236
|
|
8DCCAB69B0B366BD8C95B24ACF4BB877FD226AFD635EC13A5CF99243A356869A
|
|
4D51F8398799EC476D09E5621E0F6F5EC6C8D938EE7C503604EB7055CDA34127
|
|
A8B90C3ECD3CE570A35AA2FD0DCB4B2AEE4F5CC29953C35094102667655B706D
|
|
7480C3F97412AD951AAAC502E6DEBCE47031974673B942BB8AA9DB57103F7D12
|
|
9D9D413ED4154C8C0BD6FCE7AD2F6C2816C3CE9E6E8862077C3E9F57307CE2FC
|
|
1F80655A308C35E844C7B3273318D8D78FE8B6282449A41211B7DE05FE2D304D
|
|
13866EC34433F0FAC55BF4EDE945A42B0C910A6459C6DD94F27781D936F964B2
|
|
AADB02DAEF9329ECEEED4138A240944548B2840773DBBD02B637596C6238205D
|
|
352AD175643E66B1A3BB0B0A15489204292061AAB0CB2B68D3C96B34367120BE
|
|
3AB2F96C01E1A8825028083920F35778BCD8B721387E6C9C42060788465C50A3
|
|
12B24AB0582C2110946907282C61BA3588442221B882C343E75C50A30093B104
|
|
84D849EAD53AFC1D7E0ECFFA631C76FF0526387470D4135977405B62A0D56CB2
|
|
C791891C71618FE0C0FEB873618623B2E33361FB679B4A340A1FF5C01E41928C
|
|
6DF9256E8659FD02D3B7960923D6946A0000000049454E44AE426082}
|
|
Name = 'PngImage0'
|
|
Background = clWindow
|
|
end
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
61000000B64944415478DA6364A010300E2A031C80B800CA9E00C407408C008F
|
|
00850F3F3E2C3870E080032103E09A900D031AD0B061C70607A8185E03FE03B1
|
|
2094FD1E24E7E0E12070E1C2850D1F5E7C4800F21F90EC0207078702A0D30370
|
|
D94E300C0404040E7CF8F0A101C960BC06A000A0ED0140DB0BA006630D604206
|
|
00F51F0029DE802B80711A000C798703270E34009D0FF33B4600E335C0C0C0E0
|
|
0028F4A136630D60425E00290685FE075C014C300C8805036F00007263471179
|
|
E402210000000049454E44AE426082}
|
|
Name = 'PngImage1'
|
|
Background = clWindow
|
|
end
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
61000001E34944415478DAA5932D72E43010855F98D934341BC1858261D10D76
|
|
8E3047305C1685051A067A59A0E042E70682863D6C608719EE6B399EADDABFAA
|
|
AD7595CAB2DCFDF5EB1FDDE13F9FBB9F0FF258225F27AEC415D109B05A35C3CC
|
|
EF32E653FD2380CE035F4388720C41609DC2D68ABA28B42688E1820E79CAE7E9
|
|
17407316E4788F43E8033CF2F46D42F804E8E29084E0A2ACBE7B90E9798334C0
|
|
40D9145AC2BD1E8591A58B5CFE27406D462915EA59AD4A70812CF142FBD3340E
|
|
750764113C8648C9A214E20A0C762560A1A925A662A8FDD0D48A06846B782220
|
|
6F80E732C7181F14858079CB69895B1D57D6824BBB99FF4A03C9952134BD9597
|
|
21ED008BF1F341F52BAA3035098CC23428DB561A70D53EC39888EFB941D4F45E
|
|
5EB2DC0021A6035BC56A0F306660BD1B464A3DB5A8B00CED89606A62B201A61D
|
|
90CB8C3E3EA03BD2F002BD8EF4550FB441D421532B62658D02CFC4C2DBFC9AD3
|
|
0EC86CDBA349DC24B2F7BA8E2D227BCF9CFD3CB573EC69409EE6D731EF804899
|
|
EC4F3CB6D631927623FFD48F5AC84741B1B572D58B4FEB5CC67A1BA4739ECE34
|
|
18D185435DE756B070B5CDB17305B63BB741A2F38F41BA41BE38C4324D8FE6C6
|
|
3E0FBE7CEF15F602716877E7DF5EA6F330B6CBC4F6A55641CAE69EC973245714
|
|
97FDD7DBF8AFCF7740E00D20BA266C3A0000000049454E44AE426082}
|
|
Name = 'PngImage2'
|
|
Background = clWindow
|
|
end>
|
|
Left = 160
|
|
Top = 32
|
|
Bitmap = {}
|
|
end
|
|
end
|