Changeset 108 for trunk/Forms


Ignore:
Timestamp:
Dec 10, 2024, 12:06:43 AM (6 weeks ago)
Author:
chronos
Message:
  • Added: Tools - Score menu action to show history of previously played games with score information.
Location:
trunk/Forms
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r103 r108  
    11object FormMain: TFormMain
    22  Left = 534
    3   Height = 1027
     3  Height = 993
    44  Top = 223
    55  Width = 1491
     
    5454        Action = Core.ASettings
    5555      end
    56       object MenuItem4: TMenuItem
    57         Action = Core.AComputer
     56      object MenuItem7: TMenuItem
     57        Action = Core.AScore
    5858      end
    5959      object MenuItemMovesHistory: TMenuItem
    6060        Action = Core.AHistory
     61      end
     62      object MenuItem4: TMenuItem
     63        Action = Core.AComputer
    6164      end
    6265    end
  • trunk/Forms/FormMain.pas

    r104 r108  
    2828    MenuItem5: TMenuItem;
    2929    MenuItem6: TMenuItem;
     30    MenuItem7: TMenuItem;
    3031    MenuItemColorPalette: TMenuItem;
    3132    MenuItemTileSkin: TMenuItem;
Note: See TracChangeset for help on using the changeset viewer.