138 lines
4.5 KiB
Plaintext
138 lines
4.5 KiB
Plaintext
|
|
inherited frViewProyectoObra: TfrViewProyectoObra
|
||
|
|
Width = 659
|
||
|
|
Height = 134
|
||
|
|
OnCreate = CustomViewCreate
|
||
|
|
object dxLayoutControl1: TdxLayoutControl
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 659
|
||
|
|
Height = 129
|
||
|
|
Align = alTop
|
||
|
|
ParentBackground = True
|
||
|
|
TabOrder = 0
|
||
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
||
|
|
DesignSize = (
|
||
|
|
659
|
||
|
|
129)
|
||
|
|
object cbTipoProyecto: TcxDBComboBox
|
||
|
|
Left = 136
|
||
|
|
Top = 82
|
||
|
|
DataBinding.DataField = 'TIPO'
|
||
|
|
DataBinding.DataSource = DADataSource
|
||
|
|
Properties.DropDownListStyle = lsFixedList
|
||
|
|
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 = 2
|
||
|
|
Width = 290
|
||
|
|
end
|
||
|
|
object edtAceptado: TcxDBCheckBox
|
||
|
|
Left = 420
|
||
|
|
Top = 82
|
||
|
|
Caption = 'Proyecto finalizado'
|
||
|
|
DataBinding.DataField = 'TERMINADO'
|
||
|
|
DataBinding.DataSource = DADataSource
|
||
|
|
Properties.ValueChecked = 1
|
||
|
|
Properties.ValueUnchecked = 0
|
||
|
|
Style.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
||
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
||
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
||
|
|
TabOrder = 3
|
||
|
|
Width = 223
|
||
|
|
end
|
||
|
|
object edtDescripcion: TcxDBTextEdit
|
||
|
|
Left = 136
|
||
|
|
Top = 55
|
||
|
|
Anchors = [akLeft, akTop, akRight]
|
||
|
|
DataBinding.DataField = 'DESCRIPCION'
|
||
|
|
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 = 1
|
||
|
|
Width = 428
|
||
|
|
end
|
||
|
|
object edtlNombre: TcxDBTextEdit
|
||
|
|
Left = 136
|
||
|
|
Top = 28
|
||
|
|
Anchors = [akLeft, akTop, akRight]
|
||
|
|
AutoSize = False
|
||
|
|
DataBinding.DataField = 'NOMBRE'
|
||
|
|
DataBinding.DataSource = DADataSource2
|
||
|
|
Enabled = False
|
||
|
|
ParentFont = False
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
Properties.UseLeftAlignmentOnEditing = False
|
||
|
|
Style.LookAndFeel.Kind = lfStandard
|
||
|
|
Style.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
||
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.TextColor = clActiveCaption
|
||
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
||
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
||
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
||
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
||
|
|
TabOrder = 0
|
||
|
|
Height = 21
|
||
|
|
Width = 704
|
||
|
|
end
|
||
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
||
|
|
ShowCaption = False
|
||
|
|
Hidden = True
|
||
|
|
ShowBorder = False
|
||
|
|
object dxLayoutControl1Group6: TdxLayoutGroup
|
||
|
|
Caption = 'General'
|
||
|
|
object dxLayoutControl1Item4: TdxLayoutItem
|
||
|
|
Caption = 'Descripci'#243'n de la obra:'
|
||
|
|
Control = edtlNombre
|
||
|
|
ControlOptions.ShowBorder = False
|
||
|
|
end
|
||
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
||
|
|
Caption = 'Descripci'#243'n proyecto:'
|
||
|
|
Control = edtDescripcion
|
||
|
|
ControlOptions.ShowBorder = False
|
||
|
|
end
|
||
|
|
object dxLayoutControl1Group3: TdxLayoutGroup
|
||
|
|
ShowCaption = False
|
||
|
|
Hidden = True
|
||
|
|
LayoutDirection = ldHorizontal
|
||
|
|
ShowBorder = False
|
||
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
||
|
|
AutoAligns = [aaVertical]
|
||
|
|
AlignHorz = ahClient
|
||
|
|
Caption = 'Tipo:'
|
||
|
|
Control = cbTipoProyecto
|
||
|
|
ControlOptions.ShowBorder = False
|
||
|
|
end
|
||
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
||
|
|
AutoAligns = [aaVertical]
|
||
|
|
AlignHorz = ahClient
|
||
|
|
Caption = 'cxDBCheckBox1'
|
||
|
|
ShowCaption = False
|
||
|
|
Control = edtAceptado
|
||
|
|
ControlOptions.ShowBorder = False
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object DADataSource: TDADataSource
|
||
|
|
Left = 96
|
||
|
|
end
|
||
|
|
object DADataSource2: TDADataSource
|
||
|
|
Left = 136
|
||
|
|
end
|
||
|
|
end
|