OnGuard: New high-dpi palette icons by Roland Hahn.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
@ -1,2 +1,5 @@
|
||||
@echo OFF
|
||||
lazres controls.lrs TOGUSAGECODE.xpm TOGSPECIALCODE.xpm TOGSERIALNUMBERCODE.xpm TOGREGISTRATIONCODE.xpm TOGPROTECTEXE.xpm TOGNETCODE.xpm TOGMAKEKEYS.xpm TOGMAKECODES.xpm TOGDAYSCODE.xpm TOGDATECODE.xpm
|
||||
dir /b *.png > files.txt
|
||||
lazres ../source/ogreg.res @files.txt
|
||||
del files.txt
|
||||
::lazres controls.lrs TOGUSAGECODE.xpm TOGSPECIALCODE.xpm TOGSERIALNUMBERCODE.xpm TOGREGISTRATIONCODE.xpm TOGPROTECTEXE.xpm TOGNETCODE.xpm TOGMAKEKEYS.xpm TOGMAKECODES.xpm TOGDAYSCODE.xpm TOGDATECODE.xpm
|
BIN
components/onguard/images/TOgDateCode.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
components/onguard/images/TOgDateCode_150.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
components/onguard/images/TOgDateCode_200.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
components/onguard/images/TOgDaysCode.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
components/onguard/images/TOgDaysCode_150.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
components/onguard/images/TOgDaysCode_200.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
components/onguard/images/TOgMakeCodes.png
Normal file
After Width: | Height: | Size: 845 B |
BIN
components/onguard/images/TOgMakeCodes_150.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
components/onguard/images/TOgMakeCodes_200.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
components/onguard/images/TOgMakeKeys.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
components/onguard/images/TOgMakeKeys_150.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
components/onguard/images/TOgMakeKeys_200.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
components/onguard/images/TOgNetCode.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
components/onguard/images/TOgNetCode_150.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
components/onguard/images/TOgNetCode_200.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
components/onguard/images/TOgProtectExe.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
components/onguard/images/TOgProtectExe_150.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
components/onguard/images/TOgProtectExe_200.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
components/onguard/images/TOgRegistrationCode.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
components/onguard/images/TOgRegistrationCode_150.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
components/onguard/images/TOgRegistrationCode_200.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
components/onguard/images/TOgSerialNumberCode.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
components/onguard/images/TOgSerialNumberCode_150.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
components/onguard/images/TOgSerialNumberCode_200.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
components/onguard/images/TOgSpecialCode.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
components/onguard/images/TOgSpecialCode_150.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
components/onguard/images/TOgSpecialCode_200.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
components/onguard/images/TOgUsageCode.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
components/onguard/images/TOgUsageCode_150.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
components/onguard/images/TOgUsageCode_200.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
@ -43,6 +43,8 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
{$R ogreg.res}
|
||||
|
||||
uses
|
||||
Classes, Controls, Forms,
|
||||
qogabout0, ogconst,ognetwrk, ogproexe, {AH.01}
|
||||
@ -54,9 +56,9 @@ uses
|
||||
qonguard7, {AH.01}
|
||||
ogutil, {!!.12}
|
||||
ComponentEditors,
|
||||
PropEdits,
|
||||
LazarusPackageIntf,
|
||||
LResources;
|
||||
PropEdits;
|
||||
// LazarusPackageIntf;
|
||||
//LResources;
|
||||
|
||||
{-------------------------------------------------------------------------------
|
||||
TOgCodeGenEditor
|
||||
@ -225,10 +227,4 @@ begin
|
||||
TOgProtectExe]);
|
||||
end;
|
||||
|
||||
|
||||
{$IFDEF FPC}
|
||||
initialization
|
||||
{$I ogreg.lrs}
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|