mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 04:37:30 +02:00
@@ -577,7 +577,7 @@ namespace MouseWithoutBorders
|
|||||||
this.textBoxEnc.PasswordChar = '*';
|
this.textBoxEnc.PasswordChar = '*';
|
||||||
this.textBoxEnc.Size = new System.Drawing.Size(304, 20);
|
this.textBoxEnc.Size = new System.Drawing.Size(304, 20);
|
||||||
this.textBoxEnc.TabIndex = 3;
|
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.");
|
"other machines.");
|
||||||
//
|
//
|
||||||
// LabelEnc
|
// LabelEnc
|
||||||
@@ -1158,4 +1158,4 @@ namespace MouseWithoutBorders
|
|||||||
private Label labelEasyMouse;
|
private Label labelEasyMouse;
|
||||||
private CheckBox checkBoxTransferFile;
|
private CheckBox checkBoxTransferFile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user