Browse Source

Optimize the starting position of the point selection boundary method

cxs 3 months ago
parent
commit
00f09fadf5

+ 1 - 0
OTSIncAMeasureApp/4-OTSSamplespaceGraphicsPanel/frmInitializeImageboundary.Designer.cs

@@ -436,6 +436,7 @@
             this.MaximizeBox = false;
             this.Name = "frmInitializeImageboundary";
             this.ShowIcon = false;
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.Text = "frmInitializeImageboundary";
             this.Load += new System.EventHandler(this.frmInitializeImageboundary_Load);
             this.groupBox3.ResumeLayout(false);