git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@4 f4e31baf-9722-1c47-927c-6f952f962d4b
84 lines
2.5 KiB
Plaintext
84 lines
2.5 KiB
Plaintext
inherited frViewEpigrafe: TfrViewEpigrafe
|
|
Width = 451
|
|
Height = 194
|
|
Align = alClient
|
|
AutoSize = True
|
|
ExplicitWidth = 451
|
|
ExplicitHeight = 304
|
|
object dxLayoutControlEpigrafe: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 451
|
|
Height = 194
|
|
Align = alClient
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
ExplicitHeight = 304
|
|
DesignSize = (
|
|
451
|
|
194)
|
|
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
|