|
@@ -138,6 +138,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
//
|
|
|
// btn_xsys
|
|
|
//
|
|
|
+ this.btn_xsys.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btn_xsys.Location = new System.Drawing.Point(406, 19);
|
|
|
this.btn_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.btn_xsys.Name = "btn_xsys";
|
|
@@ -365,6 +366,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
//
|
|
|
// btn_auto
|
|
|
//
|
|
|
+ this.btn_auto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btn_auto.Location = new System.Drawing.Point(472, 19);
|
|
|
this.btn_auto.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.btn_auto.Name = "btn_auto";
|