source: tags/1.0.0/Forms/UFormAbout.lfm

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