blob: 19da9782dc36e4d2db0e5e17506e4241fcd9cfae (
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 = 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
|