git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@679 0c75b7a4-871f-7646-8a2f-f78d34cc349f
64 lines
1.8 KiB
Plaintext
64 lines
1.8 KiB
Plaintext
inherited frViewFiltroImportes: TfrViewFiltroImportes
|
|
Width = 318
|
|
Height = 44
|
|
ExplicitWidth = 318
|
|
ExplicitHeight = 44
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 318
|
|
Height = 44
|
|
Align = alClient
|
|
TabOrder = 0
|
|
TabStop = False
|
|
object CheckBox1: TCheckBox
|
|
Left = 10
|
|
Top = 10
|
|
Width = 159
|
|
Height = 17
|
|
Caption = 'Solo facturas que superen:'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
OnClick = CheckBox1Click
|
|
end
|
|
object eImporte: TcxSpinEdit
|
|
Left = 175
|
|
Top = 10
|
|
Enabled = False
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
Properties.UseDisplayFormatWhenEditing = True
|
|
Properties.ValueType = vtFloat
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.SkinName = ''
|
|
Style.ButtonStyle = bts3D
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
TabOrder = 1
|
|
Width = 121
|
|
end
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
|
Caption = 'CheckBox1'
|
|
ShowCaption = False
|
|
Control = CheckBox1
|
|
ControlOptions.AutoColor = True
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
Control = eImporte
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
end
|