Arreglo para que salga el filtro de año cuando tenemos que seleccionar recibos o albaranes o pedidos
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@915 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
35bc095f95
commit
c60ccb34ea
@ -1,7 +1,7 @@
|
|||||||
MAINICON ICON "C:\Codigo Tecsitel\Resources\Iconos\Factuges.ico"
|
MAINICON ICON "C:\Codigo Tecsitel\Resources\Iconos\Factuges.ico"
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 1,6,7,0
|
FILEVERSION 1,6,8,0
|
||||||
PRODUCTVERSION 1,6,7,0
|
PRODUCTVERSION 1,6,8,0
|
||||||
FILEFLAGSMASK 0x3FL
|
FILEFLAGSMASK 0x3FL
|
||||||
FILEFLAGS 0x00L
|
FILEFLAGS 0x00L
|
||||||
FILEOS 0x40004L
|
FILEOS 0x40004L
|
||||||
@ -13,10 +13,10 @@ BEGIN
|
|||||||
BLOCK "0C0A04E4"
|
BLOCK "0C0A04E4"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Rodax Software S.L.\0"
|
VALUE "CompanyName", "Rodax Software S.L.\0"
|
||||||
VALUE "FileVersion", "1.6.7.0\0"
|
VALUE "FileVersion", "1.6.8.0\0"
|
||||||
VALUE "InternalName", "FactuGES\0"
|
VALUE "InternalName", "FactuGES\0"
|
||||||
VALUE "ProductName", "FactuGES\0"
|
VALUE "ProductName", "FactuGES\0"
|
||||||
VALUE "ProductVersion", "1.6.7.0\0"
|
VALUE "ProductVersion", "1.6.8.0\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Binary file not shown.
@ -2,6 +2,7 @@ inherited fEditorElegirAlbaranesCliente: TfEditorElegirAlbaranesCliente
|
|||||||
Caption = 'Seleccionar albar'#195#161'n de cliente'
|
Caption = 'Seleccionar albar'#195#161'n de cliente'
|
||||||
ClientWidth = 790
|
ClientWidth = 790
|
||||||
ExplicitWidth = 798
|
ExplicitWidth = 798
|
||||||
|
ExplicitHeight = 538
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
object JvgWizardHeader1: TJvgWizardHeader [0]
|
object JvgWizardHeader1: TJvgWizardHeader [0]
|
||||||
@ -52,7 +53,9 @@ inherited fEditorElegirAlbaranesCliente: TfEditorElegirAlbaranesCliente
|
|||||||
ExplicitTop = 87
|
ExplicitTop = 87
|
||||||
ExplicitWidth = 790
|
ExplicitWidth = 790
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
ExplicitWidth = 126
|
Left = 359
|
||||||
|
ExplicitLeft = 359
|
||||||
|
ExplicitWidth = 263
|
||||||
inherited TBXItem2: TTBXItem
|
inherited TBXItem2: TTBXItem
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
@ -97,13 +100,11 @@ inherited fEditorElegirAlbaranesCliente: TfEditorElegirAlbaranesCliente
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 126
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 104
|
DockPos = -185
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
ExplicitLeft = 126
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
ExplicitWidth = 269
|
ExplicitWidth = 359
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
end
|
end
|
||||||
@ -115,10 +116,9 @@ inherited fEditorElegirAlbaranesCliente: TfEditorElegirAlbaranesCliente
|
|||||||
ExplicitWidth = 790
|
ExplicitWidth = 790
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
Left = 206
|
Left = 318
|
||||||
Visible = False
|
Visible = False
|
||||||
ExplicitLeft = 206
|
ExplicitLeft = 318
|
||||||
ExplicitWidth = 584
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited StatusBar: TJvStatusBar
|
inherited StatusBar: TJvStatusBar
|
||||||
@ -127,7 +127,7 @@ inherited fEditorElegirAlbaranesCliente: TfEditorElegirAlbaranesCliente
|
|||||||
end
|
end
|
||||||
inline frViewBarraSeleccion1: TfrViewBarraSeleccion [4]
|
inline frViewBarraSeleccion1: TfrViewBarraSeleccion [4]
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 389
|
Top = 449
|
||||||
Width = 790
|
Width = 790
|
||||||
Height = 36
|
Height = 36
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
@ -139,7 +139,7 @@ inherited fEditorElegirAlbaranesCliente: TfEditorElegirAlbaranesCliente
|
|||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
ReadOnly = False
|
ReadOnly = False
|
||||||
ExplicitTop = 389
|
ExplicitTop = 449
|
||||||
ExplicitWidth = 790
|
ExplicitWidth = 790
|
||||||
ExplicitHeight = 36
|
ExplicitHeight = 36
|
||||||
inherited JvFooter1: TJvFooter
|
inherited JvFooter1: TJvFooter
|
||||||
|
|||||||
@ -11,7 +11,7 @@ uses
|
|||||||
TB2Item, TB2Dock, TB2Toolbar, pngimage, ExtCtrls, JvExControls, JvComponent,
|
TB2Item, TB2Dock, TB2Toolbar, pngimage, ExtCtrls, JvExControls, JvComponent,
|
||||||
JvNavigationPane, uViewBarraSeleccion, JvgWizardHeader, StdCtrls,
|
JvNavigationPane, uViewBarraSeleccion, JvgWizardHeader, StdCtrls,
|
||||||
uEditorAlbaranesCliente, uBizAlbaranesCliente, uIEditorElegirAlbaranesCliente,
|
uEditorAlbaranesCliente, uBizAlbaranesCliente, uIEditorElegirAlbaranesCliente,
|
||||||
JvExComCtrls, JvStatusBar, JSDialog;
|
JvExComCtrls, JvStatusBar, JSDialog, uDAInterfaces;
|
||||||
|
|
||||||
type
|
type
|
||||||
TfEditorElegirAlbaranesCliente = class(TfEditorAlbaranesCliente, IEditorElegirAlbaranesCliente)
|
TfEditorElegirAlbaranesCliente = class(TfEditorAlbaranesCliente, IEditorElegirAlbaranesCliente)
|
||||||
|
|||||||
@ -53,7 +53,9 @@ inherited fEditorElegirAlbaranesProveedor: TfEditorElegirAlbaranesProveedor
|
|||||||
ExplicitTop = 87
|
ExplicitTop = 87
|
||||||
ExplicitWidth = 790
|
ExplicitWidth = 790
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
ExplicitWidth = 231
|
Left = 427
|
||||||
|
ExplicitLeft = 427
|
||||||
|
ExplicitWidth = 126
|
||||||
inherited TBXItem2: TTBXItem
|
inherited TBXItem2: TTBXItem
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
@ -89,11 +91,9 @@ inherited fEditorElegirAlbaranesProveedor: TfEditorElegirAlbaranesProveedor
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 231
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 104
|
DockPos = -202
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
ExplicitLeft = 231
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
@ -103,10 +103,10 @@ inherited fEditorElegirAlbaranesProveedor: TfEditorElegirAlbaranesProveedor
|
|||||||
ExplicitWidth = 790
|
ExplicitWidth = 790
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
Left = 334
|
Left = 318
|
||||||
Visible = False
|
Visible = False
|
||||||
ExplicitLeft = 334
|
ExplicitLeft = 318
|
||||||
ExplicitWidth = 36
|
ExplicitWidth = 133
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited StatusBar: TJvStatusBar
|
inherited StatusBar: TJvStatusBar
|
||||||
|
|||||||
@ -59,7 +59,9 @@ inherited fEditorElegirFacturasCliente: TfEditorElegirFacturasCliente
|
|||||||
ExplicitWidth = 654
|
ExplicitWidth = 654
|
||||||
ExplicitHeight = 72
|
ExplicitHeight = 72
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
ExplicitWidth = 317
|
Left = 97
|
||||||
|
ExplicitLeft = 97
|
||||||
|
ExplicitWidth = 371
|
||||||
inherited TBXSubmenuItem2: TTBXSubmenuItem
|
inherited TBXSubmenuItem2: TTBXSubmenuItem
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
@ -74,23 +76,33 @@ inherited fEditorElegirFacturasCliente: TfEditorElegirFacturasCliente
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 317
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 104
|
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
Visible = False
|
|
||||||
ExplicitLeft = 317
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
|
ExplicitWidth = 97
|
||||||
|
inherited sepAno: TTBXSeparatorItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited TBXLabelItem1: TTBXLabelItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited tbxEditFiltro: TTBXEditItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited TBXItem37: TTBXItem
|
||||||
|
Visible = False
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxMenu: TTBXToolbar
|
inherited tbxMenu: TTBXToolbar
|
||||||
ExplicitWidth = 654
|
ExplicitWidth = 654
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
Left = 334
|
Left = 318
|
||||||
ExplicitLeft = 334
|
ExplicitLeft = 318
|
||||||
ExplicitHeight = 23
|
ExplicitHeight = 23
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -203,18 +215,24 @@ inherited fEditorElegirFacturasCliente: TfEditorElegirFacturasCliente
|
|||||||
Width = 121
|
Width = 121
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
|
Left = 225
|
||||||
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 = 225
|
||||||
ExplicitWidth = 416
|
ExplicitWidth = 416
|
||||||
Width = 416
|
Width = 416
|
||||||
end
|
end
|
||||||
inherited eLista: TcxComboBox
|
inherited eLista: TcxComboBox
|
||||||
|
Left = 678
|
||||||
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 = 678
|
||||||
|
ExplicitWidth = 20
|
||||||
|
Width = 20
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
|
|||||||
@ -49,10 +49,14 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
inherited TBXDock: TTBXDock
|
inherited TBXDock: TTBXDock
|
||||||
Top = 87
|
Top = 87
|
||||||
Width = 656
|
Width = 656
|
||||||
|
Height = 72
|
||||||
ExplicitTop = 87
|
ExplicitTop = 87
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
|
ExplicitHeight = 72
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
|
Left = 427
|
||||||
Align = alRight
|
Align = alRight
|
||||||
|
ExplicitLeft = 427
|
||||||
ExplicitWidth = 126
|
ExplicitWidth = 126
|
||||||
inherited TBXItem2: TTBXItem
|
inherited TBXItem2: TTBXItem
|
||||||
Visible = False
|
Visible = False
|
||||||
@ -71,11 +75,8 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 126
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 115
|
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
ExplicitLeft = 126
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
@ -85,10 +86,11 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
Left = 334
|
Left = 318
|
||||||
Visible = False
|
Visible = False
|
||||||
ExplicitLeft = 334
|
ExplicitLeft = 318
|
||||||
ExplicitWidth = 36
|
ExplicitWidth = 66
|
||||||
|
ExplicitHeight = 23
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited StatusBar: TJvStatusBar
|
inherited StatusBar: TJvStatusBar
|
||||||
@ -135,18 +137,18 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited frViewPedidosProveedor1: TfrViewPedidosProveedor [5]
|
inherited frViewPedidosProveedor1: TfrViewPedidosProveedor [5]
|
||||||
Top = 162
|
Top = 159
|
||||||
Width = 656
|
Width = 656
|
||||||
Height = 274
|
Height = 277
|
||||||
ExplicitTop = 162
|
ExplicitTop = 159
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
ExplicitHeight = 274
|
ExplicitHeight = 277
|
||||||
inherited cxGrid: TcxGrid
|
inherited cxGrid: TcxGrid
|
||||||
Width = 656
|
Width = 656
|
||||||
Height = 146
|
Height = 149
|
||||||
RootLevelOptions.DetailTabsPosition = dtpNone
|
RootLevelOptions.DetailTabsPosition = dtpNone
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
ExplicitHeight = 146
|
ExplicitHeight = 149
|
||||||
inherited cxGridView: TcxGridDBTableView
|
inherited cxGridView: TcxGridDBTableView
|
||||||
DataController.Summary.DefaultGroupSummaryItems = <
|
DataController.Summary.DefaultGroupSummaryItems = <
|
||||||
item
|
item
|
||||||
@ -172,16 +174,36 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
Width = 656
|
Width = 656
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
inherited txtFiltroTodo: TcxTextEdit
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 618
|
ExplicitWidth = 618
|
||||||
Width = 618
|
Width = 618
|
||||||
end
|
end
|
||||||
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 277
|
ExplicitWidth = 277
|
||||||
Width = 277
|
Width = 277
|
||||||
end
|
end
|
||||||
inherited eLista: TcxComboBox
|
inherited eLista: TcxComboBox
|
||||||
Left = 685
|
Left = 685
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitLeft = 685
|
ExplicitLeft = 685
|
||||||
|
ExplicitWidth = 215
|
||||||
|
Width = 215
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
@ -195,8 +217,8 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited pnlAgrupaciones: TTBXDockablePanel
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
||||||
Top = 248
|
Top = 251
|
||||||
ExplicitTop = 248
|
ExplicitTop = 251
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
Width = 656
|
Width = 656
|
||||||
@ -245,6 +267,10 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
Enabled = False
|
Enabled = False
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
|
inherited actEnviarEMail: TAction
|
||||||
|
Enabled = False
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
end
|
end
|
||||||
inherited dsDataTable: TDADataSource
|
inherited dsDataTable: TDADataSource
|
||||||
Left = 8
|
Left = 8
|
||||||
@ -262,6 +288,8 @@ inherited fEditorElegirPedidosProveedor: TfEditorElegirPedidosProveedor
|
|||||||
end
|
end
|
||||||
inherited JsImprimirDialog: TJSDialog [16]
|
inherited JsImprimirDialog: TJSDialog [16]
|
||||||
end
|
end
|
||||||
|
inherited JsListaPedidosNoEliminados: TJSDialog [17]
|
||||||
|
end
|
||||||
object EditorSeleccionActionList: TActionList
|
object EditorSeleccionActionList: TActionList
|
||||||
Images = SmallImages
|
Images = SmallImages
|
||||||
Left = 152
|
Left = 152
|
||||||
|
|||||||
@ -2,6 +2,7 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
Caption = 'Seleccionar pedido de cliente'
|
Caption = 'Seleccionar pedido de cliente'
|
||||||
ClientWidth = 656
|
ClientWidth = 656
|
||||||
ExplicitWidth = 664
|
ExplicitWidth = 664
|
||||||
|
ExplicitHeight = 538
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
object JvgWizardHeader1: TJvgWizardHeader [0]
|
object JvgWizardHeader1: TJvgWizardHeader [0]
|
||||||
@ -51,7 +52,9 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
ExplicitTop = 87
|
ExplicitTop = 87
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
ExplicitWidth = 126
|
Left = 427
|
||||||
|
ExplicitLeft = 427
|
||||||
|
ExplicitWidth = 229
|
||||||
inherited TBXItem2: TTBXItem
|
inherited TBXItem2: TTBXItem
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
@ -72,11 +75,9 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 126
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 104
|
DockPos = -107
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
ExplicitLeft = 126
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
@ -86,9 +87,10 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
Left = 334
|
Left = 238
|
||||||
Visible = False
|
Visible = False
|
||||||
ExplicitLeft = 334
|
ExplicitLeft = 238
|
||||||
|
ExplicitWidth = 418
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited StatusBar: TJvStatusBar
|
inherited StatusBar: TJvStatusBar
|
||||||
@ -97,7 +99,7 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
end
|
end
|
||||||
inline frViewBarraSeleccion1: TfrViewBarraSeleccion [4]
|
inline frViewBarraSeleccion1: TfrViewBarraSeleccion [4]
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 389
|
Top = 449
|
||||||
Width = 656
|
Width = 656
|
||||||
Height = 36
|
Height = 36
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
@ -109,7 +111,7 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
ReadOnly = False
|
ReadOnly = False
|
||||||
ExplicitTop = 389
|
ExplicitTop = 449
|
||||||
ExplicitWidth = 656
|
ExplicitWidth = 656
|
||||||
ExplicitHeight = 36
|
ExplicitHeight = 36
|
||||||
inherited JvFooter1: TJvFooter
|
inherited JvFooter1: TJvFooter
|
||||||
@ -177,6 +179,8 @@ inherited fEditorElegirPresupuestosCliente: TfEditorElegirPresupuestosCliente
|
|||||||
end
|
end
|
||||||
inherited JsImprimirDialog: TJSDialog [15]
|
inherited JsImprimirDialog: TJSDialog [15]
|
||||||
end
|
end
|
||||||
|
inherited JsListaPresupuestosNoEliminados: TJSDialog [16]
|
||||||
|
end
|
||||||
object EditorSeleccionActionList: TActionList
|
object EditorSeleccionActionList: TActionList
|
||||||
Images = SmallImages
|
Images = SmallImages
|
||||||
Left = 152
|
Left = 152
|
||||||
|
|||||||
@ -56,6 +56,8 @@ inherited fEditorElegirRecibosCliente: TfEditorElegirRecibosCliente
|
|||||||
ExplicitWidth = 670
|
ExplicitWidth = 670
|
||||||
ExplicitHeight = 72
|
ExplicitHeight = 72
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
|
Left = 97
|
||||||
|
ExplicitLeft = 97
|
||||||
ExplicitWidth = 269
|
ExplicitWidth = 269
|
||||||
inherited TBXItem5: TTBXItem
|
inherited TBXItem5: TTBXItem
|
||||||
Visible = False
|
Visible = False
|
||||||
@ -68,15 +70,25 @@ inherited fEditorElegirRecibosCliente: TfEditorElegirRecibosCliente
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 269
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 104
|
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
Visible = False
|
|
||||||
ExplicitLeft = 269
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
|
ExplicitWidth = 97
|
||||||
|
inherited sepAno: TTBXSeparatorItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited TBXLabelItem1: TTBXLabelItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited tbxEditFiltro: TTBXEditItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited TBXItem37: TTBXItem
|
||||||
|
Visible = False
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxMenu: TTBXToolbar
|
inherited tbxMenu: TTBXToolbar
|
||||||
|
|||||||
@ -56,7 +56,9 @@ inherited fEditorElegirRecibosProveedor: TfEditorElegirRecibosProveedor
|
|||||||
ExplicitWidth = 654
|
ExplicitWidth = 654
|
||||||
ExplicitHeight = 72
|
ExplicitHeight = 72
|
||||||
inherited tbxMain: TTBXToolbar
|
inherited tbxMain: TTBXToolbar
|
||||||
ExplicitWidth = 317
|
Left = 97
|
||||||
|
ExplicitLeft = 97
|
||||||
|
ExplicitWidth = 269
|
||||||
inherited TBXItem5: TTBXItem
|
inherited TBXItem5: TTBXItem
|
||||||
Visible = False
|
Visible = False
|
||||||
end
|
end
|
||||||
@ -68,24 +70,34 @@ inherited fEditorElegirRecibosProveedor: TfEditorElegirRecibosProveedor
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxFiltro: TTBXToolbar
|
inherited tbxFiltro: TTBXToolbar
|
||||||
Left = 317
|
|
||||||
Top = 23
|
Top = 23
|
||||||
DockPos = 104
|
|
||||||
DockRow = 1
|
DockRow = 1
|
||||||
Visible = False
|
|
||||||
ExplicitLeft = 317
|
|
||||||
ExplicitTop = 23
|
ExplicitTop = 23
|
||||||
|
ExplicitWidth = 97
|
||||||
|
inherited sepAno: TTBXSeparatorItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited TBXLabelItem1: TTBXLabelItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited tbxEditFiltro: TTBXEditItem
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
inherited TBXItem34: TTBXItem
|
inherited TBXItem34: TTBXItem
|
||||||
Action = actQuitarFiltro2
|
Action = actQuitarFiltro2
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited TBXItem37: TTBXItem
|
||||||
|
Visible = False
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited tbxMenu: TTBXToolbar
|
inherited tbxMenu: TTBXToolbar
|
||||||
ExplicitWidth = 654
|
ExplicitWidth = 654
|
||||||
end
|
end
|
||||||
inherited TBXTMain2: TTBXToolbar
|
inherited TBXTMain2: TTBXToolbar
|
||||||
Left = 334
|
Left = 318
|
||||||
Visible = False
|
Visible = False
|
||||||
ExplicitLeft = 334
|
ExplicitLeft = 318
|
||||||
ExplicitHeight = 23
|
ExplicitHeight = 23
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -214,6 +226,8 @@ inherited fEditorElegirRecibosProveedor: TfEditorElegirRecibosProveedor
|
|||||||
StyleFocused.LookAndFeel.SkinName = ''
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
StyleHot.LookAndFeel.SkinName = ''
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitLeft = 605
|
ExplicitLeft = 605
|
||||||
|
ExplicitWidth = 215
|
||||||
|
Width = 215
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
@ -394,6 +408,12 @@ inherited fEditorElegirRecibosProveedor: TfEditorElegirRecibosProveedor
|
|||||||
inherited EditorActionList: TActionList [9]
|
inherited EditorActionList: TActionList [9]
|
||||||
Left = 112
|
Left = 112
|
||||||
Top = 192
|
Top = 192
|
||||||
|
inherited actPrevisualizar: TAction
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
|
inherited actImprimir: TAction
|
||||||
|
Visible = False
|
||||||
|
end
|
||||||
end
|
end
|
||||||
inherited JvAppRegistryStorage: TJvAppRegistryStorage [10]
|
inherited JvAppRegistryStorage: TJvAppRegistryStorage [10]
|
||||||
end
|
end
|
||||||
|
|||||||
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>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
<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">6</VersionInfo><VersionInfo Name="Release">7</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.6.8.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.6.8.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys><VersionInfoKeys Name="CompileDate">viernes, 27 de febrero de 2009 11:47</VersionInfoKeys></VersionInfoKeys><Excluded_Packages /><Source><Source Name="MainSource">FactuGES_Server.dpr</Source></Source></Delphi.Personality></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">6</VersionInfo><VersionInfo Name="Release">7</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.6.7.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.6.8.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys><VersionInfoKeys Name="CompileDate">viernes, 27 de febrero de 2009 11:47</VersionInfoKeys></VersionInfoKeys><Excluded_Packages/><Source><Source Name="MainSource">FactuGES_Server.dpr</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets"/>
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets"/>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -14,7 +14,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "1.6.7.0\0"
|
VALUE "FileVersion", "1.6.7.0\0"
|
||||||
VALUE "ProductVersion", "1.6.7.0\0"
|
VALUE "ProductVersion", "1.6.7.0\0"
|
||||||
VALUE "CompileDate", "viernes, 27 de febrero de 2009 11:47\0"
|
VALUE "CompileDate", "lunes, 02 de marzo de 2009 18:14\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user