You've already forked lazarus-ccr
Spready: Use Workbook.FormatSettings for locale-specific number formats.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5402 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -775,6 +775,7 @@ begin
|
||||
if F.ShowModal = mrOK then
|
||||
begin
|
||||
WorksheetGrid.Workbook.FormatSettings := F.FormatSettings;
|
||||
UTF8FormatSettings := F.FormatSettings;
|
||||
WorksheetGrid.Invalidate;
|
||||
end;
|
||||
finally
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<PathDelim Value="\"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
@ -10,6 +10,10 @@
|
||||
<UseAppBundle Value="False"/>
|
||||
<ResourceType Value="res"/>
|
||||
<UseXPManifest Value="True"/>
|
||||
<XPManifest>
|
||||
<TextName Value="CompanyName.ProductName.AppName"/>
|
||||
<TextDesc Value="Your application description."/>
|
||||
</XPManifest>
|
||||
<Icon Value="0"/>
|
||||
</General>
|
||||
<i18n>
|
||||
@ -95,6 +99,7 @@
|
||||
<Filename Value="sformatsettingsform.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<HasResources Value="True"/>
|
||||
<UnitName Value="sFormatsettingsForm"/>
|
||||
</Unit5>
|
||||
<Unit6>
|
||||
<Filename Value="shyperlinkform.pas"/>
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user