-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resource.h
44 lines (40 loc) · 1.2 KB
/
resource.h
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// resorce.h
//////////////////////////////////////////////////////////////////////
// オプションダイアログ
#define IDC_STATIC 4100
#define IDC_LIST 4102
#define IDC_ADD 4103
#define IDC_DEL 4104
#define IDC_EXPORT 4105
#define IDC_EDIT 4106
#define IDC_UP 4107
#define IDC_DOWN 4108
#define IDC_PANEL 4109
#define IDC_GROUP 4110
//#define IDC_BLACK 4111
#define IDC_RED 4112
#define IDC_GREEN 4113
#define IDC_BLUE 4114
//#define IDC_WHITE 4115
#define IDC_SPINR 4115
#define IDC_SPING 4116
#define IDC_SPINB 4117
//////////////////////////////////////////////////////////////////////
// 編集ダイアログ
#define ID_EDIT_NAME 4201
#define ID_EDIT_START 4202
#define ID_EDIT_END 4203
#define ID_EDIT_FIN 4204
#define ID_EDIT_FOUT 4205
#define ID_EDIT_SPINST 4206
#define ID_EDIT_SPINED 4207
#define ID_EDIT_SPINFI 4208
#define ID_EDIT_SPINFO 4209
#define ID_EDIT_X 4210
#define ID_EDIT_Y 4211
#define ID_EDIT_SPINX 4212
#define ID_EDIT_SPINY 4213
//////////////////////////////////////////////////////////////////////
// 文字列表示ダイアログ
#define ID_SHOW_STRING 4301
#define ID_COPY_STRING 4302