Update about Manager.

This commit is contained in:
Bruce
2026-01-27 22:47:49 +08:00
parent 5a404a55e3
commit 0c87a2cdcd
52 changed files with 9170 additions and 201 deletions
+1
View File
@@ -40,6 +40,7 @@
this.webui.Size = new System.Drawing.Size(661, 416);
this.webui.TabIndex = 0;
this.webui.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webui_DocumentCompleted);
this.webui.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webui_PreviewKeyDown);
//
// WebAppForm
//
+4
View File
@@ -97,5 +97,9 @@ namespace WAShell
{
webui.ObjectForScripting = null;
}
private void webui_PreviewKeyDown (object sender, PreviewKeyDownEventArgs e)
{
if (e.KeyCode == Keys.F5) e.IsInputKey = true;
}
}
}