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
|
|
|
#define IDC_PARALLEL_NAME 208
|
|
|
|
#define IDC_TRY_INTERRUPT 209
|
|
|
|
#define IDC_NEVER_INTERRUPT 210
|
|
|
|
#define IDC_ANY_INTERRUPT 211
|
|
|
|
|
|
|
|
#define IDS_LPT1 212
|
|
|
|
#define IDS_LPT2 213
|
|
|
|
#define IDS_LPT3 214
|
2013-06-29 19:25:31 +00:00
|
|
|
|
2013-11-28 22:18:05 +00:00
|
|
|
#define IDD_PARALLELSETTINGS 220
|