Add book "Занимательное программирование"
This commit is contained in:
34
Занимательное программирование/1/3_brownian_motion/unit1.lfm
Normal file
34
Занимательное программирование/1/3_brownian_motion/unit1.lfm
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user