From d9481cf5650c35f196fb34955370da20c24f9a82 Mon Sep 17 00:00:00 2001 From: devil_1nc Date: Mon, 29 May 2023 18:17:03 +0400 Subject: [PATCH] Forms fix --- .../SoftwareInstallation/FormCreateOrder.Designer.cs | 2 +- SoftwareInstallation/SoftwareInstallation/FormMain.Designer.cs | 2 +- .../SoftwareInstallation/FormPackage.Designer.cs | 2 +- .../SoftwareInstallation/FormPackageSoftware.Designer.cs | 2 +- .../SoftwareInstallation/FormPackages.Designer.cs | 2 +- .../SoftwareInstallation/FormSoftware.Designer.cs | 2 +- .../SoftwareInstallation/FormSoftwares.Designer.cs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SoftwareInstallation/SoftwareInstallation/FormCreateOrder.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormCreateOrder.Designer.cs index e1a69d6..c1123fa 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormCreateOrder.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormCreateOrder.Designer.cs @@ -26,7 +26,7 @@ /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.comboBoxPackage = new System.Windows.Forms.ComboBox(); this.textBoxCount = new System.Windows.Forms.TextBox(); diff --git a/SoftwareInstallation/SoftwareInstallation/FormMain.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormMain.Designer.cs index e5efee0..5bf6689 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormMain.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormMain.Designer.cs @@ -28,7 +28,7 @@ namespace SoftwareInstallationView /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonCreateOrder = new System.Windows.Forms.Button(); diff --git a/SoftwareInstallation/SoftwareInstallation/FormPackage.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormPackage.Designer.cs index db57d10..bc82d79 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormPackage.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormPackage.Designer.cs @@ -26,7 +26,7 @@ /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.textBoxName = new System.Windows.Forms.TextBox(); this.textBoxPrice = new System.Windows.Forms.TextBox(); diff --git a/SoftwareInstallation/SoftwareInstallation/FormPackageSoftware.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormPackageSoftware.Designer.cs index 129e20e..c06b790 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormPackageSoftware.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormPackageSoftware.Designer.cs @@ -26,7 +26,7 @@ /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.textBox1 = new System.Windows.Forms.TextBox(); this.comboBoxSoftware = new System.Windows.Forms.ComboBox(); diff --git a/SoftwareInstallation/SoftwareInstallation/FormPackages.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormPackages.Designer.cs index 66e6372..28c3a2b 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormPackages.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormPackages.Designer.cs @@ -26,7 +26,7 @@ /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.dataGridView = new System.Windows.Forms.DataGridView(); this.ColumnId = new System.Windows.Forms.DataGridViewTextBoxColumn(); diff --git a/SoftwareInstallation/SoftwareInstallation/FormSoftware.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormSoftware.Designer.cs index 34da41f..bed9dc9 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormSoftware.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormSoftware.Designer.cs @@ -26,7 +26,7 @@ /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.textBoxName = new System.Windows.Forms.TextBox(); this.textBoxCost = new System.Windows.Forms.TextBox(); diff --git a/SoftwareInstallation/SoftwareInstallation/FormSoftwares.Designer.cs b/SoftwareInstallation/SoftwareInstallation/FormSoftwares.Designer.cs index 043b06e..61c84ab 100644 --- a/SoftwareInstallation/SoftwareInstallation/FormSoftwares.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallation/FormSoftwares.Designer.cs @@ -26,7 +26,7 @@ /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// - private void InitializeSoftware() + private void InitializeComponent() { this.buttonAdd = new System.Windows.Forms.Button(); this.buttonEdit = new System.Windows.Forms.Button();