Правка размера pictureBoxObject
This commit is contained in:
parent
ab7b2091d4
commit
b94a1aeb97
@ -252,13 +252,13 @@
|
||||
//
|
||||
pictureBoxObject.Location = new Point(9, 43);
|
||||
pictureBoxObject.Name = "pictureBoxObject";
|
||||
pictureBoxObject.Size = new Size(222, 106);
|
||||
pictureBoxObject.Size = new Size(222, 123);
|
||||
pictureBoxObject.TabIndex = 1;
|
||||
pictureBoxObject.TabStop = false;
|
||||
//
|
||||
// buttonAdd
|
||||
//
|
||||
buttonAdd.Location = new Point(564, 166);
|
||||
buttonAdd.Location = new Point(564, 172);
|
||||
buttonAdd.Name = "buttonAdd";
|
||||
buttonAdd.Size = new Size(94, 29);
|
||||
buttonAdd.TabIndex = 2;
|
||||
@ -268,7 +268,7 @@
|
||||
//
|
||||
// buttonCancel
|
||||
//
|
||||
buttonCancel.Location = new Point(704, 166);
|
||||
buttonCancel.Location = new Point(704, 172);
|
||||
buttonCancel.Name = "buttonCancel";
|
||||
buttonCancel.Size = new Size(94, 29);
|
||||
buttonCancel.TabIndex = 3;
|
||||
@ -283,7 +283,7 @@
|
||||
panelObject.Controls.Add(pictureBoxObject);
|
||||
panelObject.Location = new Point(564, 0);
|
||||
panelObject.Name = "panelObject";
|
||||
panelObject.Size = new Size(234, 160);
|
||||
panelObject.Size = new Size(234, 169);
|
||||
panelObject.TabIndex = 4;
|
||||
panelObject.DragDrop += PanelObject_DragDrop;
|
||||
panelObject.DragEnter += PanelObject_DragEnter;
|
||||
|
Loading…
Reference in New Issue
Block a user