|
@@ -74,7 +74,6 @@
|
|
|
this.button1.TabIndex = 3;
|
|
|
this.button1.Text = "Test";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Visible = false;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// button_Clear
|
|
@@ -85,7 +84,7 @@
|
|
|
this.button_Clear.Name = "button_Clear";
|
|
|
this.button_Clear.Size = new System.Drawing.Size(84, 29);
|
|
|
this.button_Clear.TabIndex = 4;
|
|
|
- this.button_Clear.Text = "close";
|
|
|
+ this.button_Clear.Text = "clear";
|
|
|
this.button_Clear.UseVisualStyleBackColor = true;
|
|
|
this.button_Clear.Click += new System.EventHandler(this.button_Clear_Click);
|
|
|
//
|
|
@@ -140,6 +139,7 @@
|
|
|
this.Name = "OTSMeasureOutputNlog";
|
|
|
this.ShowIcon = false;
|
|
|
this.ShowInTaskbar = false;
|
|
|
+ this.Text = "Log";
|
|
|
this.Load += new System.EventHandler(this.OTSMeasureOutputNlog_Load);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|