source: tags/1.5.0/Forms/UFormAbout.lfm

Last change on this file was 169, checked in by chronos, 6 years ago
  • Modified: Updated Common package.
File size: 1.6 KB
Line 
1object FormAbout: TFormAbout
2 Left = 562
3 Height = 314
4 Top = 306
5 Width = 485
6 Caption = 'About'
7 ClientHeight = 314
8 ClientWidth = 485
9 DesignTimePPI = 120
10 OnCreate = FormCreate
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '1.8.0.6'
14 object LabelDescription: TLabel
15 Left = 20
16 Height = 32
17 Top = 108
18 Width = 445
19 Align = alTop
20 AutoSize = False
21 BorderSpacing.Around = 20
22 ParentColor = False
23 WordWrap = True
24 end
25 object ButtonClose: TButton
26 Left = 372
27 Height = 25
28 Top = 274
29 Width = 93
30 Anchors = [akRight, akBottom]
31 Caption = 'Close'
32 ModalResult = 1
33 TabOrder = 0
34 end
35 object LabelContent: TLabel
36 Left = 20
37 Height = 20
38 Top = 160
39 Width = 445
40 Align = alTop
41 BorderSpacing.Around = 20
42 Caption = ' '
43 ParentColor = False
44 end
45 object ButtonHomePage: TButton
46 Left = 16
47 Height = 25
48 Top = 274
49 Width = 176
50 Anchors = [akLeft, akBottom]
51 Caption = 'Home page'
52 OnClick = ButtonHomePageClick
53 TabOrder = 1
54 end
55 object Panel1: TPanel
56 Left = 0
57 Height = 88
58 Top = 0
59 Width = 485
60 Align = alTop
61 BevelOuter = bvNone
62 ClientHeight = 88
63 ClientWidth = 485
64 TabOrder = 2
65 object Image1: TImage
66 Left = 24
67 Height = 66
68 Top = 16
69 Width = 69
70 end
71 object LabelAppName: TLabel
72 Left = 104
73 Height = 54
74 Top = 16
75 Width = 317
76 Align = alCustom
77 BorderSpacing.Around = 20
78 Caption = 'Acronym Decoder'
79 Font.Height = -40
80 ParentColor = False
81 ParentFont = False
82 WordWrap = True
83 end
84 end
85end
Note: See TracBrowser for help on using the repository browser.