git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
95 lines
2.3 KiB
Plaintext
95 lines
2.3 KiB
Plaintext
inherited frViewInternet: TfrViewInternet
|
|
Width = 300
|
|
Height = 115
|
|
Constraints.MinHeight = 115
|
|
Constraints.MinWidth = 300
|
|
DesignSize = (
|
|
300
|
|
115)
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 45
|
|
Height = 13
|
|
Caption = 'Internet'
|
|
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 = 56
|
|
Top = 8
|
|
Width = 233
|
|
Height = 9
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Shape = bsBottomLine
|
|
end
|
|
object lblParticular: TLabel
|
|
Left = 16
|
|
Top = 34
|
|
Width = 76
|
|
Height = 13
|
|
Caption = 'E-mail personal:'
|
|
end
|
|
object lblTrabajo: TLabel
|
|
Left = 16
|
|
Top = 58
|
|
Width = 70
|
|
Height = 13
|
|
Caption = 'E-mail trabajo:'
|
|
end
|
|
object lblMovil: TLabel
|
|
Left = 16
|
|
Top = 82
|
|
Width = 59
|
|
Height = 13
|
|
Caption = 'P'#225'gina web:'
|
|
end
|
|
object ePaginaWeb: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 78
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'PAGINAWEB'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 2
|
|
Width = 185
|
|
end
|
|
object eMailTrabajo: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 54
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'CORREO2'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Width = 185
|
|
end
|
|
object eMailParticular: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 30
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'CORREO1'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 185
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 16
|
|
Top = 32
|
|
end
|
|
end
|