diff --git a/Lab_1/Form1.Designer.cs b/Lab_1/Form1.Designer.cs
deleted file mode 100644
index 0513c92..0000000
--- a/Lab_1/Form1.Designer.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-namespace Lab_1
-{
- 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()
- {
- 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/Lab_1/Form1.cs b/Lab_1/Form1.cs
deleted file mode 100644
index aff13cf..0000000
--- a/Lab_1/Form1.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace Lab_1
-{
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/Lab_1/Form1.resx b/Lab_1/Form1.resx
deleted file mode 100644
index 1af7de1..0000000
--- a/Lab_1/Form1.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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/Lab_1/Lab_1.csproj b/Lab_1/Lab_1.csproj
deleted file mode 100644
index 663fdb8..0000000
--- a/Lab_1/Lab_1.csproj
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- WinExe
- net8.0-windows
- enable
- true
- enable
-
-
-
\ No newline at end of file
diff --git a/Lab_1/Lab_1.sln b/Lab_1/Lab_1.sln
deleted file mode 100644
index aa3588d..0000000
--- a/Lab_1/Lab_1.sln
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.9.34616.47
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab_1", "Lab_1.csproj", "{98E4AC1F-F384-413E-8F56-8F4C089891C5}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {98E4AC1F-F384-413E-8F56-8F4C089891C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {98E4AC1F-F384-413E-8F56-8F4C089891C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {98E4AC1F-F384-413E-8F56-8F4C089891C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {98E4AC1F-F384-413E-8F56-8F4C089891C5}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {61B7E333-57A6-435A-8EEF-4B535E7BC401}
- EndGlobalSection
-EndGlobal
diff --git a/Lab_1/Program.cs b/Lab_1/Program.cs
deleted file mode 100644
index 6c21213..0000000
--- a/Lab_1/Program.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace Lab_1
-{
- 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/Lab_1_1/Lab_1_1.cpp b/Lab_1_1/Lab_1_1.cpp
deleted file mode 100644
index b4d21db..0000000
--- a/Lab_1_1/Lab_1_1.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-#include
-
-int main()
-{
- std::cout << "Hello World!\n";
-}
-
diff --git a/Lab_1_1/Lab_1_1.sln b/Lab_1_1/Lab_1_1.sln
deleted file mode 100644
index e267442..0000000
--- a/Lab_1_1/Lab_1_1.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.9.34616.47
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab_1_1", "Lab_1_1.vcxproj", "{6094D249-0C7B-4570-B5ED-D2231EE57C6D}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Debug|x64.ActiveCfg = Debug|x64
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Debug|x64.Build.0 = Debug|x64
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Debug|x86.ActiveCfg = Debug|Win32
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Debug|x86.Build.0 = Debug|Win32
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Release|x64.ActiveCfg = Release|x64
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Release|x64.Build.0 = Release|x64
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Release|x86.ActiveCfg = Release|Win32
- {6094D249-0C7B-4570-B5ED-D2231EE57C6D}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {BF42FC08-B132-4AA5-A9E5-B817D9BA4539}
- EndGlobalSection
-EndGlobal
diff --git a/Lab_1_1/Lab_1_1.vcxproj b/Lab_1_1/Lab_1_1.vcxproj
deleted file mode 100644
index 1c7afc3..0000000
--- a/Lab_1_1/Lab_1_1.vcxproj
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 17.0
- Win32Proj
- {6094d249-0c7b-4570-b5ed-d2231ee57c6d}
- Lab11
- 10.0
-
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Level3
- true
- WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Lab_1_1/Lab_1_1.vcxproj.filters b/Lab_1_1/Lab_1_1.vcxproj.filters
deleted file mode 100644
index 1b71ce2..0000000
--- a/Lab_1_1/Lab_1_1.vcxproj.filters
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Исходные файлы
-
-
-
\ No newline at end of file
diff --git a/Project1/Project1.sln b/Project1/Project1.sln
deleted file mode 100644
index af33897..0000000
--- a/Project1/Project1.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.9.34616.47
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project1", "Project1.vcxproj", "{F0C39474-71B8-4914-91F2-DD65FB204798}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Debug|x64.ActiveCfg = Debug|x64
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Debug|x64.Build.0 = Debug|x64
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Debug|x86.ActiveCfg = Debug|Win32
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Debug|x86.Build.0 = Debug|Win32
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Release|x64.ActiveCfg = Release|x64
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Release|x64.Build.0 = Release|x64
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Release|x86.ActiveCfg = Release|Win32
- {F0C39474-71B8-4914-91F2-DD65FB204798}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {04539764-9AE3-47AF-85C4-C99CCBE78C81}
- EndGlobalSection
-EndGlobal
diff --git a/Project1/Project1.vcxproj b/Project1/Project1.vcxproj
deleted file mode 100644
index 52f7514..0000000
--- a/Project1/Project1.vcxproj
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- 17.0
- Win32Proj
- {f0c39474-71b8-4914-91f2-dd65fb204798}
- Project1
- 10.0
-
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Level3
- true
- WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Project1/Project1.vcxproj.filters b/Project1/Project1.vcxproj.filters
deleted file mode 100644
index ef66db6..0000000
--- a/Project1/Project1.vcxproj.filters
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Исходные файлы
-
-
-
\ No newline at end of file
diff --git a/Project1/Source.cpp b/Project1/Source.cpp
deleted file mode 100644
index e69de29..0000000
diff --git a/Project2/Project2.sln b/Project2/Project2.sln
deleted file mode 100644
index 90fdf89..0000000
--- a/Project2/Project2.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.9.34616.47
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project2", "Project2.vcxproj", "{5BAF0939-8133-4D9E-8B39-958EC43491D3}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Debug|x64.ActiveCfg = Debug|x64
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Debug|x64.Build.0 = Debug|x64
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Debug|x86.ActiveCfg = Debug|Win32
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Debug|x86.Build.0 = Debug|Win32
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Release|x64.ActiveCfg = Release|x64
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Release|x64.Build.0 = Release|x64
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Release|x86.ActiveCfg = Release|Win32
- {5BAF0939-8133-4D9E-8B39-958EC43491D3}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C4CB4F65-E6A5-43C2-A385-186B3C989ECE}
- EndGlobalSection
-EndGlobal
diff --git a/Project2/Project2.vcxproj b/Project2/Project2.vcxproj
deleted file mode 100644
index 02e3772..0000000
--- a/Project2/Project2.vcxproj
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
- 17.0
- Win32Proj
- {5baf0939-8133-4d9e-8b39-958ec43491d3}
- Project2
- 10.0
-
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Level3
- true
- WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
-
-
-
-
diff --git a/Project2/Project2.vcxproj.filters b/Project2/Project2.vcxproj.filters
deleted file mode 100644
index 153170c..0000000
--- a/Project2/Project2.vcxproj.filters
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
\ No newline at end of file
diff --git a/Project3/Project3.sln b/Project3/Project3.sln
deleted file mode 100644
index 4cbed2f..0000000
--- a/Project3/Project3.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 17
-VisualStudioVersion = 17.9.34616.47
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project3", "Project3.vcxproj", "{01EBD5A5-B02B-4587-87E2-2B309D8EB922}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Debug|x64.ActiveCfg = Debug|x64
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Debug|x64.Build.0 = Debug|x64
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Debug|x86.ActiveCfg = Debug|Win32
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Debug|x86.Build.0 = Debug|Win32
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Release|x64.ActiveCfg = Release|x64
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Release|x64.Build.0 = Release|x64
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Release|x86.ActiveCfg = Release|Win32
- {01EBD5A5-B02B-4587-87E2-2B309D8EB922}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {A9C1C661-E9A0-4863-B35E-E9E35D7C06CC}
- EndGlobalSection
-EndGlobal
diff --git a/Project3/Project3.vcxproj b/Project3/Project3.vcxproj
deleted file mode 100644
index ecd96a9..0000000
--- a/Project3/Project3.vcxproj
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
-
- 17.0
- Win32Proj
- {01ebd5a5-b02b-4587-87e2-2b309d8eb922}
- Project3
- 10.0
-
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
- Application
- true
- v143
- Unicode
-
-
- Application
- false
- v143
- true
- Unicode
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Level3
- true
- WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
- Level3
- true
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
-
-
-
-
- Level3
- true
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
-
-
-
-
-
-
-
diff --git a/Project3/Project3.vcxproj.filters b/Project3/Project3.vcxproj.filters
deleted file mode 100644
index 153170c..0000000
--- a/Project3/Project3.vcxproj.filters
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx
-
-
- {93995380-89BD-4b04-88EB-625FBE52EBFB}
- h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd
-
-
- {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
\ No newline at end of file
diff --git a/ProjectAirline/FormAirline.Designer.cs b/ProjectAirline/FormAirline.Designer.cs
index 6181796..2f26f61 100644
--- a/ProjectAirline/FormAirline.Designer.cs
+++ b/ProjectAirline/FormAirline.Designer.cs
@@ -31,13 +31,12 @@
menuStrip = new MenuStrip();
справочникиToolStripMenuItem = new ToolStripMenuItem();
полетToolStripMenuItem = new ToolStripMenuItem();
+ операцииToolStripMenuItem = new ToolStripMenuItem();
+ отчетыToolStripMenuItem = new ToolStripMenuItem();
пассажирыToolStripMenuItem = new ToolStripMenuItem();
самолетыToolStripMenuItem = new ToolStripMenuItem();
билетыToolStripMenuItem = new ToolStripMenuItem();
- операцииToolStripMenuItem = new ToolStripMenuItem();
подготовительныеРаботыToolStripMenuItem = new ToolStripMenuItem();
- отчетыToolStripMenuItem = new ToolStripMenuItem();
- dateTimePicker1 = new DateTimePicker();
menuStrip.SuspendLayout();
SuspendLayout();
//
@@ -60,27 +59,9 @@
// полетToolStripMenuItem
//
полетToolStripMenuItem.Name = "полетToolStripMenuItem";
- полетToolStripMenuItem.Size = new Size(139, 22);
+ полетToolStripMenuItem.Size = new Size(180, 22);
полетToolStripMenuItem.Text = "Полеты";
//
- // пассажирыToolStripMenuItem
- //
- пассажирыToolStripMenuItem.Name = "пассажирыToolStripMenuItem";
- пассажирыToolStripMenuItem.Size = new Size(139, 22);
- пассажирыToolStripMenuItem.Text = "Пассажиры";
- //
- // самолетыToolStripMenuItem
- //
- самолетыToolStripMenuItem.Name = "самолетыToolStripMenuItem";
- самолетыToolStripMenuItem.Size = new Size(139, 22);
- самолетыToolStripMenuItem.Text = "Самолеты";
- //
- // билетыToolStripMenuItem
- //
- билетыToolStripMenuItem.Name = "билетыToolStripMenuItem";
- билетыToolStripMenuItem.Size = new Size(139, 22);
- билетыToolStripMenuItem.Text = "Билеты";
- //
// операцииToolStripMenuItem
//
операцииToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { подготовительныеРаботыToolStripMenuItem });
@@ -88,24 +69,35 @@
операцииToolStripMenuItem.Size = new Size(75, 20);
операцииToolStripMenuItem.Text = "Операции";
//
- // подготовительныеРаботыToolStripMenuItem
- //
- подготовительныеРаботыToolStripMenuItem.Name = "подготовительныеРаботыToolStripMenuItem";
- подготовительныеРаботыToolStripMenuItem.Size = new Size(223, 22);
- подготовительныеРаботыToolStripMenuItem.Text = "Подготовительные работы";
- //
// отчетыToolStripMenuItem
//
отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
отчетыToolStripMenuItem.Size = new Size(60, 20);
отчетыToolStripMenuItem.Text = "Отчеты";
//
- // dateTimePicker1
+ // пассажирыToolStripMenuItem
//
- dateTimePicker1.Location = new Point(227, 159);
- dateTimePicker1.Name = "dateTimePicker1";
- dateTimePicker1.Size = new Size(200, 23);
- dateTimePicker1.TabIndex = 1;
+ пассажирыToolStripMenuItem.Name = "пассажирыToolStripMenuItem";
+ пассажирыToolStripMenuItem.Size = new Size(180, 22);
+ пассажирыToolStripMenuItem.Text = "Пассажиры";
+ //
+ // самолетыToolStripMenuItem
+ //
+ самолетыToolStripMenuItem.Name = "самолетыToolStripMenuItem";
+ самолетыToolStripMenuItem.Size = new Size(180, 22);
+ самолетыToolStripMenuItem.Text = "Самолеты";
+ //
+ // билетыToolStripMenuItem
+ //
+ билетыToolStripMenuItem.Name = "билетыToolStripMenuItem";
+ билетыToolStripMenuItem.Size = new Size(180, 22);
+ билетыToolStripMenuItem.Text = "Билеты";
+ //
+ // подготовительныеРаботыToolStripMenuItem
+ //
+ подготовительныеРаботыToolStripMenuItem.Name = "подготовительныеРаботыToolStripMenuItem";
+ подготовительныеРаботыToolStripMenuItem.Size = new Size(223, 22);
+ подготовительныеРаботыToolStripMenuItem.Text = "Подготовительные работы";
//
// FormAirline
//
@@ -114,7 +106,6 @@
BackgroundImage = Properties.Resources.scale_1200;
BackgroundImageLayout = ImageLayout.Stretch;
ClientSize = new Size(784, 411);
- Controls.Add(dateTimePicker1);
Controls.Add(menuStrip);
MainMenuStrip = menuStrip;
Name = "FormAirline";
@@ -137,6 +128,5 @@
private ToolStripMenuItem самолетыToolStripMenuItem;
private ToolStripMenuItem билетыToolStripMenuItem;
private ToolStripMenuItem подготовительныеРаботыToolStripMenuItem;
- private DateTimePicker dateTimePicker1;
}
}
diff --git a/ProjectAirline/Forms/FormFlight.Designer.cs b/ProjectAirline/Forms/FormFlight.Designer.cs
index 8eefcd2..bfefc71 100644
--- a/ProjectAirline/Forms/FormFlight.Designer.cs
+++ b/ProjectAirline/Forms/FormFlight.Designer.cs
@@ -36,8 +36,6 @@
numericUpDown1 = new NumericUpDown();
buttonFlightSave = new Button();
buttonFlightCancel = new Button();
- dateTimePicker1 = new DateTimePicker();
- dateTimePicker2 = new DateTimePicker();
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
SuspendLayout();
//
@@ -109,27 +107,11 @@
buttonFlightCancel.Text = "Отмена";
buttonFlightCancel.UseVisualStyleBackColor = true;
//
- // dateTimePicker1
- //
- dateTimePicker1.Location = new Point(145, 63);
- dateTimePicker1.Name = "dateTimePicker1";
- dateTimePicker1.Size = new Size(100, 23);
- dateTimePicker1.TabIndex = 8;
- //
- // dateTimePicker2
- //
- dateTimePicker2.Location = new Point(145, 29);
- dateTimePicker2.Name = "dateTimePicker2";
- dateTimePicker2.Size = new Size(100, 23);
- dateTimePicker2.TabIndex = 9;
- //
// FormFlight
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(273, 282);
- Controls.Add(dateTimePicker2);
- Controls.Add(dateTimePicker1);
Controls.Add(buttonFlightCancel);
Controls.Add(buttonFlightSave);
Controls.Add(numericUpDown1);
@@ -156,7 +138,5 @@
private NumericUpDown numericUpDown1;
private Button buttonFlightSave;
private Button buttonFlightCancel;
- private DateTimePicker dateTimePicker1;
- private DateTimePicker dateTimePicker2;
}
}
\ No newline at end of file
diff --git a/ProjectAirline/Program.cs b/ProjectAirline/Program.cs
index b5b91b9..a01a0fd 100644
--- a/ProjectAirline/Program.cs
+++ b/ProjectAirline/Program.cs
@@ -15,7 +15,6 @@ namespace ProjectAirline
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
-
Application.Run(CreateContainer().Resolve());
}