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 #define IDC_PARALLEL_NAME 208 12 #define IDC_TRY_INTERRUPT 209 13 #define IDC_NEVER_INTERRUPT 210 14 #define IDC_ANY_INTERRUPT 211 15 16 #define IDS_LPT1 212 17 #define IDS_LPT2 213 18 #define IDS_LPT3 214 19 20 #define IDD_PARALLELSETTINGS 220 21