Ignore:
Timestamp:
Apr 19, 2019, 12:02:27 PM (6 years ago)
Author:
chronos
Message:
  • Added: About dialog.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.lfm

    r38 r44  
    11object MainForm: TMainForm
    22  Left = 486
    3   Height = 515
     3  Height = 618
    44  Top = 258
    5   Width = 642
     5  Width = 770
    66  Caption = 'Tunneler'
    7   ClientHeight = 490
    8   ClientWidth = 642
    9   DesignTimePPI = 120
     7  ClientHeight = 584
     8  ClientWidth = 770
     9  DesignTimePPI = 144
    1010  Menu = MainMenu1
    1111  OnClose = FormClose
     
    2020    Left = 0
    2121    Height = 28
    22     Top = 462
    23     Width = 642
     22    Top = 556
     23    Width = 770
    2424    Panels = <   
    2525      item
    26         Width = 62
     26        Width = 74
    2727      end   
    2828      item
    29         Width = 62
     29        Width = 74
    3030      end   
    3131      item
    32         Width = 62
     32        Width = 74
    3333      end   
    3434      item
    35         Width = 62
     35        Width = 74
    3636      end   
    3737      item
    38         Width = 62
     38        Width = 74
    3939      end   
    4040      item
    41         Width = 62
     41        Width = 74
    4242      end   
    4343      item
    44         Width = 62
     44        Width = 74
    4545      end>
    4646    ParentFont = False
     
    4949  object Image1: TImage
    5050    Left = 0
    51     Height = 462
     51    Height = 556
    5252    Top = 0
    53     Width = 642
     53    Width = 770
    5454    Align = alClient
    5555    OnMouseLeave = Image1MouseLeave
     
    5959    Interval = 50
    6060    OnTimer = TimerDrawTimer
    61     left = 124
    62     top = 63
     61    left = 149
     62    top = 76
    6363  end
    6464  object MainMenu1: TMainMenu
    65     left = 230
    66     top = 20
     65    left = 276
     66    top = 24
    6767    object MenuItem1: TMenuItem
    6868      Caption = 'Game'
     
    9393    Interval = 20
    9494    OnTimer = TimerEngineTickTimer
    95     left = 120
    96     top = 130
     95    left = 144
     96    top = 156
    9797  end
    9898  object ActionList1: TActionList
    99     left = 360
    100     top = 40
     99    left = 432
     100    top = 48
    101101    object AFullScreen: TAction
    102102      Caption = 'Fullscreen mode'
     
    121121    object AAbout: TAction
    122122      Caption = 'About'
     123      OnExecute = AAboutExecute
    123124    end
    124125    object AShowRawImageDesc: TAction
     
    127128    end
    128129  end
    129   object CoolTranslator1: TCoolTranslator
    130     POFilesFolder = 'Languages'
    131     left = 360
    132     top = 130
    133   end
    134   object ApplicationInfo1: TApplicationInfo
    135     Identification = 1
    136     VersionMajor = 1
    137     VersionMinor = 0
    138     VersionBugFix = 0
    139     VersionSuffix = 'alfa'
    140     CompanyName = 'Chronosoft'
    141     HomePage = 'https://app.zdechov.net/Tunneler/'
    142     AuthorsName = 'Chronos'
    143     EmailContact = 'robie@centrum.cz'
    144     AppName = 'Tunneler'
    145     ReleaseDate = 43573
    146     RegistryKey = '\Software\Chronosoft\Tunneler'
    147     RegistryRoot = rrKeyCurrentUser
    148     License = 'CC0'
    149     left = 124
    150     top = 220
    151   end
    152130  object XMLConfig1: TXMLConfig
    153131    StartEmpty = False
    154132    RootName = 'CONFIG'
    155133    ReadOnly = False
    156     left = 124
    157     top = 300
     134    left = 149
     135    top = 360
    158136  end
    159137end
Note: See TracChangeset for help on using the changeset viewer.