source: tags/1.3.0/Forms/UFormAbout.lfm

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