Changeset 43 for trunk/UCore.lfm


Ignore:
Timestamp:
Mar 18, 2014, 9:15:07 AM (11 years ago)
Author:
chronos
Message:
  • Added: About form with information about application.
  • Added: Package Common.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r39 r43  
    6262      OnExecute = AGameLoadExecute
    6363      ShortCut = 16463
     64    end
     65    object AAbout: TAction
     66      Caption = 'About'
     67      OnExecute = AAboutExecute
    6468    end
    6569  end
     
    455459    top = 88
    456460  end
     461  object ApplicationInfo: TApplicationInfo
     462    Identification = 1
     463    VersionMajor = 1
     464    VersionMinor = 0
     465    VersionBugFix = 0
     466    VersionSuffix = 'alfa'
     467    CompanyName = 'Chronosoft'
     468    CompanyHomePage = 'http://chronosoft.zdechov.net/xtactics/'
     469    HomePage = 'http://chronosoft.zdechov.net'
     470    AuthorsName = 'Chronos'
     471    AppName = 'xTactics'
     472    ReleaseDate = 41716
     473    RegistryKey = '\Software\xTactics'
     474    RegistryRoot = rrKeyCurrentUser
     475    left = 109
     476    top = 140
     477  end
    457478end
Note: See TracChangeset for help on using the changeset viewer.