From c1147629f7aae2ee90ccd7c9f1ccbf106361d486 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 13 Dec 2025 16:35:46 +0100 Subject: =?UTF-8?q?Add=20book=20"=D0=97=D0=B0=D0=BD=D0=B8=D0=BC=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D0=B5=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D0=BC=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1/8_5_life/unit1.lfm" | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 "\320\227\320\260\320\275\320\270\320\274\320\260\321\202\320\265\320\273\321\214\320\275\320\276\320\265 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265/1/8_5_life/unit1.lfm" (limited to 'Занимательное программирование/1/8_5_life/unit1.lfm') diff --git "a/\320\227\320\260\320\275\320\270\320\274\320\260\321\202\320\265\320\273\321\214\320\275\320\276\320\265 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265/1/8_5_life/unit1.lfm" "b/\320\227\320\260\320\275\320\270\320\274\320\260\321\202\320\265\320\273\321\214\320\275\320\276\320\265 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265/1/8_5_life/unit1.lfm" new file mode 100644 index 0000000..3a279e5 --- /dev/null +++ "b/\320\227\320\260\320\275\320\270\320\274\320\260\321\202\320\265\320\273\321\214\320\275\320\276\320\265 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265/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 -- cgit v1.2.3