2013-01-24 23:00:42 +00:00
|
|
|
#pragma once
|
2011-05-27 15:33:12 +00:00
|
|
|
|
2013-11-28 22:18:05 +00:00
|
|
|
#define IDD_SERIALSETTINGS 200
|
|
|
|
#define IDC_SERIAL_BITSPERSECOND 201
|
|
|
|
#define IDC_SERIAL_DATABITS 202
|
|
|
|
#define IDC_SERIAL_PARITY 203
|
|
|
|
#define IDC_SERIAL_STOPBITS 204
|
|
|
|
#define IDC_SERIAL_FLOWCONTROL 205
|
|
|
|
#define IDC_SERIAL_ADVANCED 206
|
|
|
|
#define IDC_SERIAL_RESTORE 207
|
2015-05-16 09:47:18 +00:00
|
|
|
|
2018-09-25 12:27:10 +00:00
|
|
|
#define IDD_PARALLELSETTINGS 220
|
|
|
|
#define IDC_TRY_INTERRUPT 221
|
|
|
|
#define IDC_NEVER_INTERRUPT 222
|
|
|
|
#define IDC_ANY_INTERRUPT 223
|
|
|
|
#define IDC_PARALLEL_LEGACY 224
|
|
|
|
#define IDC_PARALLEL_NAME 225
|
2013-06-29 19:25:31 +00:00
|
|
|
|
2018-09-25 12:27:10 +00:00
|
|
|
|
|
|
|
#define IDS_PARITY 11
|
|
|
|
#define IDS_STOPBITS 12
|
|
|
|
#define IDS_FLOWCONTROL 13
|
2018-10-04 08:20:12 +00:00
|
|
|
#define IDS_PORT_IN_USE 61
|