blob: 3a279e5b762b57fc0f988f90bd4e996a59e48b35 (
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
|
object Form1: TForm1
Left = 1048
Height = 675
Top = 310
Width = 933
Caption = 'Form1'
ClientHeight = 675
ClientWidth = 933
LCLVersion = '2.2.2.0'
object StartStopBtn: TButton
Left = 429
Height = 26
Top = 619
Width = 78
Caption = 'Пуск'
OnClick = StartStopBtnClick
TabOrder = 0
end
object Screen: TPaintBox
Left = 10
Height = 589
Top = 11
Width = 910
OnPaint = ScreenPaint
end
end
|