git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@284 0c75b7a4-871f-7646-8a2f-f78d34cc349f
279 lines
9.7 KiB
Plaintext
279 lines
9.7 KiB
Plaintext
inherited frViewArticulos: TfrViewArticulos
|
|
Width = 539
|
|
ExplicitWidth = 539
|
|
inherited cxGrid: TcxGrid
|
|
Width = 539
|
|
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 cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
BestFitMaxWidth = 60
|
|
Width = 60
|
|
end
|
|
object cxGridViewFABRICANTE: TcxGridDBColumn
|
|
Caption = 'Fabricante'
|
|
DataBinding.FieldName = 'FABRICANTE'
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
BestFitMaxWidth = 120
|
|
Width = 120
|
|
end
|
|
object cxGridViewUNIDAD_MEDIDA: TcxGridDBColumn
|
|
Caption = 'Unid. medida'
|
|
DataBinding.FieldName = 'UNIDAD_MEDIDA'
|
|
Width = 60
|
|
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
|
|
Width = 539
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 539
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
ExplicitWidth = 273
|
|
Width = 273
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Left = 335
|
|
ExplicitLeft = 335
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
end
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 539
|
|
inherited tbxBotones: TTBXToolbar
|
|
Width = 529
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
Visible = True
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 539
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
Width = 529
|
|
object TBXSeparatorItem1: TTBXSeparatorItem
|
|
end
|
|
object TBXItem3: TTBXItem
|
|
Action = actFamilia
|
|
end
|
|
object TBXSeparatorItem2: TTBXSeparatorItem
|
|
end
|
|
object TBXItem2: TTBXItem
|
|
Action = actProveedor
|
|
end
|
|
object TBXSeparatorItem3: TTBXSeparatorItem
|
|
end
|
|
object TBXItem4: TTBXItem
|
|
Action = actFabricante
|
|
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
|
|
object actFabricante: TAction
|
|
Caption = 'Fabricante'
|
|
OnExecute = actFabricanteExecute
|
|
OnUpdate = actFabricanteUpdate
|
|
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>
|
|
Left = 160
|
|
Top = 32
|
|
Bitmap = {}
|
|
end
|
|
end
|