[MSPORTS] Implement serial port settings
[reactos.git] / dll / win32 / msports / resource.h
1 #pragma once
2
3 #define IDD_SERIALSETTINGS 200
4 #define IDC_SERIAL_BITSPERSECOND 201
5 #define IDC_SERIAL_DATABITS 202
6 #define IDC_SERIAL_PARITY 203
7 #define IDC_SERIAL_STOPBITS 204
8 #define IDC_SERIAL_FLOWCONTROL 205
9 #define IDC_SERIAL_ADVANCED 206
10 #define IDC_SERIAL_RESTORE 207
11
12 #define IDD_PARALLELSETTINGS 220
13 #define IDC_TRY_INTERRUPT 221
14 #define IDC_NEVER_INTERRUPT 222
15 #define IDC_ANY_INTERRUPT 223
16 #define IDC_PARALLEL_LEGACY 224
17 #define IDC_PARALLEL_NAME 225
18
19
20 #define IDS_PARITY 11
21 #define IDS_STOPBITS 12
22 #define IDS_FLOWCONTROL 13