aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/6_solar_system/unit1.lfm
blob: c2bc16b6550de0b79dcbe8734ae2ce2ada1a5e78 (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 = 597
  Height = 560
  Top = 476
  Width = 845
  Caption = 'Form1'
  ClientHeight = 560
  ClientWidth = 845
  DesignTimePPI = 93
  LCLVersion = '2.0.12.0'
  object Screen: TPaintBox
    Left = 11
    Height = 466
    Top = 6
    Width = 820
    OnPaint = ScreenPaint
  end
  object StartStopBtn: TButton
    Left = 387
    Height = 27
    Top = 490
    Width = 72
    Caption = 'Пуск'
    OnClick = StartStopBtnClick
    TabOrder = 0
  end
end