You've already forked lazarus-ccr
fpspreadsheet: Improved syntax for mixed fraction formatting strings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4074 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -903,21 +903,21 @@ object MainForm: TMainForm
|
||||
WorkbookSource = WorkbookSource
|
||||
Caption = 'Fraction (1 digit)'
|
||||
NumberFormat = nfFraction
|
||||
NumberFormatString = '#" "#/#'
|
||||
NumberFormatString = '# #/#'
|
||||
end
|
||||
object AcNumFormatFraction2: TsNumberFormatAction
|
||||
Category = 'FPSpreadsheet'
|
||||
WorkbookSource = WorkbookSource
|
||||
Caption = 'Fraction (2 digits)'
|
||||
NumberFormat = nfFraction
|
||||
NumberFormatString = '#" "##/##'
|
||||
NumberFormatString = '# ##/##'
|
||||
end
|
||||
object AcNumFormatFraction3: TsNumberFormatAction
|
||||
Category = 'FPSpreadsheet'
|
||||
WorkbookSource = WorkbookSource
|
||||
Caption = 'Fraction (3 digits)'
|
||||
NumberFormat = nfFraction
|
||||
NumberFormatString = '#" "###/###'
|
||||
NumberFormatString = '# ###/###'
|
||||
end
|
||||
object AcNumFormatDateTime: TsNumberFormatAction
|
||||
Category = 'FPSpreadsheet'
|
||||
|
||||
Reference in New Issue
Block a user