FactuGES2/Source/ApplicationBase/Empresas/Views/uViewTienda.dfm

64 lines
1.7 KiB
Plaintext

inherited frViewTienda: TfrViewTienda
Width = 451
Height = 180
Align = alBottom
OnCreate = CustomViewCreate
OnDestroy = CustomViewDestroy
ExplicitWidth = 451
ExplicitHeight = 180
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 451
Height = 73
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Align = alTop
ParentBackground = True
TabOrder = 0
AutoContentSizes = [acsWidth, acsHeight]
DesignSize = (
451
73)
object cbTienda: TcxDBComboBox
Left = 51
Top = 10
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'TIENDA'
Properties.DropDownListStyle = lsFixedList
Properties.ImmediatePost = True
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 = 0
Width = 376
end
object dxLayoutControl1Group_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Item1: TdxLayoutItem
Caption = 'Tienda:'
Control = cbTienda
ControlOptions.ShowBorder = False
end
end
end
object dsVendedores: TDADataSource
Left = 400
Top = 40
end
end