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/Presupuestos/Cliente/uViewPresupuesto.dfm

241 lines
5.9 KiB
Plaintext

inherited frViewPresupuesto: TfrViewPresupuesto
Width = 762
Height = 452
inline frViewDatosPresupuesto1: TfrViewDatosPresupuesto
Left = 0
Top = 0
Width = 355
Height = 148
Constraints.MinHeight = 110
Constraints.MinWidth = 355
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
ReadOnly = False
DesignSize = (
355
148)
inherited Bevel1: TBevel
Width = 217
end
inherited edtFechaPresupuesto: TcxDBDateEdit
ParentFont = False
Style.Color = clInfoBk
Style.Font.Color = clBlack
Style.TextColor = clBlack
Style.IsFontAssigned = True
StyleFocused.Color = clInfoBk
Width = 247
end
inherited edtVigencia: TcxDBDateEdit
Width = 247
end
inherited eReferencia: TcxDBTextEdit
Enabled = False
Properties.ReadOnly = True
StyleDisabled.TextColor = clActiveCaption
Width = 248
end
inherited cbTipoPresupuesto: TcxDBComboBox
ParentFont = False
Style.Color = clInfoBk
Style.IsFontAssigned = True
StyleHot.Color = clInfoBk
Width = 248
end
inherited eOpcion: TcxDBTextEdit
Width = 248
end
inherited DADataSource: TDADataSource
Left = 296
Top = 16
end
end
inline frViewPlazoEntrega1: TfrViewPlazoEntrega
Left = 358
Top = 281
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 = 358
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 = 281
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 = 168
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
Width = 182
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