mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
23 lines
683 B
C
23 lines
683 B
C
#pragma once
|
|
|
|
#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
|
|
|
|
#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
|
|
|
|
|
|
#define IDS_PARITY 11
|
|
#define IDS_STOPBITS 12
|
|
#define IDS_FLOWCONTROL 13
|
|
#define IDS_PORT_IN_USE 61
|