From d91170392ea3c830ddddcfe41f394974412d1e56 Mon Sep 17 00:00:00 2001 From: m1aksim1 Date: Mon, 6 Feb 2023 22:04:33 +0400 Subject: [PATCH] super fix --- .../SoftwareInstallationView/FormCreateOrder.Designer.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SoftwareInstallation/SoftwareInstallationView/FormCreateOrder.Designer.cs b/SoftwareInstallation/SoftwareInstallationView/FormCreateOrder.Designer.cs index 5a3516f..0e0b172 100644 --- a/SoftwareInstallation/SoftwareInstallationView/FormCreateOrder.Designer.cs +++ b/SoftwareInstallation/SoftwareInstallationView/FormCreateOrder.Designer.cs @@ -45,7 +45,6 @@ this.textBoxSum.Name = "textBoxSum"; this.textBoxSum.Size = new System.Drawing.Size(214, 23); this.textBoxSum.TabIndex = 15; - this.textBoxSum.UseWaitCursor = true; // // textBoxCount // @@ -53,7 +52,6 @@ this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(214, 23); this.textBoxCount.TabIndex = 14; - this.textBoxCount.UseWaitCursor = true; this.textBoxCount.Click += new System.EventHandler(this.TextBoxCount_TextChanged); // // comboBoxPackage @@ -63,7 +61,6 @@ this.comboBoxPackage.Name = "comboBoxPackage"; this.comboBoxPackage.Size = new System.Drawing.Size(214, 23); this.comboBoxPackage.TabIndex = 13; - this.comboBoxPackage.UseWaitCursor = true; this.comboBoxPackage.SelectedIndexChanged += new System.EventHandler(this.ComboBoxPackage_SelectedIndexChanged); // // buttonSave @@ -75,7 +72,6 @@ this.buttonSave.TabIndex = 12; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; - this.buttonSave.UseWaitCursor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel @@ -87,7 +83,6 @@ this.buttonCancel.TabIndex = 11; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; - this.buttonCancel.UseWaitCursor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // label3 @@ -98,7 +93,6 @@ this.label3.Size = new System.Drawing.Size(48, 15); this.label3.TabIndex = 10; this.label3.Text = "Сумма:"; - this.label3.UseWaitCursor = true; // // label2 // @@ -108,7 +102,6 @@ this.label2.Size = new System.Drawing.Size(75, 15); this.label2.TabIndex = 9; this.label2.Text = "Количество:"; - this.label2.UseWaitCursor = true; // // label1 // @@ -118,7 +111,6 @@ this.label1.Size = new System.Drawing.Size(56, 15); this.label1.TabIndex = 8; this.label1.Text = "Изделие:"; - this.label1.UseWaitCursor = true; // // FormCreateOrder // @@ -135,7 +127,6 @@ this.Controls.Add(this.label1); this.Name = "FormCreateOrder"; this.Text = "Заказ"; - this.UseWaitCursor = true; ((System.ComponentModel.ISupportInitialize)(this.textBoxCount)).EndInit(); this.ResumeLayout(false); this.PerformLayout();