AlonsoYSal_FactuGES2/Source/ApplicationBase/Ejercicios/Views/uViewEjercicio.dfm
2019-11-18 10:36:42 +00:00

183 lines
5.9 KiB
Plaintext

inherited frViewEjercicio: TfrViewEjercicio
Width = 451
Height = 304
Align = alClient
AutoSize = True
ExplicitWidth = 451
ExplicitHeight = 304
object dxLayoutControlEjercicio: TdxLayoutControl
Left = 0
Top = 0
Width = 451
Height = 304
Align = alClient
ParentBackground = True
TabOrder = 0
AutoContentSizes = [acsWidth, acsHeight]
DesignSize = (
451
304)
object eNombre: TcxDBTextEdit
Left = 86
Top = 55
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 = 1
Width = 204
end
object edtFechaIni: TcxDBDateEdit
Left = 86
Top = 82
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHA_INICIO'
DataBinding.DataSource = DADataSource
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.Color = clInfoBk
Style.HotTrack = False
Style.LookAndFeel.NativeStyle = True
Style.Shadow = False
Style.ButtonStyle = bts3D
Style.ButtonTransparency = ebtNone
Style.PopupBorderStyle = epbsFrame3D
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 2
Width = 158
end
object edtFechaFin: TcxDBDateEdit
Left = 287
Top = 82
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'FECHA_FIN'
DataBinding.DataSource = DADataSource
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.Color = clInfoBk
Style.HotTrack = False
Style.LookAndFeel.NativeStyle = True
Style.Shadow = False
Style.ButtonStyle = bts3D
Style.ButtonTransparency = ebtNone
Style.PopupBorderStyle = epbsFrame3D
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 3
Width = 158
end
object cbSituacion: TcxDBImageComboBox
Left = 86
Top = 109
DataBinding.DataField = 'ESTADO'
DataBinding.DataSource = DADataSource
Properties.Items = <
item
Description = 'ABIERTO'
ImageIndex = 0
Value = 'ABIERTO'
end
item
Description = 'CERRADO'
Value = 'CERRADO'
end>
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 = 121
end
object cxDBCheckBox2: TcxDBCheckBox
Left = 86
Top = 28
DataBinding.DataField = 'ACTIVO'
DataBinding.DataSource = DADataSource
Properties.Alignment = taLeftJustify
Properties.ImmediatePost = True
Properties.NullStyle = nssUnchecked
Properties.ValueChecked = 1
Properties.ValueUnchecked = 0
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 = 0
Width = 51
end
object dxLayoutControlEjercicioGroup_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
LayoutDirection = ldHorizontal
ShowBorder = False
object dxLayoutControlEjercicioGroup1: TdxLayoutGroup
AutoAligns = [aaVertical]
AlignHorz = ahClient
Caption = 'Datos del ejercicio'
object dxLayoutControlEjercicioItem4: TdxLayoutItem
AutoAligns = [aaVertical]
Caption = 'Activo:'
Control = cxDBCheckBox2
ControlOptions.ShowBorder = False
end
object dxLayoutControlEjercicioItem3: TdxLayoutItem
Caption = 'Descripci'#243'n:'
Control = eNombre
ControlOptions.ShowBorder = False
end
object dxLayoutControlEjercicioGroup2: TdxLayoutGroup
ShowCaption = False
Hidden = True
LayoutDirection = ldHorizontal
ShowBorder = False
object dxLayoutControlEjercicioItem1: TdxLayoutItem
AutoAligns = [aaVertical]
AlignHorz = ahClient
Caption = 'Fecha inicio:'
Control = edtFechaIni
ControlOptions.ShowBorder = False
end
object dxLayoutControlEjercicioItem2: TdxLayoutItem
AutoAligns = [aaVertical]
AlignHorz = ahClient
Caption = 'Fecha fin:'
Control = edtFechaFin
ControlOptions.ShowBorder = False
end
end
object dxLayoutControlEjercicioItem5: TdxLayoutItem
Caption = 'Situaci'#243'n:'
Control = cbSituacion
ControlOptions.ShowBorder = False
end
end
end
end
object DADataSource: TDADataSource
Left = 24
Top = 144
end
end