28 lines
477 B
Plaintext
28 lines
477 B
Plaintext
object Form1: TForm1
|
|
Left = 976
|
|
Height = 506
|
|
Top = 800
|
|
Width = 767
|
|
Caption = 'Form1'
|
|
ClientHeight = 506
|
|
ClientWidth = 767
|
|
DesignTimePPI = 93
|
|
LCLVersion = '2.0.12.0'
|
|
object Screen: TPaintBox
|
|
Left = 11
|
|
Height = 432
|
|
Top = 11
|
|
Width = 740
|
|
OnPaint = ScreenPaint
|
|
end
|
|
object StartStopBtn: TButton
|
|
Left = 336
|
|
Height = 20
|
|
Top = 464
|
|
Width = 99
|
|
Caption = 'Пуск'
|
|
OnClick = StartStopBtnClick
|
|
TabOrder = 0
|
|
end
|
|
end
|