diff --git a/reactos/dll/win32/msports/lang/bg-BG.rc b/reactos/dll/win32/msports/lang/bg-BG.rc index 1e780397b97..60a35b5a81c 100644 --- a/reactos/dll/win32/msports/lang/bg-BG.rc +++ b/reactos/dll/win32/msports/lang/bg-BG.rc @@ -24,5 +24,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Настройки на излаза (порта)" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/de-DE.rc b/reactos/dll/win32/msports/lang/de-DE.rc index 4ecd818eab7..deb9f7526dd 100644 --- a/reactos/dll/win32/msports/lang/de-DE.rc +++ b/reactos/dll/win32/msports/lang/de-DE.rc @@ -24,5 +24,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Porteinstellungen" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/en-US.rc b/reactos/dll/win32/msports/lang/en-US.rc index 24ce68679db..6eed62b9a22 100644 --- a/reactos/dll/win32/msports/lang/en-US.rc +++ b/reactos/dll/win32/msports/lang/en-US.rc @@ -24,5 +24,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Port Settings" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/he-IL.rc b/reactos/dll/win32/msports/lang/he-IL.rc index abebb10c364..3d4ce1f9b3a 100644 --- a/reactos/dll/win32/msports/lang/he-IL.rc +++ b/reactos/dll/win32/msports/lang/he-IL.rc @@ -24,5 +24,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "הגדרות יציאה" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/pl-PL.rc b/reactos/dll/win32/msports/lang/pl-PL.rc index fb440d53810..c5dc29689bb 100644 --- a/reactos/dll/win32/msports/lang/pl-PL.rc +++ b/reactos/dll/win32/msports/lang/pl-PL.rc @@ -32,5 +32,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Ustawienia portu" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/ro-RO.rc b/reactos/dll/win32/msports/lang/ro-RO.rc index 4cbd6a0dded..66fdc9eebcd 100644 --- a/reactos/dll/win32/msports/lang/ro-RO.rc +++ b/reactos/dll/win32/msports/lang/ro-RO.rc @@ -31,5 +31,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Configurația portului" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/ru-RU.rc b/reactos/dll/win32/msports/lang/ru-RU.rc index 8b81df15b2c..86bcdfb9335 100644 --- a/reactos/dll/win32/msports/lang/ru-RU.rc +++ b/reactos/dll/win32/msports/lang/ru-RU.rc @@ -26,5 +26,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Параметры порта" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/sq-AL.rc b/reactos/dll/win32/msports/lang/sq-AL.rc index d4630ca0a1e..39a8a57c18f 100644 --- a/reactos/dll/win32/msports/lang/sq-AL.rc +++ b/reactos/dll/win32/msports/lang/sq-AL.rc @@ -28,5 +28,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Cilësimet Portit" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TESTO", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/tr-TR.rc b/reactos/dll/win32/msports/lang/tr-TR.rc index c1eedc9dee7..6d0caa2996d 100644 --- a/reactos/dll/win32/msports/lang/tr-TR.rc +++ b/reactos/dll/win32/msports/lang/tr-TR.rc @@ -26,5 +26,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Giriş Ayarları" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "DENEME", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/lang/uk-UA.rc b/reactos/dll/win32/msports/lang/uk-UA.rc index 79be259aefe..ac30f67e666 100644 --- a/reactos/dll/win32/msports/lang/uk-UA.rc +++ b/reactos/dll/win32/msports/lang/uk-UA.rc @@ -32,5 +32,18 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Параметри порту" FONT 8, "MS Shell Dlg" BEGIN - RTEXT "TEST", -1, 74, 19, 62, 8, WS_GROUP + GROUPBOX "Filter Resource Method", -1, 6, 6, 237, 75, WS_GROUP + AUTORADIOBUTTON "Try not to use an interrupt", IDC_TRY_INTERRUPT, 11, 22, 98, 10 + AUTORADIOBUTTON "Never use an interrupt", IDC_NEVER_INTERRUPT, 11, 44, 98, 10 + AUTORADIOBUTTON "Use any interrupt assigned to the port", IDC_ANY_INTERRUPT, 11, 66, 98, 10, WS_GROUP + AUTOCHECKBOX "Enable legacy Plug and Play detection", -1, 6, 90, 135, 10 + LTEXT "LPT Port Number:", -1, 6, 105, 140, 10, WS_GROUP + COMBOBOX IDC_PARALLEL_NAME, 65, 105, 75, 20, WS_TABSTOP | CBS_DROPDOWNLIST +END + +STRINGTABLE +BEGIN + IDS_LPT1 "LPT1" + IDS_LPT2 "LPT2" + IDS_LPT3 "LPT3" END diff --git a/reactos/dll/win32/msports/msports.rc b/reactos/dll/win32/msports/msports.rc index 5afd9e37a40..d57dd26665b 100644 --- a/reactos/dll/win32/msports/msports.rc +++ b/reactos/dll/win32/msports/msports.rc @@ -3,6 +3,8 @@ #include "resource.h" +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "Ports Class Installer" #define REACTOS_STR_INTERNAL_NAME "msports" diff --git a/reactos/dll/win32/msports/parallel.c b/reactos/dll/win32/msports/parallel.c index 4764a8ccc76..864c22576b5 100644 --- a/reactos/dll/win32/msports/parallel.c +++ b/reactos/dll/win32/msports/parallel.c @@ -32,6 +32,7 @@ ParallelSettingsDlgProc(HWND hwnd, switch (uMsg) { case WM_INITDIALOG: + SendDlgItemMessage(hwnd, IDC_NEVER_INTERRUPT, BM_SETCHECK, (WPARAM)BST_CHECKED, (LPARAM)0); return OnInitDialog(hwnd, wParam, lParam); } diff --git a/reactos/dll/win32/msports/resource.h b/reactos/dll/win32/msports/resource.h index 5ca18b50482..772a041e314 100644 --- a/reactos/dll/win32/msports/resource.h +++ b/reactos/dll/win32/msports/resource.h @@ -8,5 +8,13 @@ #define IDC_SERIAL_FLOWCONTROL 205 #define IDC_SERIAL_ADVANCED 206 #define IDC_SERIAL_RESTORE 207 +#define IDC_PARALLEL_NAME 208 +#define IDC_TRY_INTERRUPT 209 +#define IDC_NEVER_INTERRUPT 210 +#define IDC_ANY_INTERRUPT 211 + +#define IDS_LPT1 212 +#define IDS_LPT2 213 +#define IDS_LPT3 214 #define IDD_PARALLELSETTINGS 220