This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Noviseda_FactuGES2/Source/Modulos/Gestor de informes/Views/uViewFiltroImportes.dfm
david d8aa5d14b7 * Actualización de componentes
- RemObjects 6.0.39.777
- Data_Abstract 6.0.39.777
- JCL 2.1.1
- JVCL 3.39
- DevExpressVCL x.48
- FastReport4 4.8.11
- TB2k 2.2.2
- TntUnicodeControls 2.3.0
- SpTBXLib 2.4.4

* Actualización a FinalBuilder 6

git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@47 f33bb606-9f5c-448d-9c99-757f00063c96
2010-01-22 09:52:58 +00:00

72 lines
1.8 KiB
Plaintext

inherited frViewFiltroImportes: TfrViewFiltroImportes
Width = 451
Height = 81
Align = alTop
ExplicitWidth = 451
ExplicitHeight = 81
object TBXLabel2: TSpTBXLabel
Left = 0
Top = 0
Width = 451
Height = 29
Margins.Top = 5
Margins.Bottom = 10
Caption = 'Importes'
Align = alTop
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = True
ParentFont = False
Underline = True
ExplicitWidth = 55
end
object TBXAlignmentPanel1: TSpTBXDockablePanel
AlignWithMargins = True
Left = 5
Top = 32
Width = 441
Height = 42
Margins.Left = 5
Margins.Right = 5
Align = alTop
Resizable = False
TabOrder = 1
ShowCaption = False
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