Munich: AsYesNoForm wider to accomodate German text, ver.2.7.298

This commit is contained in:
Milan Hanajik
2016-06-02 10:10:25 +02:00
parent aa6c12e388
commit cfcce08047
2 changed files with 5 additions and 5 deletions
@@ -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);
@@ -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")]