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/Albaranes de cliente/Cliente/uViewAlbaranCliente.dfm

169 lines
4.2 KiB
Plaintext

inherited frViewAlbaranCliente: TfrViewAlbaranCliente
Width = 755
Height = 300
Align = alClient
Constraints.MinHeight = 300
Constraints.MinWidth = 755
inline frViewDatosYSeleccionContacto1: TfrViewDatosYSeleccionContacto
Left = 362
Top = 0
Width = 391
Height = 228
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 = 97
Caption = 'Datos del cliente'
end
inherited Bevel1: TBevel
Left = 112
Width = 265
end
inherited ToolBar1: TToolBar
ButtonWidth = 129
inherited ToolButton3: TToolButton
Left = 106
end
inherited ToolButton2: TToolButton
Left = 114
Caption = 'Dar de alta un cliente'
end
end
inherited edtlNombre: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
StyleDisabled.TextColor = clActiveCaption
Width = 296
end
inherited edtPoblacion: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
StyleDisabled.TextColor = clActiveCaption
TabOrder = 4
Width = 296
end
inherited edtProvincia: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
StyleDisabled.TextColor = clActiveCaption
TabOrder = 3
Width = 152
end
inherited edtNIFCIF: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
StyleDisabled.TextColor = clActiveCaption
Width = 296
end
inherited edtCalle: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
StyleDisabled.TextColor = clActiveCaption
Width = 296
end
inherited ToolBar2: TToolBar
Left = 181
Width = 182
ButtonWidth = 178
inherited ToolButton4: TToolButton
Caption = 'Ver ficha completa del cliente...'
end
end
inherited edtCodigoPostal: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone
StyleDisabled.TextColor = clActiveCaption
Width = 105
end
inherited DADataSource: TDADataSource
Left = 64
Top = 32
end
inherited ActionList1: TActionList
inherited actElegirContacto: TAction
Caption = 'Elegir un cliente'
end
end
end
inline frViewDatosAlbaranCliente1: TfrViewDatosAlbaranCliente
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 = 1
ReadOnly = False
end
inline frViewFormaPago1: TfrViewFormaPago
Left = 0
Top = 215
Width = 360
Height = 79
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 = 252
end
inherited memFormaPago: TcxDBMemo
Height = 45
Width = 329
end
end
inline frViewObservaciones1: TfrViewObservaciones
Left = 368
Top = 215
Width = 381
Height = 77
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 = 283
end
inherited memObservaciones: TcxDBMemo
Height = 45
Width = 360
end
end
inline frViewPresupuestoAlbaran1: TfrViewPresupuestoAlbaran
Left = 0
Top = 104
Width = 360
Height = 121
Constraints.MinHeight = 90
Constraints.MinWidth = 360
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
ReadOnly = False
end
object DADataSource: TDADataSource
end
end