-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathunAbout.dfm
85 lines (85 loc) · 1.82 KB
/
unAbout.dfm
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
object frmAbout: TfrmAbout
Left = 0
Top = 0
AlphaBlend = True
AlphaBlendValue = 230
BorderStyle = bsToolWindow
BorderWidth = 5
Caption = #931#967#949#964#953#954#940' '#956#949' '#964#951#957' '#949#966#945#961#956#959#947#942
ClientHeight = 436
ClientWidth = 633
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
GlassFrame.Enabled = True
OldCreateOrder = False
Position = poMainFormCenter
OnClick = FormClick
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 16
Width = 585
Height = 23
Alignment = taCenter
AutoSize = False
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GlowSize = 10
ParentFont = False
Transparent = False
OnClick = FormClick
end
object Label2: TLabel
Left = 24
Top = 45
Width = 74
Height = 43
Alignment = taCenter
Caption = 'Label2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
GlowSize = 10
ParentFont = False
Transparent = False
OnClick = FormClick
end
object Label3: TLabel
Left = 24
Top = 88
Width = 585
Height = 321
AutoSize = False
Caption = 'Label3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
GlowSize = 10
ParentFont = False
Transparent = False
OnClick = FormClick
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 16
Top = 8
end
end