RxFPC:fix excel extension in rxdbgrid export

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5381 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-11-24 13:53:11 +00:00
parent 4938f826fd
commit dc6a39b53b
2 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<EditorIndex Value="-1"/> <EditorIndex Value="-1"/>
<CursorPos Y="20"/> <CursorPos Y="20"/>
<UsageCount Value="33"/> <UsageCount Value="34"/>
</Unit0> </Unit0>
<Unit1> <Unit1>
<Filename Value="unit1.pas"/> <Filename Value="unit1.pas"/>
@ -20,7 +20,7 @@
<UnitName Value="Unit1"/> <UnitName Value="Unit1"/>
<TopLine Value="3"/> <TopLine Value="3"/>
<CursorPos X="105" Y="24"/> <CursorPos X="105" Y="24"/>
<UsageCount Value="33"/> <UsageCount Value="34"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<LoadedDesigner Value="True"/> <LoadedDesigner Value="True"/>
</Unit1> </Unit1>
@ -42,10 +42,11 @@
<Unit4> <Unit4>
<Filename Value="../../rxdbgridexportspreadsheet.pas"/> <Filename Value="../../rxdbgridexportspreadsheet.pas"/>
<UnitName Value="RxDBGridExportSpreadSheet"/> <UnitName Value="RxDBGridExportSpreadSheet"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/> <EditorIndex Value="1"/>
<TopLine Value="197"/> <TopLine Value="197"/>
<CursorPos X="7" Y="217"/> <CursorPos X="37" Y="210"/>
<UsageCount Value="15"/> <UsageCount Value="16"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit4> </Unit4>
<Unit5> <Unit5>
@ -53,7 +54,7 @@
<EditorIndex Value="4"/> <EditorIndex Value="4"/>
<TopLine Value="4700"/> <TopLine Value="4700"/>
<CursorPos Y="4718"/> <CursorPos Y="4718"/>
<UsageCount Value="15"/> <UsageCount Value="16"/>
<Bookmarks Count="2"> <Bookmarks Count="2">
<Item0 X="14" Y="822" ID="1"/> <Item0 X="14" Y="822" ID="1"/>
<Item1 X="48" Y="622" ID="2"/> <Item1 X="48" Y="622" ID="2"/>
@ -76,17 +77,16 @@
<EditorIndex Value="2"/> <EditorIndex Value="2"/>
<TopLine Value="51"/> <TopLine Value="51"/>
<CursorPos X="33" Y="85"/> <CursorPos X="33" Y="85"/>
<UsageCount Value="11"/> <UsageCount Value="12"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<LoadedDesigner Value="True"/> <LoadedDesigner Value="True"/>
</Unit7> </Unit7>
<Unit8> <Unit8>
<Filename Value="../../rxdconst.pas"/> <Filename Value="../../rxdconst.pas"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="3"/> <EditorIndex Value="3"/>
<TopLine Value="173"/> <TopLine Value="173"/>
<CursorPos X="21" Y="185"/> <CursorPos X="21" Y="185"/>
<UsageCount Value="11"/> <UsageCount Value="12"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit8> </Unit8>
<Unit9> <Unit9>

View File

@ -31,7 +31,7 @@ object RxDBGridExportSpreadSheet_ParamsForm: TRxDBGridExportSpreadSheet_ParamsFo
Height = 37 Height = 37
Top = 32 Top = 32
Width = 530 Width = 530
Filter = 'All files (*.*)|*.*|LibreOffice/OpenOffice (*.ods)|*.ods|Excell 97-2003|*.xls|Excell 2007-2013|*.xlxs' Filter = 'All files (*.*)|*.*|LibreOffice/OpenOffice (*.ods)|*.ods|Excel 97-2003|*.xls|Excel 2007-2013|*.xlsx'
FilterIndex = 0 FilterIndex = 0
HideDirectories = False HideDirectories = False
ButtonWidth = 23 ButtonWidth = 23