blob: 20858b63763b6e6b8d6709fcc79e33c04ecf5e0d (
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
27
|
object Form1: TForm1
Left = 0
Height = 654
Top = 738
Width = 904
Caption = 'Form1'
ClientHeight = 654
ClientWidth = 904
DesignTimePPI = 93
LCLVersion = '2.0.12.0'
object StartStopBtn: TButton
Left = 416
Height = 25
Top = 600
Width = 76
Caption = 'Пуск'
OnClick = StartStopBtnClick
TabOrder = 0
end
object Screen: TPaintBox
Left = 10
Height = 571
Top = 11
Width = 882
OnPaint = ScreenPaint
end
end
|