Changeset 203 for trunk/Forms/UFormMain.lfm
- Timestamp:
- May 18, 2018, 12:54:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r181 r203 1 1 object FormMain: TFormMain 2 Left = 4472 Left = 801 3 3 Height = 621 4 Top = 3 034 Top = 352 5 5 Width = 775 6 6 Caption = 'xTactics' 7 ClientHeight = 5 967 ClientHeight = 587 8 8 ClientWidth = 775 9 DesignTimePPI = 1 209 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 13 13 OnDestroy = FormDestroy 14 14 OnShow = FormShow 15 LCLVersion = '1.8. 0.6'15 LCLVersion = '1.8.2.0' 16 16 WindowState = wsMaximized 17 17 object ToolBar1: TToolBar … … 77 77 object PanelMain: TPanel 78 78 Left = 0 79 Height = 5 5679 Height = 547 80 80 Top = 40 81 81 Width = 775 … … 92 92 object MenuItem2: TMenuItem 93 93 Action = Core.AGameNew 94 Caption = 'New...' 94 95 end 95 96 object MenuItem3: TMenuItem … … 99 100 Action = Core.AGameRestart 100 101 end 101 object MenuItem4: TMenuItem102 Action = Core.AGameEndTurn103 end104 102 object MenuItem14: TMenuItem 105 103 Action = Core.AGameLoad … … 110 108 object MenuItem15: TMenuItem 111 109 Action = Core.AGameSave 110 ShortCut = 16467 111 end 112 object MenuItem29: TMenuItem 113 Action = Core.AGameSaveAs 114 Caption = 'Save as' 115 ShortCut = 24659 112 116 end 113 117 object MenuItem5: TMenuItem
Note:
See TracChangeset
for help on using the changeset viewer.