-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathresource.h
306 lines (305 loc) · 13.3 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 生成的包含文件。
// 供 DIPDemo.rc 使用
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_DIPDemoTYPE 129
#define IDD_DLG_GEOTrans 130
#define IDD_DLG_GEOZoom 131
#define IDD_DLG_GEORota 132
#define IDD_DLG_Smooth 133
#define IDD_DLG_MidianFilter 134
#define IDD_DLG_LinerPara 135
#define IDD_DLG_PointWin 136
#define IDD_DLG_Intensity 137
#define IDD_DLG_PointThre 140
#define IDD_DLG_Color 141
#define IDD_DLG_THRE 142
#define IDD_DLG_Huffman 143
#define IDD_DLG_Shannon 144
#define IDD_DLG_MORPHClose 150
#define IDD_DLG_MORPHDilation 151
#define IDD_DLG_MORPHErosion 152
#define IDD_DLG_MORPHOpen 153
#define IDD_DLG_CodeGIF 155
#define IDD_DLG_LINTRANS 156
#define IDD_DLG_Hist 157
#define IDD_DIALOG_LOG 158
#define IDD_DLG_GAMMA 159
#define IDD_DLG_WNDTRAN 160
#define IDD_DLG_GRAYSCAL 162
#define IDD_DLG_FREQ_IDEALLPF 164
#define IDD_DLG_FREQ_GAUSSLPF 165
#define IDD_FREQ_GAUSSHPF 166
#define IDD_DLG_FREQ_GAUSSBRF 167
#define IDD_EDGE_SOBEL_PREWITT 168
#define IDD_HOUGH 169
#define IDD_DLG_PROJRESTORE 170
#define IDD_DLG_MORPH 171
#define IDD_SHOWPIXEL 172
#define IDC_EDIT_XOffset 1000
#define IDC_EDIT_YOffset 1001
#define IDC_EDIT_XZoom 1002
#define IDC_EDIT_Zoom 1002
#define IDC_EDIT_YZoom 1003
#define IDC_EDIT_Rotate 1004
#define IDC_RAD1 1005
#define IDC_RAD2 1006
#define IDC_RAD3 1007
#define IDC_RAD4 1008
#define IDC_EDIT_FH 1009
#define IDC_EDIT_FW 1010
#define IDC_EDIT_TEMPH 1010
#define IDC_EDIT_FMX 1011
#define IDC_EDIT_TEMPW 1011
#define IDC_EDIT_A 1011
#define IDC_EDIT_FMY 1012
#define IDC_EDIT_V0 1012
#define IDC_EDIT_B 1012
#define IDC_EDIT_V1 1013
#define IDC_COORD 1013
#define IDC_EDIT_V2 1014
#define IDC_EDIT_Low 1014
#define IDC_EDIT_V3 1015
#define IDC_EDIT_Up 1015
#define IDC_EDIT_V4 1016
#define IDC_EDIT_LowGray 1016
#define IDC_EDIT_UpGray 1017
#define IDC_EDIT_V5 1017
#define IDC_EDIT_V6 1018
#define IDC_EDIT_V7 1019
#define IDC_EDIT_V8 1020
#define IDC_EDIT_Thre 1020
#define IDC_EDIT_V9 1021
#define IDC_COLOR_LIST 1021
#define IDC_EDIT_V10 1022
#define IDC_LST_Table 1022
#define IDC_EDIT_V11 1023
#define IDC_STATIC1 1023
#define IDC_EDIT_V12 1024
#define IDC_STATIC2 1024
#define IDC_EDIT_V13 1025
#define IDC_STATIC3 1025
#define IDC_EDIT_V14 1026
#define IDC_EDIT1 1026
#define IDC_EDIT_V15 1027
#define IDC_EDIT2 1027
#define IDC_EDIT_FileName 1027
#define IDC_EDIT_V16 1028
#define IDC_EDIT3 1028
#define IDC_btnSaveAs 1028
#define IDC_EDIT_V17 1029
#define IDC_RADIO1 1029
#define IDC_EDIT4 1029
#define IDC_EDIT_V18 1030
#define IDC_RADIO2 1030
#define IDC_EDIT5 1030
#define IDC_EDIT_V19 1031
#define IDC_HIST 1031
#define IDC_RADIO3 1031
#define IDC_EDIT_XBPT2 1031
#define IDC_EDIT6 1031
#define IDC_EDIT_V20 1032
#define IDC_RADIO4 1032
#define IDC_EDIT_XBPT3 1032
#define IDC_EDIT7 1032
#define IDC_EDIT_V21 1033
#define IDC_RADIO5 1033
#define IDC_EDIT_XBPT4 1033
#define IDC_EDIT8 1033
#define IDC_EDIT_V22 1034
#define IDC_CHECK1 1034
#define IDC_EDIT_YBPT2 1034
#define IDC_EDIT9 1034
#define IDC_EDIT_V23 1035
#define IDC_EDIT_YBPT3 1035
#define IDC_EDIT_V24 1036
#define IDC_CHECK2 1036
#define IDC_EDIT_YBPT4 1036
#define IDC_CHECK3 1037
#define IDC_EDIT_TEMPC 1038
#define IDC_GROUP 1038
#define IDC_EDIT_MX 1039
#define IDC_GROUP1 1039
#define IDC_EDIT_MY 1040
#define IDC_EDIT_XPT1 1040
#define IDC_Hori 1041
#define IDC_EDIT_XPT2 1041
#define IDC_Vert 1042
#define IDC_EDIT_XPT3 1042
#define IDC_custom 1043
#define IDC_EDIT_XPT4 1043
#define IDC_Structure1 1044
#define IDC_EDIT_XBPT1 1044
#define IDC_Structure2 1045
#define IDC_EDIT_YPT1 1045
#define IDC_CLICKAREA 1045
#define IDC_Structure3 1046
#define IDC_EDIT_YPT2 1046
#define IDC_ZHIFANGTU 1046
#define IDC_Structure4 1047
#define IDC_EDIT_YPT3 1047
#define IDC_GrayDis 1047
#define IDC_Structure5 1048
#define IDC_EDIT_YPT4 1048
#define IDC_Structure6 1049
#define IDC_EDIT_YBPT1 1049
#define IDC_Structure7 1050
#define IDC_Structure8 1051
#define IDC_Structure9 1052
#define ID_GEOM_TRAN 32771
#define ID_GEOM_ROTA 32772
#define ID_GEOM_MIRR 32773
#define ID_GEOM_MIRH 32774
#define ID_GEOM_MIRV 32775
#define ID_GEOM_TRPO 32776
#define ID_GEOM_ZOOM 32777
#define ID_FILE_REOPEN 32778
#define ID_TEMP_SMOOTH 32779
#define ID_ENHA_SMOOTH 32779
#define ID_TEMP_SHARP 32780
#define ID_ENHA_SHARP 32780
#define ID_TEMP_MidianF 32782
#define ID_ENHA_MidianF 32782
#define ID_POINT_STRE 32783
#define ID_POINT_EQUA 32784
#define ID_POINT_WIND 32785
#define ID_POINT_INVERT 32786
#define ID_POINT_LINER 32787
#define ID_VIEW_INTENSITY 32788
#define ID_POINT_THRE 32789
#define ID_ENHA_COLOR 32790
#define ID_FREQ_FOUR 32791
#define ID_FREQ_DCT 32792
#define ID_FREQ_WALH 32793
#define ID_FILE_256ToGray 32794
#define ID_ENHA_GRADSHARP 32795
#define ID_CODE_HUFFMAN 32796
#define ID_CODE_RLE 32799
#define ID_CODE_IRLE 32800
#define ID_CODE_JEPG 32801
#define ID_CODE_IJEPG 32802
#define ID_CODE_SHANNON 32803
#define ID_MORPH_EROSION 32804
#define ID_MORPH_DILATION 32805
#define ID_MORPH_OPEN 32806
#define ID_MORPH_CLOSE 32807
#define ID_MORPH_THINING 32808
#define ID_EDGE_KIRSCH 32812
#define ID_EDGE_GAUSS 32813
#define ID_EDGE_HOUGH 32814
#define ID_EDGE_CONTOUR 32815
#define ID_EDGE_FILL 32816
#define ID_EDGE_TRACE 32817
#define ID_DETECT_THRESHOLD 32818
#define ID_DETECT_HPROJECTION 32819
#define ID_DETECT_VPROJECTION 32820
#define ID_DETECT_MINUS 32821
#define ID_DETECT_TEMPLATE 32822
#define ID_RESTORE_BLUR 32823
#define ID_RESTORE_NOISEBLUR 32824
#define ID_RESTORE_INVERSE 32825
#define ID_RESTORE_WIENER 32826
#define ID_RESTORE_RANDOMNOISE 32827
#define ID_RESTORE_SALTNOISE 32828
#define ID_CODE_LZW 32829
#define ID_CODE_ILZW 32830
#define ID_EDGE_FILL2 32831
#define ID_LOCATE_CODE 32832
#define ID_GRAY_OPEN 32833
#define ID_LOCATE_PT 32834
#define ID_LOCAL_TH 32835
#define ID_TOPHAT 32836
#define ID_REVERSE_COLOR 32837
#define ID_DEL_SCATTER 32838
#define ID_REC_CODE 32839
#define ID_PIXEL_DIB 32840
#define ID_SELF_REC 32841
#define ID_32842 32842
#define ID_POINT_STDLIN 32843
#define ID_32844 32844
#define ID_POINT_LOG 32845
#define ID_32846 32846
#define ID_POINT_GAMMA 32847
#define ID_32848 32848
#define ID_POINT_HIST 32849
#define ID_POINT_HISTST 32850
#define ID_FILE_ROTATE 32851
#define ID_32852 32852
#define ID_32853 32853
#define ID_32854 32854
#define ID_32855 32855
#define ID_32856 32856
#define ID_32857 32857
#define ID_32858 32858
#define ID_32859 32859
#define ID_32860 32860
#define ID_EDGE_ROBERT 32861
#define ID_EDGE_SOBEL 32862
#define ID_EDGE_PREWITT 32863
#define ID_EDGE_AUTOTHRE 32864
#define ID_EDGE_WATERSHED 32865
#define ID_EDGE_LOG 32866
#define ID_Menu 32867
#define ID_FREQ_ 32868
#define ID_FREQ_IDEALLPF 32869
#define ID_32870 32870
#define ID_FREQ_GAUSSLPF 32871
#define ID_32872 32872
#define ID_32873 32873
#define ID_32874 32874
#define ID_32875 32875
#define ID_FREQ 32876
#define ID_FREQ_GAUSSHPF 32877
#define ID_FREQ_LAPL 32878
#define ID_FREQ_GAUSSBR 32879
#define ID_32880 32880
#define ID_EDGE_CANNY 32881
#define ID_32882 32882
#define ID_EDGE_REGION_GROW 32883
#define ID_Menu32884 32884
#define ID_Menu32885 32885
#define ID_EDGE_HOUGHLINES 32886
#define ID_32887 32887
#define ID_EDGE_HOUGHTRANS 32888
#define ID_Menu32889 32889
#define ID 32890
#define ID_FILE_CONVERTGRAY 32891
#define ID_GEOM_CALI 32892
#define ID_FILE_CLEAN 32894
#define ID_COLOR_CMY2RGB 32895
#define ID_COLOR_RGB2HSI 32896
#define ID_COLOR_HSI2RGB 32897
#define ID_COLOR_RGB2HSV 32898
#define ID_COLOR_HSV2RGB 32899
#define ID_COLOR_RGB2YUV 32900
#define ID_COLOR_YUV2RGB 32901
#define ID_COLOR_RGB2YIQ 32902
#define ID_COLOR_YIQ2RGB 32903
#define ID_ENHA_AdaptMidianF 32905
#define ID_ENHA_HIGHENHA 32906
#define ID_REC_TEMPLATE 32907
#define ID_FEA_GRAYMAT 32908
#define ID_MORPH_TRACE 32910
#define ID_FILE_REVERSE 32911
#define ID_MORPH_FILLRGN 32912
#define ID_MORPH_LABELCONNRGN 32913
#define ID_MORPH_PIXEL 32914
#define ID_MORPH_CONVEX 32915
#define ID_MORPH_GRAYDILATE 32916
#define ID_MORPH_GRAYERODE 32917
#define ID_MORPH_GRAYOPEN 32918
#define ID_MORPH_GRAYCLOSE 32919
#define ID_MORPH_TOPHAT 32920
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 173
#define _APS_NEXT_COMMAND_VALUE 32922
#define _APS_NEXT_CONTROL_VALUE 1048
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif