mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Print setup dialog - use one decimal point
This commit is contained in:
parent
1b753023f0
commit
52498c9f90
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ object frmPrintSetup: TfrmPrintSetup
|
|||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
DecimalPlaces = 1
|
||||
MinValue = 0
|
||||
NullValue = 0
|
||||
Value = 0
|
||||
|
|
@ -76,6 +77,7 @@ object frmPrintSetup: TfrmPrintSetup
|
|||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
DecimalPlaces = 1
|
||||
MinValue = 0
|
||||
NullValue = 0
|
||||
Value = 0
|
||||
|
|
@ -98,6 +100,7 @@ object frmPrintSetup: TfrmPrintSetup
|
|||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 2
|
||||
DecimalPlaces = 1
|
||||
MinValue = 0
|
||||
NullValue = 0
|
||||
Value = 0
|
||||
|
|
@ -120,6 +123,7 @@ object frmPrintSetup: TfrmPrintSetup
|
|||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 3
|
||||
DecimalPlaces = 1
|
||||
MinValue = 0
|
||||
NullValue = 0
|
||||
Value = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue