[ACPPAGE] Revamp the 'edit' page to easier select different layers
[reactos.git] / dll / shellext / acppage / lang / no-NO.rc
index c1bdc09..bc42e8a 100644 (file)
@@ -18,18 +18,20 @@ BEGIN
     CONTROL "Lær mere om <A>program kompaktibilitet</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY
 END
 
-IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139
+IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 309, 134
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Rediger kompaktibilitetsmodus"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
-    COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL
-    LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER
-    PUSHBUTTON "&Legg til...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED
-    PUSHBUTTON "&Rediger...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED
-    PUSHBUTTON "&Slett", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED
-    PUSHBUTTON "&OK", IDOK, 95, 116, 60, 14
-    PUSHBUTTON "&Avbryt", IDCANCEL, 162, 116, 60, 14
+    LISTBOX         IDC_NEWCOMPATIBILITYMODE,6,18,132,90,LBS_NOINTEGRALHEIGHT | WS_VSCROLL
+    LISTBOX         IDC_COMPATIBILITYMODE,168,18,132,90,LBS_NOINTEGRALHEIGHT | WS_VSCROLL
+    PUSHBUTTON      ">",IDC_ADD,144,42,18,14,WS_DISABLED
+    PUSHBUTTON      "<<",IDC_REMOVEALL,144,78,18,14,WS_DISABLED
+    PUSHBUTTON      "<",IDC_REMOVE,144,60,18,14,WS_DISABLED
+    PUSHBUTTON      "&OK",IDOK,174,114,60,14
+    PUSHBUTTON      "&Avbryt",IDCANCEL,240,114,60,14
+    LTEXT           "Available modes",-1,6,6,52,8
+    LTEXT           "Selected modes",-1,168,6,51,8
 END
 
 STRINGTABLE
@@ -37,5 +39,4 @@ BEGIN
     IDS_COMPAT_TITLE "Kompaktibilitet"
     IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program because it is on a network drive."
     IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program because it is a part of ReactOS."
-    IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?"
 END