|
@@ -176,11 +176,13 @@ namespace OTSMeasureApp._3_OTSDisplaySourceGridData
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
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.Controls.Add(this.groupBox1);
|
|
|
this.MaximizeBox = false;
|
|
|
+ this.MaximumSize = new System.Drawing.Size(537, 382);
|
|
|
this.MinimizeBox = false;
|
|
|
+ this.MinimumSize = new System.Drawing.Size(537, 382);
|
|
|
this.Name = "MeasureStopMode";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "MeasureStopMode";
|