From: H.G. Muller Date: Wed, 29 Dec 2010 21:57:55 +0000 (+0100) Subject: Fix order of elements in WB time-control dialog X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=1a680c0201a56f10027a213d097e71f2d894720a;p=xboard.git Fix order of elements in WB time-control dialog Someleading texts were defined after the text edit they referred to,so that JAWS 11 associated them to the wrong one. A tab stop was added to the time-odds label, to make JAWS speak it. --- diff --git a/winboard/winboard.rc b/winboard/winboard.rc index e1a03b4..efaa9db 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -81,11 +81,11 @@ BEGIN WS_GROUP EDITTEXT OPT_TCFixed,147,140,32,12,ES_AUTOHSCROLL LTEXT "",OPT_TCitext3,185,148,67,8,NOT WS_GROUP - LTEXT "Time-Odds Factors:",GPB_Factors,6,158,150,8,NOT WS_GROUP - EDITTEXT OPT_TCOdds1,57,171,32,12,ES_AUTOHSCROLL | WS_GROUP - LTEXT "Engine #1:",IDC_Factor1,6,173,50,8,NOT WS_GROUP - EDITTEXT OPT_TCOdds2,147,171,32,12,ES_AUTOHSCROLL - LTEXT "Engine #2:",IDC_Factor2,96,173,50,8,NOT WS_GROUP + LTEXT "Time-Odds Factors:",GPB_Factors,6,158,150,8,NOT WS_GROUP | WS_TABSTOP + LTEXT "Engine #1:",IDC_Factor1,6,173,40,8,NOT WS_GROUP + EDITTEXT OPT_TCOdds1,47,171,32,12,ES_AUTOHSCROLL | WS_GROUP + LTEXT "Engine #2:",IDC_Factor2,86,173,40,8,NOT WS_GROUP + EDITTEXT OPT_TCOdds2,127,171,32,12,ES_AUTOHSCROLL PUSHBUTTON "OK",IDOK,139,190,40,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,195,190,40,14 END