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 = 597
Height = 560
Top = 476
Width = 845
Caption = 'Form1'
ClientHeight = 560
ClientWidth = 845
DesignTimePPI = 93
LCLVersion = '2.0.12.0'
object Screen: TPaintBox
Left = 11
Height = 466
Top = 6
Width = 820
OnPaint = ScreenPaint
end
object StartStopBtn: TButton
Left = 387
Height = 27
Top = 490
Width = 72
Caption = 'Пуск'
OnClick = StartStopBtnClick
TabOrder = 0
end
end