Ignore:
Timestamp:
Dec 10, 2016, 6:19:37 PM (7 years ago)
Author:
chronos
Message:
  • Modified: About dialog with application icon.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r123 r142  
    1111  Position = poScreenCenter
    1212  LCLVersion = '1.6.0.4'
    13   object LabelAppName: TLabel
    14     Left = 20
    15     Height = 55
    16     Top = 20
    17     Width = 433
    18     Align = alTop
    19     BorderSpacing.Around = 20
    20     Caption = 'Acronym Decoder'
    21     Font.Height = -40
    22     ParentColor = False
    23     ParentFont = False
    24   end
    2513  object LabelDescription: TLabel
    2614    Left = 20
    2715    Height = 48
    28     Top = 95
     16    Top = 108
    2917    Width = 433
    3018    Align = alTop
     
    4735    Left = 20
    4836    Height = 24
    49     Top = 163
     37    Top = 176
    5038    Width = 433
    5139    Align = alTop
     
    6452    TabOrder = 1
    6553  end
    66   object ApplicationInfo1: TApplicationInfo
    67     Identification = 1
    68     VersionMajor = 1
    69     VersionMinor = 3
    70     VersionBugFix = 1
    71     CompanyName = 'Chronosoft'
    72     HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder'
    73     AuthorsName = 'Chronos'
    74     EmailContact = 'robie@centrum.cz'
    75     AppName = 'Acronym Decoder'
    76     ReleaseDate = 42700
    77     RegistryKey = '\Software\'
    78     RegistryRoot = rrKeyCurrentUser
    79     License = 'GNU/GPL v3'
    80     left = 200
    81     top = 253
     54  object Panel1: TPanel
     55    Left = 0
     56    Height = 88
     57    Top = 0
     58    Width = 473
     59    Align = alTop
     60    BevelOuter = bvNone
     61    ClientHeight = 88
     62    ClientWidth = 473
     63    TabOrder = 2
     64    object Image1: TImage
     65      Left = 24
     66      Height = 66
     67      Top = 16
     68      Width = 69
     69      Picture.Data = {
     70        1754506F727461626C654E6574776F726B477261706869632301000089504E47
     71        0D0A1A0A0000000D49484452000000400000004008030000009DB781EC000000
     72        0C504C544500000000000000003AFFC90EE9675ABE0000000174524E530040E6
     73        D866000000C549444154789CEDD64B0EC3200C04D04C73FF3B77D1AAB2C1DF4E
     74        48BB60364990FC440C121CC7CECEDF054968202580334881888137C1002F8303
     75        664137C99A74228480334803A802EE68B589FEBC6A4030310E18DBE801516F6E
     76        043E8F3E00098CCD2903EAA50740035807385B597E4E82AC5805445F57036613
     77        61A6B10A2C60D7CB5FBA0710EB36353506C65F9E866AC0A982070B346660D5AB
     78        D171FB90C0BC501980EC64A2812C9DC3D5AEF7AF185F5D309A4058BFFA9285B4
     79        FE8A8B2655BEB3F3C33C01B6231002CAEF0D050000000049454E44AE426082
     80      }
     81    end
     82    object LabelAppName: TLabel
     83      Left = 104
     84      Height = 55
     85      Top = 16
     86      Width = 338
     87      Align = alCustom
     88      BorderSpacing.Around = 20
     89      Caption = 'Acronym Decoder'
     90      Font.Height = -40
     91      ParentColor = False
     92      ParentFont = False
     93      WordWrap = True
     94    end
    8295  end
    8396end
Note: See TracChangeset for help on using the changeset viewer.