Add Save Selected Games menu item
[xboard.git] / winboard / winboard.rc
index 7e06085..7c48808 100644 (file)
@@ -108,25 +108,25 @@ BEGIN
     EDITTEXT        OPT_date,16,90,28,14,ES_AUTOHSCROLL\r
     LTEXT           "co&nsecutive positions",OPT_Stretcht,46,114,94,8,NOT WS_GROUP\r
     EDITTEXT        OPT_Stretch,16,110,28,14,ES_AUTOHSCROLL\r
+    LTEXT           "final piece count",OPT_Ranget,46,134,94,8,NOT WS_GROUP\r
+    EDITTEXT        OPT_Counts,16,130,28,14,ES_AUTOHSCROLL\r
     CONTROL         "Match exact &position",OPT_Exact,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,6,136,159,10\r
+                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,6,156,159,10\r
     CONTROL         "Match if position is s&ubset",OPT_Subset,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,149,159,10\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,169,159,10\r
     CONTROL         "Match material with e&xact pawn structure",OPT_Struct,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,162,159,10\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,182,159,10\r
     CONTROL         "Match &material",OPT_Material,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,175,159,10\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,195,159,10\r
     CONTROL         "Material &range (upper board-half is optional)",OPT_Range,"Button",\r
-                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,188,159,10\r
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,208,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
+                    BS_AUTORADIOBUTTON | WS_TABSTOP,6,221,159,10\r
+    GROUPBOX        "Search Mode: ",OPT_SearchMode,3,146,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
+                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,234,160,10\r
     CONTROL         "Also match &left-right mirror image",OPT_Mirror,"Button",\r
-                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,227,160,10\r
-    LTEXT           "final piece count",OPT_Ranget,46,242,94,8,NOT WS_GROUP\r
-    EDITTEXT        OPT_Range,16,242,28,14,ES_AUTOHSCROLL\r
+                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,247,160,10\r
     PUSHBUTTON      "OK",IDOK,56,262,50,14,WS_GROUP\r
     PUSHBUTTON      "Cancel",IDCANCEL,112,262,50,14\r
 END\r
@@ -1194,6 +1194,7 @@ BEGIN
         MENUITEM "S&ave Position...\tCtrl+Shift+S",IDM_SavePosition\r
         MENUITEM SEPARATOR\r
         MENUITEM "Save as &Diagram...",         IDM_SaveDiagram\r
+        MENUITEM "Save Selected Games...",      IDM_SaveSelected\r
         MENUITEM "Save Games to &Book",         IDM_CreateBook\r
         MENUITEM SEPARATOR\r
         MENUITEM "&Quit",                       IDM_Exit\r