diff --git a/TestBenchFramework/BenchControl/Operations/AskYesNoForm.Designer.cs b/TestBenchFramework/BenchControl/Operations/AskYesNoForm.Designer.cs index 397879717..5ad4bf2d6 100644 --- a/TestBenchFramework/BenchControl/Operations/AskYesNoForm.Designer.cs +++ b/TestBenchFramework/BenchControl/Operations/AskYesNoForm.Designer.cs @@ -40,7 +40,7 @@ namespace TBF.BenchControl.Operations // this.yesButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.yesButton.ForeColor = System.Drawing.Color.Black; - this.yesButton.Location = new System.Drawing.Point(244, 99); + this.yesButton.Location = new System.Drawing.Point(311, 97); this.yesButton.Name = "yesButton"; this.yesButton.Size = new System.Drawing.Size(98, 63); this.yesButton.TabIndex = 1; @@ -52,7 +52,7 @@ namespace TBF.BenchControl.Operations // this.noButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.noButton.ForeColor = System.Drawing.Color.Black; - this.noButton.Location = new System.Drawing.Point(109, 99); + this.noButton.Location = new System.Drawing.Point(176, 97); this.noButton.Name = "noButton"; this.noButton.Size = new System.Drawing.Size(98, 63); this.noButton.TabIndex = 2; @@ -75,7 +75,7 @@ namespace TBF.BenchControl.Operations this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Goldenrod; - this.ClientSize = new System.Drawing.Size(454, 201); + this.ClientSize = new System.Drawing.Size(587, 201); this.Controls.Add(this.questionLabel); this.Controls.Add(this.noButton); this.Controls.Add(this.yesButton); diff --git a/TestBenchFramework/Properties/AssemblyInfo.cs b/TestBenchFramework/Properties/AssemblyInfo.cs index 89b54b89a..8d34af42a 100644 --- a/TestBenchFramework/Properties/AssemblyInfo.cs +++ b/TestBenchFramework/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.7.297.1")] -[assembly: AssemblyFileVersion("2.7.297.1")] +[assembly: AssemblyVersion("2.7.298.1")] +[assembly: AssemblyFileVersion("2.7.298.1")]