ProGestion/Modulos/Obras/Cliente/uViewDatosObra.dfm
2007-06-21 16:12:43 +00:00

158 lines
5.3 KiB
Plaintext

inherited frViewDatosObra: TfrViewDatosObra
Width = 434
Height = 153
OnCreate = CustomViewCreate
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 434
Height = 153
Align = alClient
TabOrder = 0
AutoContentSizes = [acsWidth, acsHeight]
DesignSize = (
434
153)
object edtFecIni: TcxDBDateEdit
Left = 101
Top = 82
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHAINIOBR'
DataBinding.DataSource = DADataSource
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 = 2
Width = 120
end
object edtFecFin: TcxDBDateEdit
Left = 101
Top = 109
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHAFINOBR'
DataBinding.DataSource = DADataSource
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 = 4
Width = 120
end
object edtNombre: TcxDBTextEdit
Left = 101
Top = 28
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'NOMBRE'
DataBinding.DataSource = DADataSource
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 = 0
Width = 498
end
object edtDimensiones: TcxDBTextEdit
Left = 322
Top = 82
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'DIMENSIONES'
DataBinding.DataSource = DADataSource
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 = 3
Width = 414
end
object cbTipoObra: TcxDBComboBox
Left = 101
Top = 55
DataBinding.DataField = 'TIPO'
DataBinding.DataSource = DADataSource
Properties.DropDownListStyle = lsFixedList
Properties.ImmediatePost = True
Properties.Sorted = True
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 = 1
Width = 310
end
object dxLayoutControl1Group_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Group1: TdxLayoutGroup
AutoAligns = [aaHorizontal]
AlignVert = avClient
Caption = 'General'
object dxLayoutControl1Group4: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Item4: TdxLayoutItem
Caption = 'Descripci'#243'n:'
Control = edtNombre
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item3: TdxLayoutItem
Caption = 'Tipo de obra:'
Control = cbTipoObra
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Group2: TdxLayoutGroup
ShowCaption = False
Hidden = True
LayoutDirection = ldHorizontal
ShowBorder = False
object dxLayoutControl1Item1: TdxLayoutItem
Caption = 'Fecha de inicio:'
Control = edtFecIni
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item5: TdxLayoutItem
AutoAligns = [aaVertical]
AlignHorz = ahClient
Caption = 'Metros cuadrados:'
Control = edtDimensiones
ControlOptions.ShowBorder = False
end
end
end
object dxLayoutControl1Item2: TdxLayoutItem
AutoAligns = [aaVertical]
Caption = 'Finalizaci'#243'n:'
Control = edtFecFin
ControlOptions.ShowBorder = False
end
end
end
end
object DADataSource: TDADataSource
Left = 400
Top = 8
end
end