aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/3_brownian_motion/unit1.lfm
blob: e0d1098e69491622a221127ae8f0c86137490324 (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
object Form1: TForm1
  Left = 268
  Height = 493
  Top = 247
  Width = 1279
  Caption = 'Form1'
  ClientHeight = 493
  ClientWidth = 1279
  DesignTimePPI = 93
  LCLVersion = '2.0.12.0'
  object Screen: TPaintBox
    Left = 11
    Height = 432
    Top = 11
    Width = 629
    OnPaint = ScreenPaint
  end
  object StartStopBtn: TButton
    Left = 592
    Height = 20
    Top = 464
    Width = 99
    Caption = 'Пуск'
    OnClick = StartStopBtnClick
    TabOrder = 0
  end
  object Path: TPaintBox
    Left = 640
    Height = 432
    Top = 11
    Width = 629
    OnPaint = PathPaint
  end
end