reactos/dll/win32/syssetup
Joachim Henze 56bf3969cd
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)
- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
2023-03-29 01:23:00 +02:00
..
lang [SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198) 2023-03-29 01:23:00 +02:00
resources 🎊 🍾 🥳 Happy New Year 2023 to the ReactOS Community! 🎆 ⚛️ ☢️ 2023-01-01 00:00:00 +03:00
classinst.c Implement the StorageCoInstaller and configure it for CD-ROM and Disk devices 2020-12-07 23:17:29 +01:00
CMakeLists.txt [TIMEDATE.CPL][SYSSETUP][TZLIB] Introduce a small static library "tzlib": "TimeZone Utilities Library", and use it in timedate.cpl and syssetup.dll. 2020-04-22 00:58:32 +02:00
COPYING Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
dllmain.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
globals.h [SYSSETUP][NETCFGX][INF] Install the TCPIP protocol driver properly 2019-10-06 22:36:19 +02:00
install.c [SYSSETUP] Add support for shortcut arguments 2022-10-19 19:36:26 +02:00
logfile.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
netinstall.c [SYSSETUP][NETCFGX][INF] Install the TCPIP protocol driver properly 2019-10-06 22:36:19 +02:00
precomp.h Implement the StorageCoInstaller and configure it for CD-ROM and Disk devices 2020-12-07 23:17:29 +01:00
proppage.c [SYSSETUP] Close the device key after the property sheet page has been released. 2018-04-29 15:41:38 +02:00
resource.h [SYSSETUP] Improve the Process Page 2022-01-09 14:29:17 +01:00
security.c [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
syssetup.rc [SYSSETUP] Delete obsolete lt-LT.rc 2023-03-27 01:09:31 +02:00
syssetup.spec [SYSSETUP] Improve SetupQueryRegisteredOsComponent export (#2702) 2020-05-01 13:45:19 +03:00
wizard.c [NEWDEV][SHELL32][SYSSETUP] Improve browse driver folder dialog (#4293) 2022-11-27 18:00:46 +03:00