C2026-041-invisible-position-changes-as-differences
This commit is contained in:
Generated
+2
-1
@@ -89,7 +89,7 @@
|
||||
this.panel1.Size = new System.Drawing.Size(707, 80);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// cbUseTruncatedData
|
||||
// cbUseTruncatedData // C2026-041
|
||||
//
|
||||
this.cbUseTruncatedData.AutoSize = true;
|
||||
this.cbUseTruncatedData.Location = new System.Drawing.Point(456, 56);
|
||||
@@ -99,6 +99,7 @@
|
||||
this.cbUseTruncatedData.Text = "Use Truncated Data";
|
||||
this.tt.SetToolTip(this.cbUseTruncatedData, "Set the Search to be Case Sensitive\r\nUppercase and Lowercase will not match");
|
||||
this.cbUseTruncatedData.UseVisualStyleBackColor = true;
|
||||
this.cbUseTruncatedData.Click += new System.EventHandler(this.cbUseTruncatedData_Click);
|
||||
//
|
||||
// btnUC
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user