-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit4.dfm
134 lines (134 loc) · 3.47 KB
/
Unit4.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
object Form4: TForm4
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #1054' '#1087#1088#1086#1075#1088#1072#1084#1084#1077
ClientHeight = 248
ClientWidth = 351
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PopupMode = pmExplicit
PopupParent = Form1.Owner
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 205
Width = 351
Height = 43
Align = alBottom
TabOrder = 0
object Button1: TButton
Left = 1
Top = 1
Width = 349
Height = 41
Align = alClient
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
ExplicitLeft = 160
ExplicitTop = 16
ExplicitWidth = 75
ExplicitHeight = 25
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 351
Height = 205
Align = alClient
TabOrder = 1
ExplicitLeft = 80
ExplicitTop = 104
ExplicitWidth = 185
ExplicitHeight = 41
object Label1: TLabel
Left = 72
Top = 8
Width = 209
Height = 26
Caption = #1052#1072#1096#1080#1085#1072' '#1058#1100#1102#1088#1080#1085#1075#1072
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 0
Top = 40
Width = 108
Height = 21
Caption = #1044#1080#1089#1094#1080#1087#1083#1080#1085#1072': '
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label3: TLabel
Left = 0
Top = 67
Width = 351
Height = 25
Caption = #1058#1077#1086#1088#1080#1103' '#1072#1074#1090#1086#1084#1072#1090#1086#1074' '#1080' '#1092#1086#1088#1084#1072#1083#1100#1085#1099#1093' '#1103#1079#1099#1082#1086#1074
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label4: TLabel
Left = 0
Top = 110
Width = 219
Height = 21
Caption = #1042#1099#1087#1086#1083#1085#1080#1083': '#1089#1090#1091#1076#1077#1085#1090' '#1055#1054'71'#1041
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 92
Top = 137
Width = 158
Height = 21
Caption = #1052#1077#1079#1077#1085#1086#1074' '#1042#1083#1072#1076#1080#1089#1083#1072#1074
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 156
Top = 172
Width = 47
Height = 21
Caption = '2019'#1075'.'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
end
end