Update frmMatrix.Designer.cs (#27303)

Fix #27066
This commit is contained in:
Khurram Jalil
2023-07-12 16:08:07 +05:00
committed by GitHub
parent 3947e8453b
commit 7b00c6155e

View File

@@ -577,7 +577,7 @@ namespace MouseWithoutBorders
this.textBoxEnc.PasswordChar = '*';
this.textBoxEnc.Size = new System.Drawing.Size(304, 20);
this.textBoxEnc.TabIndex = 3;
this.toolTip.SetToolTip(this.textBoxEnc, "The key must be auto generated in one machine by click on New Key, then typed in " +
this.toolTip.SetToolTip(this.textBoxEnc, "The key must be auto generated in one machine by clicking on New Key, then typed in " +
"other machines.");
//
// LabelEnc
@@ -1158,4 +1158,4 @@ namespace MouseWithoutBorders
private Label labelEasyMouse;
private CheckBox checkBoxTransferFile;
}
}
}