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:
alexs75
2014-07-23 12:05:09 +00:00
parent b59a58473d
commit 248c5d677c
5 changed files with 24 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<ProjectSession> <ProjectSession>
<Version Value="9"/> <Version Value="9"/>
<BuildModes Active="Default"/> <BuildModes Active="Default"/>
<Units Count="4"> <Units Count="5">
<Unit0> <Unit0>
<Filename Value="project1.lpr"/> <Filename Value="project1.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
@@ -11,7 +11,7 @@
<WindowIndex Value="-1"/> <WindowIndex Value="-1"/>
<TopLine Value="-1"/> <TopLine Value="-1"/>
<CursorPos X="-1" Y="-1"/> <CursorPos X="-1" Y="-1"/>
<UsageCount Value="20"/> <UsageCount Value="21"/>
</Unit0> </Unit0>
<Unit1> <Unit1>
<Filename Value="unit1.pas"/> <Filename Value="unit1.pas"/>
@@ -20,10 +20,9 @@
<HasResources Value="True"/> <HasResources Value="True"/>
<ResourceBaseClass Value="Form"/> <ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/> <UnitName Value="Unit1"/>
<IsVisibleTab Value="True"/> <TopLine Value="10"/>
<TopLine Value="43"/> <CursorPos X="46" Y="23"/>
<CursorPos X="29" Y="81"/> <UsageCount Value="21"/>
<UsageCount Value="20"/>
<Loaded Value="True"/> <Loaded Value="True"/>
<LoadedDesigner Value="True"/> <LoadedDesigner Value="True"/>
</Unit1> </Unit1>
@@ -42,8 +41,18 @@
<UsageCount Value="10"/> <UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="LFM"/> <DefaultSyntaxHighlighter Value="LFM"/>
</Unit3> </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> </Units>
<JumpHistory Count="21" HistoryIndex="20"> <JumpHistory Count="22" HistoryIndex="21">
<Position1> <Position1>
<Filename Value="unit1.pas"/> <Filename Value="unit1.pas"/>
</Position1> </Position1>
@@ -127,6 +136,10 @@
<Filename Value="unit1.pas"/> <Filename Value="unit1.pas"/>
<Caret Line="72" Column="35" TopLine="43"/> <Caret Line="72" Column="35" TopLine="43"/>
</Position21> </Position21>
<Position22>
<Filename Value="unit1.pas"/>
<Caret Line="23" Column="46" TopLine="10"/>
</Position22>
</JumpHistory> </JumpHistory>
</ProjectSession> </ProjectSession>
</CONFIG> </CONFIG>

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

View File

@@ -0,0 +1,2 @@
rm rxdbgridexportspreadsheet.res
/usr/local/share/lazarus/tools/lazres rxdbgridexportspreadsheet.res TRxDBGridExportSpreadSheet.png

View File

@@ -51,6 +51,8 @@ procedure Register;
implementation implementation
uses fpsallformats, LCLType, math, LazUTF8, rxdconst; uses fpsallformats, LCLType, math, LazUTF8, rxdconst;
{$R rxdbgridexportspreadsheet.res}
procedure Register; procedure Register;
begin begin
RegisterComponents('RX DBAware',[TRxDBGridExportSpreadSheet]); RegisterComponents('RX DBAware',[TRxDBGridExportSpreadSheet]);