source: tags/1.1.0/Forms/UFormAbout.lfm

Last change on this file was 57, checked in by chronos, 8 years ago
  • Modified: Updated version number.
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 LCLVersion = '1.6.0.4'
12 object LabelAppName: TLabel
13 Left = 20
14 Height = 54
15 Top = 20
16 Width = 433
17 Align = alTop
18 BorderSpacing.Around = 20
19 Caption = 'Acronym Decoder'
20 Font.Height = -40
21 ParentColor = False
22 ParentFont = False
23 end
24 object LabelDescription: TLabel
25 Left = 20
26 Height = 40
27 Top = 94
28 Width = 433
29 Align = alTop
30 BorderSpacing.Around = 20
31 Caption = 'Simple tool for quick searching of meaning for various acronyms and abbreviations.'
32 ParentColor = False
33 WordWrap = True
34 end
35 object ButtonClose: TButton
36 Left = 378
37 Height = 25
38 Top = 357
39 Width = 75
40 Anchors = [akRight, akBottom]
41 Caption = 'Close'
42 ModalResult = 1
43 TabOrder = 0
44 end
45 object LabelContent: TLabel
46 Left = 20
47 Height = 20
48 Top = 154
49 Width = 433
50 Align = alTop
51 BorderSpacing.Around = 20
52 Caption = ' '
53 ParentColor = False
54 end
55 object ButtonHomePage: TButton
56 Left = 16
57 Height = 25
58 Top = 357
59 Width = 139
60 Anchors = [akLeft, akBottom]
61 Caption = 'Home page'
62 OnClick = ButtonHomePageClick
63 TabOrder = 1
64 end
65 object ApplicationInfo1: TApplicationInfo
66 Identification = 1
67 VersionMajor = 1
68 VersionMinor = 1
69 VersionBugFix = 0
70 CompanyName = 'Chronosoft'
71 HomePage = 'http://svn.zdechov.net/trac/AcronymDecoder'
72 AuthorsName = 'Chronos'
73 EmailContact = 'robie@centrum.cz'
74 AppName = 'Acronym Decoder'
75 ReleaseDate = 42577
76 RegistryKey = '\Software\'
77 RegistryRoot = rrKeyCurrentUser
78 License = 'GNU/GPL'
79 left = 200
80 top = 253
81 end
82end
Note: See TracBrowser for help on using the repository browser.