blob: 498c95d8991a7f6805ccb5b40576c1aa118d8d52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef RESOURCE_H_INCLUDE
#define RESOURCE_H_INCLUDE
#define IDR_REG_SAMPLE_NOTIFY 40001
#define IDD_NOTIFY_GENERAL 1850
#define IDC_STATIC -1
#define IDC_ADD 100
#define IDC_REMOVE 200
#endif
|