ReactOS 0.4.15-dev-7907-g95bf896
resource.h
Go to the documentation of this file.
1#pragma once
2
3#define IDS_EVENPARITY 2001
4#define IDS_MARKPARITY 2002
5#define IDS_NOPARITY 2003
6#define IDS_ODDPARITY 2004
7#define IDS_SPACEPARITY 2005
8
9#define IDS_ONESTOPBIT 2006
10#define IDS_ONE5STOPBITS 2007
11#define IDS_TWOSTOPBITS 2008
12
13#define IDS_FC_NO 2009
14#define IDS_FC_CTSRTS 2010
15#define IDS_FC_XONXOFF 2011
16
17#define IDS_TITLE 2012
18
19#define IDD_COMMDLG 1000
20#define IDC_GRP1 1001
21#define IDC_OKBTN 1002
22#define IDC_CANCELBTN 1003
23#define IDC_BTN 1004
24#define IDC_STC1 1005
25#define IDC_STC2 1006
26#define IDC_STC3 1007
27#define IDC_STC4 1008
28#define IDC_STC5 1009
29#define IDC_BAUDRATE 1010
30#define IDC_BYTESIZE 1011
31#define IDC_PARITY 1012
32#define IDC_STOPBITS 1013
33#define IDC_FLOW 1014
34#define IDC_RESTOREBTN 1015