Changeset 38 for trunk/Forms/UMainForm.lfm
- Timestamp:
- Apr 18, 2019, 3:34:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.lfm
r37 r38 1 1 object MainForm: TMainForm 2 Left = 8863 Height = 4124 Top = 3785 Width = 5142 Left = 486 3 Height = 515 4 Top = 258 5 Width = 642 6 6 Caption = 'Tunneler' 7 ClientHeight = 378 8 ClientWidth = 514 7 ClientHeight = 490 8 ClientWidth = 642 9 DesignTimePPI = 120 9 10 Menu = MainMenu1 10 11 OnClose = FormClose … … 15 16 OnKeyUp = FormKeyUp 16 17 OnShow = FormShow 17 LCLVersion = ' 1.8.0.4'18 LCLVersion = '2.0.0.4' 18 19 object StatusBar1: TStatusBar 19 20 Left = 0 20 Height = 3021 Top = 34822 Width = 51423 Panels = < 21 Height = 28 22 Top = 462 23 Width = 642 24 Panels = < 24 25 item 25 Width = 5026 end 26 Width = 62 27 end 27 28 item 28 Width = 5029 end 29 Width = 62 30 end 30 31 item 31 Width = 5032 end 32 Width = 62 33 end 33 34 item 34 Width = 5035 end 35 Width = 62 36 end 36 37 item 37 Width = 5038 end 38 Width = 62 39 end 39 40 item 40 Width = 5041 end 41 Width = 62 42 end 42 43 item 43 Width = 5044 Width = 62 44 45 end> 46 ParentFont = False 45 47 SimplePanel = False 46 48 end 47 49 object Image1: TImage 48 50 Left = 0 49 Height = 34851 Height = 462 50 52 Top = 0 51 Width = 51453 Width = 642 52 54 Align = alClient 53 55 OnMouseLeave = Image1MouseLeave … … 57 59 Interval = 50 58 60 OnTimer = TimerDrawTimer 59 left = 9960 top = 5061 left = 124 62 top = 63 61 63 end 62 64 object MainMenu1: TMainMenu 63 left = 18464 top = 1665 left = 230 66 top = 20 65 67 object MenuItem1: TMenuItem 66 68 Caption = 'Game' … … 91 93 Interval = 20 92 94 OnTimer = TimerEngineTickTimer 93 left = 9694 top = 1 0495 left = 120 96 top = 130 95 97 end 96 98 object ActionList1: TActionList 97 left = 28898 top = 3299 left = 360 100 top = 40 99 101 object AFullScreen: TAction 100 102 Caption = 'Fullscreen mode' … … 127 129 object CoolTranslator1: TCoolTranslator 128 130 POFilesFolder = 'Languages' 129 left = 288130 top = 1 04131 left = 360 132 top = 130 131 133 end 132 134 object ApplicationInfo1: TApplicationInfo … … 141 143 EmailContact = 'robie@centrum.cz' 142 144 AppName = 'Tunneler' 143 ReleaseDate = 43 064145 ReleaseDate = 43573 144 146 RegistryKey = '\Software\Chronosoft\Tunneler' 145 147 RegistryRoot = rrKeyCurrentUser 146 148 License = 'CC0' 147 left = 99148 top = 176149 left = 124 150 top = 220 149 151 end 150 152 object XMLConfig1: TXMLConfig … … 152 154 RootName = 'CONFIG' 153 155 ReadOnly = False 154 left = 99155 top = 240156 left = 124 157 top = 300 156 158 end 157 159 end
Note:
See TracChangeset
for help on using the changeset viewer.