Put nr CPU earlier in tab cycle of WB Common Engine dialog
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Jan 2011 12:55:19 +0000 (13:55 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:03 +0000 (21:22 -0800)
By defining the max CPU control after hash size, the tabbing steps
through the controls in geometrical (and logical) order, rather than
having the max CPU in between the book controls.

winboard/winboard.rc

index 5e1c209..eb298f0 100644 (file)
@@ -921,6 +921,8 @@ BEGIN
     PUSHBUTTON      "...",IDC_BrowseForPolyglotDir,226,4,17,14\r
     LTEXT           "Hash Size (MB):",IDC_Hash,2,26,78,8\r
     EDITTEXT        IDC_HashSize,82,22,40,14,ES_AUTOHSCROLL\r
+    LTEXT           "Max nr of CPUs:",IDC_CPU,126,26,60,8\r
+    EDITTEXT        IDC_Cores,187,22,35,14,ES_AUTOHSCROLL\r
     LTEXT           "EGTB Path:",IDC_Path,2,44,78,8\r
     EDITTEXT        IDC_PathToEGTB,82,40,140,14,ES_AUTOHSCROLL\r
     PUSHBUTTON      "...",IDC_BrowseForEGTB,226,40,17,14\r
@@ -930,8 +932,6 @@ BEGIN
                     WS_TABSTOP,2,80,49,10\r
     EDITTEXT        IDC_BookFile,82,76,140,14,ES_AUTOHSCROLL\r
     PUSHBUTTON      "...",IDC_BrowseForBook,226,76,17,14\r
-    LTEXT           "Max nr of CPUs:",IDC_CPU,126,26,60,8\r
-    EDITTEXT        IDC_Cores,187,22,35,14,ES_AUTOHSCROLL\r
     CONTROL         "First has Own Book",IDC_OwnBook1,"Button",BS_AUTOCHECKBOX | \r
                     WS_TABSTOP,2,94,100,10\r
     CONTROL         "Second has Own Book",IDC_OwnBook2,"Button",BS_AUTOCHECKBOX | \r