git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
120 lines
3.9 KiB
Plaintext
120 lines
3.9 KiB
Plaintext
inherited frViewAsiento: TfrViewAsiento
|
|
Width = 484
|
|
Height = 131
|
|
Align = alClient
|
|
AutoSize = True
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 484
|
|
Height = 131
|
|
Align = alClient
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
LookAndFeel = dxLayoutOfficeLookAndFeel1
|
|
object edtFecha: TcxDBDateEdit
|
|
Left = 85
|
|
Top = 30
|
|
DataBinding.DataField = 'FECHAASIENTO'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.Color = clInfoBk
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.Shadow = False
|
|
Style.ButtonTransparency = ebtNone
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 150
|
|
end
|
|
object eDescripcion: TcxDBTextEdit
|
|
Left = 85
|
|
Top = 57
|
|
DataBinding.DataField = 'DESCRIPCION'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.Color = 14745599
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 2
|
|
Width = 413
|
|
end
|
|
object cxCurrencyEdit5: TcxDBCurrencyEdit
|
|
Left = 300
|
|
Top = 30
|
|
AutoSize = False
|
|
DataBinding.DataField = 'IMPORTE'
|
|
DataBinding.DataSource = DADataSource
|
|
ParentFont = False
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.ReadOnly = False
|
|
Properties.UseLeftAlignmentOnEditing = False
|
|
Properties.UseThousandSeparator = True
|
|
Style.Color = clInfoBk
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.TextColor = clWindowText
|
|
Style.TextStyle = [fsBold]
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleFocused.TextColor = clWindowText
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
StyleHot.TextColor = clWindowText
|
|
TabOrder = 1
|
|
Height = 21
|
|
Width = 150
|
|
end
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Group1: TdxLayoutGroup
|
|
Caption = 'Datos del asiento'
|
|
object dxLayoutControl1Group2: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Fecha:'
|
|
Control = edtFecha
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Importe:'
|
|
Control = cxCurrencyEdit5
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
Caption = 'Descripci'#243'n:'
|
|
Control = eDescripcion
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 256
|
|
Top = 32
|
|
end
|
|
object dxLayoutLookAndFeelList1: TdxLayoutLookAndFeelList
|
|
Left = 432
|
|
Top = 80
|
|
object dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel
|
|
GroupOptions.CaptionOptions.Font.Charset = DEFAULT_CHARSET
|
|
GroupOptions.CaptionOptions.Font.Color = clWindowText
|
|
GroupOptions.CaptionOptions.Font.Height = -11
|
|
GroupOptions.CaptionOptions.Font.Name = 'MS Sans Serif'
|
|
GroupOptions.CaptionOptions.Font.Style = [fsBold]
|
|
GroupOptions.CaptionOptions.TextColor = clActiveCaption
|
|
GroupOptions.CaptionOptions.UseDefaultFont = False
|
|
end
|
|
end
|
|
end
|