📄 form1.designer.cs
字号:
namespace search
{
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()
{
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.butgo = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button4 = new System.Windows.Forms.Button();
this.txtkey = new System.Windows.Forms.TextBox();
this.butsearch = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.butweb = new System.Windows.Forms.Button();
this.butimage = new System.Windows.Forms.Button();
this.butvideo = new System.Windows.Forms.Button();
this.webbaidu = new System.Windows.Forms.Button();
this.webgoogle = new System.Windows.Forms.Button();
this.webzhongsou = new System.Windows.Forms.Button();
this.fpweb = new System.Windows.Forms.FlowLayoutPanel();
this.fpimage = new System.Windows.Forms.FlowLayoutPanel();
this.imagesougou = new System.Windows.Forms.Button();
this.imageyahoo = new System.Windows.Forms.Button();
this.imagesoso = new System.Windows.Forms.Button();
this.fpvideo = new System.Windows.Forms.FlowLayoutPanel();
this.videobaidu = new System.Windows.Forms.Button();
this.videosougou = new System.Windows.Forms.Button();
this.video56 = new System.Windows.Forms.Button();
this.fpweb.SuspendLayout();
this.fpimage.SuspendLayout();
this.fpvideo.SuspendLayout();
this.SuspendLayout();
//
// webBrowser1
//
this.webBrowser1.Location = new System.Drawing.Point(5, 130);
this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.Size = new System.Drawing.Size(1010, 660);
this.webBrowser1.TabIndex = 7;
this.webBrowser1.Url = new System.Uri("http://视频", System.UriKind.Absolute);
this.webBrowser1.NewWindow += new System.ComponentModel.CancelEventHandler(this.webBrowser1_NewWindow);
this.webBrowser1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.webBrowser1_PreviewKeyDown);
//
// butgo
//
this.butgo.Location = new System.Drawing.Point(502, 12);
this.butgo.Name = "butgo";
this.butgo.Size = new System.Drawing.Size(49, 23);
this.butgo.TabIndex = 15;
this.butgo.Text = "G0";
this.butgo.UseVisualStyleBackColor = true;
this.butgo.Click += new System.EventHandler(this.button7_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 18;
this.label3.Text = "网址";
//
// button8
//
this.button8.Location = new System.Drawing.Point(611, 11);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(55, 23);
this.button8.TabIndex = 19;
this.button8.Text = "前进";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(554, 12);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(53, 23);
this.button9.TabIndex = 20;
this.button9.Text = "后退";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(671, 12);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(50, 23);
this.button3.TabIndex = 21;
this.button3.Text = "刷新";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(34, 12);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(465, 20);
this.comboBox1.TabIndex = 22;
this.comboBox1.Text = "http://www.baidu.com";
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
this.comboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox1_KeyDown);
//
// button4
//
this.button4.Location = new System.Drawing.Point(727, 13);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(53, 23);
this.button4.TabIndex = 23;
this.button4.Text = "主页";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// txtkey
//
this.txtkey.Location = new System.Drawing.Point(99, 65);
this.txtkey.Name = "txtkey";
this.txtkey.Size = new System.Drawing.Size(440, 21);
this.txtkey.TabIndex = 24;
//
// butsearch
//
this.butsearch.Location = new System.Drawing.Point(545, 63);
this.butsearch.Name = "butsearch";
this.butsearch.Size = new System.Drawing.Size(75, 23);
this.butsearch.TabIndex = 25;
this.butsearch.Text = "search";
this.butsearch.UseVisualStyleBackColor = true;
this.butsearch.Click += new System.EventHandler(this.butsearch_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 68);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 26;
this.label1.Text = "请输入关键字";
//
// butweb
//
this.butweb.Location = new System.Drawing.Point(7, 38);
this.butweb.Name = "butweb";
this.butweb.Size = new System.Drawing.Size(60, 23);
this.butweb.TabIndex = 27;
this.butweb.Text = "网页";
this.butweb.UseVisualStyleBackColor = true;
this.butweb.Click += new System.EventHandler(this.butweb_Click);
//
// butimage
//
this.butimage.Location = new System.Drawing.Point(73, 38);
this.butimage.Name = "butimage";
this.butimage.Size = new System.Drawing.Size(56, 23);
this.butimage.TabIndex = 28;
this.butimage.Text = "图片";
this.butimage.UseVisualStyleBackColor = true;
this.butimage.Click += new System.EventHandler(this.butimage_Click);
//
// butvideo
//
this.butvideo.Location = new System.Drawing.Point(135, 38);
this.butvideo.Name = "butvideo";
this.butvideo.Size = new System.Drawing.Size(67, 23);
this.butvideo.TabIndex = 29;
this.butvideo.Text = "视频";
this.butvideo.UseVisualStyleBackColor = true;
this.butvideo.Click += new System.EventHandler(this.butvideo_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -