FactuGES2/Source/Modulos/Contabilidad/Views/uViewEpigrafe.dfm

84 lines
2.5 KiB
Plaintext

inherited frViewEpigrafe: TfrViewEpigrafe
Width = 451
Height = 304
Align = alClient
AutoSize = True
ExplicitWidth = 451
ExplicitHeight = 304
object dxLayoutControlEpigrafe: TdxLayoutControl
Left = 0
Top = 0
Width = 451
Height = 304
Align = alClient
ParentBackground = True
TabOrder = 0
AutoContentSizes = [acsWidth, acsHeight]
ExplicitHeight = 194
DesignSize = (
451
304)
object eReferencia: TcxDBTextEdit
Left = 83
Top = 28
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'REF_EPIGRAFE'
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 = 0
Width = 204
end
object eDescripcion: TcxDBTextEdit
Left = 83
Top = 55
Anchors = [akLeft, akTop, akRight]
DataBinding.DataField = 'DESCRIPCION'
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 = 344
end
object dxLayoutControlEpigrafeGroup_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
LayoutDirection = ldHorizontal
ShowBorder = False
object dxLayoutControlEpigrafeGroup1: TdxLayoutGroup
AutoAligns = [aaVertical]
AlignHorz = ahClient
Caption = 'Datos del ejercicio'
object dxLayoutControlEpigrafeItem3: TdxLayoutItem
Caption = 'Referencia:'
Control = eReferencia
ControlOptions.ShowBorder = False
end
object dxLayoutControlEpigrafeItem1: TdxLayoutItem
Caption = 'Descripcion'
Control = eDescripcion
ControlOptions.ShowBorder = False
end
end
end
end
object DADataSource: TDADataSource
Left = 24
Top = 144
end
end