From 273a6e25751079ddf190094a194934b9ff8c7d93 Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Sun, 19 Nov 2023 19:47:10 +0100 Subject: [PATCH] da-DK.rc 640x480, and shift a ctrl to the left (to sync to en-US) shift a ctrl to the left: AUTOCHECKBOX "&Scan for and attempt recovery of bad sectors", 14001, 12, 30, 165, 10 --- dll/win32/shell32/lang/da-DK.rc | 34 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/dll/win32/shell32/lang/da-DK.rc b/dll/win32/shell32/lang/da-DK.rc index a2a8a198f60..1a5dde01601 100644 --- a/dll/win32/shell32/lang/da-DK.rc +++ b/dll/win32/shell32/lang/da-DK.rc @@ -1,9 +1,3 @@ -/* PROJECT: ReactOS Shell Library - * FILE: dll/win32/shell32/lang/da-DK.rc - * PURPOSE: Danish resource file - * UPDATED: 01 May 2009 - */ - LANGUAGE LANG_DANISH, SUBLANG_DEFAULT MENU_001 MENUEX @@ -302,7 +296,7 @@ BEGIN EDITTEXT 14010, 112, 93, 109, 83, ES_LEFT | WS_BORDER | WS_VSCROLL | WS_GROUP | ES_MULTILINE | ES_READONLY END -IDD_DRIVE_PROPERTIES DIALOGEX 0, 0, 240, 230 +IDD_DRIVE_PROPERTIES DIALOGEX 0, 0, 240, 220 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg", 0, 0, 0x0 @@ -331,11 +325,11 @@ BEGIN CTEXT "Drive %c", 14009, 95, 162, 50, 10 PUSHBUTTON "&Disk Cleanup", 14010, 160, 159, 70, 15, WS_TABSTOP LTEXT "", -1, 8, 176, 223, 1, SS_ETCHEDHORZ | WS_CHILD | WS_VISIBLE - CHECKBOX "Compress drive to save disk space", 14011, 8, 200, 222, 10, WS_DISABLED - CHECKBOX "Allow Indexing Service to index this disk for fast file searching", 14012, 8, 214, 222, 10, WS_DISABLED + CHECKBOX "Compress drive to save disk space", 14011, 8, 190, 222, 10, WS_DISABLED + CHECKBOX "Allow Indexing Service to index this disk for fast file searching", 14012, 8, 204, 222, 10, WS_DISABLED END -IDD_DRIVE_TOOLS DIALOGEX 0, 0, 240, 230 +IDD_DRIVE_TOOLS DIALOGEX 0, 0, 240, 220 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Tools" FONT 8, "MS Shell Dlg", 0, 0, 0x0 @@ -354,7 +348,7 @@ BEGIN PUSHBUTTON "Backup Now...", 14002, 130, 170, 90, 15, WS_TABSTOP END -IDD_DRIVE_HARDWARE DIALOGEX 0, 0, 240, 230 +IDD_DRIVE_HARDWARE DIALOGEX 0, 0, 240, 220 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Hardware" FONT 8, "MS Shell Dlg", 0, 0, 0x0 @@ -624,7 +618,7 @@ BEGIN GROUPBOX "Check disk options", -1, 7, 6, 179, 40 PUSHBUTTON "Cancel", IDCANCEL, 128, 95, 60, 14 AUTOCHECKBOX "Automatically fix file system errors", 14000, 12, 15, 155, 10 - AUTOCHECKBOX "&Scan for and attempt recovery of bad sectors", 14001, 16, 30, 165, 10 + AUTOCHECKBOX "&Scan for and attempt recovery of bad sectors", 14001, 12, 30, 165, 10 CONTROL "", 14002, "MSCTLS_PROGRESS32", 16, 7, 50, 179, 8 LTEXT "", 14003, 60, 80, 170, 10 END @@ -707,7 +701,7 @@ BEGIN PUSHBUTTON "Cancel", IDCANCEL, 160, 40, 60, 14 END -IDD_FOLDER_CUSTOMIZE DIALOGEX 0, 0, 240, 250 +IDD_FOLDER_CUSTOMIZE DIALOGEX 0, 0, 240, 220 CAPTION "Customize" STYLE DS_SHELLFONT | WS_CHILD | WS_CAPTION FONT 8, "MS Shell Dlg" @@ -716,16 +710,16 @@ BEGIN LTEXT "Use this &folder type as a template:", IDC_STATIC, 15, 20, 210, 12 COMBOBOX IDC_FOLDERCUST_COMBOBOX, 15, 35, 210, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL | CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP AUTOCHECKBOX "Also apply this template to all &subfolders", IDC_FOLDERCUST_CHECKBOX, 15, 50, 210, 15 - GROUPBOX "Folder pictures", IDC_STATIC, 5, 75, 230, 90, WS_TABSTOP + GROUPBOX "Folder pictures", IDC_STATIC, 5, 75, 230, 85, WS_TABSTOP LTEXT "For Thumbnails view, you can put a picture on this folder to remind you of the contents.", IDC_STATIC, 15, 87, 115, 33 - PUSHBUTTON "Choose &Picture...", IDC_FOLDERCUST_CHOOSE_PIC, 15, 125, 115, 15 - PUSHBUTTON "&Restore Default", IDC_FOLDERCUST_RESTORE_DEFAULTS, 15, 144, 115, 15 + PUSHBUTTON "Choose &Picture...", IDC_FOLDERCUST_CHOOSE_PIC, 15, 120, 115, 15 + PUSHBUTTON "&Restore Default", IDC_FOLDERCUST_RESTORE_DEFAULTS, 15, 139, 115, 15 LTEXT "Preview:", IDC_STATIC, 139, 85, 81, 11 CONTROL "", IDC_FOLDERCUST_PREVIEW_BITMAP, "STATIC", SS_BITMAP | WS_GROUP, 150, 100, 60, 60 - GROUPBOX "Folder icons", IDC_STATIC, 5, 170, 230, 65, WS_TABSTOP - LTEXT "For all views except Thumbnails, you can change the standard ""folder"" icon to another icon.", IDC_STATIC, 15, 180, 210, 25 - ICON 0, IDC_FOLDERCUST_ICON, 175, 209, 32, 30 - PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15 + GROUPBOX "Folder icons", IDC_STATIC, 5, 165, 230, 50, WS_TABSTOP + LTEXT "For all views except Thumbnails, you can change the standard ""folder"" icon to another icon.", IDC_STATIC, 15, 175, 210, 25 + ICON 0, IDC_FOLDERCUST_ICON, 175, 194, 32, 30 + PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 195, 75, 15 END IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140