Browse Source

MeasureStopMode界面不可调整大小

CXS 3 years ago
parent
commit
f239e87495

+ 3 - 1
OTSIncAMeasureApp/3-OTSDisplaySourceGridData/MeasureStopMode.Designer.cs

@@ -176,11 +176,13 @@ namespace OTSMeasureApp._3_OTSDisplaySourceGridData
             // 
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(516, 340);
+            this.ClientSize = new System.Drawing.Size(519, 335);
             this.ControlBox = false;
             this.ControlBox = false;
             this.Controls.Add(this.groupBox1);
             this.Controls.Add(this.groupBox1);
             this.MaximizeBox = false;
             this.MaximizeBox = false;
+            this.MaximumSize = new System.Drawing.Size(537, 382);
             this.MinimizeBox = false;
             this.MinimizeBox = false;
+            this.MinimumSize = new System.Drawing.Size(537, 382);
             this.Name = "MeasureStopMode";
             this.Name = "MeasureStopMode";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.Text = "MeasureStopMode";
             this.Text = "MeasureStopMode";