Changeset 304 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Aug 11, 2019, 4:53:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r295 r304 1 1 object FormMain: TFormMain 2 2 Left = 826 3 Height = 6213 Height = 745 4 4 Top = 419 5 Width = 7755 Width = 930 6 6 Caption = 'xTactics' 7 ClientHeight = 5968 ClientWidth = 7759 DesignTimePPI = 1 207 ClientHeight = 711 8 ClientWidth = 930 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnActivate = FormActivate … … 15 15 OnKeyUp = FormKeyUp 16 16 OnShow = FormShow 17 LCLVersion = '2.0. 0.4'17 LCLVersion = '2.0.2.0' 18 18 WindowState = wsMaximized 19 19 object ToolBar1: TToolBar 20 20 Left = 0 21 Height = 3321 Height = 40 22 22 Top = 0 23 Width = 77524 ButtonHeight = 2725 ButtonWidth = 2723 Width = 930 24 ButtonHeight = 32 25 ButtonWidth = 32 26 26 Images = Core.ImageListSmall 27 27 ParentFont = False … … 36 36 end 37 37 object ToolButton3: TToolButton 38 Left = 2838 Left = 33 39 39 Top = 2 40 40 Action = Core.AGameEnd 41 41 end 42 42 object ToolButton4: TToolButton 43 Left = 5543 Left = 65 44 44 Top = 2 45 45 Action = Core.AGameRestart 46 46 end 47 47 object ToolButton5: TToolButton 48 Left = 1 4448 Left = 173 49 49 Top = 2 50 50 Action = Core.ASettings 51 51 end 52 52 object ToolButton9: TToolButton 53 Left = 1 4054 Height = 2753 Left = 167 54 Height = 32 55 55 Top = 2 56 56 Style = tbsDivider 57 57 end 58 58 object ToolButton11: TToolButton 59 Left = 8659 Left = 103 60 60 Top = 2 61 61 Action = Core.AGameLoad 62 62 end 63 63 object ToolButton12: TToolButton 64 Left = 1 1364 Left = 135 65 65 Top = 2 66 66 Action = Core.AGameSave 67 67 end 68 68 object ToolButton13: TToolButton 69 Left = 17169 Left = 205 70 70 Top = 2 71 71 Action = Core.AExit 72 72 end 73 73 object ToolButton2: TToolButton 74 Left = 8275 Height = 2774 Left = 97 75 Height = 32 76 76 Top = 2 77 77 Style = tbsDivider … … 80 80 object PanelMain: TPanel 81 81 Left = 0 82 Height = 56383 Top = 3384 Width = 77582 Height = 671 83 Top = 40 84 Width = 930 85 85 Align = alClient 86 86 BevelOuter = bvNone … … 90 90 object MainMenu1: TMainMenu 91 91 Images = Core.ImageListSmall 92 left = 18793 top = 4 092 left = 224 93 top = 48 94 94 object MenuItem1: TMenuItem 95 95 Caption = 'Game' … … 210 210 Interval = 20 211 211 OnTimer = Timer1Timer 212 left = 1 07213 top = 2 19212 left = 128 213 top = 263 214 214 end 215 215 object ActionList1: TActionList 216 216 Images = Core.ImageListSmall 217 left = 2 33218 top = 1 27217 left = 280 218 top = 152 219 219 object AToolBarBigIcons: TAction 220 220 Caption = 'Toolbar big icons' … … 239 239 end 240 240 object PopupMenuToolbar: TPopupMenu 241 left = 377242 top = 82241 left = 452 242 top = 98 243 243 object MenuItem18: TMenuItem 244 244 Action = AToolBarBigIcons
Note:
See TracChangeset
for help on using the changeset viewer.