-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout.dfm
78 lines (78 loc) · 1.8 KB
/
About.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
object FormAbout: TFormAbout
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'CalculusEx '#8212' O autoru'
ClientHeight = 146
ClientWidth = 314
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = 16750848
Font.Height = -16
Font.Name = 'Calibri'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 19
object LabelAuthor: TLabel
Left = 0
Top = 5
Width = 310
Height = 32
Alignment = taCenter
AutoSize = False
Caption = 'Autor:'
Font.Charset = DEFAULT_CHARSET
Font.Color = 16750848
Font.Height = -20
Font.Name = 'Calibri'
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
StyleElements = []
end
object LabelIgor: TLabel
Left = 0
Top = 45
Width = 310
Height = 32
Alignment = taCenter
AutoSize = False
Caption = 'Igor Dimitrijevi'#263
Font.Charset = DEFAULT_CHARSET
Font.Color = 16750848
Font.Height = -20
Font.Name = 'Calibri'
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
StyleElements = []
OnClick = LabelIgorClick
OnMouseEnter = LabelIgorMouseEnter
OnMouseLeave = LabelIgorMouseLeave
end
object LabelWeb: TLabel
Left = 0
Top = 105
Width = 310
Height = 32
Alignment = taCenter
AutoSize = False
Caption = 'NeoVisio '#169' 2014.'
Font.Charset = DEFAULT_CHARSET
Font.Color = 16750848
Font.Height = -20
Font.Name = 'Calibri'
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
StyleElements = []
OnClick = LabelWebClick
OnMouseEnter = LabelWebMouseEnter
OnMouseLeave = LabelWebMouseLeave
end
end