mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
36 lines
1.4 KiB
Text
36 lines
1.4 KiB
Text
/*
|
|
* Translated by Caemyr - Olaf Siejka (May, 2011)
|
|
* Use ReactOS forum PM or IRC to contact me
|
|
* http://www.reactos.org
|
|
* IRC: irc.freenode.net #reactos-pl;
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
IDD_SERIALSETTINGS DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
CAPTION "Ustawienia portu"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
RTEXT "B&itów na sekundę:", -1, 74, 19, 62, 8, WS_GROUP
|
|
COMBOBOX IDC_SERIAL_BITSPERSECOND, 139, 17, 106, 90, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "&Bity danych:", -1, 74, 40, 62, 8
|
|
COMBOBOX IDC_SERIAL_DATABITS, 139, 38, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "&Parzystość:", -1, 74, 61, 62, 8
|
|
COMBOBOX IDC_SERIAL_PARITY, 139, 59, 106, 62, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "Bi&ty stopu:", -1, 74, 82, 62, 8
|
|
COMBOBOX IDC_SERIAL_STOPBITS, 139, 80, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
RTEXT "&Kontrola przepływu:", -1, 74, 102, 62, 8
|
|
COMBOBOX IDC_SERIAL_FLOWCONTROL, 139, 100, 106, 54, WS_TABSTOP | CBS_DROPDOWNLIST
|
|
PUSHBUTTON "&Zaawansowane...", IDC_SERIAL_ADVANCED, 111, 130, 65, 14, WS_GROUP
|
|
PUSHBUTTON "P&rzywróć domyślne", IDC_SERIAL_RESTORE, 180, 130, 65, 14, WS_GROUP
|
|
END
|
|
|
|
IDD_PARALLELSETTINGS DIALOGEX 0, 0, 252, 218
|
|
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
|
|
END
|