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

115 lines
2.8 KiB
Plaintext

inherited frViewDireccion: TfrViewDireccion
Width = 300
Height = 140
Constraints.MinHeight = 140
Constraints.MinWidth = 300
DesignSize = (
300
140)
object lblCalle: TLabel
Left = 16
Top = 34
Width = 27
Height = 13
Caption = 'Calle:'
end
object lblProvincia: TLabel
Left = 16
Top = 106
Width = 47
Height = 13
Caption = 'Provincia:'
end
object lblPoblacion: TLabel
Left = 16
Top = 58
Width = 49
Height = 13
Caption = 'Poblaci'#243'n:'
end
object lblCodigoPostal: TLabel
Left = 16
Top = 82
Width = 69
Height = 13
Caption = 'C'#243'digo postal:'
end
object Label5: TLabel
Left = 8
Top = 8
Width = 55
Height = 13
Caption = 'Direcci'#243'n'
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 = 216
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object eCalle: TcxDBTextEdit
Left = 100
Top = 30
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'CALLE'
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 ePoblacion: TcxDBTextEdit
Left = 100
Top = 54
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'POBLACION'
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 eProvincia: TcxDBTextEdit
Left = 100
Top = 102
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'PROVINCIA'
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 eCodigoPostal: TcxDBTextEdit
Left = 100
Top = 78
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'CODIGOPOSTAL'
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 DADataSource: TDADataSource
Left = 24
Top = 32
end
end