AbetoDesign_FactuGES2/Source/Modulos/Contactos/Views/uViewTelefonos.dfm

119 lines
3.6 KiB
Plaintext

inherited frViewTelefonos: TfrViewTelefonos
Width = 261
Height = 152
ExplicitWidth = 261
ExplicitHeight = 152
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 261
Height = 152
Align = alTop
ParentBackground = True
TabOrder = 0
AutoContentSizes = [acsWidth]
ExplicitWidth = 693
DesignSize = (
261
152)
object eTlfParticular: TcxDBTextEdit
Left = 76
Top = 55
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'TELEFONO_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 = 566
end
object eTlfTrabajo: TcxDBTextEdit
Left = 76
Top = 28
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'TELEFONO_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 = 566
end
object eTlfMovil: TcxDBTextEdit
Left = 76
Top = 82
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'MOVIL_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 = 2
Width = 566
end
object eFax: TcxDBTextEdit
Left = 76
Top = 109
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FAX'
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 = 3
Width = 566
end
object dxLayoutControl1Group_Root: TdxLayoutGroup
AutoAligns = [aaHorizontal]
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Group1: TdxLayoutGroup
AutoAligns = [aaHorizontal]
Caption = 'Tel'#233'fonos'
object dxLayoutControl1Item2: TdxLayoutItem
Caption = 'Trabajo:'
Control = eTlfTrabajo
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item1: TdxLayoutItem
Caption = 'Particular:'
Control = eTlfParticular
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item3: TdxLayoutItem
Caption = 'M'#243'vil:'
Control = eTlfMovil
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item4: TdxLayoutItem
Caption = 'Fax:'
Control = eFax
ControlOptions.ShowBorder = False
end
end
end
end
object DADataSource: TDADataSource
Left = 16
Top = 32
end
end