Changeset 142 for trunk/Forms/UFormAbout.lfm
- Timestamp:
- Dec 10, 2016, 6:19:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormAbout.lfm
r123 r142 11 11 Position = poScreenCenter 12 12 LCLVersion = '1.6.0.4' 13 object LabelAppName: TLabel14 Left = 2015 Height = 5516 Top = 2017 Width = 43318 Align = alTop19 BorderSpacing.Around = 2020 Caption = 'Acronym Decoder'21 Font.Height = -4022 ParentColor = False23 ParentFont = False24 end25 13 object LabelDescription: TLabel 26 14 Left = 20 27 15 Height = 48 28 Top = 9516 Top = 108 29 17 Width = 433 30 18 Align = alTop … … 47 35 Left = 20 48 36 Height = 24 49 Top = 1 6337 Top = 176 50 38 Width = 433 51 39 Align = alTop … … 64 52 TabOrder = 1 65 53 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 82 95 end 83 96 end
Note:
See TracChangeset
for help on using the changeset viewer.