AbetoDesign_FactuGES2/Source/Modulos/Gestor de informes/Views/uViewFiltroImportes.dfm

70 lines
1.8 KiB
Plaintext

inherited frViewFiltroImportes: TfrViewFiltroImportes
Width = 451
Height = 93
Align = alTop
ExplicitWidth = 451
ExplicitHeight = 93
object TBXLabel2: TTBXLabel
Left = 0
Top = 0
Width = 451
Height = 29
Margins.Top = 5
Margins.Bottom = 10
Align = alTop
Caption = 'Importes'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = True
ParentFont = False
Underline = True
end
object TBXAlignmentPanel1: TTBXAlignmentPanel
AlignWithMargins = True
Left = 3
Top = 32
Width = 445
Height = 42
Margins.Left = 5
Margins.Right = 5
Align = alTop
AutoSize = True
TabOrder = 1
object cbxDesglosado: TCheckBox
Left = 7
Top = 0
Width = 159
Height = 17
Caption = 'Solo facturas que superen:'
Color = clBtnFace
ParentColor = False
TabOrder = 0
OnClick = cbxDesglosadoClick
end
object eImporte: TcxSpinEdit
Left = 24
Top = 21
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
Value = 3000.000000000000000000
Width = 142
end
end
end