super fix
This commit is contained in:
parent
5de3202afc
commit
d91170392e
@ -45,7 +45,6 @@
|
|||||||
this.textBoxSum.Name = "textBoxSum";
|
this.textBoxSum.Name = "textBoxSum";
|
||||||
this.textBoxSum.Size = new System.Drawing.Size(214, 23);
|
this.textBoxSum.Size = new System.Drawing.Size(214, 23);
|
||||||
this.textBoxSum.TabIndex = 15;
|
this.textBoxSum.TabIndex = 15;
|
||||||
this.textBoxSum.UseWaitCursor = true;
|
|
||||||
//
|
//
|
||||||
// textBoxCount
|
// textBoxCount
|
||||||
//
|
//
|
||||||
@ -53,7 +52,6 @@
|
|||||||
this.textBoxCount.Name = "textBoxCount";
|
this.textBoxCount.Name = "textBoxCount";
|
||||||
this.textBoxCount.Size = new System.Drawing.Size(214, 23);
|
this.textBoxCount.Size = new System.Drawing.Size(214, 23);
|
||||||
this.textBoxCount.TabIndex = 14;
|
this.textBoxCount.TabIndex = 14;
|
||||||
this.textBoxCount.UseWaitCursor = true;
|
|
||||||
this.textBoxCount.Click += new System.EventHandler(this.TextBoxCount_TextChanged);
|
this.textBoxCount.Click += new System.EventHandler(this.TextBoxCount_TextChanged);
|
||||||
//
|
//
|
||||||
// comboBoxPackage
|
// comboBoxPackage
|
||||||
@ -63,7 +61,6 @@
|
|||||||
this.comboBoxPackage.Name = "comboBoxPackage";
|
this.comboBoxPackage.Name = "comboBoxPackage";
|
||||||
this.comboBoxPackage.Size = new System.Drawing.Size(214, 23);
|
this.comboBoxPackage.Size = new System.Drawing.Size(214, 23);
|
||||||
this.comboBoxPackage.TabIndex = 13;
|
this.comboBoxPackage.TabIndex = 13;
|
||||||
this.comboBoxPackage.UseWaitCursor = true;
|
|
||||||
this.comboBoxPackage.SelectedIndexChanged += new System.EventHandler(this.ComboBoxPackage_SelectedIndexChanged);
|
this.comboBoxPackage.SelectedIndexChanged += new System.EventHandler(this.ComboBoxPackage_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// buttonSave
|
// buttonSave
|
||||||
@ -75,7 +72,6 @@
|
|||||||
this.buttonSave.TabIndex = 12;
|
this.buttonSave.TabIndex = 12;
|
||||||
this.buttonSave.Text = "Сохранить";
|
this.buttonSave.Text = "Сохранить";
|
||||||
this.buttonSave.UseVisualStyleBackColor = true;
|
this.buttonSave.UseVisualStyleBackColor = true;
|
||||||
this.buttonSave.UseWaitCursor = true;
|
|
||||||
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
||||||
//
|
//
|
||||||
// buttonCancel
|
// buttonCancel
|
||||||
@ -87,7 +83,6 @@
|
|||||||
this.buttonCancel.TabIndex = 11;
|
this.buttonCancel.TabIndex = 11;
|
||||||
this.buttonCancel.Text = "Отмена";
|
this.buttonCancel.Text = "Отмена";
|
||||||
this.buttonCancel.UseVisualStyleBackColor = true;
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
||||||
this.buttonCancel.UseWaitCursor = true;
|
|
||||||
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
||||||
//
|
//
|
||||||
// label3
|
// label3
|
||||||
@ -98,7 +93,6 @@
|
|||||||
this.label3.Size = new System.Drawing.Size(48, 15);
|
this.label3.Size = new System.Drawing.Size(48, 15);
|
||||||
this.label3.TabIndex = 10;
|
this.label3.TabIndex = 10;
|
||||||
this.label3.Text = "Сумма:";
|
this.label3.Text = "Сумма:";
|
||||||
this.label3.UseWaitCursor = true;
|
|
||||||
//
|
//
|
||||||
// label2
|
// label2
|
||||||
//
|
//
|
||||||
@ -108,7 +102,6 @@
|
|||||||
this.label2.Size = new System.Drawing.Size(75, 15);
|
this.label2.Size = new System.Drawing.Size(75, 15);
|
||||||
this.label2.TabIndex = 9;
|
this.label2.TabIndex = 9;
|
||||||
this.label2.Text = "Количество:";
|
this.label2.Text = "Количество:";
|
||||||
this.label2.UseWaitCursor = true;
|
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
@ -118,7 +111,6 @@
|
|||||||
this.label1.Size = new System.Drawing.Size(56, 15);
|
this.label1.Size = new System.Drawing.Size(56, 15);
|
||||||
this.label1.TabIndex = 8;
|
this.label1.TabIndex = 8;
|
||||||
this.label1.Text = "Изделие:";
|
this.label1.Text = "Изделие:";
|
||||||
this.label1.UseWaitCursor = true;
|
|
||||||
//
|
//
|
||||||
// FormCreateOrder
|
// FormCreateOrder
|
||||||
//
|
//
|
||||||
@ -135,7 +127,6 @@
|
|||||||
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label1);
|
||||||
this.Name = "FormCreateOrder";
|
this.Name = "FormCreateOrder";
|
||||||
this.Text = "Заказ";
|
this.Text = "Заказ";
|
||||||
this.UseWaitCursor = true;
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.textBoxCount)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.textBoxCount)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user