Add book "Занимательное программирование"

This commit is contained in:
2025-12-13 16:35:46 +01:00
parent 98329e0a3d
commit c1147629f7
78 changed files with 4530 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
object Form1: TForm1
Left = 0
Height = 654
Top = 738
Width = 904
Caption = 'Form1'
ClientHeight = 654
ClientWidth = 904
DesignTimePPI = 93
LCLVersion = '2.0.12.0'
object StartStopBtn: TButton
Left = 416
Height = 25
Top = 600
Width = 76
Caption = 'Пуск'
OnClick = StartStopBtnClick
TabOrder = 0
end
object Screen: TPaintBox
Left = 10
Height = 571
Top = 11
Width = 882
OnPaint = ScreenPaint
end
end