Yao Chunli
2022-06-21 e00d5a1575d26f8fec1be6fa8a844203cd66a24c
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ Éú³ÉµÄ°üº¬Îļþ¡£
// ¹© MTerm2.rc Ê¹ÓÃ
//
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_MTerm2CommDevView2          101
#define IDD_DIALOGBAR_MDI_INFO          103
#define IDP_SOCKETS_INIT_FAILED         104
#define IDD_PROPPAGE_SYSREG1            106
#define IDD_PROP_SYSREG1                106
#define IDR_MAINFRAME                   128
#define IDR_MultiTerminal2TYPE          130
#define IDR_MTerm2TYPE                  130
#define ID_WINDOW_MANAGER               131
#define IDR_MTerm2TYPE1                 131
#define IDR_MTerm2TYPE2                 132
#define IDR_MTerm2TYPE3                 133
#define IDD_DIALOG_COMMSET1             137
#define IDD_DIALOG_INFO_DISPLAY         139
#define IDD_DIALOG_DATA_MON             142
#define ID_NEW_FOLDER                   143
#define IDD_DIALOG_COMMTEST             144
#define IDD_MTerm2CommTestView          144
#define ID_SORT_MENU                    144
#define ID_SORTING_GROUPBYTYPE          145
#define ID_SORTING_SORTALPHABETIC       146
#define IDD_DIALOG_STATUS_SHOW          147
#define ID_SORTING_SORTBYTYPE           147
#define ID_SORTING_SORTBYACCESS         148
#define IDD_DIALOG_SYSREG_SET           149
#define IDD_DIALOG_COIL_MON             151
#define IDD_DIALOG_PROGRESS             155
#define IDD_DIALOG_EVENTLOG             157
#define IDD_DIALOG_FORCE_IO             159
#define IDD_DIALOG_DATETIME             161
#define IDI_CLASS_VIEW                  163
#define IDI_CLASS_VIEW_HC               164
#define IDR_SORT                        171
#define IDB_SORT_24                     172
#define IDR_POPUP_SORT                  173
#define IDB_CLASS_VIEW                  177
#define IDB_CLASS_VIEW_24               178
#define IDR_TOOLBAR_NUM                 310
#define IDR_TOOLBAR_NUM_KEY             310
#define IDD_MTerm2TestView              311
#define IDD_MTerm2CtrlView              312
#define IDD_MTerm2DataView              313
#define IDW_CHILD_STATUS_BAR            314
#define IDW_TOOL_BAR2                   315
#define IDD_DIALOG1                     316
#define IDW_TOOL_BAR_EDIT               316
#define ID_VIEW_NAVVIEW                 317
#define IDW_TOOL_BAR_FUNC_KEY           318
#define IDD_DIALOG_SET_COIL             320
#define IDD_DIALOG_SET_DATA             321
#define IDR_MENU1                       324
#define IDD_DIALOG_IO_COMMENT           325
#define IDR_TOOLBAR_EDIT                327
#define IDR_TOOLBAR_EDIT_KEY            327
#define IDR_TOOLBAR_INPUT_SHOW          329
#define IDR_TOOLBAR_COMMENT             332
#define IDR_TOOLBAR_INFO_SHOW           334
#define IDB_NAV_VIEW1                   336
#define IDD_FORM_LOG                    337
#define IDD_DIALOG_LOG                  339
#define IDD_PROP_INPUT_CFG              340
#define IDD_PROP_OUTPUT_SET             341
#define IDD_PROP_COMM_CFG               342
#define IDD_PROP_MEM_CFG                343
#define IDD_PROP_COMM_CFG1              344
#define IDD_PROP_MODE_CFG1              344
#define IDD_DIALOG_FACT_CFG             345
#define IDD_DIALOGBAR_FUNC_KEYS         349
#define IDD_DIALOGBAR2                  350
#define IDR_TOOLBAR_FUNC_KEY2           351
#define IDD_DIALOGBAR                   351
#define IDD_DIALOGBAR_INPUT_SHOW        351
#define IDC_EDIT1                       1000
#define IDC_BUTTON1                     1001
#define IDC_BUTTON_LOAD                 1001
#define IDC_EDIT2                       1002
#define IDC_STATIC_STATUS_CON           1002
#define IDC_COMBO_RES                   1003
#define IDC_BUTTON_SAVE                 1003
#define IDC_COMBOBOXEX1                 1004
#define IDC_BUTTON_CONVERT              1004
#define IDC_EDIT_DISPLAY                1005
#define IDC_BUTTON4                     1005
#define IDC_COMBO_INPUT                 1006
#define IDC_BUTTON_TRNS_TOTXT           1006
#define IDC_BUTTON_SEND                 1007
#define IDC_BUTTON_TRNS_PRG             1007
#define IDC_BUTTON_CLRSCR               1008
#define IDC_RADIO_SET_ON                1008
#define IDC_BUTTON_START                1009
#define IDC_RADIO_SET_OFF               1009
#define IDC_COMBO_COMPORT               1010
#define IDC_STATIC_INFO2                1010
#define IDC_CHECK_AUTO_START            1011
#define IDC_EDIT_VALUE                  1011
#define IDC_COMBO_COM_BAUD              1012
#define IDC_STATIC_IO_NAME              1012
#define IDC_BUTTON_STOP                 1013
#define IDC_STATIC_CAPACITY             1013
#define IDC_EDIT_REF1                   1014
#define IDC_STATIC_LEFT                 1014
#define IDC_STATIC_STAT_XY              1015
#define IDC_EDIT_IO_COMMENT             1015
#define IDC_STATIC_DRAW_XY              1016
#define IDC_COMBO_INPUT_FILTER_1        1016
#define IDC_COMBO_MADDR                 1017
#define IDC_COMBO_OUTPUT_SET_1          1017
#define IDC_COMBO_CMD                   1018
#define IDC_STATIC_INPUT_NAME_1         1018
#define IDC_COMBO_CMD_TYPE              1019
#define IDC_STATIC_INPUT_NAME_2         1019
#define IDC_CHECK1                      1019
#define IDC_COMBO_DADDR                 1020
#define IDC_COMBO_INPUT_FILTER_2        1020
#define IDC_EDIT3                       1020
#define IDC_COMBO_DCOUNT                1021
#define IDC_STATIC_INPUT_NAME_3         1021
#define IDC_EDIT4                       1021
#define IDC_BUTTON_DO                   1022
#define IDC_COMBO_INPUT_FILTER_3        1022
#define IDC_EDIT5                       1022
#define IDC_EDIT_DATA1                  1023
#define IDC_STATIC_INPUT_NAME_4         1023
#define IDC_EDIT6                       1023
#define IDC_EDIT_DATA2                  1024
#define IDC_COMBO_INPUT_FILTER_4        1024
#define IDC_EDIT7                       1024
#define IDC_BUTTON_START_BULK_TEST      1025
#define IDC_STATIC_INPUT_NAME_5         1025
#define IDC_CHECK_AUTO_INC              1025
#define IDC_BUTTON_STOP_BULK_TEST       1026
#define IDC_COMBO_INPUT_FILTER_5        1026
#define IDC_STATIC_SPEED                1027
#define IDC_STATIC_INPUT_NAME_6         1027
#define IDC_CHECK_EXT_DATA              1028
#define IDC_COMBO_INPUT_FILTER_6        1028
#define IDC_DATETIMEPICKER1             1028
#define IDC_COMBO_EXT_TYPE              1029
#define IDC_STATIC_INPUT_NAME_7         1029
#define IDC_BUTTON_DISCONN              1029
#define IDC_COMBO_EXT_DST               1030
#define IDC_COMBO_INPUT_FILTER_7        1030
#define IDC_EDIT_KLINK_VER              1030
#define IDC_COMBO_EXT_DATA_LEN          1031
#define IDC_STATIC_INPUT_NAME_8         1031
#define IDC_CHECK_AUTO_WRITE            1031
#define IDC_EDIT_EXT_DATA1              1032
#define IDC_COMBO_INPUT_FILTER_8        1032
#define IDC_EDIT11                      1032
#define IDC_EDIT_EXT_DATA2              1033
#define IDC_STATIC_OUTPUT_NAME_1        1033
#define IDC_EDIT12                      1033
#define IDC_STATIC_MON                  1034
#define IDC_COMBO_OUTPUT_SET_2          1034
#define IDC_BUTTON6                     1034
#define IDC_STATIC_MON2                 1035
#define IDC_STATIC_OUTPUT_NAME_2        1035
#define IDC_EDIT13                      1035
#define IDC_TREE1                       1036
#define IDC_COMBO_OUTPUT_SET_3          1036
#define IDC_EDIT1_FUNCTIONS             1036
#define IDC_EDIT_MON                    1037
#define IDC_STATIC_OUTPUT_NAME_3        1037
#define IDC_BUTTON7                     1037
#define IDC_EDIT_MON2                   1038
#define IDC_COMBO_OUTPUT_SET_4          1038
#define IDC_BUTTON8                     1038
#define IDC_STATIC_OUTPUT_NAME_4        1039
#define IDC_BUTTON_WRITEDATA            1039
#define IDC_BUTTON2                     1040
#define IDC_COMBO_OUTPUT_SET_5          1040
#define IDC_CHECK_AUTO_CONN             1040
#define IDC_COMBO_NETWORK_TYPE          1041
#define IDC_STATIC_OUTPUT_NAME_5        1041
#define IDC_BUTTON_CONN                 1041
#define IDC_COMBO_PORT                  1042
#define IDC_COMBO_OUTPUT_SET_6          1042
#define IDC_EDIT_DEVICE_TYPE            1042
#define IDC_COMBO_BAUD                  1043
#define IDC_STATIC_OUTPUT_NAME_6        1043
#define IDC_EDIT_DEVICE_UID             1043
#define IDC_COMBO_COMM_TIMEOUT          1044
#define IDC_COMBO_OUTPUT_SET_7          1044
#define IDC_EDIT_FIRM_VER               1044
#define IDC_RADIO_DATA_LENGTH_7B        1045
#define IDC_STATIC_OUTPUT_NAME_7        1045
#define IDC_EDIT_LOT_NO                 1045
#define IDC_RADIO_DATA_LENGTH_8B        1046
#define IDC_COMBO_OUTPUT_SET_8          1046
#define IDC_EDIT_FACT_SN                1046
#define IDC_RADIO_STOP_1B               1047
#define IDC_STATIC_OUTPUT_NAME_8        1047
#define IDC_STATIC_CONN_STAT            1047
#define IDC_RADIO_STOP_2B               1048
#define IDC_EDIT15                      1048
#define IDC_RADIO_PARITY_NONE           1049
#define IDC_CHECK2                      1049
#define IDC_RADIO_PARITY_ODD            1050
#define IDC_CHECK3                      1050
#define IDC_RADIO_PARITY_EVEN           1051
#define IDC_BUTTON9                     1051
#define IDC_RADIO_PARITY_0              1052
#define IDC_BUTTON_READDATA             1052
#define IDC_CHECK_AUTO_BAUD             1053
#define IDC_STATIC_PROC_STAT            1053
#define IDC_CHECK_AUTO_DATA_LENGTH      1054
#define IDC_EDIT_ORG_LOT_NO             1054
#define IDC_CHECK_AUTO_PARITY           1055
#define IDC_EDIT_ORG_FACT_SN            1055
#define IDC_EDIT_CAP                    1056
#define IDC_LIST1                       1057
#define IDC_LIST_SEL1                   1057
#define IDC_EDIT_ORG_FAC_DATE           1057
#define IDC_BUTTON31                    1057
#define IDC_BUTTON3                     1058
#define IDC_LIST_STATUS1                1059
#define IDC_EDIT31                      1059
#define IDC_COMBO1                      1060
#define IDC_EDIT8                       1060
#define IDC_EDIT32                      1060
#define IDC_COMBO2                      1061
#define IDC_EDIT_INPUT                  1061
#define IDC_COMBO3                      1062
#define IDC_BUTTON5                     1062
#define IDC_RADIO1                      1063
#define IDC_BUTTON_CLEAR                1063
#define IDC_RADIO2                      1064
#define IDC_BUTTON_ADD                  1064
#define IDC_RADIO3                      1065
#define IDC_EDIT_VIEW                   1065
#define IDC_STATIC_PROP                 1066
#define IDC_BUTTON_BACKSPACE            1066
#define IDC_SCROLLBAR1                  1067
#define IDC_BUTTON_0                    1067
#define IDC_BUTTON_EQ                   1068
#define IDC_BUTTON1_DOT                 1069
#define IDC_EDIT_DAY                    1070
#define IDC_RADIO4                      1070
#define IDC_EDIT_HOUR                   1071
#define IDC_RADIO5                      1071
#define IDC_EDIT_MINUTE                 1072
#define IDC_RADIO6                      1072
#define IDC_EDIT_SECOND                 1073
#define IDC_RADIO7                      1073
#define IDC_RADIO8                      1074
#define IDC_RADIO9                      1075
#define IDC_RADIO10                     1076
#define IDC_RADIO11                     1077
#define IDC_BUTTON_CLEAR_STAT           1078
#define IDC_PROGRESS1                   1079
#define IDC_BUTTON_READ                 1080
#define IDC_STATIC_HINT                 1081
#define IDC_BUTTON_CONNECT              1082
#define IDC_LIST_EVENTLOG               1083
#define IDC_BUTTON_DISCONNECT           1083
#define IDC_EDIT_EVENT_COUNT            1084
#define IDC_BUTTON_CLEAR_EVENTLOG       1085
#define IDC_BUTTON_RELOAD               1086
#define IDC_LIST_FORCE_IO               1087
#define IDC_BUTTON_FREE                 1088
#define IDC_BUTTON_RELEASE              1089
#define IDC_BUTTON_EP_ADD               1090
#define IDC_BUTTON_DELETE               1091
#define IDC_BUTTON_HELP                 1092
#define IDC_BUTTON_CLOSE                1093
#define IDC_BUTTON_ON                   1094
#define IDC_BUTTON_OFF                  1095
#define IDC_STATIC_INFO                 1096
#define IDC_CHECK_SYSTIME               1097
#define IDC_BUTTON_SUBMIT               1098
#define IDC_EDIT_YEAR                   1099
#define IDC_EDIT_MONTH                  1100
#define IDC_STATIC_CONNECT              1101
#define IDC_BUTTON11                    1102
#define IDC_BUTTON12                    1103
#define IDC_BUTTON13                    1104
#define IDC_CHECK_PAUSE                 1157
#define IDC_CHECK_NOSCROLL              1158
#define IDC_CHECK_PAUSEUPDATE           1161
#define IDC_RICHEDIT2_LOG               1717
#define IDC_EDIT_LOG1                   1719
#define ID_BUTTON32771                  32771
#define ID_BUTTON_0                     32771
#define ID_BUTTON32772                  32772
#define ID_BUTTON_1                     32772
#define ID_BUTTON32773                  32773
#define ID_BUTTON_2                     32773
#define ID_BUTTON32774                  32774
#define ID_BUTTON_3                     32774
#define ID_BUTTON32775                  32775
#define ID_BUTTON_4                     32775
#define ID_BUTTON32776                  32776
#define ID_BUTTON_5                     32776
#define ID_BUTTON32777                  32777
#define ID_BUTTON_6                     32777
#define ID_BUTTON32778                  32778
#define ID_BUTTON_7                     32778
#define ID_BUTTON32779                  32779
#define ID_BUTTON_8                     32779
#define ID_BUTTON32780                  32780
#define ID_BUTTON32781                  32781
#define ID_BUTTON_A                     32781
#define ID_BUTTON32782                  32782
#define ID_BUTTON_B                     32782
#define ID_BUTTON32783                  32783
#define ID_BUTTON_C                     32783
#define ID_BUTTON32784                  32784
#define ID_BUTTON_D                     32784
#define ID_BUTTON32785                  32785
#define ID_BUTTON_E                     32785
#define ID_BUTTON32786                  32786
#define ID_BUTTON_F                     32786
#define ID_BUTTON32787                  32787
#define ID_BUTTON_MINUS                 32787
#define ID_BUTTON32788                  32788
#define ID_BUTTON_DOT                   32788
#define ID_RECT_SELECT                  32791
#define ID_BUTTON32793                  32793
#define ID_BUTTON32795                  32795
#define ID_BUTTON32797                  32797
#define ID_BUTTON32798                  32798
#define ID_BUTTON32799                  32799
#define ID_BUTTON32800                  32800
#define ID_BUTTON32801                  32801
#define ID_BUTTON32802                  32802
#define ID_BUTTON32803                  32803
#define ID_BTN_OFFLINE                  32805
#define ID_BTN_ONLINE                   32806
#define ID_32808                        32808
#define ID_32810                        32810
#define ID_32811                        32811
#define ID_32813                        32813
#define ID_32814                        32814
#define ID_32822                        32822
#define ID_32823                        32823
#define ID_32825                        32825
#define ID_32826                        32826
#define ID_32827                        32827
#define ID_32828                        32828
#define ID_32829                        32829
#define ID_Menu32833                    32833
#define ID_32834                        32834
#define ID_32835                        32835
#define ID_32836                        32836
#define ID_32837                        32837
#define ID_32839                        32839
#define ID_32840                        32840
#define ID_32844                        32844
#define ID_32845                        32845
#define ID_32846                        32846
#define ID_32847                        32847
#define ID_32848                        32848
#define ID_32849                        32849
#define ID_32850                        32850
#define ID_32851                        32851
#define ID_32852                        32852
#define ID_32855                        32855
#define ID_32856                        32856
#define ID_32858                        32858
#define ID_32859                        32859
#define ID_32860                        32860
#define ID_32861                        32861
#define ID_32862                        32862
#define ID_32863                        32863
#define ID_32864                        32864
#define ID_32865                        32865
#define ID_32866                        32866
#define ID_32867                        32867
#define ID_32868                        32868
#define ID_32869                        32869
#define ID_32870                        32870
#define ID_32871                        32871
#define ID_32872                        32872
#define ID_32873                        32873
#define ID_32874                        32874
#define ID_32875                        32875
#define ID_32876                        32876
#define ID_32877                        32877
#define ID_32878                        32878
#define ID_32879                        32879
#define ID_Menu32884                    32884
#define ID_32886                        32886
#define ID_32887                        32887
#define ID_32894                        32894
#define ID_32895                        32895
#define ID_32896                        32896
#define ID_32897                        32897
#define ID_32898                        32898
#define ID_32899                        32899
#define ID_32906                        32906
#define ID_32907                        32907
#define ID_32908                        32908
#define ID_32909                        32909
#define ID_32911                        32911
#define ID_32912                        32912
#define ID_32913                        32913
#define ID_32914                        32914
#define ID_32915                        32915
#define ID_32917                        32917
#define ID_32918                        32918
#define ID_32919                        32919
#define ID_32920                        32920
#define ID_32921                        32921
#define ID_32922                        32922
#define ID_32923                        32923
#define ID_32924                        32924
#define ID_32926                        32926
#define ID_32927                        32927
#define ID_32928                        32928
#define ID_32929                        32929
#define ID_32930                        32930
#define ID_32931                        32931
#define ID_32932                        32932
#define ID_32933                        32933
#define ID_32934                        32934
#define ID_32936                        32936
#define ID_32938                        32938
#define ID_32939                        32939
#define ID_32940                        32940
#define ID_32944                        32944
#define ID_32946                        32946
#define ID_32947                        32947
#define ID_32948                        32948
#define ID_32949                        32949
#define ID_IC32953                      32953
#define ID_IC32954                      32954
#define ID_IC32955                      32955
#define ID_IC32956                      32956
#define ID_IC32957                      32957
#define ID_IC32958                      32958
#define ID_IC32959                      32959
#define ID_IC32961                      32961
#define ID_IC32962                      32962
#define ID_UPLOAD_FROM_PLC              32963
#define ID_GRAPH_DISPLAY_SET            32975
#define ID_FUNCKEY_1SEG_DISPLAY         32976
#define ID_COMUNICATION_SET             32977
#define ID_ENV_SET                      32978
#define ID_ONLINE                       32979
#define ID_OFFLINE                      32980
#define ID_MONITOR                      32981
#define ID_PLC_RUN                      32982
#define ID_EXPORT                       32983
#define ID_DOWNLOAD_TO_PLC              32984
#define ID_STATION_SET                  32985
#define ID_PROG_CONVERT                 32986
#define ID_VIEW_FUNC_KEY                32987
#define ID_VIEW_INPUT_BAR               32988
#define ID_VIEW_NUM_BAR                 32989
#define ID_VIEW_INPUT_SEGMENT           32990
#define ID_VIEW_COMMENTS                32991
#define ID_VIEW_COMMENTS_BAR            32992
#define ID_VIEW_FUNCKEY_BAR             32994
#define ID_VIEW_NUMKEY_BAR              32995
#define ID_VIEW_INPUTSEG_BAR            32996
#define ID_PLC_SYSREG_SET               32998
#define ID_32999                        32999
#define ID_TEXT_FIRST                   33000
#define ID_INSERT_BLANK_LINE            33002
#define ID_DELETE_BLANK_LINE            33003
#define ID_DISPLAY_COMMENTS             33004
#define ID_MENU_VIEW_LDS                33005
#define ID_MENU_BLD                     33006
#define ID_MENU_BNL                     33007
#define ID_MENU_SHOW_LOG                33010
#define ID_MENU_COMM_TEST               33011
#define ID_MENU_CONSOLE                 33013
#define ID_MENU_VIEW_BLD                33014
#define ID_MENU_VIEW_BNL                33015
#define ID_MENU_SHOW_CONSOLE            33016
#define ID_MENU_PROG_CHG                33017
#define ID_33018                        33018
#define ID_33019                        33019
#define ID_33020                        33020
#define ID_33021                        33021
#define ID_33022                        33022
#define ID_33023                        33023
#define ID_33024                        33024
#define ID_33025                        33025
#define ID_33026                        33026
#define ID_33027                        33027
#define ID_33028                        33028
#define ID_33029                        33029
#define ID_33030                        33030
#define ID_REVERT                       33031
#define ID_CUT                          33032
#define ID_COPY                         33033
#define ID_PASTE                        33034
#define ID_INSERT                       33035
#define ID_DELETE                       33036
#define ID_INSERT_LINE                  33037
#define ID_DELETE_LINE                  33038
#define ID_LINE_CONNECT                 33039
#define ID_LINE_REMOVE                  33040
#define ID_PROG_REVERT                  33041
#define ID_REVERT_CONVERT               33042
#define ID_SELECT_ALL                   33043
#define ID_EDIT_INSERT                  33044
#define ID_PROG_CANCEL_EDIT             33045
#define ID_INPUT_COMMENT                33048
#define ID_INPUT_IO_COMMENT             33049
#define ID_BUTTON33052                  33052
#define ID_BUTTON33053                  33053
#define ID_BUTTON_RET                   33053
#define ID_BUTTON33054                  33054
#define ID_BUTTON_INSERT                33054
#define ID_BUTTON33055                  33055
#define ID_BUTTON_DELETE                33055
#define ID_BUTTON33056                  33056
#define ID_BUTTON_ESC                   33056
#define ID_BUTTON_INPUT_SHOW            33057
#define ID_BUTTON33058                  33058
#define ID_BUTTON33059                  33059
#define ID_BUTTON33060                  33060
#define ID_BUTTON33061                  33061
#define ID_BUTTON_INFO1                 33062
#define ID_BUTTON33063                  33063
#define ID_BUTTON33064                  33064
#define ID_BUTTON33065                  33065
#define ID_BUTTON33066                  33066
#define ID_BUTTON33067                  33067
#define ID_BUTTON33068                  33068
#define ID_33069                        33069
#define ID_SIMULATE                     33070
#define ID_MENU_STATUS_SHOW             33073
#define ID_PLC_INFO_DISPLAY             33074
#define ID_PLC_INFO_SHOW                33075
#define ID_MENU_DATA_MON                33076
#define ID_MENU_COIL_MON                33077
#define ID_MENU_PLC_INFO_SHOW           33078
#define ID_33079                        33079
#define ID_MENU_FACT_CFG                33080
#define ID_DATETIME_SET                 33081
#define ID_MENU_DATETIME_SET            33082
#define ID_MENU_EVENT_LOG               33083
#define ID_BUTTON_9                     33084
#define ID_BUTTON33085                  33085
#define ID_BUTTON33086                  33086
#define ID_33088                        33088
#define ID_MENU_SHOW_DEV                33089
#define IDS_STRING101                   33101
#define ID_INDICATOR_SEL_TYPE           59135
#define ID_INDICATOR_MACHINE_TYPE       59142
#define ID_INDICATOR_PROGRAM_POS        59143
#define ID_INDICATOR_CONNECTIVITY       59144
#define ID_INDICATOR_RUN_STATUS         59145
#define ID_INDICATOR_MONITOR_STATUS     59146
#define ID_INDICATOR_TARGET_ADDRESS     59147
#define ID_INDICATOR_INFO_DISPLAY       59148
 
// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        356
#define _APS_NEXT_COMMAND_VALUE         33091
#define _APS_NEXT_CONTROL_VALUE         1070
#define _APS_NEXT_SYMED_VALUE           319
#endif
#endif