[SHELL32] SHChangeNotify: Add drive, remove drive (#6782)
[reactos.git] / dll / win32 / msports / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 IDD_SERIALSETTINGS DIALOGEX 0, 0, 252, 218
4 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
5 CAPTION "Port Settings"
6 FONT 8, "MS Shell Dlg"
7 BEGIN
8 RTEXT "B&its per second:", -1, 6, 19, 130, 8, WS_GROUP
9 COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
10 RTEXT "&Data bits:", -1, 6, 40, 130, 8, WS_GROUP
11 COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
12 RTEXT "&Parity:", -1, 6, 61, 130, 8, WS_GROUP
13 COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
14 RTEXT "&Stop bits:", -1, 6, 82, 130, 8, WS_GROUP
15 COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
16 RTEXT "&Flow control:", -1, 6, 102, 130, 8, WS_GROUP
17 COMBOBOX IDC_SERIAL_FLOWCONTROL, 139, 100, 106, 54, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL
18 PUSHBUTTON "&Advanced...", IDC_SERIAL_ADVANCED, 71, 130, 85, 14, WS_GROUP | WS_TABSTOP
19 PUSHBUTTON "&Restore Defaults", IDC_SERIAL_RESTORE, 160, 130, 85, 14, WS_GROUP | WS_TABSTOP
20 END
21
22 IDD_PARALLELSETTINGS DIALOGEX 0, 0, 252, 218
23 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
24 CAPTION "Port Settings"
25 FONT 8, "MS Shell Dlg"
26 BEGIN
27 GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75
28 AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 227, 10, WS_GROUP
29 AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 227, 10
30 AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 227, 10
31 AUTOCHECKBOX "Enable legacy Plug and Play detection", IDC_PARALLEL_LEGACY, 6, 90, 237, 10, WS_TABSTOP
32 LTEXT "LPT Port Number:", -1, 6, 107, 140, 10, WS_GROUP
33 COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP | WS_VSCROLL
34 END
35
36 STRINGTABLE
37 BEGIN
38 IDS_PARITY "Even,Odd,None,Mark,Space"
39 IDS_STOPBITS "1,1.5,2"
40 IDS_FLOWCONTROL "Xon / Xoff,Hardware,None"
41 IDS_PORT_IN_USE " (in use)"
42 END