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,26 @@
object Form1: TForm1
Left = 973
Height = 501
Top = 519
Width = 807
Caption = 'Form1'
ClientHeight = 501
ClientWidth = 807
LCLVersion = '2.2.2.0'
object Screen: TPaintBox
Left = 7
Height = 431
Top = 9
Width = 792
OnPaint = ScreenPaint
end
object StartStopBtn: TButton
Left = 372
Height = 26
Top = 462
Width = 74
Caption = 'Пуск'
OnClick = StartStopBtnClick
TabOrder = 0
end
end