📄 onlinehelp.designer.cs
字号:
namespace HardwareDistributor.UI
{
partial class OnlineHelp
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OnlineHelp));
this.mainMenu = new System.Windows.Forms.MainMenu();
this.menuItemBlank = new System.Windows.Forms.MenuItem();
this.menuItemDismiss = new System.Windows.Forms.MenuItem();
this.helpContentTextBox = new System.Windows.Forms.TextBox();
this.webBrowser = new System.Windows.Forms.WebBrowser();
this.SuspendLayout();
//
// mainMenu
//
this.mainMenu.MenuItems.Add(this.menuItemBlank);
this.mainMenu.MenuItems.Add(this.menuItemDismiss);
//
// menuItemBlank
//
resources.ApplyResources(this.menuItemBlank, "menuItemBlank");
//
// menuItemDismiss
//
resources.ApplyResources(this.menuItemDismiss, "menuItemDismiss");
this.menuItemDismiss.Click += new System.EventHandler(this.menuItemDismiss_Click);
//
// helpContentTextBox
//
this.helpContentTextBox.AcceptsReturn = true;
this.helpContentTextBox.AcceptsTab = true;
resources.ApplyResources(this.helpContentTextBox, "helpContentTextBox");
this.helpContentTextBox.Name = "helpContentTextBox";
this.helpContentTextBox.ReadOnly = true;
//
// webBrowser
//
resources.ApplyResources(this.webBrowser, "webBrowser");
this.webBrowser.Name = "webBrowser";
//
// OnlineHelp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
resources.ApplyResources(this, "$this");
this.Controls.Add(this.webBrowser);
this.Controls.Add(this.helpContentTextBox);
this.Menu = this.mainMenu;
this.Name = "OnlineHelp";
this.Load += new System.EventHandler(this.OnlineHelp_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnlineHelp_KeyDown);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuItemBlank;
private System.Windows.Forms.MenuItem menuItemDismiss;
private System.Windows.Forms.TextBox helpContentTextBox;
private System.Windows.Forms.WebBrowser webBrowser;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -