git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@492 0c75b7a4-871f-7646-8a2f-f78d34cc349f
86 lines
2.4 KiB
Plaintext
86 lines
2.4 KiB
Plaintext
inherited frViewObraReserva: TfrViewObraReserva
|
|
Width = 586
|
|
Height = 72
|
|
ExplicitWidth = 586
|
|
ExplicitHeight = 72
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 586
|
|
Height = 72
|
|
Align = alClient
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
ExplicitHeight = 46
|
|
DesignSize = (
|
|
586
|
|
72)
|
|
object Label1: TLabel
|
|
Left = 10
|
|
Top = 10
|
|
Width = 235
|
|
Height = 13
|
|
Caption = 'Reservar el material de este pedido para la obra:'
|
|
end
|
|
object cbListaObrasReserva: TcxDBLookupComboBox
|
|
Left = 25
|
|
Top = 29
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'ID_OBRA'
|
|
DataBinding.DataSource = dsPedido
|
|
Properties.DropDownListStyle = lsFixedList
|
|
Properties.ImmediatePost = True
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NOMBRE'
|
|
end>
|
|
Properties.ListOptions.AnsiSort = True
|
|
Properties.ListOptions.GridLines = glNone
|
|
Properties.ListOptions.ShowHeader = False
|
|
Properties.ListOptions.SyncMode = True
|
|
Properties.ListSource = dsObras
|
|
Properties.PostPopupValueOnTab = True
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 551
|
|
end
|
|
object dxLayoutGroup1: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
|
Caption = 'Label1'
|
|
ShowCaption = False
|
|
Control = Label1
|
|
ControlOptions.AutoColor = True
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item6: TdxLayoutItem
|
|
Offsets.Left = 15
|
|
ShowCaption = False
|
|
Control = cbListaObrasReserva
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
object dsPedido: TDADataSource
|
|
Left = 200
|
|
Top = 8
|
|
end
|
|
object dsObras: TDADataSource
|
|
Left = 160
|
|
Top = 8
|
|
end
|
|
end
|