Debug position search cache
[xboard.git] / winboard / winboard.rc
index 19621f2..68994a0 100644 (file)
@@ -90,7 +90,7 @@ BEGIN
     PUSHBUTTON      "Cancel",IDCANCEL,195,190,40,14\r
 END\r
 \r
-DLG_LoadOptions DIALOG DISCARDABLE  10, 18, 166, 184\r
+DLG_LoadOptions DIALOG DISCARDABLE  10, 18, 170, 248\r
 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU\r
 CAPTION "Load Game Options"\r
 FONT 8, "MS Sans Serif"\r
@@ -106,16 +106,25 @@ BEGIN
     LTEXT           "Elo for both players",OPT_elo2t,46,74,90,8,NOT WS_GROUP\r
     EDITTEXT        OPT_date,16,90,28,14,ES_AUTOHSCROLL\r
     LTEXT           "or later year",OPT_datet,46,94,94,8,NOT WS_GROUP\r
+    EDITTEXT        OPT_Stretch,16,110,28,14,ES_AUTOHSCROLL\r
+    LTEXT           "consecutive positions",OPT_Stretcht,46,114,94,8,NOT WS_GROUP\r
     CONTROL         "Match exact position",OPT_Exact,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,4,111,159,10\r
+                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,6,136,159,10\r
     CONTROL         "Match if position is subset",OPT_Subset,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,4,124,159,10\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,149,159,10\r
     CONTROL         "Match material with exact pawn structure",OPT_Struct,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,4,137,159,10\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,162,159,10\r
     CONTROL         "Match material",OPT_Material,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,4,150,159,10\r
-    PUSHBUTTON      "OK",IDOK,56,165,50,14,WS_GROUP\r
-    PUSHBUTTON      "Cancel",IDCANCEL,112,165,50,14\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,175,159,10\r
+    CONTROL         "Material range (upper board-half is optional)",OPT_Range,"Button",\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,188,159,10\r
+    CONTROL         "Material difference (optional material balanced)",OPT_Difference,"Button",\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,201,159,10\r
+    GROUPBOX        "Search Mode: ",OPT_SearchMode,3,126,164,87,WS_GROUP\r
+    CONTROL         "Also match reversed colors",OPT_Reversed,"Button",\r
+                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,214,160,10\r
+    PUSHBUTTON      "OK",IDOK,56,229,50,14,WS_GROUP\r
+    PUSHBUTTON      "Cancel",IDCANCEL,112,229,50,14\r
 END\r
 \r
 DLG_SaveOptions DIALOG DISCARDABLE  6, 17, 178, 119\r