From ee8f910cb0a2761d77a13fb4423a157a6d64b19c Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 20 Apr 2026 14:55:53 +0200 Subject: =?UTF-8?q?=D0=97=D0=B0=D0=BA=D0=BE=D0=BD=D1=87=D0=B8=D0=BB=20Colu?= =?UTF-8?q?mns=20=D0=B8=D0=B7=207-=D0=B9=20=D0=B3=D0=BB=D0=B0=D0=B2=D1=8B,?= =?UTF-8?q?=20=D1=81=D0=B5=D0=B4=D1=8C=D0=BC=D0=BE=D0=B3=D0=BE=20=D1=83?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B6=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../7/7_columns/unit1.lfm" | 65 ++++++++++++++++++++++ 1 file changed, 65 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/7/7_columns/unit1.lfm" (limited to 'Занимательное программирование/7/7_columns/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/7/7_columns/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/7/7_columns/unit1.lfm" new file mode 100644 index 0000000..d5b04e1 --- /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/7/7_columns/unit1.lfm" @@ -0,0 +1,65 @@ +object Form1: TForm1 + Left = 548 + Height = 1018 + Top = 198 + Width = 669 + Caption = 'Form1' + ClientHeight = 1018 + ClientWidth = 669 + DesignTimePPI = 144 + LCLVersion = '4.6.0.0' + OnCreate = FormCreate + OnDestroy = FormDestroy + OnKeyDown = FormKeyDown + OnKeyUp = FormKeyUp + object Screen: TImage + AnchorSideLeft.Control = Owner + AnchorSideLeft.Side = asrCenter + AnchorSideTop.Control = Owner + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrCenter + Left = 34 + Height = 800 + Top = 0 + Width = 600 + end + object BackBuffer: TImage + AnchorSideLeft.Control = Owner + AnchorSideLeft.Side = asrCenter + AnchorSideTop.Control = Owner + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrCenter + Left = 34 + Height = 800 + Top = 0 + Width = 600 + end + object ScoreLabel1: TLabel + AnchorSideLeft.Control = Screen + AnchorSideTop.Control = Screen + AnchorSideTop.Side = asrBottom + Left = 34 + Height = 39 + Top = 825 + Width = 69 + BorderSpacing.Top = 25 + Caption = 'Счет:' + Font.Height = -28 + Font.Name = 'Noto Sans' + ParentFont = False + end + object ScoreLabel: TLabel + AnchorSideLeft.Control = ScoreLabel1 + AnchorSideLeft.Side = asrBottom + AnchorSideTop.Control = ScoreLabel1 + Left = 123 + Height = 39 + Top = 825 + Width = 16 + BorderSpacing.Left = 20 + Caption = '0' + Font.Height = -28 + Font.Name = 'Noto Sans' + ParentFont = False + end +end -- cgit v1.2.3