git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@442 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
16adb38ca7
commit
4b69342217
@ -6,7 +6,6 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ClientWidth = 819
|
||||
Position = poScreenCenter
|
||||
OnClose = CustomEditorClose
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 827
|
||||
ExplicitHeight = 667
|
||||
PixelsPerInch = 96
|
||||
@ -14,7 +13,7 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
inherited JvNavPanelHeader: TJvNavPanelHeader
|
||||
Width = 819
|
||||
Caption = 'Nueva factura de proveedor'
|
||||
ExplicitWidth = 788
|
||||
ExplicitWidth = 819
|
||||
inherited Image1: TImage
|
||||
Left = 792
|
||||
Picture.Data = {
|
||||
@ -41,7 +40,7 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
end
|
||||
inherited TBXDock: TTBXDock
|
||||
Width = 819
|
||||
ExplicitWidth = 788
|
||||
ExplicitWidth = 819
|
||||
inherited tbxMain: TTBXToolbar
|
||||
ExplicitWidth = 488
|
||||
inherited TBXItem2: TTBXItem
|
||||
@ -72,15 +71,15 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
inherited pgPaginas: TPageControl
|
||||
Width = 813
|
||||
Height = 369
|
||||
ActivePage = pagPedidos
|
||||
ActivePage = pagContenido
|
||||
OnChanging = pgPaginasChanging
|
||||
ExplicitWidth = 782
|
||||
ExplicitHeight = 309
|
||||
ExplicitWidth = 813
|
||||
ExplicitHeight = 369
|
||||
inherited pagGeneral: TTabSheet
|
||||
ExplicitLeft = 4
|
||||
ExplicitTop = 24
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 281
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 341
|
||||
inline frViewFacturaProveedor1: TfrViewFacturaProveedor
|
||||
Left = 0
|
||||
Top = 0
|
||||
@ -95,72 +94,72 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
ReadOnly = False
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 281
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 341
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
Width = 805
|
||||
Height = 341
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 281
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 341
|
||||
inherited eReferencia: TcxDBTextEdit
|
||||
Properties.ReadOnly = True
|
||||
ExplicitWidth = 227
|
||||
Width = 227
|
||||
ExplicitWidth = 242
|
||||
Width = 242
|
||||
end
|
||||
inherited edtFecha: TcxDBDateEdit
|
||||
ExplicitWidth = 227
|
||||
Width = 227
|
||||
ExplicitWidth = 242
|
||||
Width = 242
|
||||
end
|
||||
inherited memObservaciones: TcxDBMemo
|
||||
ExplicitWidth = 341
|
||||
ExplicitHeight = 101
|
||||
Height = 101
|
||||
Width = 341
|
||||
ExplicitWidth = 356
|
||||
ExplicitHeight = 161
|
||||
Height = 161
|
||||
Width = 356
|
||||
end
|
||||
inherited cbFormaPago: TcxDBLookupComboBox
|
||||
ExplicitWidth = 89
|
||||
Width = 89
|
||||
ExplicitWidth = 104
|
||||
Width = 104
|
||||
end
|
||||
inherited bFormasPago: TButton
|
||||
Left = 246
|
||||
ExplicitLeft = 246
|
||||
end
|
||||
inherited eReferenciaProveedor: TcxDBTextEdit
|
||||
ExplicitWidth = 227
|
||||
Width = 227
|
||||
ExplicitWidth = 242
|
||||
Width = 242
|
||||
end
|
||||
inherited frViewProveedorFactura: TfrViewDatosYSeleccionProveedor
|
||||
Left = 406
|
||||
Width = 361
|
||||
Width = 377
|
||||
ExplicitLeft = 406
|
||||
ExplicitWidth = 361
|
||||
ExplicitWidth = 377
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
Width = 361
|
||||
Width = 377
|
||||
ExplicitWidth = 361
|
||||
inherited edtlNombre: TcxDBTextEdit
|
||||
DataBinding.DataSource = frViewFacturaProveedor1.DADataSource
|
||||
ExplicitWidth = 287
|
||||
Width = 287
|
||||
ExplicitWidth = 303
|
||||
Width = 303
|
||||
end
|
||||
inherited edtNIFCIF: TcxDBTextEdit
|
||||
DataBinding.DataSource = frViewFacturaProveedor1.DADataSource
|
||||
ExplicitWidth = 287
|
||||
Width = 287
|
||||
ExplicitWidth = 303
|
||||
Width = 303
|
||||
end
|
||||
inherited edtCalle: TcxDBTextEdit
|
||||
DataBinding.DataSource = frViewFacturaProveedor1.DADataSource
|
||||
ExplicitWidth = 287
|
||||
Width = 287
|
||||
ExplicitWidth = 303
|
||||
Width = 303
|
||||
end
|
||||
inherited edtPoblacion: TcxDBTextEdit
|
||||
DataBinding.DataSource = frViewFacturaProveedor1.DADataSource
|
||||
ExplicitWidth = 169
|
||||
Width = 169
|
||||
ExplicitWidth = 185
|
||||
Width = 185
|
||||
end
|
||||
inherited edtProvincia: TcxDBTextEdit
|
||||
DataBinding.DataSource = frViewFacturaProveedor1.DADataSource
|
||||
ExplicitWidth = 287
|
||||
Width = 287
|
||||
ExplicitWidth = 303
|
||||
Width = 303
|
||||
end
|
||||
inherited edtCodigoPostal: TcxDBTextEdit
|
||||
Left = 285
|
||||
@ -179,8 +178,6 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
object pagContenido: TTabSheet
|
||||
Caption = 'Contenido'
|
||||
ImageIndex = 1
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 281
|
||||
inline frViewDetallesFacturaProveedor1: TfrViewDetallesFacturaProveedor
|
||||
Left = 0
|
||||
Top = 0
|
||||
@ -197,12 +194,12 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
ReadOnly = False
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 281
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 341
|
||||
inherited ToolBar1: TToolBar
|
||||
Width = 805
|
||||
Height = 51
|
||||
ExplicitWidth = 774
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 51
|
||||
inherited ToolButton3: TToolButton
|
||||
Wrap = False
|
||||
@ -213,13 +210,14 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ExplicitLeft = 278
|
||||
ExplicitTop = 0
|
||||
end
|
||||
inherited ToolButton14: TToolButton [4]
|
||||
inherited ToolButton14: TToolButton
|
||||
Left = 334
|
||||
Top = 0
|
||||
Wrap = False
|
||||
ExplicitLeft = 334
|
||||
ExplicitTop = 0
|
||||
end
|
||||
inherited FontName: TJvFontComboBox [5]
|
||||
inherited FontName: TJvFontComboBox
|
||||
Left = 399
|
||||
Top = 0
|
||||
ExplicitLeft = 399
|
||||
@ -228,10 +226,10 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
inherited FontSize: TEdit
|
||||
Left = 544
|
||||
Top = 0
|
||||
Width = 72
|
||||
Width = 88
|
||||
ExplicitLeft = 544
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 72
|
||||
ExplicitWidth = 88
|
||||
end
|
||||
inherited ToolButton13: TToolButton [7]
|
||||
Left = 0
|
||||
@ -247,46 +245,43 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 27
|
||||
end
|
||||
inherited ToolButton6: TToolButton [9]
|
||||
inherited ToolButton6: TToolButton
|
||||
Left = 17
|
||||
Top = 27
|
||||
ExplicitLeft = 17
|
||||
ExplicitTop = 27
|
||||
end
|
||||
inherited ToolButton7: TToolButton [10]
|
||||
inherited ToolButton7: TToolButton
|
||||
Left = 83
|
||||
Top = 27
|
||||
Wrap = False
|
||||
ExplicitLeft = 83
|
||||
ExplicitTop = 27
|
||||
end
|
||||
inherited ToolButton8: TToolButton [11]
|
||||
inherited ToolButton8: TToolButton
|
||||
Left = 150
|
||||
Top = 27
|
||||
ExplicitLeft = 150
|
||||
ExplicitTop = 27
|
||||
end
|
||||
inherited ToolButton12: TToolButton [12]
|
||||
inherited ToolButton12: TToolButton
|
||||
Left = 233
|
||||
Top = 27
|
||||
Wrap = False
|
||||
ExplicitLeft = 233
|
||||
ExplicitTop = 27
|
||||
ExplicitHeight = 22
|
||||
end
|
||||
inherited ToolButton9: TToolButton [13]
|
||||
inherited ToolButton9: TToolButton
|
||||
Left = 241
|
||||
Top = 27
|
||||
ExplicitLeft = 241
|
||||
ExplicitTop = 27
|
||||
end
|
||||
inherited ToolButton10: TToolButton [14]
|
||||
inherited ToolButton10: TToolButton
|
||||
Left = 386
|
||||
Top = 27
|
||||
ExplicitLeft = 386
|
||||
ExplicitTop = 27
|
||||
end
|
||||
inherited ToolButton11: TToolButton [15]
|
||||
inherited ToolButton11: TToolButton
|
||||
Left = 511
|
||||
Top = 27
|
||||
ExplicitLeft = 511
|
||||
@ -298,14 +293,14 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
Width = 805
|
||||
Height = 264
|
||||
ExplicitTop = 77
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 204
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 264
|
||||
end
|
||||
inherited TBXDock1: TTBXDock
|
||||
Top = 51
|
||||
Width = 805
|
||||
ExplicitTop = 51
|
||||
ExplicitWidth = 774
|
||||
ExplicitWidth = 805
|
||||
inherited TBXToolbar1: TTBXToolbar
|
||||
ExplicitWidth = 702
|
||||
end
|
||||
@ -327,8 +322,7 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
object pagPedidos: TTabSheet
|
||||
Caption = 'Pedidos'
|
||||
ImageIndex = 2
|
||||
ExplicitWidth = 774
|
||||
ExplicitHeight = 281
|
||||
TabVisible = False
|
||||
inline frViewPedidosFacturaProveedor1: TfrViewPedidosFacturaProveedor
|
||||
Left = 0
|
||||
Top = 0
|
||||
@ -343,14 +337,17 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
ReadOnly = False
|
||||
ExplicitLeft = 232
|
||||
ExplicitTop = -76
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 341
|
||||
inherited cxGrid: TcxGrid
|
||||
Width = 805
|
||||
Height = 316
|
||||
ExplicitWidth = 805
|
||||
ExplicitHeight = 316
|
||||
end
|
||||
inherited ToolBar1: TToolBar
|
||||
Width = 805
|
||||
ExplicitWidth = 805
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -362,8 +359,8 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
item
|
||||
Width = 200
|
||||
end>
|
||||
ExplicitTop = 554
|
||||
ExplicitWidth = 788
|
||||
ExplicitTop = 614
|
||||
ExplicitWidth = 819
|
||||
end
|
||||
inline frViewTotales1: TfrViewTotales [4]
|
||||
Left = 0
|
||||
@ -379,12 +376,12 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
ParentFont = False
|
||||
TabOrder = 4
|
||||
ReadOnly = False
|
||||
ExplicitTop = 391
|
||||
ExplicitWidth = 788
|
||||
ExplicitTop = 451
|
||||
ExplicitWidth = 819
|
||||
ExplicitHeight = 163
|
||||
inherited dxLayoutControl1: TdxLayoutControl
|
||||
Width = 819
|
||||
ExplicitWidth = 788
|
||||
ExplicitWidth = 819
|
||||
inherited Bevel1: TBevel
|
||||
Top = 111
|
||||
Width = 73
|
||||
@ -411,8 +408,8 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
Top = 131
|
||||
Style.IsFontAssigned = True
|
||||
ExplicitTop = 131
|
||||
ExplicitWidth = 259
|
||||
Width = 259
|
||||
ExplicitWidth = 260
|
||||
Width = 260
|
||||
end
|
||||
inherited ImporteIVA: TcxDBCurrencyEdit
|
||||
Left = 634
|
||||
@ -475,8 +472,8 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
Top = 30
|
||||
Style.IsFontAssigned = True
|
||||
ExplicitTop = 30
|
||||
ExplicitWidth = 300
|
||||
Width = 300
|
||||
ExplicitWidth = 331
|
||||
Width = 331
|
||||
end
|
||||
inherited ePorte: TcxDBCurrencyEdit
|
||||
Top = 158
|
||||
@ -485,16 +482,16 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
Style.IsFontAssigned = True
|
||||
OnEditing = frViewTotales1ePorteEditing
|
||||
ExplicitTop = 158
|
||||
ExplicitWidth = 324
|
||||
Width = 324
|
||||
ExplicitWidth = 331
|
||||
Width = 331
|
||||
end
|
||||
inherited eIVA: TcxDBLookupComboBox
|
||||
Top = 57
|
||||
Properties.OnValidate = frViewTotales1eIVAPropertiesValidate
|
||||
Style.Color = clInfoBk
|
||||
ExplicitTop = 57
|
||||
ExplicitWidth = 162
|
||||
Width = 162
|
||||
ExplicitWidth = 193
|
||||
Width = 193
|
||||
end
|
||||
inherited bTiposIVA: TButton
|
||||
Left = 303
|
||||
@ -507,8 +504,8 @@ inherited fEditorFacturaProveedor: TfEditorFacturaProveedor
|
||||
Top = 84
|
||||
Properties.OnEditValueChanged = frViewTotales1cbRecargoEquivalenciaPropertiesEditValueChanged
|
||||
ExplicitTop = 84
|
||||
ExplicitWidth = 300
|
||||
Width = 300
|
||||
ExplicitWidth = 331
|
||||
Width = 331
|
||||
end
|
||||
inherited dxLayoutControl1Group_Root: TdxLayoutGroup
|
||||
LookAndFeel = frViewFacturaProveedor1.dxLayoutOfficeLookAndFeel1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user