ProGestion/Base/uViewTelefonos.dfm
2007-06-21 16:12:43 +00:00

112 lines
3.6 KiB
Plaintext

inherited frViewTelefonos: TfrViewTelefonos
Width = 451
Height = 154
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 451
Height = 154
Align = alClient
ParentBackground = True
TabOrder = 0
AutoContentSizes = [acsWidth]
object eTlfParticular: TcxDBTextEdit
Left = 87
Top = 28
DataBinding.DataField = 'TELEFONO2'
DataBinding.DataSource = DADataSource
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 326
end
object eTlfTrabajo: TcxDBTextEdit
Left = 87
Top = 55
DataBinding.DataField = 'TELEFONO1'
DataBinding.DataSource = DADataSource
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 1
Width = 326
end
object eTlfMovil: TcxDBTextEdit
Left = 87
Top = 82
DataBinding.DataField = 'MOVIL'
DataBinding.DataSource = DADataSource
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 2
Width = 326
end
object eFax: TcxDBTextEdit
Left = 87
Top = 109
DataBinding.DataField = 'FAX'
DataBinding.DataSource = DADataSource
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 3
Width = 326
end
object dxLayoutGroup1: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutGroup2: TdxLayoutGroup
AutoAligns = [aaHorizontal]
Caption = 'Tel'#233'fonos y faxes'
object dxLayoutControl1Item4: TdxLayoutItem
Caption = 'Particular:'
Control = eTlfParticular
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item5: TdxLayoutItem
Caption = 'Trabajo:'
Control = eTlfTrabajo
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item6: TdxLayoutItem
Caption = 'M'#243'vil:'
Control = eTlfMovil
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item7: TdxLayoutItem
Caption = 'Num. de fax:'
Control = eFax
ControlOptions.ShowBorder = False
end
end
end
end
object DADataSource: TDADataSource
Left = 8
Top = 8
end
end