blob: bbc813dac400932cb838f32ddce60ef88d149b9f (
plain)
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
|
object Form1: TForm1
Left = 1507
Height = 973
Top = 251
Width = 1014
Caption = 'Form1'
ClientHeight = 973
ClientWidth = 1014
LCLVersion = '2.2.2.0'
object Screen: TPaintBox
Left = 8
Height = 760
Top = 8
Width = 960
OnPaint = ScreenPaint
end
object StartStopBtn: TButton
Left = 448
Height = 31
Top = 784
Width = 86
Caption = 'Пуск'
OnClick = StartStopBtnClick
TabOrder = 0
end
object EditK: TEdit
Left = 336
Height = 32
Top = 784
Width = 80
NumbersOnly = True
TabOrder = 1
Text = '2'
end
end
|