X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.rc;h=e1389691d68d4d5ac1d3563962f184d34cfc573f;hb=2c6cd481ba85455e761248831c7eee4a50e8b5c7;hp=ebb77b820786b23023c5e0b6c8add6623802fafb;hpb=1f070c3ba500547459ad3df71fbdbad1e5b4b4a0;p=xboard.git diff --git a/winboard/winboard.rc b/winboard/winboard.rc index ebb77b8..e138969 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -95,35 +95,35 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Load Game Options" FONT 8, "MS Sans Serif" BEGIN - CONTROL "Load games with automatic stepping",OPT_Autostep,"Button", + CONTROL "Load games with &automatic stepping",OPT_Autostep,"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,4,160,10 + LTEXT "&seconds per move",OPT_AStext1,46,20,90,8,NOT WS_GROUP EDITTEXT OPT_ASTimeDelay,16,16,28,14,ES_AUTOHSCROLL - LTEXT "seconds per move",OPT_AStext1,46,20,90,8,NOT WS_GROUP LTEXT "when filtering game list on position, use thresholds:",OPT_thresholds,4,36,160,8,NOT WS_GROUP + LTEXT "minimum Elo for &best player",OPT_elo1t,46,54,90,8,NOT WS_GROUP EDITTEXT OPT_elo1,16,50,28,14,ES_AUTOHSCROLL - LTEXT "Elo for at least one player",OPT_elo1t,46,54,90,8,NOT WS_GROUP + LTEXT "minimum Elo for &weakest players",OPT_elo2t,46,74,90,8,NOT WS_GROUP EDITTEXT OPT_elo2,16,70,28,14,ES_AUTOHSCROLL - LTEXT "Elo for both players",OPT_elo2t,46,74,90,8,NOT WS_GROUP + LTEXT "or later &year",OPT_datet,46,94,94,8,NOT WS_GROUP EDITTEXT OPT_date,16,90,28,14,ES_AUTOHSCROLL - LTEXT "or later year",OPT_datet,46,94,94,8,NOT WS_GROUP + LTEXT "co&nsecutive positions",OPT_Stretcht,46,114,94,8,NOT WS_GROUP EDITTEXT OPT_Stretch,16,110,28,14,ES_AUTOHSCROLL - LTEXT "consecutive positions",OPT_Stretcht,46,114,94,8,NOT WS_GROUP - CONTROL "Match exact position",OPT_Exact,"Button", + CONTROL "Match exact &position",OPT_Exact,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,6,136,159,10 - CONTROL "Match if position is subset",OPT_Subset,"Button", + CONTROL "Match if position is s&ubset",OPT_Subset,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,6,149,159,10 - CONTROL "Match material with exact pawn structure",OPT_Struct,"Button", + CONTROL "Match material with e&xact pawn structure",OPT_Struct,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,6,162,159,10 - CONTROL "Match material",OPT_Material,"Button", + CONTROL "Match &material",OPT_Material,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,6,175,159,10 - CONTROL "Material range (upper board-half is optional)",OPT_Range,"Button", + CONTROL "Material &range (upper board-half is optional)",OPT_Range,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,6,188,159,10 - CONTROL "Material difference (optional material balanced)",OPT_Difference,"Button", + CONTROL "Material &difference (optional material balanced)",OPT_Difference,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,6,201,159,10 GROUPBOX "Search Mode: ",OPT_SearchMode,3,126,164,87,WS_GROUP - CONTROL "Also match reversed colors",OPT_Reversed,"Button", + CONTROL "Also match reversed &colors",OPT_Reversed,"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,214,160,10 - CONTROL "Also match left-right miror image",OPT_Mirror,"Button", + CONTROL "Also match &left-right mirror image",OPT_Mirror,"Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,227,160,10 PUSHBUTTON "OK",IDOK,56,242,50,14,WS_GROUP PUSHBUTTON "Cancel",IDCANCEL,112,242,50,14 @@ -267,8 +267,9 @@ BEGIN LISTBOX OPT_GameListText,2,2,254,130,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP PUSHBUTTON "&Thresholds",OPT_GameListLoad,2,136,40,15 - PUSHBUTTON "&Find Position",OPT_GameListPrev,45,136,48,15 + PUSHBUTTON "&Find Position",OPT_GameListFind,45,136,48,15 PUSHBUTTON "&Close",OPT_GameListClose,96,136,30,15 + PUSHBUTTON ">",OPT_GameListNext,129,136,17,15 PUSHBUTTON "&Filter",IDC_GameListDoFilter,149,136,25,14 EDITTEXT IDC_GameListFilter,178,136,78,14,ES_AUTOHSCROLL END @@ -1530,6 +1531,8 @@ BEGIN VK_RIGHT, IDM_Forward, VIRTKEY, NOINVERT VK_DOWN, IDM_ToEnd, VIRTKEY, NOINVERT VK_UP, IDM_ToStart, VIRTKEY, NOINVERT + VK_DOWN, OPT_GameListNext, VIRTKEY, CONTROL, NOINVERT + VK_UP, OPT_GameListPrev, VIRTKEY, CONTROL, NOINVERT #endif END