-
Notifications
You must be signed in to change notification settings - Fork 0
/
blAbout.dfm
108 lines (108 loc) · 2.51 KB
/
blAbout.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
object AboutBox: TAboutBox
Left = 587
Top = 339
BorderStyle = bsDialog
Caption = 'Î ïðîãðàììå '
ClientHeight = 196
ClientWidth = 336
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 321
Height = 177
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProductName: TLabel
Left = 88
Top = 16
Width = 156
Height = 20
Caption = 'Òåêñòîâîé ðåäàêòîð'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Label1: TLabel
Left = 24
Top = 42
Width = 275
Height = 20
Caption = 'Âûïîëíèë: ñòóäåíò ãð. ÁÈÑÇÓ 11-01'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Label2: TLabel
Left = 48
Top = 71
Width = 228
Height = 20
Caption = 'Ïó÷èíèí Äìèòðèé Ãåîðãèåâè÷'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Label3: TLabel
Left = 120
Top = 103
Width = 87
Height = 13
Caption = '2 êóðñ 2 ñåìåñòð'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Label4: TLabel
Left = 88
Top = 119
Width = 155
Height = 13
Caption = 'ã. Êðàñíîÿðñê 2012 - 2013 ãîä.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
end
object OKButton: TButton
Left = 135
Top = 148
Width = 75
Height = 25
Caption = 'Çàêðûòü'
Default = True
ModalResult = 1
TabOrder = 1
end
end