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

115 lines
2.8 KiB
Plaintext

inherited frViewTelefonos: TfrViewTelefonos
Width = 300
Height = 140
Constraints.MinHeight = 140
Constraints.MinWidth = 300
DesignSize = (
300
140)
object Label5: TLabel
Left = 8
Top = 8
Width = 57
Height = 13
Caption = 'Tel'#233'fonos'
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 = 72
Top = 8
Width = 217
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object lblParticular: TLabel
Left = 16
Top = 34
Width = 49
Height = 13
Caption = 'Particular:'
end
object lblTrabajo: TLabel
Left = 16
Top = 58
Width = 41
Height = 13
Caption = 'Trabajo:'
end
object lblMovil: TLabel
Left = 16
Top = 82
Width = 73
Height = 13
Caption = 'Tel'#233'fono m'#243'vil:'
end
object lblFax: TLabel
Left = 16
Top = 106
Width = 75
Height = 13
Caption = 'N'#250'mero de fax:'
end
object eTlfParticular: TcxDBTextEdit
Left = 100
Top = 30
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'TELEFONO1'
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 eTlfTrabajo: TcxDBTextEdit
Left = 100
Top = 54
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'TELEFONO2'
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 eTlfMovil: TcxDBTextEdit
Left = 100
Top = 78
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'MOVIL'
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 eFax: TcxDBTextEdit
Left = 100
Top = 102
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FAX'
DataBinding.DataSource = DADataSource
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 3
Width = 185
end
object DADataSource: TDADataSource
Left = 16
Top = 32
end
end