AlonsoYSal_FactuGES2/Source/Modulos/Gestor de informes/Views/uViewFiltroImportes.dfm
2019-11-18 10:36:42 +00:00

77 lines
2.4 KiB
Plaintext

inherited frViewFiltroImportes: TfrViewFiltroImportes
Width = 451
Height = 101
ExplicitWidth = 451
ExplicitHeight = 101
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 451
Height = 101
Align = alClient
TabOrder = 0
TabStop = False
AutoContentSizes = [acsWidth]
LookAndFeel = dxLayoutOfficeLookAndFeel1
object cbxDesglosado: TCheckBox
Left = 22
Top = 30
Width = 298
Height = 17
Caption = 'Solo facturas que superen:'
TabOrder = 0
OnClick = cbxDesglosadoClick
end
object eImporte: TcxSpinEdit
Left = 69
Top = 53
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.ButtonStyle = bts3D
TabOrder = 1
Value = 3000.000000000000000000
Width = 142
end
object dxLayoutControl1Group_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Group1: TdxLayoutGroup
Caption = 'Importes:'
object dxLayoutControl1Item1: TdxLayoutItem
Caption = 'Solo facturas que superen:'
ShowCaption = False
Control = cbxDesglosado
ControlOptions.AutoColor = True
ControlOptions.ShowBorder = False
end
object dxLayoutControl1Item2: TdxLayoutItem
Caption = 'Importe:'
Control = eImporte
ControlOptions.ShowBorder = False
end
end
end
end
object dxLayoutLookAndFeelList1: TdxLayoutLookAndFeelList
Left = 192
Top = 24
object dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel
GroupOptions.CaptionOptions.Font.Charset = DEFAULT_CHARSET
GroupOptions.CaptionOptions.Font.Color = clWindowText
GroupOptions.CaptionOptions.Font.Height = -11
GroupOptions.CaptionOptions.Font.Name = 'Tahoma'
GroupOptions.CaptionOptions.Font.Style = [fsBold]
GroupOptions.CaptionOptions.TextColor = clHighlight
GroupOptions.CaptionOptions.UseDefaultFont = False
end
end
end