This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Facturas de proveedor/Cliente/uViewFacturaProveedor.dfm
2016-02-23 12:02:28 +00:00

177 lines
5.0 KiB
Plaintext

inherited frViewFacturaProveedor: TfrViewFacturaProveedor
Width = 761
Height = 280
Align = alClient
Constraints.MinHeight = 280
Constraints.MinWidth = 761
inline frViewDatosYSeleccionContacto1: TfrViewDatosYSeleccionContacto
Left = 362
Top = 0
Width = 377
Height = 214
Constraints.MinHeight = 202
Constraints.MinWidth = 350
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
ReadOnly = False
inherited Label5: TLabel
Width = 116
Caption = 'Datos del proveedor'
end
inherited Bevel1: TBevel
Left = 128
Width = 235
end
inherited ToolBar1: TToolBar
ButtonWidth = 148
inherited ToolButton3: TToolButton
Left = 125
end
inherited ToolButton2: TToolButton
Left = 133
end
end
inherited edtlNombre: TcxDBTextEdit
DataBinding.DataSource = DADataSource
Properties.ReadOnly = False
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto1edtlNombrePropertiesEditValueChanged
Style.Color = clInfoBk
end
inherited edtPoblacion: TcxDBTextEdit
DataBinding.DataSource = DADataSource
Properties.ReadOnly = False
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto1edtlNombrePropertiesEditValueChanged
Style.Color = clInfoBk
end
inherited edtProvincia: TcxDBTextEdit
DataBinding.DataSource = DADataSource
Properties.ReadOnly = False
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto1edtlNombrePropertiesEditValueChanged
Style.Color = clInfoBk
end
inherited edtNIFCIF: TcxDBTextEdit
DataBinding.DataSource = DADataSource
Properties.ReadOnly = False
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto1edtlNombrePropertiesEditValueChanged
Style.Color = clInfoBk
end
inherited edtCalle: TcxDBTextEdit
DataBinding.DataSource = DADataSource
Properties.ReadOnly = False
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto1edtlNombrePropertiesEditValueChanged
Style.Color = clInfoBk
end
inherited ToolBar2: TToolBar
Left = 181
Width = 201
ButtonWidth = 197
end
inherited edtCodigoPostal: TcxDBTextEdit
DataBinding.DataSource = DADataSource
Properties.ReadOnly = False
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto1edtlNombrePropertiesEditValueChanged
Style.Color = clInfoBk
end
inherited DADataSource: TDADataSource
Left = 88
Top = 48
end
inherited ActionList1: TActionList
Top = 40
inherited actElegirContacto: TAction
Caption = 'Elegir un proveedor'
OnExecute = frViewDatosYSeleccionContacto1actElegirContactoExecute
end
inherited actAnadirContacto: TAction
Caption = 'Dar de alta un proveedor'
OnExecute = frViewDatosYSeleccionContacto1actAnadirContactoExecute
end
inherited actVerContacto: TAction
Caption = 'Ver ficha completa del proveedor...'
OnExecute = frViewDatosYSeleccionContacto1actVerContactoExecute
end
end
inherited PngImageList: TPngImageList
Left = 160
Top = 56
end
end
inline frViewFormaPago1: TfrViewFormaPago
Left = 2
Top = 175
Width = 360
Height = 76
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
ReadOnly = False
inherited Bevel1: TBevel
Width = 252
end
inherited memFormaPago: TcxDBMemo
Height = 40
Width = 329
end
end
inline frViewObservaciones1: TfrViewObservaciones
Left = 0
Top = 102
Width = 360
Height = 80
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
ReadOnly = False
inherited Label5: TLabel
Width = 131
Caption = 'Concepto de la factura'
end
inherited Bevel1: TBevel
Left = 144
Width = 204
end
inherited memObservaciones: TcxDBMemo
DataBinding.DataField = 'CONCEPTO'
Height = 39
Width = 329
end
inherited DADataSource: TDADataSource
Left = 8
Top = 32
end
end
inline frViewDatosFacturaProveedor1: TfrViewDatosFacturaProveedor
Left = 0
Top = 0
Width = 360
Height = 110
Constraints.MinHeight = 110
Constraints.MinWidth = 360
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
ReadOnly = False
end
object DADataSource: TDADataSource
end
end