diff --git a/Confectionery/ConfectioneryView/FormMain.Designer.cs b/Confectionery/ConfectioneryView/FormMain.Designer.cs index 7e8e56b..3c95edf 100644 --- a/Confectionery/ConfectioneryView/FormMain.Designer.cs +++ b/Confectionery/ConfectioneryView/FormMain.Designer.cs @@ -50,7 +50,7 @@ dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 62; dataGridView.RowTemplate.Height = 33; - dataGridView.Size = new Size(834, 549); + dataGridView.Size = new Size(1068, 549); dataGridView.TabIndex = 0; // // menuStrip @@ -59,7 +59,7 @@ menuStrip.Items.AddRange(new ToolStripItem[] { toolStripMenuItem }); menuStrip.Location = new Point(0, 0); menuStrip.Name = "menuStrip"; - menuStrip.Size = new Size(1156, 33); + menuStrip.Size = new Size(1375, 33); menuStrip.TabIndex = 1; menuStrip.Text = "menuStrip1"; // @@ -86,7 +86,8 @@ // // buttonCreateOrder // - buttonCreateOrder.Location = new Point(889, 86); + buttonCreateOrder.Anchor = AnchorStyles.Top | AnchorStyles.Right; + buttonCreateOrder.Location = new Point(1111, 83); buttonCreateOrder.Name = "buttonCreateOrder"; buttonCreateOrder.Size = new Size(232, 34); buttonCreateOrder.TabIndex = 2; @@ -96,7 +97,8 @@ // // buttonTakeOrderInWork // - buttonTakeOrderInWork.Location = new Point(889, 143); + buttonTakeOrderInWork.Anchor = AnchorStyles.Top | AnchorStyles.Right; + buttonTakeOrderInWork.Location = new Point(1111, 143); buttonTakeOrderInWork.Name = "buttonTakeOrderInWork"; buttonTakeOrderInWork.Size = new Size(232, 34); buttonTakeOrderInWork.TabIndex = 3; @@ -106,7 +108,8 @@ // // buttonOrderReady // - buttonOrderReady.Location = new Point(889, 200); + buttonOrderReady.Anchor = AnchorStyles.Top | AnchorStyles.Right; + buttonOrderReady.Location = new Point(1111, 203); buttonOrderReady.Name = "buttonOrderReady"; buttonOrderReady.Size = new Size(232, 34); buttonOrderReady.TabIndex = 4; @@ -116,7 +119,8 @@ // // buttonIssuedOrder // - buttonIssuedOrder.Location = new Point(889, 257); + buttonIssuedOrder.Anchor = AnchorStyles.Top | AnchorStyles.Right; + buttonIssuedOrder.Location = new Point(1111, 266); buttonIssuedOrder.Name = "buttonIssuedOrder"; buttonIssuedOrder.Size = new Size(232, 34); buttonIssuedOrder.TabIndex = 5; @@ -126,7 +130,8 @@ // // buttonRef // - buttonRef.Location = new Point(889, 317); + buttonRef.Anchor = AnchorStyles.Top | AnchorStyles.Right; + buttonRef.Location = new Point(1111, 329); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(232, 34); buttonRef.TabIndex = 6; @@ -138,7 +143,7 @@ // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(1156, 621); + ClientSize = new Size(1375, 621); Controls.Add(buttonRef); Controls.Add(buttonIssuedOrder); Controls.Add(buttonOrderReady);