diff options
Diffstat (limited to 'Занимательное программирование/1/10_turtle/unit1.lfm')
| -rw-r--r-- | Занимательное программирование/1/10_turtle/unit1.lfm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Занимательное программирование/1/10_turtle/unit1.lfm b/Занимательное программирование/1/10_turtle/unit1.lfm new file mode 100644 index 0000000..bbc813d --- /dev/null +++ b/Занимательное программирование/1/10_turtle/unit1.lfm @@ -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 |
