Impl hold shift run command (#151)

Impl main window input box accept enter (#150)
This commit is contained in:
2022-11-20 15:08:45 +08:00
parent 277e265bf1
commit 92a15afabf
3 changed files with 858 additions and 4071 deletions

View File

@@ -421,6 +421,7 @@ namespace GrasscutterTools.Forms
//
resources.ApplyResources(this.TxtCommand, "TxtCommand");
this.TxtCommand.Name = "TxtCommand";
this.TxtCommand.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtCommand_KeyDown);
//
// BtnCopy
//
@@ -603,6 +604,7 @@ namespace GrasscutterTools.Forms
0,
0,
0});
this.NUDRemotePlayerId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NUDRemotePlayerId_KeyDown);
//
// BtnConnectOpenCommand
//
@@ -642,6 +644,7 @@ namespace GrasscutterTools.Forms
0,
0,
0});
this.NUDVerificationCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.NUDVerificationCode_KeyDown);
//
// LblRemotePlayerId
//
@@ -669,6 +672,7 @@ namespace GrasscutterTools.Forms
//
resources.ApplyResources(this.TxtToken, "TxtToken");
this.TxtToken.Name = "TxtToken";
this.TxtToken.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtToken_KeyDown);
//
// LblToken
//
@@ -684,6 +688,7 @@ namespace GrasscutterTools.Forms
//
resources.ApplyResources(this.TxtHost, "TxtHost");
this.TxtHost.Name = "TxtHost";
this.TxtHost.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtHost_KeyDown);
//
// BtnQueryServerStatus
//
@@ -2626,6 +2631,7 @@ namespace GrasscutterTools.Forms
//
resources.ApplyResources(this.TxtCustomName, "TxtCustomName");
this.TxtCustomName.Name = "TxtCustomName";
this.TxtCustomName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtCustomName_KeyDown);
//
// TPHome
//