You've already forked lazarus-ccr
TRxDBGridExportSpreadSheet - add component icon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3364 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<ProjectSession>
|
||||
<Version Value="9"/>
|
||||
<BuildModes Active="Default"/>
|
||||
<Units Count="4">
|
||||
<Units Count="5">
|
||||
<Unit0>
|
||||
<Filename Value="project1.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -11,7 +11,7 @@
|
||||
<WindowIndex Value="-1"/>
|
||||
<TopLine Value="-1"/>
|
||||
<CursorPos X="-1" Y="-1"/>
|
||||
<UsageCount Value="20"/>
|
||||
<UsageCount Value="21"/>
|
||||
</Unit0>
|
||||
<Unit1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
@ -20,10 +20,9 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="Unit1"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="43"/>
|
||||
<CursorPos X="29" Y="81"/>
|
||||
<UsageCount Value="20"/>
|
||||
<TopLine Value="10"/>
|
||||
<CursorPos X="46" Y="23"/>
|
||||
<UsageCount Value="21"/>
|
||||
<Loaded Value="True"/>
|
||||
<LoadedDesigner Value="True"/>
|
||||
</Unit1>
|
||||
@ -42,8 +41,18 @@
|
||||
<UsageCount Value="10"/>
|
||||
<DefaultSyntaxHighlighter Value="LFM"/>
|
||||
</Unit3>
|
||||
<Unit4>
|
||||
<Filename Value="../../rxdbgridexportspreadsheet.pas"/>
|
||||
<UnitName Value="RxDBGridExportSpreadSheet"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<TopLine Value="35"/>
|
||||
<CursorPos X="34" Y="54"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit4>
|
||||
</Units>
|
||||
<JumpHistory Count="21" HistoryIndex="20">
|
||||
<JumpHistory Count="22" HistoryIndex="21">
|
||||
<Position1>
|
||||
<Filename Value="unit1.pas"/>
|
||||
</Position1>
|
||||
@ -127,6 +136,10 @@
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="72" Column="35" TopLine="43"/>
|
||||
</Position21>
|
||||
<Position22>
|
||||
<Filename Value="unit1.pas"/>
|
||||
<Caret Line="23" Column="46" TopLine="10"/>
|
||||
</Position22>
|
||||
</JumpHistory>
|
||||
</ProjectSession>
|
||||
</CONFIG>
|
||||
|
BIN
components/rx/trunk/images/TRxDBGridExportSpreadSheet.png
Normal file
BIN
components/rx/trunk/images/TRxDBGridExportSpreadSheet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 486 B |
2
components/rx/trunk/images/mk_res_exp_spreadsheet.sh
Executable file
2
components/rx/trunk/images/mk_res_exp_spreadsheet.sh
Executable file
@ -0,0 +1,2 @@
|
||||
rm rxdbgridexportspreadsheet.res
|
||||
/usr/local/share/lazarus/tools/lazres rxdbgridexportspreadsheet.res TRxDBGridExportSpreadSheet.png
|
BIN
components/rx/trunk/images/rxdbgridexportspreadsheet.res
Normal file
BIN
components/rx/trunk/images/rxdbgridexportspreadsheet.res
Normal file
Binary file not shown.
@ -51,6 +51,8 @@ procedure Register;
|
||||
implementation
|
||||
uses fpsallformats, LCLType, math, LazUTF8, rxdconst;
|
||||
|
||||
{$R rxdbgridexportspreadsheet.res}
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents('RX DBAware',[TRxDBGridExportSpreadSheet]);
|
||||
|
Reference in New Issue
Block a user