aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/9_conway/unit1.lfm
blob: 121b6dc5e8712d54431f8d5ae1332fb85104ef11 (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
object Form1: TForm1
  Left = 973
  Height = 501
  Top = 519
  Width = 807
  Caption = 'Form1'
  ClientHeight = 501
  ClientWidth = 807
  LCLVersion = '2.2.2.0'
  object Screen: TPaintBox
    Left = 7
    Height = 431
    Top = 9
    Width = 792
    OnPaint = ScreenPaint
  end
  object StartStopBtn: TButton
    Left = 372
    Height = 26
    Top = 462
    Width = 74
    Caption = 'Пуск'
    OnClick = StartStopBtnClick
    TabOrder = 0
  end
end