reactos/dll/win32/msports/resource.h
Eric Kohl 69e834fa54 [MSPORTS] Implement serial port settings
- Fix the control styles and grouping in the dialogs.
- Implement reading, modifying and writing of the serial port settings.
2018-09-25 14:28:29 +02:00

23 lines
646 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