-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit1.dfm
More file actions
172 lines (172 loc) · 3.9 KB
/
Copy pathUnit1.dfm
File metadata and controls
172 lines (172 loc) · 3.9 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
object Form1: TForm1
Left = 0
Top = 0
Caption = #1051#1072#1073#1086#1088#1072#1090#1086#1088#1085#1072#1103' '#1088#1072#1073#1086#1090#1072' '#8470'15'
ClientHeight = 269
ClientWidth = 501
Color = clCream
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 16
Top = 40
Width = 145
Height = 24
Cursor = crHandPoint
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object Edit2: TEdit
Left = 200
Top = 40
Width = 137
Height = 24
Cursor = crHandPoint
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
Visible = False
end
object Memo1: TMemo
Left = 16
Top = 78
Width = 321
Height = 177
Cursor = crHandPoint
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 2
end
object Button1: TButton
Left = 376
Top = 14
Width = 105
Height = 28
Cursor = crHandPoint
Caption = #1057#1086#1088#1090#1080#1088#1086#1074#1082#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clHotLight
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 376
Top = 55
Width = 105
Height = 28
Cursor = crHandPoint
Caption = #1055#1086#1080#1089#1082' '#1101#1083#1077#1084#1077#1085#1090#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 375
Top = 98
Width = 106
Height = 28
Cursor = crHandPoint
Caption = #1054#1073#1098#1077#1076#1080#1085#1077#1085#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clYellow
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 376
Top = 142
Width = 106
Height = 28
Cursor = crHandPoint
Caption = #1055#1077#1088#1077#1089#1077#1095#1077#1085#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = Button4Click
end
object Button5: TButton
Left = 375
Top = 182
Width = 106
Height = 28
Cursor = crHandPoint
Caption = #1056#1072#1079#1085#1086#1089#1090#1100
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = Button5Click
end
object Button6: TButton
Left = 376
Top = 227
Width = 105
Height = 28
Cursor = crHandPoint
Caption = #1056#1072#1079#1085#1086#1089#1090#1100'2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 8
OnClick = Button6Click
end
object Button7: TButton
Left = 16
Top = 8
Width = 321
Height = 26
Cursor = crHandPoint
Caption = #1057#1086#1079#1076#1072#1085#1080#1077' '#1084#1072#1089#1089#1080#1074#1086#1074
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = Button7Click
end
end