35 lines
595 B
Plaintext
35 lines
595 B
Plaintext
object Form1: TForm1
|
|
Left = 268
|
|
Height = 493
|
|
Top = 247
|
|
Width = 1279
|
|
Caption = 'Form1'
|
|
ClientHeight = 493
|
|
ClientWidth = 1279
|
|
DesignTimePPI = 93
|
|
LCLVersion = '2.0.12.0'
|
|
object Screen: TPaintBox
|
|
Left = 11
|
|
Height = 432
|
|
Top = 11
|
|
Width = 629
|
|
OnPaint = ScreenPaint
|
|
end
|
|
object StartStopBtn: TButton
|
|
Left = 592
|
|
Height = 20
|
|
Top = 464
|
|
Width = 99
|
|
Caption = 'Пуск'
|
|
OnClick = StartStopBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object Path: TPaintBox
|
|
Left = 640
|
|
Height = 432
|
|
Top = 11
|
|
Width = 629
|
|
OnPaint = PathPaint
|
|
end
|
|
end
|