-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
63 lines (63 loc) · 1.81 KB
/
Unit1.dfm
File metadata and controls
63 lines (63 loc) · 1.81 KB
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
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1053#1072#1095#1072#1083#1100#1085#1072#1103' '#1092#1086#1088#1084#1072
ClientHeight = 270
ClientWidth = 736
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poDesktopCenter
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 15
object HeaderLabel: TLabel
Left = 136
Top = 80
Width = 470
Height = 74
Alignment = taCenter
Caption = #1048#1085#1092#1086#1088#1084#1072#1094#1080#1086#1085#1085#1086'-'#1087#1086#1080#1089#1082#1086#1074#1072#1103' '#1089#1080#1089#1090#1077#1084#1072' "'#1050#1091#1088#1089#1099' '#1072#1085#1075#1083#1080#1081#1089#1082#1086#1075#1086' '#1103#1079#1099#1082#1072'"'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
WordWrap = True
end
object AuthorLabel: TLabel
Left = 291
Top = 231
Width = 421
Height = 31
Caption = #1040#1074#1090#1086#1088' '#1087#1088#1086#1076#1091#1082#1090#1072': '#1045#1075#1086#1088' '#1047#1072#1082#1088#1091#1078#1085#1099#1081' '#1055#1054'-23'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -23
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 16
Top = 232
Width = 115
Height = 30
Caption = #1055#1077#1088#1077#1081#1090#1080
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end