aboutsummaryrefslogtreecommitdiff
path: root/Занимательное программирование/1/8_5_life/unit1.lfm
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-12-13 16:35:46 +0100
committerEugen Wissner <belka@caraus.de>2025-12-13 16:35:46 +0100
commitc1147629f7aae2ee90ccd7c9f1ccbf106361d486 (patch)
tree67a549c6796702fa3db9248d599424066345dab4 /Занимательное программирование/1/8_5_life/unit1.lfm
parent98329e0a3dd4f78b5d815ac3896272ec70904901 (diff)
downloadbook-exercises-c1147629f7aae2ee90ccd7c9f1ccbf106361d486.tar.gz
Add book "Занимательное программирование"
Diffstat (limited to 'Занимательное программирование/1/8_5_life/unit1.lfm')
-rw-r--r--Занимательное программирование/1/8_5_life/unit1.lfm26
1 files changed, 26 insertions, 0 deletions
diff --git a/Занимательное программирование/1/8_5_life/unit1.lfm b/Занимательное программирование/1/8_5_life/unit1.lfm
new file mode 100644
index 0000000..3a279e5
--- /dev/null
+++ b/Занимательное программирование/1/8_5_life/unit1.lfm
@@ -0,0 +1,26 @@
+object Form1: TForm1
+ Left = 1048
+ Height = 675
+ Top = 310
+ Width = 933
+ Caption = 'Form1'
+ ClientHeight = 675
+ ClientWidth = 933
+ LCLVersion = '2.2.2.0'
+ object StartStopBtn: TButton
+ Left = 429
+ Height = 26
+ Top = 619
+ Width = 78
+ Caption = 'Пуск'
+ OnClick = StartStopBtnClick
+ TabOrder = 0
+ end
+ object Screen: TPaintBox
+ Left = 10
+ Height = 589
+ Top = 11
+ Width = 910
+ OnPaint = ScreenPaint
+ end
+end