git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@27 9a1d36f3-7752-2d40-8ccb-50eb49674c68
225 lines
7.2 KiB
Plaintext
225 lines
7.2 KiB
Plaintext
inherited fEditorFacturaCliente: TfEditorFacturaCliente
|
|
Left = 397
|
|
Top = 177
|
|
Width = 777
|
|
Height = 615
|
|
Caption = 'Nueva factura de cliente'
|
|
Constraints.MinHeight = 615
|
|
Constraints.MinWidth = 766
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited JvNavPanelHeader: TJvNavPanelHeader
|
|
Width = 769
|
|
Caption = 'Nueva factura de cliente'
|
|
inherited Image1: TImage
|
|
Left = 742
|
|
Picture.Data = {
|
|
0A54504E474F626A65637489504E470D0A1A0A0000000D494844520000001800
|
|
0000180806000000E0773DF80000000970485973000017120000171201679FD2
|
|
520000000467414D410000B18E7CFB5193000001BE4944415478DA63FCFFFF3F
|
|
032D0123B2054BB79CA49A6DD13EE68C582D004A906CD8DFBFFF80F83F980601
|
|
EBC07C86733BA6E1B6C0B6683F8A0187FB1C711A8EAC765BB315C3C275FB19E6
|
|
2DDD84DF02525CEE507A9081455D89E1C08C1D0CEF0FC6312CD97890B005D87C
|
|
802E06027B3BEC189C2B0E311CD97F0BCC7FB32F8661F996C394F9E0FF3F6058
|
|
03F11FA0EB41EC3FFFFE41E3E01F98BD7ADB51D27D400C00F9E2F18E70860DBB
|
|
4E106701CCDBA480075B431936EF3D459C05F8520E3600D2B3A8508F61EB81D3
|
|
C45B802BA86096C3E4616AE7E7EB32EC387486763E989DA3CDB0E7E839DAF960
|
|
46A626C3FE131768E783A969EA0C874E5FC26F4184A729387792E3838929AA0C
|
|
C7CE5EC16F41A89B09387792E3839E042586D317AFE3B720C8D988C1ADFA0859
|
|
1674C62A309CBB7213BF057E8E060C5EB5C7F01A06B27CC1913F707E820D0BD8
|
|
82B62839868BD76FE3B7C0DB4E0F5EAEC0CA1850D9032BF393275FC1881F18BF
|
|
394296E1CACD3BF82DF0B0D6C16938884E9B760D6BF0116D818BA5164EC34116
|
|
67CDB88133E888B2C0DE541D6CD8BFBF88621966E1BFFFFFB1061F322068818D
|
|
912AB844A404E0B5A077CA428A0C8701980500619929EF09CFCE420000000049
|
|
454E44AE426082}
|
|
end
|
|
end
|
|
inherited TBXDock: TTBXDock
|
|
Width = 769
|
|
inherited tbxMain: TTBXToolbar
|
|
inherited TBXItem2: TTBXItem
|
|
Visible = False
|
|
end
|
|
inherited TBXSeparatorItem1: TTBXSeparatorItem
|
|
Visible = False
|
|
end
|
|
inherited TBXItem5: TTBXItem
|
|
Visible = False
|
|
end
|
|
object TBXSeparatorItem14: TTBXSeparatorItem [11]
|
|
end
|
|
object TBXItem7: TTBXItem [12]
|
|
Action = actDesglosarIVA
|
|
end
|
|
end
|
|
inherited tbxMenu: TTBXToolbar
|
|
object TBXSubmenuItem2: TTBXSubmenuItem [3]
|
|
Caption = '&Herramientas'
|
|
object TBXItem33: TTBXItem
|
|
Action = actDesglosarIVA
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited pgPaginas: TPageControl
|
|
Width = 769
|
|
Height = 364
|
|
inherited pagGeneral: TTabSheet
|
|
inline frViewFacturaCliente1: TfrViewFacturaCliente
|
|
Left = 0
|
|
Top = 0
|
|
Width = 761
|
|
Height = 336
|
|
Align = alClient
|
|
AutoSize = True
|
|
Constraints.MinHeight = 300
|
|
Constraints.MinWidth = 761
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
ReadOnly = False
|
|
inherited frViewDatosYSeleccionContacto1: TfrViewDatosYSeleccionContacto
|
|
inherited Bevel1: TBevel
|
|
Width = 313
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 369
|
|
end
|
|
inherited edtlNombre: TcxDBTextEdit
|
|
DataBinding.DataSource = frViewFacturaCliente1.DADataSource
|
|
Properties.OnChange = frViewDatosYSeleccionContacto1edtlNombrePropertiesChange
|
|
end
|
|
inherited edtPoblacion: TcxDBTextEdit
|
|
DataBinding.DataSource = frViewFacturaCliente1.DADataSource
|
|
end
|
|
inherited edtProvincia: TcxDBTextEdit
|
|
DataBinding.DataSource = frViewFacturaCliente1.DADataSource
|
|
end
|
|
inherited edtNIFCIF: TcxDBTextEdit
|
|
DataBinding.DataSource = frViewFacturaCliente1.DADataSource
|
|
end
|
|
inherited edtCalle: TcxDBTextEdit
|
|
DataBinding.DataSource = frViewFacturaCliente1.DADataSource
|
|
end
|
|
inherited edtCodigoPostal: TcxDBTextEdit
|
|
DataBinding.DataSource = frViewFacturaCliente1.DADataSource
|
|
end
|
|
end
|
|
inherited frViewFormaPago1: TfrViewFormaPago
|
|
Top = 215
|
|
TabOrder = 2
|
|
inherited memFormaPago: TcxDBMemo
|
|
Height = 78
|
|
end
|
|
end
|
|
inherited frViewObservaciones1: TfrViewObservaciones
|
|
Top = 215
|
|
TabOrder = 1
|
|
inherited memObservaciones: TcxDBMemo
|
|
Height = 78
|
|
end
|
|
end
|
|
inherited frViewDatosFacturaCliente1: TfrViewDatosFacturaCliente
|
|
inherited eReferencia: TcxDBTextEdit
|
|
StyleDisabled.TextColor = clActiveCaption
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object pagContenido: TTabSheet
|
|
Caption = 'Contenido'
|
|
ImageIndex = 1
|
|
inline frViewDetallesFacturaCliente1: TfrViewDetallesFacturaCliente
|
|
Left = 0
|
|
Top = 0
|
|
Width = 761
|
|
Height = 336
|
|
Align = alClient
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
ReadOnly = False
|
|
inherited cxGrid: TcxGrid
|
|
Width = 761
|
|
Height = 314
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 761
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited StatusBar: TStatusBar
|
|
Top = 562
|
|
Width = 769
|
|
end
|
|
inline frViewTotales1: TfrViewTotales [4]
|
|
Left = 0
|
|
Top = 440
|
|
Width = 769
|
|
Height = 122
|
|
Align = alBottom
|
|
Constraints.MaxHeight = 122
|
|
Constraints.MinHeight = 122
|
|
Constraints.MinWidth = 730
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 4
|
|
ReadOnly = False
|
|
inherited TabControl1: TTabControl
|
|
Width = 769
|
|
inherited GroupBox1: TGroupBox
|
|
inherited lblBase: TcxDBCurrencyEdit
|
|
Style.IsFontAssigned = True
|
|
end
|
|
inherited cxCurrencyEdit3: TcxDBCurrencyEdit
|
|
Style.IsFontAssigned = True
|
|
end
|
|
inherited cxCurrencyEdit4: TcxDBCurrencyEdit
|
|
Style.IsFontAssigned = True
|
|
end
|
|
inherited cxCurrencyEdit5: TcxDBCurrencyEdit
|
|
Style.IsFontAssigned = True
|
|
end
|
|
inherited cxCurrencyEdit1: TcxDBSpinEdit
|
|
Style.IsFontAssigned = True
|
|
end
|
|
inherited cxCurrencyEdit2: TcxDBSpinEdit
|
|
Style.IsFontAssigned = True
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited EditorActionList: TActionList [5]
|
|
object actDesglosarIVA: TAction
|
|
Category = 'Herramientas'
|
|
Caption = 'Desglosar IVA'
|
|
OnExecute = actDesglosarIVAExecute
|
|
end
|
|
end
|
|
inherited SmallImages: TPngImageList [6]
|
|
end
|
|
inherited LargeImages: TPngImageList [7]
|
|
end
|
|
inherited JvFormStorage: TJvFormStorage [8]
|
|
end
|
|
inherited JvAppRegistryStorage: TJvAppRegistryStorage [9]
|
|
end
|
|
inherited dsDataTable: TDADataSource
|
|
OnDataChange = dsDataTableDataChange
|
|
end
|
|
end
|