Ignore:
Timestamp:
Apr 18, 2019, 3:34:38 PM (5 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r37 r38  
    11object MainForm: TMainForm
    2   Left = 886
    3   Height = 412
    4   Top = 378
    5   Width = 514
     2  Left = 486
     3  Height = 515
     4  Top = 258
     5  Width = 642
    66  Caption = 'Tunneler'
    7   ClientHeight = 378
    8   ClientWidth = 514
     7  ClientHeight = 490
     8  ClientWidth = 642
     9  DesignTimePPI = 120
    910  Menu = MainMenu1
    1011  OnClose = FormClose
     
    1516  OnKeyUp = FormKeyUp
    1617  OnShow = FormShow
    17   LCLVersion = '1.8.0.4'
     18  LCLVersion = '2.0.0.4'
    1819  object StatusBar1: TStatusBar
    1920    Left = 0
    20     Height = 30
    21     Top = 348
    22     Width = 514
    23     Panels = <
     21    Height = 28
     22    Top = 462
     23    Width = 642
     24    Panels = <   
    2425      item
    25         Width = 50
    26       end
     26        Width = 62
     27      end   
    2728      item
    28         Width = 50
    29       end
     29        Width = 62
     30      end   
    3031      item
    31         Width = 50
    32       end
     32        Width = 62
     33      end   
    3334      item
    34         Width = 50
    35       end
     35        Width = 62
     36      end   
    3637      item
    37         Width = 50
    38       end
     38        Width = 62
     39      end   
    3940      item
    40         Width = 50
    41       end
     41        Width = 62
     42      end   
    4243      item
    43         Width = 50
     44        Width = 62
    4445      end>
     46    ParentFont = False
    4547    SimplePanel = False
    4648  end
    4749  object Image1: TImage
    4850    Left = 0
    49     Height = 348
     51    Height = 462
    5052    Top = 0
    51     Width = 514
     53    Width = 642
    5254    Align = alClient
    5355    OnMouseLeave = Image1MouseLeave
     
    5759    Interval = 50
    5860    OnTimer = TimerDrawTimer
    59     left = 99
    60     top = 50
     61    left = 124
     62    top = 63
    6163  end
    6264  object MainMenu1: TMainMenu
    63     left = 184
    64     top = 16
     65    left = 230
     66    top = 20
    6567    object MenuItem1: TMenuItem
    6668      Caption = 'Game'
     
    9193    Interval = 20
    9294    OnTimer = TimerEngineTickTimer
    93     left = 96
    94     top = 104
     95    left = 120
     96    top = 130
    9597  end
    9698  object ActionList1: TActionList
    97     left = 288
    98     top = 32
     99    left = 360
     100    top = 40
    99101    object AFullScreen: TAction
    100102      Caption = 'Fullscreen mode'
     
    127129  object CoolTranslator1: TCoolTranslator
    128130    POFilesFolder = 'Languages'
    129     left = 288
    130     top = 104
     131    left = 360
     132    top = 130
    131133  end
    132134  object ApplicationInfo1: TApplicationInfo
     
    141143    EmailContact = 'robie@centrum.cz'
    142144    AppName = 'Tunneler'
    143     ReleaseDate = 43064
     145    ReleaseDate = 43573
    144146    RegistryKey = '\Software\Chronosoft\Tunneler'
    145147    RegistryRoot = rrKeyCurrentUser
    146148    License = 'CC0'
    147     left = 99
    148     top = 176
     149    left = 124
     150    top = 220
    149151  end
    150152  object XMLConfig1: TXMLConfig
     
    152154    RootName = 'CONFIG'
    153155    ReadOnly = False
    154     left = 99
    155     top = 240
     156    left = 124
     157    top = 300
    156158  end
    157159end
Note: See TracChangeset for help on using the changeset viewer.