Cambio a 4 decimales los detalles de todos los articulos, se arregla también inventario de obras.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1067 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
437563b963
commit
c06cdb0a91
Binary file not shown.
@ -34,6 +34,12 @@ inherited fEditorArticulo: TfEditorArticulo
|
|||||||
4495BD38333E3DC0F0B71000FEC966E74A55381F0000000049454E44AE426082}
|
4495BD38333E3DC0F0B71000FEC966E74A55381F0000000049454E44AE426082}
|
||||||
ExplicitLeft = 607
|
ExplicitLeft = 607
|
||||||
end
|
end
|
||||||
|
inherited lblDesbloquear: TcxLabel
|
||||||
|
Left = 780
|
||||||
|
ExplicitLeft = 780
|
||||||
|
AnchorX = 825
|
||||||
|
AnchorY = 14
|
||||||
|
end
|
||||||
end
|
end
|
||||||
inherited TBXDock: TTBXDock
|
inherited TBXDock: TTBXDock
|
||||||
Width = 905
|
Width = 905
|
||||||
@ -133,45 +139,6 @@ inherited fEditorArticulo: TfEditorArticulo
|
|||||||
ExplicitWidth = 891
|
ExplicitWidth = 891
|
||||||
ExplicitHeight = 254
|
ExplicitHeight = 254
|
||||||
inherited cxGridView: TcxGridDBTableView
|
inherited cxGridView: TcxGridDBTableView
|
||||||
inherited cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
||||||
Properties.Alignment.Horz = taRightJustify
|
|
||||||
FooterAlignmentHorz = taRightJustify
|
|
||||||
GroupSummaryAlignment = taRightJustify
|
|
||||||
HeaderAlignmentHorz = taRightJustify
|
|
||||||
end
|
|
||||||
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
||||||
Properties.Alignment.Horz = taRightJustify
|
|
||||||
GroupSummaryAlignment = taRightJustify
|
|
||||||
end
|
|
||||||
inherited cxGridViewPRECIO_NETO: TcxGridDBColumn
|
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
||||||
Properties.Alignment.Horz = taRightJustify
|
|
||||||
FooterAlignmentHorz = taRightJustify
|
|
||||||
GroupSummaryAlignment = taRightJustify
|
|
||||||
HeaderAlignmentHorz = taRightJustify
|
|
||||||
end
|
|
||||||
inherited cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
||||||
Properties.Alignment.Horz = taRightJustify
|
|
||||||
FooterAlignmentHorz = taRightJustify
|
|
||||||
GroupSummaryAlignment = taRightJustify
|
|
||||||
HeaderAlignmentHorz = taRightJustify
|
|
||||||
end
|
|
||||||
inherited cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn
|
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
||||||
Properties.Alignment.Horz = taRightJustify
|
|
||||||
FooterAlignmentHorz = taRightJustify
|
|
||||||
GroupSummaryAlignment = taRightJustify
|
|
||||||
HeaderAlignmentHorz = taRightJustify
|
|
||||||
end
|
|
||||||
inherited cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn
|
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
||||||
Properties.Alignment.Horz = taRightJustify
|
|
||||||
FooterAlignmentHorz = taRightJustify
|
|
||||||
GroupSummaryAlignment = taRightJustify
|
|
||||||
HeaderAlignmentHorz = taRightJustify
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited ToolBar1: TToolBar
|
inherited ToolBar1: TToolBar
|
||||||
|
|||||||
@ -18,7 +18,7 @@ uses
|
|||||||
cxGridCustomTableView, cxGridTableView, cxGridDBTableView, cxGridLevel,
|
cxGridCustomTableView, cxGridTableView, cxGridDBTableView, cxGridLevel,
|
||||||
cxClasses, cxControls, cxGridCustomView, cxGrid, uViewDetallesGenerico,
|
cxClasses, cxControls, cxGridCustomView, cxGrid, uViewDetallesGenerico,
|
||||||
uViewArticulosProveedores, dxLayoutControl, cxContainer,
|
uViewArticulosProveedores, dxLayoutControl, cxContainer,
|
||||||
cxTextEdit, cxMaskEdit, cxSpinEdit, cxDBEdit, cxCurrencyEdit;
|
cxTextEdit, cxMaskEdit, cxSpinEdit, cxDBEdit, cxCurrencyEdit, cxLabel;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfEditorArticulo = class(TfEditorDBItem, IEditorArticulo)
|
TfEditorArticulo = class(TfEditorDBItem, IEditorArticulo)
|
||||||
|
|||||||
@ -58,9 +58,19 @@ inherited frViewArticulos: TfrViewArticulos
|
|||||||
end
|
end
|
||||||
object cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn
|
object cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
||||||
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
|
HeaderAlignmentHorz = taRightJustify
|
||||||
end
|
end
|
||||||
object cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn
|
object cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
||||||
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
|
HeaderAlignmentHorz = taRightJustify
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited cxGridLevel: TcxGridLevel
|
inherited cxGridLevel: TcxGridLevel
|
||||||
@ -88,20 +98,28 @@ inherited frViewArticulos: TfrViewArticulos
|
|||||||
StyleDisabled.LookAndFeel.SkinName = ''
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitWidth = 272
|
||||||
|
Width = 272
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
|
Left = 376
|
||||||
Style.LookAndFeel.SkinName = ''
|
Style.LookAndFeel.SkinName = ''
|
||||||
StyleDisabled.LookAndFeel.SkinName = ''
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitLeft = 376
|
||||||
|
ExplicitWidth = 221
|
||||||
|
Width = 221
|
||||||
end
|
end
|
||||||
inherited eLista: TcxComboBox
|
inherited eLista: TcxComboBox
|
||||||
|
Left = 634
|
||||||
Properties.DropDownRows = 20
|
Properties.DropDownRows = 20
|
||||||
Properties.OnChange = frViewFiltroBase1eListaPropertiesChange
|
Properties.OnChange = frViewFiltroBase1eListaPropertiesChange
|
||||||
Style.LookAndFeel.SkinName = ''
|
Style.LookAndFeel.SkinName = ''
|
||||||
StyleDisabled.LookAndFeel.SkinName = ''
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitLeft = 634
|
||||||
ExplicitWidth = 71
|
ExplicitWidth = 71
|
||||||
Width = 71
|
Width = 71
|
||||||
end
|
end
|
||||||
|
|||||||
@ -15,7 +15,7 @@ uses
|
|||||||
cxGridCustomPopupMenu, cxGridPopupMenu, cxCurrencyEdit, cxSpinEdit, cxCheckBox,
|
cxGridCustomPopupMenu, cxGridPopupMenu, cxCurrencyEdit, cxSpinEdit, cxCheckBox,
|
||||||
cxCheckComboBox, cxImageComboBox, TB2Item, TBX, TB2Toolbar, TBXDkPanels,
|
cxCheckComboBox, cxImageComboBox, TB2Item, TBX, TB2Toolbar, TBXDkPanels,
|
||||||
TB2Dock, uViewFiltroBase, dxPgsDlg, uDAInterfaces,
|
TB2Dock, uViewFiltroBase, dxPgsDlg, uDAInterfaces,
|
||||||
uArticulosController;
|
uArticulosController, uCustomView, uViewBase;
|
||||||
|
|
||||||
type
|
type
|
||||||
IViewArticulos = interface(IViewGrid)
|
IViewArticulos = interface(IViewGrid)
|
||||||
|
|||||||
@ -130,6 +130,8 @@ inherited frViewArticulosPorProveedor: TfrViewArticulosPorProveedor
|
|||||||
DataBinding.FieldName = 'PRECIO_COSTE'
|
DataBinding.FieldName = 'PRECIO_COSTE'
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
BestFitMaxWidth = 60
|
BestFitMaxWidth = 60
|
||||||
FooterAlignmentHorz = taRightJustify
|
FooterAlignmentHorz = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
@ -149,6 +151,8 @@ inherited frViewArticulosPorProveedor: TfrViewArticulosPorProveedor
|
|||||||
DataBinding.FieldName = 'PRECIO_NETO'
|
DataBinding.FieldName = 'PRECIO_NETO'
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
BestFitMaxWidth = 60
|
BestFitMaxWidth = 60
|
||||||
FooterAlignmentHorz = taRightJustify
|
FooterAlignmentHorz = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
@ -178,6 +182,8 @@ inherited frViewArticulosPorProveedor: TfrViewArticulosPorProveedor
|
|||||||
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
GroupSummaryAlignment = taRightJustify
|
GroupSummaryAlignment = taRightJustify
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
end
|
end
|
||||||
@ -212,6 +218,8 @@ inherited frViewArticulosPorProveedor: TfrViewArticulosPorProveedor
|
|||||||
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
||||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
Properties.Alignment.Horz = taRightJustify
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
HeaderAlignmentHorz = taRightJustify
|
HeaderAlignmentHorz = taRightJustify
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -240,20 +248,28 @@ inherited frViewArticulosPorProveedor: TfrViewArticulosPorProveedor
|
|||||||
StyleDisabled.LookAndFeel.SkinName = ''
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitWidth = 272
|
||||||
|
Width = 272
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
|
Left = 376
|
||||||
Style.LookAndFeel.SkinName = ''
|
Style.LookAndFeel.SkinName = ''
|
||||||
StyleDisabled.LookAndFeel.SkinName = ''
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitLeft = 376
|
||||||
|
ExplicitWidth = 221
|
||||||
|
Width = 221
|
||||||
end
|
end
|
||||||
inherited eLista: TcxComboBox
|
inherited eLista: TcxComboBox
|
||||||
|
Left = 634
|
||||||
Properties.DropDownRows = 20
|
Properties.DropDownRows = 20
|
||||||
Properties.OnChange = nil
|
Properties.OnChange = nil
|
||||||
Style.LookAndFeel.SkinName = ''
|
Style.LookAndFeel.SkinName = ''
|
||||||
StyleDisabled.LookAndFeel.SkinName = ''
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitLeft = 634
|
||||||
ExplicitWidth = 71
|
ExplicitWidth = 71
|
||||||
Width = 71
|
Width = 71
|
||||||
end
|
end
|
||||||
|
|||||||
@ -15,7 +15,7 @@ uses
|
|||||||
cxGridCustomPopupMenu, cxGridPopupMenu, cxCurrencyEdit, cxSpinEdit, cxCheckBox,
|
cxGridCustomPopupMenu, cxGridPopupMenu, cxCurrencyEdit, cxSpinEdit, cxCheckBox,
|
||||||
cxCheckComboBox, cxImageComboBox, TB2Item, TBX, TB2Toolbar, TBXDkPanels,
|
cxCheckComboBox, cxImageComboBox, TB2Item, TBX, TB2Toolbar, TBXDkPanels,
|
||||||
TB2Dock, uViewFiltroBase, dxPgsDlg, uDAInterfaces,
|
TB2Dock, uViewFiltroBase, dxPgsDlg, uDAInterfaces,
|
||||||
uArticulosController, uViewArticulos;
|
uArticulosController, uViewArticulos, uCustomView, uViewBase;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfrViewArticulosPorProveedor = class(TfrViewGrid, IViewArticulos)
|
TfrViewArticulosPorProveedor = class(TfrViewGrid, IViewArticulos)
|
||||||
|
|||||||
@ -46,6 +46,11 @@ inherited frViewArticulosProveedores: TfrViewArticulosProveedores
|
|||||||
object cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
object cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
||||||
Caption = 'Precio material'
|
Caption = 'Precio material'
|
||||||
DataBinding.FieldName = 'PRECIO_COSTE'
|
DataBinding.FieldName = 'PRECIO_COSTE'
|
||||||
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
|
HeaderAlignmentHorz = taRightJustify
|
||||||
end
|
end
|
||||||
object cxGridViewDESCUENTO: TcxGridDBColumn
|
object cxGridViewDESCUENTO: TcxGridDBColumn
|
||||||
Caption = 'Descuento'
|
Caption = 'Descuento'
|
||||||
@ -61,6 +66,11 @@ inherited frViewArticulosProveedores: TfrViewArticulosProveedores
|
|||||||
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
||||||
Caption = 'Precio coste'
|
Caption = 'Precio coste'
|
||||||
DataBinding.FieldName = 'PRECIO_NETO'
|
DataBinding.FieldName = 'PRECIO_NETO'
|
||||||
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
|
HeaderAlignmentHorz = taRightJustify
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
end
|
end
|
||||||
object cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
object cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
||||||
@ -72,11 +82,21 @@ inherited frViewArticulosProveedores: TfrViewArticulosProveedores
|
|||||||
object cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn
|
object cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn
|
||||||
Caption = 'Precio P.V.P (Suministro)'
|
Caption = 'Precio P.V.P (Suministro)'
|
||||||
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
||||||
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
|
HeaderAlignmentHorz = taRightJustify
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
end
|
end
|
||||||
object cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn
|
object cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn
|
||||||
Caption = 'Precio P.V.P (Total)'
|
Caption = 'Precio P.V.P (Total)'
|
||||||
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
||||||
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||||
|
Properties.Alignment.Horz = taRightJustify
|
||||||
|
Properties.DecimalPlaces = 4
|
||||||
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
||||||
|
HeaderAlignmentHorz = taRightJustify
|
||||||
Options.Editing = False
|
Options.Editing = False
|
||||||
end
|
end
|
||||||
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
||||||
|
|||||||
@ -11,7 +11,7 @@ uses
|
|||||||
cxControls, cxGridCustomView, cxGrid, cxDBLookupComboBox, cxSpinEdit,
|
cxControls, cxGridCustomView, cxGrid, cxDBLookupComboBox, cxSpinEdit,
|
||||||
uBizContactos, uProveedoresController, uDAInterfaces,
|
uBizContactos, uProveedoresController, uDAInterfaces,
|
||||||
uBizArticulos, uArticulosController,
|
uBizArticulos, uArticulosController,
|
||||||
cxTextEdit, cxCalendar;
|
cxTextEdit, cxCalendar, cxCurrencyEdit;
|
||||||
|
|
||||||
type
|
type
|
||||||
IViewArticulosProveedores = interface(IViewBase)
|
IViewArticulosProveedores = interface(IViewBase)
|
||||||
|
|||||||
@ -6,80 +6,60 @@ inherited fEditorElegirArticulosCatalogo: TfEditorElegirArticulosCatalogo
|
|||||||
ExplicitHeight = 611
|
ExplicitHeight = 611
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
object pnlHeader: TPanel
|
|
||||||
Left = 0
|
|
||||||
Top = 0
|
|
||||||
Width = 656
|
|
||||||
Height = 64
|
|
||||||
Align = alTop
|
|
||||||
BevelOuter = bvNone
|
|
||||||
Color = clWhite
|
|
||||||
Padding.Left = 25
|
|
||||||
Padding.Top = 8
|
|
||||||
Padding.Right = 25
|
|
||||||
Padding.Bottom = 8
|
|
||||||
ParentBackground = False
|
|
||||||
TabOrder = 5
|
|
||||||
object lblTitle: TLabel
|
|
||||||
AlignWithMargins = True
|
|
||||||
Left = 25
|
|
||||||
Top = 8
|
|
||||||
Width = 606
|
|
||||||
Height = 13
|
|
||||||
Margins.Left = 0
|
|
||||||
Margins.Top = 0
|
|
||||||
Margins.Right = 0
|
|
||||||
Margins.Bottom = 8
|
|
||||||
Align = alTop
|
|
||||||
Caption = ''
|
|
||||||
Font.Charset = DEFAULT_CHARSET
|
|
||||||
Font.Color = clWindowText
|
|
||||||
Font.Height = -11
|
|
||||||
Font.Name = 'Tahoma'
|
|
||||||
Font.Style = [fsBold]
|
|
||||||
ParentFont = False
|
|
||||||
ExplicitWidth = 135
|
|
||||||
end
|
|
||||||
object lblComments: TLabel
|
|
||||||
AlignWithMargins = True
|
|
||||||
Left = 50
|
|
||||||
Top = 29
|
|
||||||
Width = 581
|
|
||||||
Height = 27
|
|
||||||
Margins.Left = 25
|
|
||||||
Margins.Top = 0
|
|
||||||
Margins.Right = 0
|
|
||||||
Align = alClient
|
|
||||||
ExplicitWidth = 3
|
|
||||||
ExplicitHeight = 13
|
|
||||||
end
|
|
||||||
end
|
|
||||||
inherited JvNavPanelHeader: TJvNavPanelHeader
|
inherited JvNavPanelHeader: TJvNavPanelHeader
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited Image1: TImage
|
inherited Image1: TImage
|
||||||
Left = 670
|
Left = 670
|
||||||
|
ExplicitLeft = 670
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXDock: TTBXDock
|
inherited TBXDock: TTBXDock
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
|
inherited tbxMain: TTBXToolbar
|
||||||
|
ExplicitWidth = 324
|
||||||
|
end
|
||||||
|
inherited tbxFiltro: TTBXToolbar
|
||||||
|
Left = 324
|
||||||
|
ExplicitLeft = 324
|
||||||
|
end
|
||||||
inherited tbxMenu: TTBXToolbar
|
inherited tbxMenu: TTBXToolbar
|
||||||
ExplicitWidth = 697
|
ExplicitWidth = 697
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
|
Left = 661
|
||||||
DockPos = 401
|
DockPos = 401
|
||||||
|
ExplicitLeft = 661
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited StatusBar: TJvStatusBar
|
inherited StatusBar: TJvStatusBar
|
||||||
Top = 558
|
Top = 558
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitTop = 558
|
||||||
|
ExplicitWidth = 697
|
||||||
|
end
|
||||||
|
inherited pnlHeader: TPanel
|
||||||
|
Width = 697
|
||||||
|
TabOrder = 5
|
||||||
|
inherited lblTitle: TLabel
|
||||||
|
Width = 647
|
||||||
|
end
|
||||||
|
inherited lblComments: TLabel
|
||||||
|
Width = 622
|
||||||
|
end
|
||||||
end
|
end
|
||||||
inherited frViewBarraSeleccion1: TfrViewBarraSeleccion
|
inherited frViewBarraSeleccion1: TfrViewBarraSeleccion
|
||||||
Top = 509
|
Top = 509
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitTop = 509
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited JvFooter1: TJvFooter
|
inherited JvFooter1: TJvFooter
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited bSeleccionar: TJvFooterBtn
|
inherited bSeleccionar: TJvFooterBtn
|
||||||
Left = 485
|
Left = 485
|
||||||
|
ExplicitLeft = 485
|
||||||
end
|
end
|
||||||
inherited bCancelar: TJvFooterBtn
|
inherited bCancelar: TJvFooterBtn
|
||||||
Left = 589
|
Left = 589
|
||||||
@ -89,9 +69,9 @@ inherited fEditorElegirArticulosCatalogo: TfEditorElegirArticulosCatalogo
|
|||||||
end
|
end
|
||||||
inline frViewElegirArticulosCatalogo1: TfrViewElegirArticulosCatalogo [5]
|
inline frViewElegirArticulosCatalogo1: TfrViewElegirArticulosCatalogo [5]
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 136
|
Top = 140
|
||||||
Width = 697
|
Width = 697
|
||||||
Height = 373
|
Height = 369
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
@ -101,11 +81,14 @@ inherited fEditorElegirArticulosCatalogo: TfEditorElegirArticulosCatalogo
|
|||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
ReadOnly = False
|
ReadOnly = False
|
||||||
ExplicitLeft = -59
|
ExplicitTop = 140
|
||||||
ExplicitTop = -18
|
ExplicitWidth = 697
|
||||||
|
ExplicitHeight = 369
|
||||||
inherited cxGrid: TcxGrid
|
inherited cxGrid: TcxGrid
|
||||||
Width = 697
|
Width = 697
|
||||||
Height = 245
|
Height = 241
|
||||||
|
ExplicitWidth = 697
|
||||||
|
ExplicitHeight = 241
|
||||||
inherited cxGridView: TcxGridDBTableView
|
inherited cxGridView: TcxGridDBTableView
|
||||||
DataController.Summary.FooterSummaryItems = <
|
DataController.Summary.FooterSummaryItems = <
|
||||||
item
|
item
|
||||||
@ -117,29 +100,67 @@ inherited fEditorElegirArticulosCatalogo: TfEditorElegirArticulosCatalogo
|
|||||||
end
|
end
|
||||||
inherited frViewFiltroBase1: TfrViewFiltroBase
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited TBXDockablePanel1: TTBXDockablePanel
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
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
|
inherited eLista: TcxComboBox
|
||||||
|
Left = 383
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
ExplicitLeft = 383
|
||||||
ExplicitWidth = 304
|
ExplicitWidth = 304
|
||||||
Width = 304
|
Width = 304
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited tbxBotones: TTBXToolbar
|
inherited tbxBotones: TTBXToolbar
|
||||||
Width = 687
|
Width = 687
|
||||||
|
ExplicitWidth = 687
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited pnlAgrupaciones: TTBXDockablePanel
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
||||||
Top = 347
|
Top = 343
|
||||||
ExplicitWidth = 715
|
ExplicitTop = 343
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
Width = 697
|
Width = 697
|
||||||
|
ExplicitWidth = 697
|
||||||
inherited TBXToolbar1: TTBXToolbar
|
inherited TBXToolbar1: TTBXToolbar
|
||||||
Width = 687
|
Width = 687
|
||||||
|
ExplicitWidth = 687
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -10,7 +10,8 @@ uses
|
|||||||
JvExComCtrls, JvStatusBar, TBX, TB2ExtItems, TBXExtItems, TB2Item, TB2Dock,
|
JvExComCtrls, JvStatusBar, TBX, TB2ExtItems, TBXExtItems, TB2Item, TB2Dock,
|
||||||
TB2Toolbar, pngimage, ExtCtrls, JvExControls, JvComponent, JvNavigationPane,
|
TB2Toolbar, pngimage, ExtCtrls, JvExControls, JvComponent, JvNavigationPane,
|
||||||
uIEditorElegirArticulosCatalogo, uDAInterfaces,
|
uIEditorElegirArticulosCatalogo, uDAInterfaces,
|
||||||
uViewGridBase, uViewGrid, uViewArticulos, uViewElegirArticulosCatalogo;
|
uViewGridBase, uViewGrid, uViewArticulos, uViewElegirArticulosCatalogo,
|
||||||
|
StdCtrls;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfEditorElegirArticulosCatalogo = class(TfEditorElegirArticulos, IEditorElegirArticulosCatalogo)
|
TfEditorElegirArticulosCatalogo = class(TfEditorElegirArticulos, IEditorElegirArticulosCatalogo)
|
||||||
|
|||||||
@ -15,7 +15,7 @@ uses
|
|||||||
cxButtonEdit, cxGridCustomPopupMenu, cxGridPopupMenu, uViewGrid,
|
cxButtonEdit, cxGridCustomPopupMenu, cxGridPopupMenu, uViewGrid,
|
||||||
uBizInventario, uBizAlmacenes, cxSpinEdit, uViewFiltroBase, TB2Item, TBX,
|
uBizInventario, uBizAlmacenes, cxSpinEdit, uViewFiltroBase, TB2Item, TBX,
|
||||||
TB2Toolbar, TBXDkPanels, TB2Dock, dxPgsDlg, cxCurrencyEdit, uAlmacenesController,
|
TB2Toolbar, TBXDkPanels, TB2Dock, dxPgsDlg, cxCurrencyEdit, uAlmacenesController,
|
||||||
uDAInterfaces, cxContainer, cxMaskEdit, cxDropDownEdit;
|
uDAInterfaces, cxContainer, cxMaskEdit, cxDropDownEdit, uCustomView, uViewBase;
|
||||||
|
|
||||||
type
|
type
|
||||||
IViewDetalleReservas = interface(IViewGrid)
|
IViewDetalleReservas = interface(IViewGrid)
|
||||||
|
|||||||
@ -2,14 +2,34 @@ inherited frViewElegirArticulosCatalogo: TfrViewElegirArticulosCatalogo
|
|||||||
inherited frViewFiltroBase1: TfrViewFiltroBase
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
||||||
inherited TBXDockablePanel1: TTBXDockablePanel
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
end
|
||||||
inherited edtFechaIniFiltro: TcxDateEdit
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 121
|
ExplicitWidth = 121
|
||||||
Width = 121
|
Width = 121
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 121
|
ExplicitWidth = 121
|
||||||
Width = 121
|
Width = 121
|
||||||
end
|
end
|
||||||
|
inherited eLista: TcxComboBox
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -12,7 +12,7 @@ uses
|
|||||||
uDADataTable, cxGridLevel, cxGridCustomTableView, cxGridTableView,
|
uDADataTable, cxGridLevel, cxGridCustomTableView, cxGridTableView,
|
||||||
cxGridDBTableView, cxClasses, cxControls, cxGridCustomView, cxGrid, dxPgsDlg,
|
cxGridDBTableView, cxClasses, cxControls, cxGridCustomView, cxGrid, dxPgsDlg,
|
||||||
ActnList, TB2Item, TBX, TB2Toolbar, TBXDkPanels, TB2Dock, uViewFiltroBase,
|
ActnList, TB2Item, TBX, TB2Toolbar, TBXDkPanels, TB2Dock, uViewFiltroBase,
|
||||||
uDAInterfaces;
|
uDAInterfaces, uCustomView, uViewBase;
|
||||||
|
|
||||||
type
|
type
|
||||||
IViewElegirArticulosCatalogo = interface(IViewArticulos)
|
IViewElegirArticulosCatalogo = interface(IViewArticulos)
|
||||||
|
|||||||
@ -14,7 +14,7 @@ uses
|
|||||||
cxGridCustomPopupMenu, cxGridPopupMenu, dxPSCore, dxPScxCommon, dxPScxGrid6Lnk,
|
cxGridCustomPopupMenu, cxGridPopupMenu, dxPSCore, dxPScxCommon, dxPScxGrid6Lnk,
|
||||||
uAlmacenesController, uBizAlmacenes, TB2Item, TBX, TB2Dock, TB2Toolbar,
|
uAlmacenesController, uBizAlmacenes, TB2Item, TBX, TB2Dock, TB2Toolbar,
|
||||||
uDataModuleInventario, cxRichEdit, cxTextEdit, dxPgsDlg, TBXDkPanels,
|
uDataModuleInventario, cxRichEdit, cxTextEdit, dxPgsDlg, TBXDkPanels,
|
||||||
uViewFiltroBase, cxSpinEdit, uDAInterfaces;
|
uViewFiltroBase, cxSpinEdit, uDAInterfaces, uCustomView, uViewBase;
|
||||||
|
|
||||||
type
|
type
|
||||||
IViewViewEntradaSalidaArticulos = interface(IViewGrid)
|
IViewViewEntradaSalidaArticulos = interface(IViewGrid)
|
||||||
|
|||||||
@ -129,6 +129,8 @@ begin
|
|||||||
inherited;
|
inherited;
|
||||||
if Assigned(FAlmacenes) or Assigned(FObras) then
|
if Assigned(FAlmacenes) or Assigned(FObras) then
|
||||||
begin
|
begin
|
||||||
|
Aindex := 0;
|
||||||
|
if Assigned(FAlmacenes) then
|
||||||
for i := 0 to FAlmacenes.Count - 1 do
|
for i := 0 to FAlmacenes.Count - 1 do
|
||||||
begin
|
begin
|
||||||
if (FAlmacenes.ValueFromIndex[i] = IntToStr(AppFactuGES.EmpresaActiva.ID_ALMACEN)) then
|
if (FAlmacenes.ValueFromIndex[i] = IntToStr(AppFactuGES.EmpresaActiva.ID_ALMACEN)) then
|
||||||
|
|||||||
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectGuid>{ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1}</ProjectGuid>
|
<ProjectGuid>{ebdcd25d-40d7-4146-91ec-a0ea4aa1dcd1}</ProjectGuid>
|
||||||
@ -36,7 +36,6 @@
|
|||||||
<Borland.ProjectType/>
|
<Borland.ProjectType/>
|
||||||
<BorlandProject>
|
<BorlandProject>
|
||||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters><Parameters Name="RunParams">/standalone</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">9</VersionInfo><VersionInfo Name="Release">4</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.9.4.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.9.4.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys><VersionInfoKeys Name="CompileDate">martes, 22 de noviembre de 2011 10:27</VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters><Parameters Name="RunParams">/standalone</Parameters></Parameters><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">9</VersionInfo><VersionInfo Name="Release">4</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.9.4.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.9.4.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys><VersionInfoKeys Name="CompileDate">martes, 22 de noviembre de 2011 10:27</VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
|
||||||
<Excluded_Packages Name="C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPSCoreD11.bpl">ExpressPrinting System by Developer Express Inc.</Excluded_Packages>
|
<Excluded_Packages Name="C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\dxPSCoreD11.bpl">ExpressPrinting System by Developer Express Inc.</Excluded_Packages>
|
||||||
</Excluded_Packages><Source><Source Name="MainSource">FactuGES_Server.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
</Excluded_Packages><Source><Source Name="MainSource">FactuGES_Server.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
|
|||||||
@ -14,7 +14,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "1.9.4.0\0"
|
VALUE "FileVersion", "1.9.4.0\0"
|
||||||
VALUE "ProductVersion", "1.9.4.0\0"
|
VALUE "ProductVersion", "1.9.4.0\0"
|
||||||
VALUE "CompileDate", "jueves, 28 de junio de 2012 13:19\0"
|
VALUE "CompileDate", "martes, 15 de enero de 2013 17:53\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user