git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
121 lines
3.7 KiB
Plaintext
121 lines
3.7 KiB
Plaintext
inherited frViewDireccion: TfrViewDireccion
|
|
Width = 384
|
|
Height = 152
|
|
ExplicitWidth = 384
|
|
ExplicitHeight = 152
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 384
|
|
Height = 152
|
|
Align = alTop
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
DesignSize = (
|
|
384
|
|
152)
|
|
object eCalle: TcxDBTextEdit
|
|
Left = 96
|
|
Top = 28
|
|
DataBinding.DataField = 'CALLE'
|
|
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 = 656
|
|
end
|
|
object ePoblacion: TcxDBTextEdit
|
|
Left = 96
|
|
Top = 55
|
|
DataBinding.DataField = 'POBLACION'
|
|
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 = 405
|
|
end
|
|
object eCodigoPostal: TcxDBTextEdit
|
|
Left = 96
|
|
Top = 82
|
|
DataBinding.DataField = 'CODIGO_POSTAL'
|
|
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 = 66
|
|
end
|
|
object eProvincia: TcxDBTextEdit
|
|
Left = 96
|
|
Top = 109
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'PROVINCIA'
|
|
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 = 585
|
|
end
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Group1: TdxLayoutGroup
|
|
Caption = 'Direcci'#243'n'
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
|
Caption = 'Direcci'#243'n:'
|
|
Control = eCalle
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Group2: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Poblaci'#243'n:'
|
|
Control = ePoblacion
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
|
Caption = 'C'#243'digo postal:'
|
|
Control = eCodigoPostal
|
|
ControlOptions.MinWidth = 5
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item4: TdxLayoutItem
|
|
Caption = 'Provincia:'
|
|
Control = eProvincia
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 24
|
|
Top = 32
|
|
end
|
|
end
|