-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit1.dfm
611 lines (611 loc) · 15.3 KB
/
Unit1.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
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1052#1072#1096#1080#1085#1072' '#1058#1100#1102#1088#1080#1085#1075#1072
ClientHeight = 629
ClientWidth = 872
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 872
Height = 179
Align = alTop
TabOrder = 0
ExplicitWidth = 862
object Label1: TLabel
Left = 1
Top = 36
Width = 870
Height = 24
Align = alTop
AutoSize = False
Caption = ' '#1059#1089#1083#1086#1074#1080#1077' '#1079#1072#1076#1072#1095#1080':'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
ExplicitTop = 42
ExplicitWidth = 860
end
object Memo1: TMemo
Left = 1
Top = 60
Width = 870
Height = 118
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
ExplicitWidth = 860
end
object Panel9: TPanel
Left = 1
Top = 1
Width = 870
Height = 35
Align = alTop
TabOrder = 1
ExplicitWidth = 860
object BitBtn1: TBitBtn
Left = 1
Top = 1
Width = 62
Height = 33
Align = alLeft
Caption = 'Start'
Default = True
ModalResult = 1
NumGlyphs = 2
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 63
Top = 1
Width = 65
Height = 33
Align = alLeft
Caption = 'Step'
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 128
Top = 1
Width = 64
Height = 33
Align = alLeft
Caption = 'Stop'
TabOrder = 2
OnClick = BitBtn3Click
end
end
end
object Panel2: TPanel
Left = 0
Top = 179
Width = 872
Height = 93
Align = alClient
TabOrder = 1
ExplicitWidth = 862
ExplicitHeight = 83
object Image1: TImage
Left = 415
Top = -1
Width = 34
Height = 78
ParentShowHint = False
Picture.Data = {
0954506E67496D61676589504E470D0A1A0A0000000D49484452000000800000
00800806000000C33E61CB000002984944415478DAEDD2CB6D1B511404512B23
A7A4CC6E467646F6A617520B203198FF549DDD05384083AF3E7E09EDE3EC013A
9701C019009C01C019009C01C01900DC1D02F877F680952EFD1F5F7A5C180075
5C1800755C1800755C1800755C1800755C1800755C1800755C1800755C180075
5C1800755C1800755C1800755C1800755C1800755C1800755C1800755C180075
5C1800755C1800755C1800755C1800755C1800755C1800755C1800755C180075
5C1800755C1800755C1800755C1800755C1800755C1800755C1800755C180075
5C1800755C1800755C1800755C1800755C1800755C1800755C1800755C180075
5C1800755C1800755C1800755C1800755C1800755C1800755C1800755C180075
5C1800755C1800755C1800755C1800755C1800755C18C0C9E3FED4FDFBECD17A
69EAFE7CF56303789EA9DB0060A66E038099BA5707D00CE25AA6EECF251F1BC0
FD4DDD060033751B00CCD4BD7B00CD208E35752F7AF06600F733751B00CCD46D
003053F7E9013483D8D6D4BDEAC19B015CDFD46D003053B701C04CDD970FA019
C43253F7A60FDE0CE07AA66E038099BA0D0066EABE7D00CD20BE9BBA777DF066
00E79BBA0D0066EA360098A9FBF101345A1053F7A10FDE0CE07853B701D46D00
073280E34DDDF800DAD38298BA4F7DF06600FB9BBA0DE00D03389001EC6FEA36
8085EE16C4D47DA9076F06B0BDA9DB005632801D19C0F6A66E03D8D8D58298BA
2FFDE0CD00D69BBA0D606706B02103586FEA3680831D1DC4D47DAB076F06B0DC
D46D00273380150C60B9A9DB002E66EB20A6EE5B3F783380F7A66E03B8380358
C000DE9BBA0DE066960631753FEAC19B01FC34751BC0CD19C00B06F0D3D46D00
0FD341FCADFBD10FDE0CC000700CE00B0330009119009C01C019009C01C01900
9C01C01900DC7F99D3A881C495D9A10000000049454E44AE426082}
Proportional = True
ShowHint = False
end
object Panel4: TPanel
Left = 1
Top = 1
Width = 24
Height = 91
Align = alLeft
TabOrder = 0
ExplicitHeight = 81
object Button1: TButton
Left = 1
Top = 1
Width = 22
Height = 89
Align = alClient
Caption = '<'
TabOrder = 0
OnClick = Button1Click
ExplicitHeight = 79
end
end
object Panel5: TPanel
Left = 847
Top = 1
Width = 24
Height = 91
Align = alRight
Caption = 'Panel5'
TabOrder = 1
ExplicitLeft = 837
ExplicitHeight = 81
object Button2: TButton
Left = 1
Top = 1
Width = 22
Height = 89
Align = alClient
Caption = '>'
TabOrder = 0
OnClick = Button2Click
ExplicitHeight = 79
end
end
object Button3: TButton
Left = 30
Top = 32
Width = 34
Height = 33
TabOrder = 2
OnClick = Button15Click
end
object Button4: TButton
Left = 63
Top = 32
Width = 34
Height = 33
TabOrder = 3
OnClick = Button15Click
end
object Button5: TButton
Left = 95
Top = 32
Width = 34
Height = 33
TabOrder = 4
OnClick = Button15Click
end
object Button6: TButton
Left = 127
Top = 32
Width = 34
Height = 33
TabOrder = 5
OnClick = Button15Click
end
object Button7: TButton
Left = 159
Top = 32
Width = 34
Height = 33
TabOrder = 6
OnClick = Button15Click
end
object Button8: TButton
Left = 191
Top = 32
Width = 34
Height = 33
TabOrder = 7
OnClick = Button15Click
end
object Button9: TButton
Left = 223
Top = 32
Width = 34
Height = 33
TabOrder = 8
OnClick = Button15Click
end
object Button10: TButton
Left = 255
Top = 32
Width = 34
Height = 33
TabOrder = 9
OnClick = Button15Click
end
object Button11: TButton
Left = 287
Top = 32
Width = 34
Height = 33
TabOrder = 10
OnClick = Button15Click
end
object Button12: TButton
Left = 319
Top = 32
Width = 34
Height = 33
TabOrder = 11
OnClick = Button15Click
end
object Button13: TButton
Left = 351
Top = 32
Width = 34
Height = 33
TabOrder = 12
OnClick = Button15Click
end
object Button14: TButton
Left = 383
Top = 32
Width = 34
Height = 33
TabOrder = 13
OnClick = Button15Click
end
object Button15: TButton
Left = 415
Top = 32
Width = 34
Height = 33
TabOrder = 14
OnClick = Button15Click
end
object Button16: TButton
Left = 447
Top = 32
Width = 34
Height = 33
TabOrder = 15
OnClick = Button15Click
end
object Button17: TButton
Left = 479
Top = 32
Width = 34
Height = 33
TabOrder = 16
OnClick = Button15Click
end
object Button18: TButton
Left = 511
Top = 32
Width = 34
Height = 33
TabOrder = 17
OnClick = Button15Click
end
object Button19: TButton
Left = 543
Top = 32
Width = 34
Height = 33
TabOrder = 18
OnClick = Button15Click
end
object Button20: TButton
Left = 575
Top = 32
Width = 34
Height = 33
TabOrder = 19
OnClick = Button15Click
end
object Button21: TButton
Left = 607
Top = 32
Width = 34
Height = 33
TabOrder = 20
OnClick = Button15Click
end
object Button22: TButton
Left = 639
Top = 32
Width = 34
Height = 33
TabOrder = 21
OnClick = Button15Click
end
object Button23: TButton
Left = 671
Top = 32
Width = 34
Height = 33
TabOrder = 22
OnClick = Button15Click
end
object Button24: TButton
Left = 703
Top = 32
Width = 34
Height = 33
TabOrder = 23
OnClick = Button15Click
end
object Button25: TButton
Left = 735
Top = 32
Width = 34
Height = 33
TabOrder = 24
OnClick = Button15Click
end
object Button26: TButton
Left = 767
Top = 32
Width = 34
Height = 33
TabOrder = 25
OnClick = Button15Click
end
object Button27: TButton
Left = 799
Top = 32
Width = 34
Height = 33
TabOrder = 26
OnClick = Button15Click
end
end
object Panel3: TPanel
Left = 0
Top = 272
Width = 872
Height = 357
Align = alBottom
TabOrder = 2
ExplicitTop = 262
ExplicitWidth = 862
object Panel6: TPanel
Left = 1
Top = 1
Width = 601
Height = 355
Align = alClient
TabOrder = 0
ExplicitWidth = 591
object StringGrid1: TStringGrid
Left = 1
Top = 67
Width = 599
Height = 287
Align = alClient
Color = clBtnFace
ColCount = 2
DoubleBuffered = False
DrawingStyle = gdsGradient
FixedColor = clSilver
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goEditing, goAlwaysShowEditor]
ParentDoubleBuffered = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
ExplicitWidth = 589
end
object Panel8: TPanel
Left = 1
Top = 1
Width = 599
Height = 66
Align = alTop
TabOrder = 1
ExplicitWidth = 589
object Button28: TButton
Left = 1
Top = 30
Width = 126
Height = 35
Align = alLeft
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' Q '#1074' '#1085#1072#1095#1072#1083#1086
TabOrder = 0
OnClick = Button28Click
end
object Button29: TButton
Left = 127
Top = 30
Width = 128
Height = 35
Align = alLeft
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' Q '#1074' '#1082#1086#1085#1077#1094' '
TabOrder = 1
OnClick = Button29Click
end
object Button30: TButton
Left = 255
Top = 30
Width = 114
Height = 35
Align = alLeft
Caption = #1059#1076#1072#1083#1080#1090#1100' '#1074#1099#1073#1088#1072#1085#1086#1077' Q'
TabOrder = 2
OnClick = Button30Click
end
object Panel10: TPanel
Left = 1
Top = 1
Width = 597
Height = 29
Align = alTop
Caption = 'Panel10'
TabOrder = 3
ExplicitWidth = 587
object Label3: TLabel
Left = 1
Top = 1
Width = 69
Height = 27
Align = alLeft
Alignment = taCenter
AutoSize = False
Caption = #1040#1083#1092#1072#1074#1080#1090':'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
ExplicitHeight = 38
end
object Edit1: TEdit
Left = 70
Top = 1
Width = 526
Height = 27
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 0
OnChange = Edit1Change
ExplicitWidth = 516
end
end
object Button31: TButton
Left = 369
Top = 30
Width = 108
Height = 35
Align = alLeft
Caption = #1054#1095#1080#1089#1090#1080#1090#1100' '#1090#1072#1073#1083#1080#1094#1091
TabOrder = 4
OnClick = Button31Click
end
end
end
object Panel7: TPanel
Left = 602
Top = 1
Width = 269
Height = 355
Align = alRight
TabOrder = 1
ExplicitLeft = 592
object Label2: TLabel
Left = 1
Top = 1
Width = 267
Height = 24
Align = alTop
Alignment = taCenter
AutoSize = False
Caption = #1050#1086#1084#1084#1077#1085#1090#1072#1088#1080#1081
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
Layout = tlCenter
ExplicitLeft = 2
ExplicitTop = 9
end
object Memo2: TMemo
Left = 1
Top = 25
Width = 267
Height = 329
Align = alClient
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
end
end
object MainMenu1: TMainMenu
Left = 744
Top = 368
object N1: TMenuItem
Caption = #1060#1072#1081#1083
object N9: TMenuItem
Caption = #1054#1095#1080#1089#1090#1080#1090#1100
OnClick = N9Click
end
end
object N3: TMenuItem
Caption = #1057#1082#1086#1088#1086#1089#1090#1100
object N7: TMenuItem
Caption = #1041#1099#1089#1090#1088#1072#1103
OnClick = N7Click
end
object N6: TMenuItem
Caption = #1057#1088#1077#1076#1085#1103#1103
Checked = True
OnClick = N6Click
end
object N8: TMenuItem
Caption = #1052#1077#1076#1077#1083#1077#1085#1085#1072#1103
OnClick = N8Click
end
end
object N2: TMenuItem
Caption = #1054' '#1087#1088#1086#1075#1088#1072#1084#1084#1077
object N4: TMenuItem
Caption = #1057#1087#1088#1072#1074#1082#1072
OnClick = N4Click
end
object N5: TMenuItem
Caption = #1054#1073' '#1072#1074#1090#1086#1088#1077
OnClick = N5Click
end
end
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 632
Top = 366
end
end