Подвинул Форму
This commit is contained in:
parent
3d5e3f3cdc
commit
507d40be6d
@ -204,15 +204,15 @@
|
||||
panelCompanyTools.Controls.Add(button5);
|
||||
panelCompanyTools.Controls.Add(button3);
|
||||
panelCompanyTools.Controls.Add(button4);
|
||||
panelCompanyTools.Location = new Point(1052, 592);
|
||||
panelCompanyTools.Location = new Point(1052, 617);
|
||||
panelCompanyTools.Margin = new Padding(5);
|
||||
panelCompanyTools.Name = "panelCompanyTools";
|
||||
panelCompanyTools.Size = new Size(272, 470);
|
||||
panelCompanyTools.Size = new Size(272, 445);
|
||||
panelCompanyTools.TabIndex = 9;
|
||||
//
|
||||
// buttonAddLiner
|
||||
//
|
||||
buttonAddLiner.Location = new Point(6, 54);
|
||||
buttonAddLiner.Location = new Point(6, 19);
|
||||
buttonAddLiner.Name = "buttonAddLiner";
|
||||
buttonAddLiner.Size = new Size(214, 75);
|
||||
buttonAddLiner.TabIndex = 7;
|
||||
@ -222,7 +222,7 @@
|
||||
//
|
||||
// maskedTextBox1
|
||||
//
|
||||
maskedTextBox1.Location = new Point(3, 167);
|
||||
maskedTextBox1.Location = new Point(3, 132);
|
||||
maskedTextBox1.Mask = "00";
|
||||
maskedTextBox1.Name = "maskedTextBox1";
|
||||
maskedTextBox1.Size = new Size(217, 47);
|
||||
@ -232,7 +232,7 @@
|
||||
// button5
|
||||
//
|
||||
button5.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
button5.Location = new Point(3, 384);
|
||||
button5.Location = new Point(3, 349);
|
||||
button5.Name = "button5";
|
||||
button5.Size = new Size(216, 75);
|
||||
button5.TabIndex = 6;
|
||||
@ -243,7 +243,7 @@
|
||||
// button3
|
||||
//
|
||||
button3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
button3.Location = new Point(3, 220);
|
||||
button3.Location = new Point(3, 185);
|
||||
button3.Name = "button3";
|
||||
button3.Size = new Size(216, 75);
|
||||
button3.TabIndex = 4;
|
||||
@ -254,7 +254,7 @@
|
||||
// button4
|
||||
//
|
||||
button4.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||
button4.Location = new Point(3, 302);
|
||||
button4.Location = new Point(3, 267);
|
||||
button4.Name = "button4";
|
||||
button4.Size = new Size(216, 75);
|
||||
button4.TabIndex = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user