Tecsitel_FactuGES2/Source/Modulos/Contactos/Views/uViewInternet.dfm
2007-09-04 17:25:54 +00:00

90 lines
2.7 KiB
Plaintext

inherited frViewInternet: TfrViewInternet
Width = 247
Height = 125
ExplicitWidth = 247
ExplicitHeight = 125
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 247
Height = 125
Align = alTop
ParentBackground = True
TabOrder = 0
AutoContentSizes = [acsWidth]
ExplicitWidth = 630
object eMailParticular: TcxDBTextEdit
Left = 86
Top = 55
DataBinding.DataField = 'EMAIL_2'
DataBinding.DataSource = DADataSource
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Width = 165
end
object eMailTrabajo: TcxDBTextEdit
Left = 86
Top = 28
DataBinding.DataField = 'EMAIL_1'
DataBinding.DataSource = DADataSource
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 165
end
object ePaginaWeb: TcxDBTextEdit
Left = 86
Top = 82
DataBinding.DataField = 'PAGINA_WEB'
DataBinding.DataSource = DADataSource
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 2
Width = 165
end
object dxLayoutControl1Group_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Group1: TdxLayoutGroup
Caption = 'Internet'
object dxLayoutControl1Item2: TdxLayoutItem
Caption = 'Trabajo:'
Control = eMailTrabajo
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item1: TdxLayoutItem
Caption = 'Particular:'
Control = eMailParticular
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item3: TdxLayoutItem
Caption = 'P'#225'gina web:'
Control = ePaginaWeb
ControlOptions.ShowBorder = False
end
end
end
end
object DADataSource: TDADataSource
Left = 152
Top = 8
end
end