source: tags/1.3.1/Packages/Common/UFormAbout.lfm

Last change on this file was 396, checked in by chronos, 3 years ago
  • Added: Common package. UXMLUtils and UPixelPointer moved to Common package.
File size: 2.1 KB
Line 
1object FormAbout: TFormAbout
2 Left = 1014
3 Height = 402
4 Top = 577
5 Width = 702
6 Caption = 'About'
7 ClientHeight = 402
8 ClientWidth = 702
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '2.0.10.0'
14 object LabelDescription: TLabel
15 Left = 30
16 Height = 24
17 Top = 135
18 Width = 642
19 Align = alTop
20 BorderSpacing.Left = 30
21 BorderSpacing.Right = 30
22 BorderSpacing.Bottom = 30
23 Caption = 'Description'
24 ParentColor = False
25 ParentFont = False
26 WordWrap = True
27 end
28 object LabelContent: TLabel
29 Left = 30
30 Height = 24
31 Top = 189
32 Width = 642
33 Align = alTop
34 BorderSpacing.Around = 30
35 Caption = ' '
36 ParentColor = False
37 ParentFont = False
38 end
39 object PanelTop: TPanel
40 Left = 0
41 Height = 135
42 Top = 0
43 Width = 702
44 Align = alTop
45 BevelOuter = bvNone
46 ClientHeight = 135
47 ClientWidth = 702
48 FullRepaint = False
49 ParentFont = False
50 TabOrder = 0
51 object LabelAppName: TLabel
52 Left = 108
53 Height = 84
54 Top = 20
55 Width = 564
56 Anchors = [akTop, akLeft, akRight]
57 AutoSize = False
58 BorderSpacing.Around = 30
59 Caption = 'Title'
60 Font.Height = -60
61 ParentColor = False
62 ParentFont = False
63 WordWrap = True
64 end
65 object ImageLogo: TImage
66 Left = 24
67 Height = 74
68 Top = 30
69 Width = 72
70 Proportional = True
71 Stretch = True
72 end
73 end
74 object PanelButtons: TPanel
75 Left = 0
76 Height = 75
77 Top = 327
78 Width = 702
79 Align = alBottom
80 BevelOuter = bvNone
81 ClientHeight = 75
82 ClientWidth = 702
83 TabOrder = 1
84 object ButtonHomePage: TButton
85 Left = 24
86 Height = 38
87 Top = 24
88 Width = 264
89 Anchors = [akLeft, akBottom]
90 Caption = 'Home page'
91 OnClick = ButtonHomePageClick
92 ParentFont = False
93 TabOrder = 0
94 end
95 object ButtonClose: TButton
96 Left = 532
97 Height = 38
98 Top = 24
99 Width = 140
100 Anchors = [akRight, akBottom]
101 Caption = 'Close'
102 ModalResult = 1
103 ParentFont = False
104 TabOrder = 1
105 end
106 end
107end
Note: See TracBrowser for help on using the repository browser.