-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKINMENU.h
129 lines (113 loc) · 3.18 KB
/
PKINMENU.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/*PKINMENU.h definitions needed by IPCWPKIN.RC */
/* menu items */
#define PKIN_FILE 100
#define PKIN_FILEOPENFILE 101
#define PKIN_FILENEWPASS 102
#define PKIN_LAUNCHCURRENT 103
#define PKIN_FILEQUIT 104
#define PKIN_OPTIONSABOUTOPTIONS 201
#define PKIN_OPTIONSMUTATIONS 202
#define PKIN_OPTIONSHELPHTML 203
/* Dialog box items */
#define PKIN_FILENAME 400
#define PKIN_EDIT 401
#define PKIN_FILES 402
#define PKIN_PATH 403
#define PKIN_LISTBOX 404
#define PKIN_OPEN 405
#define PKIN_OK 901
#define PKIN_CANCEL 902
#define PKIN_NO 903
#define PKIN_OPTION 904
#define PKIN_ICON 905
#define PKIN_TEXT 906
#define PKIN_EDIT1 911
#define PKIN_EDIT2 912
#define PKIN_EDIT3 913
#define PKIN_EDIT4 914
#define PKIN_EDIT5 915
#define PKIN_EDIT6 916
#define PKIN_EDIT7 917
#define PKIN_EDIT8 918
#define PKIN_EDIT9 919
#define PKIN_CHECK1 921
#define PKIN_CHECK2 922
#define PKIN_CHECK3 923
#define PKIN_CHECK4 924
#define PKIN_CHECK5 925
#define PKIN_CHECK6 926
#define PKIN_CHECK7 927
#define PKIN_CHECK8 928
#define PKIN_CHECK9 929
#define PKIN_RADIO1 931
#define PKIN_RADIO2 932
#define PKIN_RADIO3 933
#define PKIN_RADIO4 934
#define PKIN_RADIO5 935
#define PKIN_RADIO6 936
#define PKIN_RADIO7 937
#define PKIN_RADIO8 938
#define PKIN_RADIO9 939
#define PKIN_OPTION1 941
#define PKIN_OPTION2 942
#define PKIN_OPTION3 943
#define PKIN_OPTION4 944
#define PKIN_OPTION5 945
#define PKIN_OPTION6 946
#define PKIN_OPTION7 947
#define PKIN_OPTION8 948
#define PKIN_OPTION9 949
#define PREKINTEXTID 1
#define OK_ITEM 1 /* definitions for Mac dialogBoxes */
#define CANCEL_ITEM 2
#define TEXT_ITEM 3
#define ABORT_ITEM 4
#define ICON_ITEM 5
#define DEMO_ITEM 6
#define OPT1_ITEM 6
#define OPT2_ITEM 7
#define OPT3_ITEM 8
#define OPT4_ITEM 9
#define OPT5_ITEM 10
#define OPT6_ITEM 11
#define OPT7_ITEM 12
#define OPT8_ITEM 13
#define OPT9_ITEM 14
#define OPT10_ITEM 15
#define TEXT1_ITEM 16
#define TEXT2_ITEM 17
#define TEXT3_ITEM 18
#define TEXT4_ITEM 19
#define TEXT5_ITEM 20
#define TEXT6_ITEM 21
#define TEXT7_ITEM 22
#define OPT1 1
#define OPT2 2
#define OPT3 3
#define OPT4 4
#define OPT5 5
#define CHK1 6
#define CHK2 7
#define CHK3 8
#define CHK4 9
#define CHK5 10
#define CHK6 11
#define CHK7 12
#define CHK8 13
#define CHK9 14
#define TXT1 15
#define TXT2 16
#define TXT3 17
#define TXT4 18
#define TXT5 19
#define TXT6 20
#define TXT7 21
#define FIX1 22
#define FIX2 23
#define FIX3 24
#define FIX4 25
#define FIX5 26
#define CHKA 28
#define CHKB 29
#define CHKC 30
#define CHKD 31