- change the resource numbers to match Windows

- up the icon quality a bit.

svn path=/trunk/; revision=21929
This commit is contained in:
Ged Murphy 2006-05-17 21:45:49 +00:00
parent 857f3df0d7
commit 0f5345d5be
15 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,7 @@
#define ICONSIZE 16
/* ids */
#define IDI_CPLACCESS 100
#define IDI_CPLACCESS 110
#define IDD_PROPPAGEKEYBOARD 100
#define IDD_PROPPAGESOUND 101

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -11,6 +11,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include <reactos/version.rc>
IDC_DESK_ICON ICON "resources/applet.ico"
IDC_DESK_ICON2 ICON "resources/applet.ico"
IDC_MONITOR BITMAP "resources/monitor.bmp"
#include "en.rc"

View file

@ -14,7 +14,8 @@
#define ICONSIZE 16
/* ids */
#define IDC_DESK_ICON 1
#define IDC_DESK_ICON 40
#define IDC_DESK_ICON2 100 // Needed for theme compatability with Windows.
#define IDC_STATIC -1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -2,7 +2,7 @@
#define __CPL_RESOURCE_H
#define IDC_CPLICON 1
#define IDC_CPLICON 200
#define IDC_FLAGS 2
#define IDC_ICON1 3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -2,8 +2,8 @@
#define __CPL_RESOURCE_H
#define IDC_CPLICON_1 1
#define IDC_CPLICON_2 2
#define IDC_CPLICON_1 100
#define IDC_CPLICON_2 200
#define IDD_PAGE_BUTTON 101
#define IDD_PAGE_POINTER 102

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -2,7 +2,7 @@
#define __CPL_RESOURCE_H
#define IDI_CPLICON 1
#define IDI_CPLICON 4379
#define IDD_HARDWARE 100

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB