fix
This commit is contained in:
parent
2d65463f24
commit
622973ec6f
22
FoodOrders/FoodOrders/FormCreateOrder.Designer.cs
generated
22
FoodOrders/FoodOrders/FormCreateOrder.Designer.cs
generated
@ -42,7 +42,7 @@
|
|||||||
//
|
//
|
||||||
// buttonCancel
|
// buttonCancel
|
||||||
//
|
//
|
||||||
this.buttonCancel.Location = new System.Drawing.Point(241, 161);
|
this.buttonCancel.Location = new System.Drawing.Point(243, 128);
|
||||||
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.buttonCancel.Name = "buttonCancel";
|
this.buttonCancel.Name = "buttonCancel";
|
||||||
this.buttonCancel.Size = new System.Drawing.Size(82, 22);
|
this.buttonCancel.Size = new System.Drawing.Size(82, 22);
|
||||||
@ -53,7 +53,7 @@
|
|||||||
//
|
//
|
||||||
// buttonSave
|
// buttonSave
|
||||||
//
|
//
|
||||||
this.buttonSave.Location = new System.Drawing.Point(153, 161);
|
this.buttonSave.Location = new System.Drawing.Point(155, 128);
|
||||||
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.buttonSave.Name = "buttonSave";
|
this.buttonSave.Name = "buttonSave";
|
||||||
this.buttonSave.Size = new System.Drawing.Size(82, 22);
|
this.buttonSave.Size = new System.Drawing.Size(82, 22);
|
||||||
@ -64,7 +64,7 @@
|
|||||||
//
|
//
|
||||||
// textBoxSum
|
// textBoxSum
|
||||||
//
|
//
|
||||||
this.textBoxSum.Location = new System.Drawing.Point(93, 134);
|
this.textBoxSum.Location = new System.Drawing.Point(95, 101);
|
||||||
this.textBoxSum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.textBoxSum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.textBoxSum.Name = "textBoxSum";
|
this.textBoxSum.Name = "textBoxSum";
|
||||||
this.textBoxSum.ReadOnly = true;
|
this.textBoxSum.ReadOnly = true;
|
||||||
@ -73,7 +73,7 @@
|
|||||||
//
|
//
|
||||||
// textBoxCount
|
// textBoxCount
|
||||||
//
|
//
|
||||||
this.textBoxCount.Location = new System.Drawing.Point(93, 107);
|
this.textBoxCount.Location = new System.Drawing.Point(95, 74);
|
||||||
this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.textBoxCount.Name = "textBoxCount";
|
this.textBoxCount.Name = "textBoxCount";
|
||||||
this.textBoxCount.Size = new System.Drawing.Size(230, 23);
|
this.textBoxCount.Size = new System.Drawing.Size(230, 23);
|
||||||
@ -83,7 +83,7 @@
|
|||||||
// comboBoxDish
|
// comboBoxDish
|
||||||
//
|
//
|
||||||
this.comboBoxDish.FormattingEnabled = true;
|
this.comboBoxDish.FormattingEnabled = true;
|
||||||
this.comboBoxDish.Location = new System.Drawing.Point(93, 80);
|
this.comboBoxDish.Location = new System.Drawing.Point(95, 47);
|
||||||
this.comboBoxDish.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.comboBoxDish.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.comboBoxDish.Name = "comboBoxDish";
|
this.comboBoxDish.Name = "comboBoxDish";
|
||||||
this.comboBoxDish.Size = new System.Drawing.Size(230, 23);
|
this.comboBoxDish.Size = new System.Drawing.Size(230, 23);
|
||||||
@ -93,7 +93,7 @@
|
|||||||
// labelSum
|
// labelSum
|
||||||
//
|
//
|
||||||
this.labelSum.AutoSize = true;
|
this.labelSum.AutoSize = true;
|
||||||
this.labelSum.Location = new System.Drawing.Point(12, 134);
|
this.labelSum.Location = new System.Drawing.Point(14, 101);
|
||||||
this.labelSum.Name = "labelSum";
|
this.labelSum.Name = "labelSum";
|
||||||
this.labelSum.Size = new System.Drawing.Size(48, 15);
|
this.labelSum.Size = new System.Drawing.Size(48, 15);
|
||||||
this.labelSum.TabIndex = 10;
|
this.labelSum.TabIndex = 10;
|
||||||
@ -102,7 +102,7 @@
|
|||||||
// labelCount
|
// labelCount
|
||||||
//
|
//
|
||||||
this.labelCount.AutoSize = true;
|
this.labelCount.AutoSize = true;
|
||||||
this.labelCount.Location = new System.Drawing.Point(12, 107);
|
this.labelCount.Location = new System.Drawing.Point(14, 74);
|
||||||
this.labelCount.Name = "labelCount";
|
this.labelCount.Name = "labelCount";
|
||||||
this.labelCount.Size = new System.Drawing.Size(75, 15);
|
this.labelCount.Size = new System.Drawing.Size(75, 15);
|
||||||
this.labelCount.TabIndex = 9;
|
this.labelCount.TabIndex = 9;
|
||||||
@ -111,7 +111,7 @@
|
|||||||
// labelName
|
// labelName
|
||||||
//
|
//
|
||||||
this.labelName.AutoSize = true;
|
this.labelName.AutoSize = true;
|
||||||
this.labelName.Location = new System.Drawing.Point(12, 80);
|
this.labelName.Location = new System.Drawing.Point(14, 47);
|
||||||
this.labelName.Name = "labelName";
|
this.labelName.Name = "labelName";
|
||||||
this.labelName.Size = new System.Drawing.Size(79, 15);
|
this.labelName.Size = new System.Drawing.Size(79, 15);
|
||||||
this.labelName.TabIndex = 8;
|
this.labelName.TabIndex = 8;
|
||||||
@ -120,7 +120,7 @@
|
|||||||
// Client
|
// Client
|
||||||
//
|
//
|
||||||
this.Client.AutoSize = true;
|
this.Client.AutoSize = true;
|
||||||
this.Client.Location = new System.Drawing.Point(12, 46);
|
this.Client.Location = new System.Drawing.Point(14, 20);
|
||||||
this.Client.Name = "Client";
|
this.Client.Name = "Client";
|
||||||
this.Client.Size = new System.Drawing.Size(49, 15);
|
this.Client.Size = new System.Drawing.Size(49, 15);
|
||||||
this.Client.TabIndex = 16;
|
this.Client.TabIndex = 16;
|
||||||
@ -129,7 +129,7 @@
|
|||||||
// comboBoxClient
|
// comboBoxClient
|
||||||
//
|
//
|
||||||
this.comboBoxClient.FormattingEnabled = true;
|
this.comboBoxClient.FormattingEnabled = true;
|
||||||
this.comboBoxClient.Location = new System.Drawing.Point(93, 53);
|
this.comboBoxClient.Location = new System.Drawing.Point(95, 20);
|
||||||
this.comboBoxClient.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.comboBoxClient.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.comboBoxClient.Name = "comboBoxClient";
|
this.comboBoxClient.Name = "comboBoxClient";
|
||||||
this.comboBoxClient.Size = new System.Drawing.Size(230, 23);
|
this.comboBoxClient.Size = new System.Drawing.Size(230, 23);
|
||||||
@ -139,7 +139,7 @@
|
|||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(343, 194);
|
this.ClientSize = new System.Drawing.Size(343, 163);
|
||||||
this.Controls.Add(this.comboBoxClient);
|
this.Controls.Add(this.comboBoxClient);
|
||||||
this.Controls.Add(this.Client);
|
this.Controls.Add(this.Client);
|
||||||
this.Controls.Add(this.buttonCancel);
|
this.Controls.Add(this.buttonCancel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user