📄 form1.designer.cs
字号:
namespace Ex15_01
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打印浏览UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打印PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.属性NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出IToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.GoaButton = new System.Windows.Forms.ToolStripButton();
this.backButton = new System.Windows.Forms.ToolStripButton();
this.forwardButton = new System.Windows.Forms.ToolStripButton();
this.stopButton = new System.Windows.Forms.ToolStripButton();
this.refreshButton = new System.Windows.Forms.ToolStripButton();
this.homeButton = new System.Windows.Forms.ToolStripButton();
this.searchButton = new System.Windows.Forms.ToolStripButton();
this.printButton = new System.Windows.Forms.ToolStripButton();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser1.Location = new System.Drawing.Point(0, 24);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(427, 251);
this.webBrowser1.TabIndex = 0;
this.webBrowser1.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser1_Navigated);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.保存ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(427, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 保存ToolStripMenuItem
//
this.保存ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.保存DToolStripMenuItem,
this.dToolStripMenuItem,
this.打印浏览UToolStripMenuItem,
this.打印PToolStripMenuItem,
this.属性NToolStripMenuItem,
this.退出IToolStripMenuItem});
this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
this.保存ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.保存ToolStripMenuItem.Text = "文件(&F)";
//
// 保存DToolStripMenuItem
//
this.保存DToolStripMenuItem.Name = "保存DToolStripMenuItem";
this.保存DToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.保存DToolStripMenuItem.Text = "保存(&D)";
this.保存DToolStripMenuItem.Click += new System.EventHandler(this.保存DToolStripMenuItem_Click);
//
// dToolStripMenuItem
//
this.dToolStripMenuItem.Name = "dToolStripMenuItem";
this.dToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.dToolStripMenuItem.Text = "页面设置(&E)";
this.dToolStripMenuItem.Click += new System.EventHandler(this.dToolStripMenuItem_Click);
//
// 打印浏览UToolStripMenuItem
//
this.打印浏览UToolStripMenuItem.Name = "打印浏览UToolStripMenuItem";
this.打印浏览UToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.打印浏览UToolStripMenuItem.Text = "打印浏览(&U)";
this.打印浏览UToolStripMenuItem.Click += new System.EventHandler(this.打印浏览UToolStripMenuItem_Click);
//
// 打印PToolStripMenuItem
//
this.打印PToolStripMenuItem.Name = "打印PToolStripMenuItem";
this.打印PToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.打印PToolStripMenuItem.Text = "打印(&P)";
this.打印PToolStripMenuItem.Click += new System.EventHandler(this.打印PToolStripMenuItem_Click);
//
// 属性NToolStripMenuItem
//
this.属性NToolStripMenuItem.Name = "属性NToolStripMenuItem";
this.属性NToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.属性NToolStripMenuItem.Text = "属性(&N)";
this.属性NToolStripMenuItem.Click += new System.EventHandler(this.属性NToolStripMenuItem_Click);
//
// 退出IToolStripMenuItem
//
this.退出IToolStripMenuItem.Name = "退出IToolStripMenuItem";
this.退出IToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.退出IToolStripMenuItem.Text = "退出(&I)";
this.退出IToolStripMenuItem.Click += new System.EventHandler(this.退出IToolStripMenuItem_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.GoaButton,
this.backButton,
this.forwardButton,
this.stopButton,
this.refreshButton,
this.homeButton,
this.searchButton,
this.printButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(427, 25);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1";
//
// GoaButton
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -