Add book "Занимательное программирование"
This commit is contained in:
35
Занимательное программирование/1/10_turtle/unit1.lfm
Normal file
35
Занимательное программирование/1/10_turtle/unit1.lfm
Normal file
@@ -0,0 +1,35 @@
|
||||
object Form1: TForm1
|
||||
Left = 1507
|
||||
Height = 973
|
||||
Top = 251
|
||||
Width = 1014
|
||||
Caption = 'Form1'
|
||||
ClientHeight = 973
|
||||
ClientWidth = 1014
|
||||
LCLVersion = '2.2.2.0'
|
||||
object Screen: TPaintBox
|
||||
Left = 8
|
||||
Height = 760
|
||||
Top = 8
|
||||
Width = 960
|
||||
OnPaint = ScreenPaint
|
||||
end
|
||||
object StartStopBtn: TButton
|
||||
Left = 448
|
||||
Height = 31
|
||||
Top = 784
|
||||
Width = 86
|
||||
Caption = 'Пуск'
|
||||
OnClick = StartStopBtnClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object EditK: TEdit
|
||||
Left = 336
|
||||
Height = 32
|
||||
Top = 784
|
||||
Width = 80
|
||||
NumbersOnly = True
|
||||
TabOrder = 1
|
||||
Text = '2'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user