reactos/dll/win32/msports/resource.h
Aleksandar Andrejevic fb7355f834 Synchronize with trunk.
svn path=/branches/ntvdm/; revision=59499
2013-07-18 00:46:28 +00:00

13 lines
429 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