source: tags/1.2.0/Forms/UFormAbout.lfm

Last change on this file was 76, checked in by chronos, 8 years ago
  • Modified: Updated version strings and release notes for 1.2.0.
File size: 1.8 KB
Line 
1object FormAbout: TFormAbout
2 Left = 562
3 Height = 397
4 Top = 277
5 Width = 473
6 Caption = 'About'
7 ClientHeight = 397
8 ClientWidth = 473
9 OnCreate = FormCreate
10 OnShow = FormShow
11 Position = poScreenCenter
12 LCLVersion = '1.6.0.4'
13 object LabelAppName: TLabel
14 Left = 20
15 Height = 54
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
25 object LabelDescription: TLabel
26 Left = 20
27 Height = 40
28 Top = 94
29 Width = 433
30 Align = alTop
31 BorderSpacing.Around = 20
32 Caption = 'Simple tool for quick searching of meaning for various acronyms and abbreviations.'
33 ParentColor = False
34 WordWrap = True
35 end
36 object ButtonClose: TButton
37 Left = 378
38 Height = 25
39 Top = 357
40 Width = 75
41 Anchors = [akRight, akBottom]
42 Caption = 'Close'
43 ModalResult = 1
44 TabOrder = 0
45 end
46 object LabelContent: TLabel
47 Left = 20
48 Height = 20
49 Top = 154
50 Width = 433
51 Align = alTop
52 BorderSpacing.Around = 20
53 Caption = ' '
54 ParentColor = False
55 end
56 object ButtonHomePage: TButton
57 Left = 16
58 Height = 25
59 Top = 357
60 Width = 139
61 Anchors = [akLeft, akBottom]
62 Caption = 'Home page'
63 OnClick = ButtonHomePageClick
64 TabOrder = 1
65 end
66 object ApplicationInfo1: TApplicationInfo
67 Identification = 1
68 VersionMajor = 1
69 VersionMinor = 2
70 VersionBugFix = 0
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 = 42584
77 RegistryKey = '\Software\'
78 RegistryRoot = rrKeyCurrentUser
79 License = 'GNU/GPL'
80 left = 200
81 top = 253
82 end
83end
Note: See TracBrowser for help on using the repository browser.