-
Notifications
You must be signed in to change notification settings - Fork 0
/
UAbout.dfm
executable file
·67 lines (67 loc) · 1.53 KB
/
UAbout.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
object FAbout: TFAbout
Left = 404
Top = 222
BorderStyle = bsDialog
Caption = 'Î ïðîãðàììå'
ClientHeight = 283
ClientWidth = 448
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
Left = 8
Top = 10
Width = 433
Height = 223
end
object Label1: TLabel
Left = 24
Top = 20
Width = 400
Height = 165
Alignment = taCenter
AutoSize = False
Caption =
'Èíñòðóìåíòàëüíàÿ ñèñòåìà èìèòàöèîííîãî ìîäåëèðîâàíèÿ è àíàëèçà ò' +
'åõíîëîãè÷åñêèõ ñòðóêòóð ïðîèçâîäñòâà ñûïó÷èõ ïðîäóêòîâ'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clNavy
Font.Height = -27
Font.Name = 'Times New Roman'
Font.Style = [fsItalic]
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 64
Top = 192
Width = 321
Height = 33
Alignment = taCenter
AutoSize = False
Caption = 'Áóðêîâñêèé Â.Ë., Åëåöêèõ Ñ.Â., Òèòîâ Ñ.Â., ÂÃÒÓ'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Button1: TButton
Left = 169
Top = 246
Width = 111
Height = 31
Caption = 'Çàêðûòü'
TabOrder = 0
OnClick = Button1Click
end
end