Now the sector recognition is effective even with the colored text
This commit is contained in:
Generated
+2
@@ -50,6 +50,7 @@
|
||||
this.tbxResult.Location = new System.Drawing.Point(12, 71);
|
||||
this.tbxResult.Multiline = true;
|
||||
this.tbxResult.Name = "tbxResult";
|
||||
this.tbxResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.tbxResult.Size = new System.Drawing.Size(310, 249);
|
||||
this.tbxResult.TabIndex = 1;
|
||||
//
|
||||
@@ -83,6 +84,7 @@
|
||||
this.Controls.Add(this.btnSettings);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pbxResult)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user