From 024e8ac96a1b4b956a6017be71763c39ac13a7c7 Mon Sep 17 00:00:00 2001 From: AparyanLuiza Date: Wed, 22 Nov 2023 22:38:41 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectBulldozer/FormBulldozer.Designer.cs | 39 +++++++ ProjectBulldozer/FormBulldozer.cs | 10 ++ ProjectBulldozer/FormBulldozer.resx | 120 +++++++++++++++++++++ ProjectBulldozer/Program.cs | 17 +++ ProjectBulldozer/ProjectBulldozer.csproj | 11 ++ ProjectBulldozer/ProjectBulldozer.sln | 25 +++++ 6 files changed, 222 insertions(+) create mode 100644 ProjectBulldozer/FormBulldozer.Designer.cs create mode 100644 ProjectBulldozer/FormBulldozer.cs create mode 100644 ProjectBulldozer/FormBulldozer.resx create mode 100644 ProjectBulldozer/Program.cs create mode 100644 ProjectBulldozer/ProjectBulldozer.csproj create mode 100644 ProjectBulldozer/ProjectBulldozer.sln diff --git a/ProjectBulldozer/FormBulldozer.Designer.cs b/ProjectBulldozer/FormBulldozer.Designer.cs new file mode 100644 index 0000000..4a70382 --- /dev/null +++ b/ProjectBulldozer/FormBulldozer.Designer.cs @@ -0,0 +1,39 @@ +namespace ProjectBulldozer +{ + partial class FormBulldozer + { + /// + /// 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() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} diff --git a/ProjectBulldozer/FormBulldozer.cs b/ProjectBulldozer/FormBulldozer.cs new file mode 100644 index 0000000..f9b7019 --- /dev/null +++ b/ProjectBulldozer/FormBulldozer.cs @@ -0,0 +1,10 @@ +namespace ProjectBulldozer +{ + public partial class FormBulldozer : Form + { + public FormBulldozer() + { + InitializeComponent(); + } + } +} diff --git a/ProjectBulldozer/FormBulldozer.resx b/ProjectBulldozer/FormBulldozer.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/ProjectBulldozer/FormBulldozer.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/ProjectBulldozer/Program.cs b/ProjectBulldozer/Program.cs new file mode 100644 index 0000000..ce4d1f0 --- /dev/null +++ b/ProjectBulldozer/Program.cs @@ -0,0 +1,17 @@ +namespace ProjectBulldozer +{ + 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 FormBulldozer()); + } + } +} \ No newline at end of file diff --git a/ProjectBulldozer/ProjectBulldozer.csproj b/ProjectBulldozer/ProjectBulldozer.csproj new file mode 100644 index 0000000..b57c89e --- /dev/null +++ b/ProjectBulldozer/ProjectBulldozer.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/ProjectBulldozer/ProjectBulldozer.sln b/ProjectBulldozer/ProjectBulldozer.sln new file mode 100644 index 0000000..357ff01 --- /dev/null +++ b/ProjectBulldozer/ProjectBulldozer.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34316.72 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectBulldozer", "ProjectBulldozer.csproj", "{E93657C7-9250-4FD8-98C5-E69709A421DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E93657C7-9250-4FD8-98C5-E69709A421DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E93657C7-9250-4FD8-98C5-E69709A421DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E93657C7-9250-4FD8-98C5-E69709A421DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E93657C7-9250-4FD8-98C5-E69709A421DF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EE428CCF-7519-42FF-BBC4-23CC6E0CFF09} + EndGlobalSection +EndGlobal