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/Pagos/Cliente/uViewPresupuesto.dfm
2007-06-21 16:02:50 +00:00

217 lines
5.3 KiB
Plaintext

inherited frViewPresupuesto: TfrViewPresupuesto
Width = 751
Height = 380
inline frViewDatosPresupuesto1: TfrViewDatosPresupuesto
Left = 0
Top = 0
Width = 360
Height = 124
Constraints.MinHeight = 110
Constraints.MinWidth = 360
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
ReadOnly = False
inherited edtFechaPresupuesto: TcxDBDateEdit
Style.Color = clInfoBk
end
inherited eReferencia: TcxDBTextEdit
Enabled = False
Properties.ReadOnly = True
StyleDisabled.TextColor = clActiveCaption
end
inherited cbTipoPresupuesto: TcxDBComboBox
Style.Color = clInfoBk
end
inherited DADataSource: TDADataSource
Left = 296
Top = 16
end
end
inline frViewPlazoEntrega1: TfrViewPlazoEntrega
Left = 358
Top = 210
Width = 391
Height = 84
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 = 267
end
inherited memPlazoEntrega: TcxDBMemo
Anchors = [akLeft, akTop, akRight]
Height = 45
Width = 360
end
end
inline frViewObservaciones1: TfrViewObservaciones
Left = 0
Top = 288
Width = 751
Height = 86
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 Bevel1: TBevel
Width = 643
end
inherited memObservaciones: TcxDBMemo
Anchors = [akLeft, akTop, akRight]
Height = 45
Width = 720
end
end
inline frViewFormaPago1: TfrViewFormaPago
Left = 0
Top = 210
Width = 361
Height = 84
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
ReadOnly = False
inherited Bevel1: TBevel
Width = 253
end
inherited memFormaPago: TcxDBMemo
Anchors = [akLeft, akTop, akRight]
Height = 45
Width = 330
end
end
inline frViewSituacionPresupuesto1: TfrViewSituacionPresupuesto
Left = 0
Top = 123
Width = 360
Height = 97
Constraints.MinHeight = 85
Constraints.MinWidth = 360
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
ReadOnly = False
inherited Label6: TLabel
Width = 134
Caption = 'Estado del presupuesto'
end
inherited Bevel2: TBevel
Left = 152
Width = 196
end
inherited cbiSituacion: TcxDBImageComboBox
Style.Color = clInfoBk
StyleFocused.Color = clInfoBk
StyleHot.Color = clInfoBk
end
inherited ImageList: TPngImageList
Left = 64
Top = 40
end
end
inline frViewClientePresupuesto1: TfrViewDatosYSeleccionContacto
Left = 360
Top = 0
Width = 391
Height = 219
Constraints.MinHeight = 202
Constraints.MinWidth = 350
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
ReadOnly = False
inherited Label5: TLabel
Width = 97
Caption = 'Datos del cliente'
end
inherited Bevel1: TBevel
Left = 112
Width = 251
end
inherited ToolBar1: TToolBar
ButtonWidth = 129
inherited ToolButton3: TToolButton
Left = 106
end
inherited ToolButton2: TToolButton
Left = 114
end
end
inherited edtlNombre: TcxDBTextEdit
StyleDisabled.TextColor = clActiveCaption
Width = 296
end
inherited edtPoblacion: TcxDBTextEdit
StyleDisabled.TextColor = clActiveCaption
TabOrder = 4
Width = 296
end
inherited edtProvincia: TcxDBTextEdit
StyleDisabled.TextColor = clActiveCaption
TabOrder = 3
Width = 152
end
inherited edtNIFCIF: TcxDBTextEdit
StyleDisabled.TextColor = clActiveCaption
Width = 296
end
inherited edtCalle: TcxDBTextEdit
StyleDisabled.TextColor = clActiveCaption
Width = 296
end
inherited ToolBar2: TToolBar
ButtonWidth = 178
end
inherited edtCodigoPostal: TcxDBTextEdit
StyleDisabled.TextColor = clActiveCaption
Width = 105
end
inherited DADataSource: TDADataSource
Left = 64
Top = 40
end
inherited ActionList1: TActionList
inherited actElegirContacto: TAction
Caption = 'Elegir un cliente'
end
inherited actAnadirContacto: TAction
Caption = 'Dar de alta un cliente'
end
inherited actVerContacto: TAction
Caption = 'Ver ficha completa del cliente...'
end
end
end
object DADataSource: TDADataSource
end
end