New buttons had wrong anchor property
This commit is contained in:
2
CobXmlSupport/GenCobCode.Designer.cs
generated
2
CobXmlSupport/GenCobCode.Designer.cs
generated
@ -405,6 +405,7 @@
|
||||
//
|
||||
// btnMoveFromAttr
|
||||
//
|
||||
this.btnMoveFromAttr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnMoveFromAttr.Location = new System.Drawing.Point(290, 36);
|
||||
this.btnMoveFromAttr.Name = "btnMoveFromAttr";
|
||||
this.btnMoveFromAttr.Size = new System.Drawing.Size(92, 22);
|
||||
@ -415,6 +416,7 @@
|
||||
//
|
||||
// btnXmlKopAttr
|
||||
//
|
||||
this.btnXmlKopAttr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnXmlKopAttr.Location = new System.Drawing.Point(290, 82);
|
||||
this.btnXmlKopAttr.Name = "btnXmlKopAttr";
|
||||
this.btnXmlKopAttr.Size = new System.Drawing.Size(92, 22);
|
||||
|
||||
Reference in New Issue
Block a user