aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/7/7_columns/unit1.lfm
blob: d5b04e160b7e742f7a02be28b4f8b6087610ca93 (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
54
55
56
57
58
59
60
61
62
63
64
65
object Form1: TForm1
  Left = 548
  Height = 1018
  Top = 198
  Width = 669
  Caption = 'Form1'
  ClientHeight = 1018
  ClientWidth = 669
  DesignTimePPI = 144
  LCLVersion = '4.6.0.0'
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnKeyUp = FormKeyUp
  object Screen: TImage
    AnchorSideLeft.Control = Owner
    AnchorSideLeft.Side = asrCenter
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrCenter
    Left = 34
    Height = 800
    Top = 0
    Width = 600
  end
  object BackBuffer: TImage
    AnchorSideLeft.Control = Owner
    AnchorSideLeft.Side = asrCenter
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrCenter
    Left = 34
    Height = 800
    Top = 0
    Width = 600
  end
  object ScoreLabel1: TLabel
    AnchorSideLeft.Control = Screen
    AnchorSideTop.Control = Screen
    AnchorSideTop.Side = asrBottom
    Left = 34
    Height = 39
    Top = 825
    Width = 69
    BorderSpacing.Top = 25
    Caption = 'Счет:'
    Font.Height = -28
    Font.Name = 'Noto Sans'
    ParentFont = False
  end
  object ScoreLabel: TLabel
    AnchorSideLeft.Control = ScoreLabel1
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = ScoreLabel1
    Left = 123
    Height = 39
    Top = 825
    Width = 16
    BorderSpacing.Left = 20
    Caption = '0'
    Font.Height = -28
    Font.Name = 'Noto Sans'
    ParentFont = False
  end
end