From 6d7c43c85f8852ed3b3fa9cefc742bc87e941842 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 17 Dec 2025 12:12:16 +0100 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=82?= =?UTF-8?q?=D1=80=D0=B5=D1=82=D1=8C=D1=8E=20=D0=B3=D0=BB=D0=B0=D0=B2=D1=83?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BD=D0=B8=D0=BC=D0=B0=D1=82=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3/1_move/octahedron.lfm" | 75 ++++++++++++++++++++++ 1 file changed, 75 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/3/1_move/octahedron.lfm" (limited to 'Занимательное программирование/3/1_move/octahedron.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/3/1_move/octahedron.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/3/1_move/octahedron.lfm" new file mode 100644 index 0000000..34b256e --- /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/3/1_move/octahedron.lfm" @@ -0,0 +1,75 @@ +object Form1: TForm1 + Left = 352 + Height = 673 + Top = 32 + Width = 600 + Caption = 'Form1' + ClientHeight = 673 + ClientWidth = 600 + DesignTimePPI = 120 + object BackScreen: TImage + AnchorSideLeft.Control = Owner + AnchorSideTop.Control = Owner + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrBottom + AnchorSideBottom.Control = StartStopBtn + Left = 0 + Height = 600 + Top = 0 + Width = 600 + Anchors = [akTop, akLeft, akRight, akBottom] + BorderSpacing.Bottom = 15 + end + object Screen: TPaintBox + AnchorSideLeft.Control = Owner + AnchorSideTop.Control = Owner + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrBottom + AnchorSideBottom.Control = StartStopBtn + Left = 0 + Height = 600 + Top = 0 + Width = 600 + Anchors = [akTop, akLeft, akRight, akBottom] + BorderSpacing.Bottom = 15 + end + object StartStopBtn: TButton + AnchorSideLeft.Control = Owner + AnchorSideLeft.Side = asrCenter + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrBottom + AnchorSideBottom.Control = Owner + AnchorSideBottom.Side = asrBottom + Left = 472 + Height = 48 + Top = 615 + Width = 118 + Anchors = [akRight, akBottom] + BorderSpacing.Right = 10 + BorderSpacing.Bottom = 10 + Caption = 'Пуск' + TabOrder = 0 + OnClick = StartStopBtnClick + end + object ResizeField: TFloatSpinEdit + AnchorSideLeft.Control = Owner + AnchorSideBottom.Control = Owner + AnchorSideBottom.Side = asrBottom + Left = 10 + Height = 28 + Top = 635 + Width = 63 + Anchors = [akLeft, akBottom] + BorderSpacing.Left = 10 + BorderSpacing.Bottom = 10 + TabOrder = 1 + Value = 1 + end + object Label1: TLabel + Left = 10 + Height = 20 + Top = 615 + Width = 125 + Caption = 'Изменить размер' + end +end -- cgit v1.2.3