git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@153 93f398dd-4eb6-7a46-baf6-13f46f578da2
256 lines
9.5 KiB
Plaintext
256 lines
9.5 KiB
Plaintext
inherited frViewInventario: TfrViewInventario
|
|
inherited cxGrid: TcxGrid
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
|
OnActiveTabChanged = cxGridActiveTabChanged
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'ID_ALMACEN; ID_ARTICULO'
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Position = spFooter
|
|
Column = cxGridViewCOSTE_UNIDADES
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 art'#237'culos'
|
|
Kind = skCount
|
|
end
|
|
item
|
|
Format = '0 art'#237'culos'
|
|
Kind = skCount
|
|
Column = cxGridViewDESCRIPCION
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewCOSTE_UNIDADES
|
|
end
|
|
item
|
|
Format = '0'
|
|
Kind = skSum
|
|
Column = cxGridViewUNIDADES_ALMACEN
|
|
end
|
|
item
|
|
Format = '0'
|
|
Kind = skSum
|
|
Column = cxGridViewSTOCK
|
|
end
|
|
item
|
|
Format = '0'
|
|
Kind = skSum
|
|
Column = cxGridViewRESERVA
|
|
end
|
|
item
|
|
Format = '0'
|
|
Kind = skSum
|
|
Column = cxGridViewPENDIENTE_RECEPCION
|
|
end>
|
|
OptionsCustomize.ColumnHidingOnGrouping = False
|
|
OptionsCustomize.GroupBySorting = True
|
|
object cxGridViewID_ALMACEN: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_ALMACEN'
|
|
Visible = False
|
|
end
|
|
object cxGridViewFAMILIA: TcxGridDBColumn
|
|
Caption = 'Familia'
|
|
DataBinding.FieldName = 'FAMILIA'
|
|
MinWidth = 40
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
MinWidth = 30
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
Caption = 'Descripci'#243'n'
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
MinWidth = 80
|
|
end
|
|
object cxGridViewUNIDAD_MEDIDA: TcxGridDBColumn
|
|
Caption = 'Unidad medida'
|
|
DataBinding.FieldName = 'UNIDAD_MEDIDA'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
MinWidth = 30
|
|
end
|
|
object cxGridViewSTOCK_MIN: TcxGridDBColumn
|
|
Caption = 'Sotck min'
|
|
DataBinding.FieldName = 'STOCK_MIN'
|
|
PropertiesClassName = 'TcxCalcEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewSTOCK: TcxGridDBColumn
|
|
DataBinding.FieldName = 'STOCK'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
BestFitMaxWidth = 50
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
MinWidth = 30
|
|
Width = 50
|
|
end
|
|
object cxGridViewALMACEN: TcxGridDBColumn
|
|
Caption = 'Almac'#233'n'
|
|
DataBinding.FieldName = 'ALMACEN'
|
|
MinWidth = 80
|
|
end
|
|
object cxGridViewUNIDADES_ALMACEN: TcxGridDBColumn
|
|
DataBinding.FieldName = 'UNIDADES_ALMACEN'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
BestFitMaxWidth = 50
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
MinWidth = 30
|
|
Width = 50
|
|
end
|
|
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PRECIO_NETO'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewCOSTE_UNIDADES: TcxGridDBColumn
|
|
DataBinding.FieldName = 'COSTE_UNIDADES'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewRESERVA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'RESERVA'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Visible = False
|
|
BestFitMaxWidth = 50
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
HeaderGlyphAlignmentHorz = taRightJustify
|
|
MinWidth = 30
|
|
VisibleForCustomization = False
|
|
Width = 50
|
|
end
|
|
object cxGridViewPENDIENTE_RECEPCION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'PENDIENTE_RECEPCION'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
BestFitMaxWidth = 50
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
HeaderGlyphAlignmentHorz = taRightJustify
|
|
MinWidth = 30
|
|
Width = 50
|
|
end
|
|
end
|
|
object cxGridDBTableView1: TcxGridDBTableView [1]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
end
|
|
inherited cxGridLevel: TcxGridLevel
|
|
Tag = -1
|
|
Caption = 'Todos los almacenes'
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 273
|
|
Width = 273
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.741107951390000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited cxStyleRepositoryInforme: TcxStyleRepository
|
|
inherited cxStyleContentInforme: TcxStyle
|
|
AssignedValues = [svColor, svFont]
|
|
end
|
|
end
|
|
inherited cxStyleRepository1: TcxStyleRepository
|
|
inherited cxStyleSelection: TcxStyle
|
|
AssignedValues = [svColor, svFont, svTextColor]
|
|
end
|
|
object cxStyleArticuloSinStock: TcxStyle
|
|
AssignedValues = [svFont, svTextColor]
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
TextColor = clRed
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000970485973000017120000171201679FD252000001004944415478DA
|
|
63BC5C22F99F8148A0D3FD8C115D8C1164806A4B0D84F7FD3B03C3FD3B0CB3DB
|
|
3732A42EC614CB5985CF00A8C2E9177D1858B6A5420C4013C36D4075315821C3
|
|
F5AB0CD37F95430C98852986DB80287FB02D300036A012530CA701071E121788
|
|
F8C3002DC072573F67FCFF9F7004E10C449001403967A09A3D78F4BBE00C44A8
|
|
0160C3D9D9B33074FEFC398D61766C0BEE408419004C3C60C5700072E98FEF0C
|
|
D3771882D5E10C44AC0680347F7807A6A79F748618802FA0AE944A210C80697E
|
|
0FC43F7E324CBF194C82011F7A119A3F7C80B8E0552A09063CA8466806BBE03B
|
|
3CB0091A008A85E9CBE5B1CA13638033308071A6030779061700E6FAF742387F
|
|
63F70000000049454E44AE426082}
|
|
Name = 'PngImage1'
|
|
Background = clWindow
|
|
end
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000970485973000017120000171201679FD252000001A94944415478DA
|
|
8D925D28836114C7FF4FBEE246B9734BBB61B990C89512492925F9B6BB5D0817
|
|
98968FF21186250AADB69285D2848DB2A5AC854D44CBB7D096C495A4D078278F
|
|
BDCF986C5EAF53E7E2391FBF739E7F871C2AE229FE6952F52D098E111E20E969
|
|
F7BF3C1EC07D099DCA04F95468ACCEF017E0B350B35F80F015B91F10141306B4
|
|
35B1429C1E43C329FD00AD3F962493E22156E2AB04C2C280A8FB0B5C1FD4929F
|
|
808A4236E5CB18A0A51059CD524CE86B7E4C54CD7A611C69C5E3F51009006C57
|
|
A1822D726D181DAF816DDF0B854CC936A03E2F560EB0BC75BA0337CE7E2228A2
|
|
FA7912666D0E4A4B1A71681FF95E396D8B5695A7C2BED00597BD8F088A38F834
|
|
098B2E0795D58D705A4301DBCBDD38B7F5124111EB5DF3A277417733C9AF2236
|
|
8CC5E1D894210A48CE1FFE5D447E3A0F303ADEC0BD51B87737E1DAE944427A27
|
|
A21333F1F24AA19F3900380708A5A197CCFF930718D6BDE0BC141BBADC402EB1
|
|
C8020FF70EC3DC9138607A8D631BF0EE9CCA0B34BFF87CC974220ED0995F59F3
|
|
ED9E1177671A44C457213AA98C01ACAB677F034415E44D08C0202943A290C8C8
|
|
98EC0F53DC14659A0322CE0000000049454E44AE426082}
|
|
Name = 'PngImage0'
|
|
Background = clWindow
|
|
end>
|
|
Left = 56
|
|
Top = 48
|
|
Bitmap = {}
|
|
end
|
|
end
|