From fcd89b1e641659f582b7fd9382e6c17fd2a23d44 Mon Sep 17 00:00:00 2001 From: Slivin Date: Wed, 28 Jan 2026 15:57:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 + Slivin_PR03_GIT/Form1.Designer.cs | 39 +++++++ Slivin_PR03_GIT/Form1.cs | 10 ++ Slivin_PR03_GIT/Form1.resx | 120 ++++++++++++++++++++ Slivin_PR03_GIT/Program.cs | 17 +++ Slivin_PR03_GIT/Slivin_PR03_GIT.csproj | 11 ++ Slivin_PR03_GIT/Slivin_PR03_GIT.csproj.user | 8 ++ Slivin_PR03_GIT/Slivin_PR03_GIT.slnx | 3 + 8 files changed, 214 insertions(+) create mode 100644 .gitignore create mode 100644 Slivin_PR03_GIT/Form1.Designer.cs create mode 100644 Slivin_PR03_GIT/Form1.cs create mode 100644 Slivin_PR03_GIT/Form1.resx create mode 100644 Slivin_PR03_GIT/Program.cs create mode 100644 Slivin_PR03_GIT/Slivin_PR03_GIT.csproj create mode 100644 Slivin_PR03_GIT/Slivin_PR03_GIT.csproj.user create mode 100644 Slivin_PR03_GIT/Slivin_PR03_GIT.slnx diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f374dd3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ + + + +.vs/ +bin/ +obj/ diff --git a/Slivin_PR03_GIT/Form1.Designer.cs b/Slivin_PR03_GIT/Form1.Designer.cs new file mode 100644 index 0000000..06fdc71 --- /dev/null +++ b/Slivin_PR03_GIT/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Slivin_PR03_GIT +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(800, 450); + Text = "Form1"; + } + + #endregion + } +} diff --git a/Slivin_PR03_GIT/Form1.cs b/Slivin_PR03_GIT/Form1.cs new file mode 100644 index 0000000..c9f08d2 --- /dev/null +++ b/Slivin_PR03_GIT/Form1.cs @@ -0,0 +1,10 @@ +namespace Slivin_PR03_GIT +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/Slivin_PR03_GIT/Form1.resx b/Slivin_PR03_GIT/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Slivin_PR03_GIT/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Slivin_PR03_GIT/Program.cs b/Slivin_PR03_GIT/Program.cs new file mode 100644 index 0000000..8cb238a --- /dev/null +++ b/Slivin_PR03_GIT/Program.cs @@ -0,0 +1,17 @@ +namespace Slivin_PR03_GIT +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/Slivin_PR03_GIT/Slivin_PR03_GIT.csproj b/Slivin_PR03_GIT/Slivin_PR03_GIT.csproj new file mode 100644 index 0000000..5151c0a --- /dev/null +++ b/Slivin_PR03_GIT/Slivin_PR03_GIT.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net10.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/Slivin_PR03_GIT/Slivin_PR03_GIT.csproj.user b/Slivin_PR03_GIT/Slivin_PR03_GIT.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/Slivin_PR03_GIT/Slivin_PR03_GIT.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Slivin_PR03_GIT/Slivin_PR03_GIT.slnx b/Slivin_PR03_GIT/Slivin_PR03_GIT.slnx new file mode 100644 index 0000000..f1a2236 --- /dev/null +++ b/Slivin_PR03_GIT/Slivin_PR03_GIT.slnx @@ -0,0 +1,3 @@ + + +