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/4_gas/unit1.lfm" | 43 ++++++++++++++++++++++ 1 file changed, 43 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/4_gas/unit1.lfm" (limited to 'Занимательное программирование/1/4_gas/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/4_gas/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/4_gas/unit1.lfm" new file mode 100644 index 0000000..ffe21cd --- /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/4_gas/unit1.lfm" @@ -0,0 +1,43 @@ +object Form1: TForm1 + Left = 1198 + Height = 684 + Top = 326 + Width = 732 + Caption = 'Form1' + ClientHeight = 684 + ClientWidth = 732 + DesignTimePPI = 93 + LCLVersion = '2.0.12.0' + object StartStopBtn: TButton + Left = 296 + Height = 27 + Top = 512 + Width = 140 + Caption = 'Пуск' + OnClick = StartStopBtnClick + TabOrder = 0 + end + object Screen: TPaintBox + Left = 16 + Height = 416 + Top = 15 + Width = 702 + OnPaint = ScreenPaint + end + object Cold: TLabel + Left = 144 + Height = 16 + Top = 448 + Width = 7 + Caption = '0' + ParentColor = False + end + object Warm: TLabel + Left = 528 + Height = 16 + Top = 448 + Width = 7 + Caption = '0' + ParentColor = False + end +end -- cgit v1.2.3