28 lines
476 B
Plaintext
28 lines
476 B
Plaintext
object Form1: TForm1
|
|
Left = 227
|
|
Height = 575
|
|
Top = 577
|
|
Width = 986
|
|
Caption = 'Form1'
|
|
ClientHeight = 575
|
|
ClientWidth = 986
|
|
DesignTimePPI = 93
|
|
LCLVersion = '2.0.12.0'
|
|
object Screen: TPaintBox
|
|
Left = 8
|
|
Height = 474
|
|
Top = 9
|
|
Width = 968
|
|
OnPaint = ScreenPaint
|
|
end
|
|
object StartStopBtn: TButton
|
|
Left = 440
|
|
Height = 31
|
|
Top = 509
|
|
Width = 112
|
|
Caption = 'Пуск'
|
|
OnClick = StartStopBtnClick
|
|
TabOrder = 0
|
|
end
|
|
end
|