blob: c020ad3a2098843b20a3872773d7ceb071fbe2ec (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
object Form1: TForm1
Left = 352
Height = 673
Top = 32
Width = 600
Caption = 'Form1'
ClientHeight = 673
ClientWidth = 600
DesignTimePPI = 120
object BackScreen: TImage
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = StartStopBtn
Left = 0
Height = 600
Top = 0
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 15
end
object Screen: TPaintBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = StartStopBtn
Left = 0
Height = 600
Top = 0
Width = 600
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 15
end
object StartStopBtn: TButton
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrCenter
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 241
Height = 48
Top = 615
Width = 118
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 10
Caption = 'Пуск'
TabOrder = 0
OnClick = StartStopBtnClick
end
end
|