mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
b9a2eee2f3
v6 comboboxes default to displaying up to 30entries and give a bad user experience in LiveCD where we usually have low vertical screen resolution. Therefore limit the height of the expanded boxes to bring us close to how they were drawn before 0.4.12-dev-882-ge3e173ffaa
Adding CBS_NOINTEGRALHEIGHT gives similar result for both: comctl32 v5 and v6 comboboxes. Similar commit for bootcd CORE-16252 went into 0.4.13-dev-740-g8b67edd8fa
46 lines
2 KiB
Text
46 lines
2 KiB
Text
LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
|
|
|
|
IDD_LOCALEPAGE DIALOGEX 0, 0, 317, 193
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "ReactOS LiveCD"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "IDB_LOGO", IDC_LOCALELOGO, "Static", WS_CHILD | WS_VISIBLE | SS_OWNERDRAW, 18, 4, 290, 99
|
|
RTEXT "&Language:", IDC_STATIC, 20, 109, 106, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
|
COMBOBOX IDC_LANGUAGELIST, 132, 107, 176, 142, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_SORT | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
RTEXT "&Keyboard layout:", IDC_STATIC, 20, 132, 106, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
|
|
COMBOBOX IDC_LAYOUTLIST, 132, 130, 176, 81, CBS_DROPDOWNLIST | CBS_NOINTEGRALHEIGHT | CBS_SORT | WS_VSCROLL | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
|
LTEXT "Select your language and keyboard layout and click Next to continue.", IDC_STATIC, 7, 152, 300, 8
|
|
|
|
CONTROL "", IDC_STATIC, "STATIC", SS_ETCHEDHORZ, 0, 165, 317, 1
|
|
DEFPUSHBUTTON "&Next", IDOK, 205, 172, 50, 14
|
|
PUSHBUTTON "&Cancel", IDCANCEL, 260, 172, 50, 14
|
|
END
|
|
|
|
IDD_STARTPAGE DIALOGEX 0, 0, 317, 193
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "ReactOS LiveCD"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "IDB_LOGO", IDC_STARTLOGO, "Static", WS_CHILD | WS_VISIBLE | SS_OWNERDRAW, 18, 4, 290, 99
|
|
DEFPUSHBUTTON "Run ReactOS &Live CD", IDC_RUN, 71, 108, 175, 21
|
|
PUSHBUTTON "&Install ReactOS", IDC_INSTALL, 71, 136, 175, 21
|
|
|
|
// LTEXT "", IDC_STATIC, 7, 152, 300, 8
|
|
|
|
CONTROL "", IDC_STATIC, "STATIC", SS_ETCHEDHORZ, 0, 165, 317, 1
|
|
PUSHBUTTON "&Previous", IDOK, 205, 172, 50, 14
|
|
PUSHBUTTON "&Cancel", IDCANCEL, 260, 172, 50, 14
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_SHELL_FAIL "Userinit נכשל להפעיל את הממשק!"
|
|
IDS_INSTALLER_FAIL "Userinit failed to start the installer!"
|
|
IDS_CANCEL_CONFIRM "Are you sure you want to quit the ReactOS LiveCD?\nIf you choose to do so, your computer might restart."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_SPAIN "Spanish (Spain)"
|
|
END
|