git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@448 0c75b7a4-871f-7646-8a2f-f78d34cc349f
275 lines
9.3 KiB
Plaintext
275 lines
9.3 KiB
Plaintext
inherited frViewAlmacen: TfrViewAlmacen
|
|
Width = 451
|
|
Height = 304
|
|
Align = alClient
|
|
AutoSize = True
|
|
ExplicitWidth = 451
|
|
ExplicitHeight = 304
|
|
object dxLayoutControlAlmacen: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 451
|
|
Height = 304
|
|
Align = alClient
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
DesignSize = (
|
|
451
|
|
304)
|
|
object eNombre: TcxDBTextEdit
|
|
Left = 130
|
|
Top = 28
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'NOMBRE'
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ValidateOnEnter = True
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.Color = 14745599
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 101
|
|
end
|
|
object ePersonaContacto: TcxDBTextEdit
|
|
Left = 130
|
|
Top = 55
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'PERSONA_CONTACTO'
|
|
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 = 101
|
|
end
|
|
object eTlfTelefono: TcxDBTextEdit
|
|
Left = 341
|
|
Top = 28
|
|
DataBinding.DataField = 'TELEFONO'
|
|
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 = 88
|
|
end
|
|
object eTlfMovil: TcxDBTextEdit
|
|
Left = 341
|
|
Top = 55
|
|
DataBinding.DataField = 'MOVIL'
|
|
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 = 88
|
|
end
|
|
object eFax: TcxDBTextEdit
|
|
Left = 341
|
|
Top = 82
|
|
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 = 4
|
|
Width = 88
|
|
end
|
|
object eCalle: TcxDBTextEdit
|
|
Left = 130
|
|
Top = 139
|
|
DataBinding.DataField = 'CALLE'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
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 = 5
|
|
Width = 299
|
|
end
|
|
object cbPoblacion: TcxDBComboBox
|
|
Left = 130
|
|
Top = 193
|
|
DataBinding.DataField = 'POBLACION'
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ImmediatePost = True
|
|
Properties.ImmediateUpdateText = True
|
|
Properties.PostPopupValueOnTab = True
|
|
Properties.OnInitPopup = cbPoblacionPropertiesInitPopup
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
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 = 8
|
|
Width = 299
|
|
end
|
|
object eCodigoPostal: TcxDBTextEdit
|
|
Left = 355
|
|
Top = 166
|
|
DataBinding.DataField = 'CODIGO_POSTAL'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
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 = 7
|
|
Width = 74
|
|
end
|
|
object cbProvincia: TcxDBComboBox
|
|
Left = 130
|
|
Top = 166
|
|
DataBinding.DataField = 'PROVINCIA'
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ImmediatePost = True
|
|
Properties.ImmediateUpdateText = True
|
|
Properties.PostPopupValueOnTab = True
|
|
Properties.OnInitPopup = cbProvinciaPropertiesInitPopup
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
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 = 6
|
|
Width = 186
|
|
end
|
|
object dxLayoutControlAlmacenGroup_Root: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControlAlmacenGroup4: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControlAlmacenGroup1: TdxLayoutGroup
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Datos generales del almac'#233'n'
|
|
object dxLayoutControlAlmacenItem3: TdxLayoutItem
|
|
Caption = 'Nombre:'
|
|
Control = eNombre
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlAlmacenItem4: TdxLayoutItem
|
|
Caption = 'Persona de contacto:'
|
|
Control = ePersonaContacto
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControlAlmacenGroup2: TdxLayoutGroup
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Tel'#233'fonos'
|
|
object dxLayoutControlAlmacenItem1: TdxLayoutItem
|
|
Caption = 'Tel'#233'fono:'
|
|
Control = eTlfTelefono
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlAlmacenItem5: TdxLayoutItem
|
|
Caption = 'M'#243'vil:'
|
|
Control = eTlfMovil
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlAlmacenItem6: TdxLayoutItem
|
|
Caption = 'N'#250'mero de fax:'
|
|
Control = eFax
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
object dxLayoutControlAlmacenGroup3: TdxLayoutGroup
|
|
Caption = 'Direcci'#243'n'
|
|
object dxLayoutControlAlmacenItem10: TdxLayoutItem
|
|
Caption = 'Calle:'
|
|
Control = eCalle
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlAlmacenGroup6: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControlAlmacenItem9: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Provincia:'
|
|
Control = cbProvincia
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlAlmacenItem7: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahRight
|
|
Caption = 'C. P.:'
|
|
Control = eCodigoPostal
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControlAlmacenItem2: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Poblaci'#243'n:'
|
|
Control = cbPoblacion
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 336
|
|
Top = 64
|
|
end
|
|
end
|