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

176 lines
4.1 KiB
Plaintext

inherited frViewContacto: TfrViewContacto
Width = 600
Height = 270
Align = alClient
AutoSize = True
Constraints.MinHeight = 225
Constraints.MinWidth = 600
OnResize = FrameResize
object pnlGeneral: TPanel
Left = 0
Top = 0
Width = 300
Height = 84
BevelOuter = bvNone
Constraints.MinWidth = 300
ParentBackground = True
ParentColor = True
TabOrder = 0
DesignSize = (
300
84)
object Label5: TLabel
Left = 8
Top = 8
Width = 45
Height = 13
Caption = 'General'
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel1: TBevel
Left = 64
Top = 8
Width = 226
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object Label2: TLabel
Left = 16
Top = 56
Width = 42
Height = 13
Caption = 'NIF/CIF:'
end
object Label1: TLabel
Left = 16
Top = 32
Width = 41
Height = 13
Caption = 'Nombre:'
end
object eNombre: TcxDBTextEdit
Left = 100
Top = 28
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'NOMBRE'
DataBinding.DataSource = DADataSource
Style.Color = 14745599
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 185
end
object eNIFCIF: TcxDBTextEdit
Left = 100
Top = 52
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'NIFCIF'
DataBinding.DataSource = DADataSource
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Width = 185
end
end
inline frViewTelefonos: TfrViewTelefonos
Left = 301
Top = 128
Width = 300
Height = 140
Constraints.MinHeight = 140
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
inherited eTlfParticular: TcxDBTextEdit
Width = 185
end
inherited eTlfTrabajo: TcxDBTextEdit
Width = 185
end
inherited eTlfMovil: TcxDBTextEdit
Width = 185
end
inherited eFax: TcxDBTextEdit
Width = 185
end
end
inline frViewInternet1: TfrViewInternet
Left = 301
Top = 0
Width = 300
Height = 115
Constraints.MinHeight = 115
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
inherited lblTrabajo: TLabel
Visible = False
end
inherited lblMovil: TLabel
Visible = False
end
inherited ePaginaWeb: TcxDBTextEdit
Visible = False
Width = 185
end
inherited eMailTrabajo: TcxDBTextEdit
Visible = False
Width = 185
end
inherited eMailParticular: TcxDBTextEdit
Width = 185
end
end
inline frViewDireccion: TfrViewDireccion
Left = 0
Top = 128
Width = 300
Height = 140
Constraints.MinHeight = 140
Constraints.MinWidth = 300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
inherited eCalle: TcxDBTextEdit
Width = 185
end
inherited ePoblacion: TcxDBTextEdit
Width = 185
end
inherited eProvincia: TcxDBTextEdit
Width = 185
end
inherited eCodigoPostal: TcxDBTextEdit
Width = 185
end
end
object DADataSource: TDADataSource
Left = 200
Top = 16
end
end