-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.h
More file actions
27 lines (19 loc) · 751 Bytes
/
resources.h
File metadata and controls
27 lines (19 loc) · 751 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 RESOURCES_H
#define RESOURCES_H
#include <windows.h>
#define IDR_MENU1 200
#define ID_FILE_EXIT 100
#define ID_HELP_ABOUT 101
#define IDD_DIALOG1 301
//#define IDB_BITMAP1 305
#define IDC_STATIC -1
#define IDI_ICON1 10
#define IDR_ACCELERATORS 20
#define ID_ACC_TAB 21
#define ID_ACC_ALTF4 22
#define ID_ACC_F1 23
#define IDR_RCDATA1 300
#define IDS_STRING1 1
#define IDS_STRING2 2
#define IDS_STRING3 3
#endif