-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
executable file
·27 lines (23 loc) · 814 Bytes
/
Copy pathresource.h
File metadata and controls
executable file
·27 lines (23 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef RESOURCE_H
#define RESOURCE_H
#define IDD_ABOUT_DIALOG 101
#define IDC_STATIC -1
#define IDI_ICON1 102
#define IDC_ABOUT_ICON 103
#define IDD_SETTINGS_DIALOG 104
#define IDC_SETTINGS_MIDI_MODE 1100
#define IDC_SETTINGS_MIDI_VOLUME 1101
#define IDC_SETTINGS_PCM_ENABLED 1103
#define IDC_SETTINGS_PCM_VOLUME 1104
#define IDC_SETTINGS_RENDERER 1107
#define IDC_SETTINGS_FULLSCREEN 1108
#define IDC_SETTINGS_LABEL_MIDI_MODE 1110
#define IDC_SETTINGS_LABEL_MIDI_VOL 1111
#define IDC_SETTINGS_LABEL_PCM_VOL 1113
#define IDC_SETTINGS_LABEL_RENDERER 1116
#define IDC_SETTINGS_MIDI_ENABLED 1121
#define IDC_SETTINGS_MIDI_BANK 1122
#define IDC_SETTINGS_LABEL_MIDI_BANK 1134
#define IDB_SYSINFO_BG 201
#define IDR_DEFAULT_SF2 202
#endif // RESOURCE_H