Files

36 lines
599 B
Plaintext

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