-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathResource.h
44 lines (43 loc) · 1.65 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
//Download by http://www.NewXing.com
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by COMTOOL.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_COMTOOL_DIALOG 102
#define IDR_MAINFRAME 128
#define IDB_BITMAP1 130
#define IDC_SendEdit 1003
#define IDC_ReceiveEdit 1004
#define IDC_QUIT 1005
#define IDC_ABOUT 1006
#define IDC_BHexS 1007
#define IDC_ClearS 1008
#define IDC_Send 1009
#define IDC_BHexR 1010
#define IDC_ClearR 1011
#define IDC_SendPeriod 1012
#define IDC_BAutoSend 1013
#define IDC_OpenClose 1014
#define IDC_ClearCounter 1015
#define IDC_COM 1016
#define IDC_Baudrate 1017
#define IDC_DataBits 1019
#define IDC_ParityBits 1020
#define IDC_StopBits 1021
#define IDC_Status 1022
#define IDC_SendBytes 1023
#define IDC_ReceiveBytes 1024
#define IDC_Description 1025
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1026
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif