mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
20 lines
604 B
C
20 lines
604 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 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
|
|
|
|
#define IDD_PARALLELSETTINGS 220
|