-
Notifications
You must be signed in to change notification settings - Fork 0
/
UAbout.lfm
53 lines (53 loc) · 1.07 KB
/
UAbout.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
object AboutForm: TAboutForm
Left = 397
Height = 195
Top = 134
Width = 380
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About Heat Wizard'
ClientHeight = 195
ClientWidth = 380
OnChangeBounds = FormResize
OnCreate = FormCreate
OnPaint = FormPaint
OnResize = FormResize
LCLVersion = '0.9.30'
Visible = True
object DoneButton: TButton
Left = 148
Height = 20
Top = 128
Width = 75
Caption = 'Done'
Font.Color = 3168345
Font.Height = -12
OnClick = DoneButtonClick
ParentFont = False
TabOrder = 0
end
object AboutText: TStaticText
Left = 36
Height = 96
Top = 16
Width = 304
Alignment = taCenter
Caption = 'About Heat Wizard'
Font.Color = 10611436
ParentFont = False
TabOrder = 1
Visible = False
end
object AboutLabel: TLabel
Left = 36
Height = 96
Top = 16
Width = 304
Alignment = taCenter
AutoSize = False
Caption = 'About Heat Wizard'#13#10#13#10#13#10
Font.Color = 10611436
ParentColor = False
ParentFont = False
end
end