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
This commit is contained in:
wp_xxyyzz
2023-02-27 11:17:47 +00:00
parent 6d7d0ccd70
commit 6362349256
33 changed files with 9 additions and 10 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -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.

Binary file not shown.