aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/3_brownian_motion/unit1.lfm
diff options
context:
space:
mode:
Diffstat (limited to 'Занимательное программирование/1/3_brownian_motion/unit1.lfm')
-rw-r--r--Занимательное программирование/1/3_brownian_motion/unit1.lfm34
1 files changed, 34 insertions, 0 deletions
diff --git a/Занимательное программирование/1/3_brownian_motion/unit1.lfm b/Занимательное программирование/1/3_brownian_motion/unit1.lfm
new file mode 100644
index 0000000..e0d1098
--- /dev/null
+++ b/Занимательное программирование/1/3_brownian_motion/unit1.lfm
@@ -0,0 +1,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