[SNDVOL32] Create small speaker icons from the default sndvol32 icon

This commit is contained in:
Eric Kohl 2018-03-25 14:46:44 +02:00
parent 8ac662291e
commit 29955aa231
4 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,9 @@
#define IDM_MAINMENU 101
#define IDI_MAINAPP 304
#define IDI_MAINAPP 301
#define IDI_SPEAKER_LEFT 302
#define IDI_SPEAKER_RIGHT 303
#define IDC_PROPERTIES 1001
#define IDC_ADVANCED_CONTROLS 1002

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -14,6 +14,8 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_MAINAPP ICON "resources/sndvol32.ico"
IDI_SPEAKER_LEFT ICON "resources/speaker_left.ico"
IDI_SPEAKER_RIGHT ICON "resources/speaker_right.ico"
/* UTF-8 */
#pragma code_page(65001)