|
|
@@ -29,7 +29,6 @@ namespace OTSMeasureApp
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
|
|
|
this.button_OK = new System.Windows.Forms.Button();
|
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
|
|
|
@@ -59,7 +58,7 @@ namespace OTSMeasureApp
|
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
|
this.richTextBox1.Size = new System.Drawing.Size(136, 30);
|
|
|
this.richTextBox1.TabIndex = 1;
|
|
|
- this.richTextBox1.Text = "Version : 3.1";
|
|
|
+ this.richTextBox1.Text = "Version : 3.3";
|
|
|
//
|
|
|
// richTextBox2
|
|
|
//
|
|
|
@@ -90,7 +89,6 @@ namespace OTSMeasureApp
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.ClientSize = new System.Drawing.Size(377, 143);
|
|
|
this.Controls.Add(this.button1);
|