mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[main.cpl]
- Add the icons for the fonts and administrator tools in the same id and index with windows svn path=/trunk/; revision=53952
This commit is contained in:
parent
31934befae
commit
5c5eae050f
4 changed files with 10 additions and 5 deletions
|
@ -20,6 +20,8 @@ IDI_MOUSE_RIGHT ICON "resources/mouse_right.ico"
|
|||
IDI_MOUSE_SPEED ICON "resources/mouse_speed.ico"
|
||||
IDI_MOUSE_BUTTON ICON "resources/mouse_button.ico"
|
||||
IDI_MOUSE_TRAILS ICON "resources/mouse_trails.ico"
|
||||
IDI_FONTS_FOLDER ICON "resources/fonts_folder.ico"
|
||||
IDI_ADMIN_TOOLS_FOLDER ICON "resources/admintools_folder.ico"
|
||||
IDI_MOUSE_POINTER ICON "resources/mouse_pointer.ico"
|
||||
IDI_MOUSE_WHEEL ICON "resources/mouse_wheel.ico"
|
||||
IDI_REPEAT_RATE ICON "resources/repeat_rate.ico"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
/* Icons */
|
||||
|
||||
#define IDC_CPLICON_1 100
|
||||
#define IDC_CPLICON_2 200
|
||||
|
||||
|
@ -11,11 +12,13 @@
|
|||
#define IDI_MOUSE_SPEED 205
|
||||
#define IDI_MOUSE_BUTTON 206
|
||||
#define IDI_MOUSE_TRAILS 207
|
||||
#define IDI_MOUSE_POINTER 208
|
||||
#define IDI_MOUSE_WHEEL 209
|
||||
#define IDI_REPEAT_RATE 210
|
||||
#define IDI_REPEAT_DELAY 211
|
||||
#define IDI_LOOK_KEY 212
|
||||
#define IDI_FONTS_FOLDER 400
|
||||
#define IDI_ADMIN_TOOLS_FOLDER 500
|
||||
#define IDI_MOUSE_POINTER 600
|
||||
#define IDI_MOUSE_WHEEL 601
|
||||
#define IDI_REPEAT_RATE 602
|
||||
#define IDI_REPEAT_DELAY 603
|
||||
#define IDI_LOOK_KEY 604
|
||||
|
||||
#define IDD_PAGE_BUTTON 101
|
||||
#define IDD_PAGE_POINTER 102
|
||||
|
|
BIN
reactos/dll/cpl/main/resources/admintools_folder.ico
Normal file
BIN
reactos/dll/cpl/main/resources/admintools_folder.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
reactos/dll/cpl/main/resources/fonts_folder.ico
Normal file
BIN
reactos/dll/cpl/main/resources/fonts_folder.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Loading…
Reference in a new issue