📄 form1.designer.cs
字号:
this.GoaButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.GoaButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.GoaButton.Name = "GoaButton";
this.GoaButton.Size = new System.Drawing.Size(33, 22);
this.GoaButton.Text = "导航";
this.GoaButton.Click += new System.EventHandler(this.GoaButton_Click);
//
// backButton
//
this.backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.backButton.Image = ((System.Drawing.Image)(resources.GetObject("backButton.Image")));
this.backButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.backButton.Name = "backButton";
this.backButton.Size = new System.Drawing.Size(33, 22);
this.backButton.Text = "后退";
this.backButton.Click += new System.EventHandler(this.backButton_Click);
//
// forwardButton
//
this.forwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.forwardButton.Image = ((System.Drawing.Image)(resources.GetObject("forwardButton.Image")));
this.forwardButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.forwardButton.Name = "forwardButton";
this.forwardButton.Size = new System.Drawing.Size(33, 22);
this.forwardButton.Text = "前进";
this.forwardButton.Click += new System.EventHandler(this.forwardButton_Click);
//
// stopButton
//
this.stopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
this.stopButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.stopButton.Name = "stopButton";
this.stopButton.Size = new System.Drawing.Size(33, 22);
this.stopButton.Text = "停止";
this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
//
// refreshButton
//
this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
this.refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(33, 22);
this.refreshButton.Text = "刷新";
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// homeButton
//
this.homeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.homeButton.Image = ((System.Drawing.Image)(resources.GetObject("homeButton.Image")));
this.homeButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.homeButton.Name = "homeButton";
this.homeButton.Size = new System.Drawing.Size(33, 22);
this.homeButton.Text = "主页";
this.homeButton.Click += new System.EventHandler(this.homeButton_Click);
//
// searchButton
//
this.searchButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.searchButton.Image = ((System.Drawing.Image)(resources.GetObject("searchButton.Image")));
this.searchButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.searchButton.Name = "searchButton";
this.searchButton.Size = new System.Drawing.Size(33, 22);
this.searchButton.Text = "查询";
this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
//
// printButton
//
this.printButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.printButton.Image = ((System.Drawing.Image)(resources.GetObject("printButton.Image")));
this.printButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.printButton.Name = "printButton";
this.printButton.Size = new System.Drawing.Size(33, 22);
this.printButton.Text = "打印";
this.printButton.Click += new System.EventHandler(this.printButton_Click);
//
// toolStrip2
//
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripTextBox1,
this.toolStripLabel1});
this.toolStrip2.Location = new System.Drawing.Point(0, 49);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(427, 25);
this.toolStrip2.TabIndex = 4;
this.toolStrip2.Text = "toolStrip2";
//
// toolStripTextBox1
//
this.toolStripTextBox1.Name = "toolStripTextBox1";
this.toolStripTextBox1.Size = new System.Drawing.Size(400, 21);
this.toolStripTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBox1_KeyDown);
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(0, 0);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(427, 275);
this.Controls.Add(this.toolStrip2);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.webBrowser1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "制作自己的网络浏览软件";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 保存DToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打印浏览UToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打印PToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 属性NToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出IToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton GoaButton;
private System.Windows.Forms.ToolStripButton backButton;
private System.Windows.Forms.ToolStripButton forwardButton;
private System.Windows.Forms.ToolStripButton stopButton;
private System.Windows.Forms.ToolStripButton refreshButton;
private System.Windows.Forms.ToolStripButton homeButton;
private System.Windows.Forms.ToolStripButton searchButton;
private System.Windows.Forms.ToolStripButton printButton;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -