Changeset 55 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Dec 24, 2022, 7:26:21 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r53 r55 1 1 object FormMain: TFormMain 2 2 Left = 692 3 Height = 6183 Height = 536 4 4 Top = 479 5 Width = 7705 Width = 668 6 6 Caption = 'Tunneler' 7 ClientHeight = 5 848 ClientWidth = 7709 DesignTimePPI = 1 447 ClientHeight = 506 8 ClientWidth = 668 9 DesignTimePPI = 125 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 16 16 OnKeyUp = FormKeyUp 17 17 OnShow = FormShow 18 LCLVersion = '2. 0.12.0'18 LCLVersion = '2.2.4.0' 19 19 object StatusBar1: TStatusBar 20 20 Left = 0 21 Height = 2 722 Top = 55723 Width = 77021 Height = 24 22 Top = 482 23 Width = 668 24 24 Panels = < 25 25 item 26 Width = 7426 Width = 64 27 27 end 28 28 item 29 Width = 7429 Width = 64 30 30 end 31 31 item 32 Width = 7432 Width = 64 33 33 end 34 34 item 35 Width = 7435 Width = 64 36 36 end 37 37 item 38 Width = 7438 Width = 64 39 39 end 40 40 item 41 Width = 7441 Width = 64 42 42 end 43 43 item 44 Width = 7444 Width = 64 45 45 end> 46 46 ParentFont = False … … 49 49 object Image1: TImage 50 50 Left = 0 51 Height = 55751 Height = 482 52 52 Top = 0 53 Width = 77053 Width = 668 54 54 Align = alClient 55 55 OnResize = Image1Resize … … 58 58 Interval = 50 59 59 OnTimer = TimerDrawTimer 60 Left = 1 4961 Top = 7660 Left = 129 61 Top = 66 62 62 end 63 63 object MainMenu1: TMainMenu 64 Left = 2 7665 Top = 2 464 Left = 240 65 Top = 21 66 66 object MenuItem1: TMenuItem 67 67 Caption = 'Game' … … 92 92 Interval = 20 93 93 OnTimer = TimerEngineTickTimer 94 Left = 1 4495 Top = 1 5694 Left = 125 95 Top = 135 96 96 end 97 97 object ActionList1: TActionList 98 Left = 43299 Top = 4 898 Left = 375 99 Top = 42 100 100 object AFullScreen: TAction 101 101 Caption = 'Fullscreen mode' … … 131 131 RootName = 'CONFIG' 132 132 ReadOnly = False 133 Left = 1 49134 Top = 3 60133 Left = 129 134 Top = 313 135 135 end 136 136 object AboutDialog1: TAboutDialog … … 138 138 ThemeManager = Core.ThemeManager1 139 139 ApplicationInfo = Core.ApplicationInfo 140 Left = 308141 Top = 1 81140 Left = 267 141 Top = 157 142 142 end 143 143 end
Note:
See TracChangeset
for help on using the changeset viewer.