source: trunk/Packages/Common/FormAbout.lfm

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