Group engine-output memos with engine names
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Jan 2011 12:59:01 +0000 (13:59 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:03 +0000 (21:22 -0800)
The engine names are now defined just before the text edits, so that
JAWS 11 will read the engine name when the memo for the output of that
engine is selected. (JAWS 10 will still read the NPS, as it reads in
geometrical order.)

winboard/winboard.rc

index eb298f0..3a08270 100644 (file)
@@ -822,16 +822,16 @@ EXSTYLE WS_EX_TOOLWINDOW
 CAPTION "Engine output"\r
 FONT 8, "MS Sans Serif"\r
 BEGIN\r
-    LTEXT           "Engine #1",IDC_EngineLabel1,14,2,84,8\r
     RTEXT           "NPS",IDC_Engine1_NPS,206,2,57,8\r
+    LTEXT           "Engine #1",IDC_EngineLabel1,14,2,84,8\r
     CONTROL         "",IDC_EngineMemo1,"RICHEDIT",ES_MULTILINE | \r
                     ES_AUTOVSCROLL | ES_AUTOHSCROLL | WS_BORDER | WS_VSCROLL | \r
                     WS_HSCROLL | WS_TABSTOP,0,10,262,72\r
     LTEXT           "Engine #2",IDC_EngineLabel2,15,84,103,8\r
-    RTEXT           "NPS",IDC_Engine2_NPS,210,84,55,8\r
     CONTROL         "",IDC_EngineMemo2,"RICHEDIT",ES_MULTILINE | \r
                     ES_AUTOVSCROLL | ES_AUTOHSCROLL | WS_BORDER | WS_VSCROLL | \r
                     WS_HSCROLL | WS_TABSTOP,2,92,262,74\r
+    RTEXT           "NPS",IDC_Engine2_NPS,210,84,55,8\r
     ICON            IDI_UNKNOWN_14,IDC_Color1,2,4,20,20,SS_REALSIZEIMAGE\r
     ICON            IDI_UNKNOWN_14,IDC_Color2,4,84,20,20\r
     LTEXT           "Static",IDC_StateData1,120,2,83,8\r