Changeset 47 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Apr 24, 2019, 11:41:52 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r44 r47 1 1 object MainForm: TMainForm 2 2 Left = 486 3 Height = 6183 Height = 515 4 4 Top = 258 5 Width = 7705 Width = 642 6 6 Caption = 'Tunneler' 7 ClientHeight = 5848 ClientWidth = 7709 DesignTimePPI = 1 447 ClientHeight = 490 8 ClientWidth = 642 9 DesignTimePPI = 120 10 10 Menu = MainMenu1 11 11 OnClose = FormClose … … 16 16 OnKeyUp = FormKeyUp 17 17 OnShow = FormShow 18 LCLVersion = '2.0. 0.4'18 LCLVersion = '2.0.2.0' 19 19 object StatusBar1: TStatusBar 20 20 Left = 0 21 21 Height = 28 22 Top = 55623 Width = 77022 Top = 462 23 Width = 642 24 24 Panels = < 25 25 item 26 Width = 7426 Width = 62 27 27 end 28 28 item 29 Width = 7429 Width = 62 30 30 end 31 31 item 32 Width = 7432 Width = 62 33 33 end 34 34 item 35 Width = 7435 Width = 62 36 36 end 37 37 item 38 Width = 7438 Width = 62 39 39 end 40 40 item 41 Width = 7441 Width = 62 42 42 end 43 43 item 44 Width = 7444 Width = 62 45 45 end> 46 46 ParentFont = False … … 49 49 object Image1: TImage 50 50 Left = 0 51 Height = 55651 Height = 462 52 52 Top = 0 53 Width = 77053 Width = 642 54 54 Align = alClient 55 55 OnMouseLeave = Image1MouseLeave … … 59 59 Interval = 50 60 60 OnTimer = TimerDrawTimer 61 left = 1 4962 top = 7661 left = 124 62 top = 63 63 63 end 64 64 object MainMenu1: TMainMenu 65 left = 2 7666 top = 2 465 left = 230 66 top = 20 67 67 object MenuItem1: TMenuItem 68 68 Caption = 'Game' … … 93 93 Interval = 20 94 94 OnTimer = TimerEngineTickTimer 95 left = 1 4496 top = 1 5695 left = 120 96 top = 130 97 97 end 98 98 object ActionList1: TActionList 99 left = 432100 top = 4 899 left = 360 100 top = 40 101 101 object AFullScreen: TAction 102 102 Caption = 'Fullscreen mode' … … 132 132 RootName = 'CONFIG' 133 133 ReadOnly = False 134 left = 1 49135 top = 3 60134 left = 124 135 top = 300 136 136 end 137 137 end
Note:
See TracChangeset
for help on using the changeset viewer.