⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 用C#实现的简易浏览器源码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // webbaidu
            // 
            this.webbaidu.Location = new System.Drawing.Point(3, 3);
            this.webbaidu.Name = "webbaidu";
            this.webbaidu.Size = new System.Drawing.Size(75, 23);
            this.webbaidu.TabIndex = 30;
            this.webbaidu.Text = "百度";
            this.webbaidu.UseVisualStyleBackColor = true;
            this.webbaidu.Click += new System.EventHandler(this.webbaidu_Click);
            // 
            // webgoogle
            // 
            this.webgoogle.Location = new System.Drawing.Point(84, 3);
            this.webgoogle.Name = "webgoogle";
            this.webgoogle.Size = new System.Drawing.Size(75, 23);
            this.webgoogle.TabIndex = 31;
            this.webgoogle.Text = "google";
            this.webgoogle.UseVisualStyleBackColor = true;
            this.webgoogle.Click += new System.EventHandler(this.webgoogle_Click);
            // 
            // webzhongsou
            // 
            this.webzhongsou.Location = new System.Drawing.Point(165, 3);
            this.webzhongsou.Name = "webzhongsou";
            this.webzhongsou.Size = new System.Drawing.Size(75, 23);
            this.webzhongsou.TabIndex = 32;
            this.webzhongsou.Text = "中搜";
            this.webzhongsou.UseVisualStyleBackColor = true;
            this.webzhongsou.Click += new System.EventHandler(this.webzhongsou_Click);
            // 
            // fpweb
            // 
            this.fpweb.AutoSize = true;
            this.fpweb.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.fpweb.Controls.Add(this.webbaidu);
            this.fpweb.Controls.Add(this.webgoogle);
            this.fpweb.Controls.Add(this.webzhongsou);
            this.fpweb.Location = new System.Drawing.Point(20, 94);
            this.fpweb.Name = "fpweb";
            this.fpweb.Size = new System.Drawing.Size(243, 29);
            this.fpweb.TabIndex = 33;
            this.fpweb.Visible = false;
            // 
            // fpimage
            // 
            this.fpimage.AutoSize = true;
            this.fpimage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.fpimage.Controls.Add(this.imagesougou);
            this.fpimage.Controls.Add(this.imageyahoo);
            this.fpimage.Controls.Add(this.imagesoso);
            this.fpimage.Location = new System.Drawing.Point(289, 95);
            this.fpimage.Name = "fpimage";
            this.fpimage.Size = new System.Drawing.Size(243, 29);
            this.fpimage.TabIndex = 34;
            this.fpimage.Visible = false;
            // 
            // imagesougou
            // 
            this.imagesougou.Location = new System.Drawing.Point(3, 3);
            this.imagesougou.Name = "imagesougou";
            this.imagesougou.Size = new System.Drawing.Size(75, 23);
            this.imagesougou.TabIndex = 0;
            this.imagesougou.Text = "搜狗";
            this.imagesougou.UseVisualStyleBackColor = true;
            this.imagesougou.Click += new System.EventHandler(this.imagesougou_Click);
            // 
            // imageyahoo
            // 
            this.imageyahoo.Location = new System.Drawing.Point(84, 3);
            this.imageyahoo.Name = "imageyahoo";
            this.imageyahoo.Size = new System.Drawing.Size(75, 23);
            this.imageyahoo.TabIndex = 1;
            this.imageyahoo.Text = "雅虎";
            this.imageyahoo.UseVisualStyleBackColor = true;
            this.imageyahoo.Click += new System.EventHandler(this.imageyahoo_Click);
            // 
            // imagesoso
            // 
            this.imagesoso.Location = new System.Drawing.Point(165, 3);
            this.imagesoso.Name = "imagesoso";
            this.imagesoso.Size = new System.Drawing.Size(75, 23);
            this.imagesoso.TabIndex = 2;
            this.imagesoso.Text = "SOSO";
            this.imagesoso.UseVisualStyleBackColor = true;
            this.imagesoso.Click += new System.EventHandler(this.imagesoso_Click);
            // 
            // fpvideo
            // 
            this.fpvideo.AutoSize = true;
            this.fpvideo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.fpvideo.Controls.Add(this.videobaidu);
            this.fpvideo.Controls.Add(this.videosougou);
            this.fpvideo.Controls.Add(this.video56);
            this.fpvideo.Location = new System.Drawing.Point(548, 95);
            this.fpvideo.Name = "fpvideo";
            this.fpvideo.Size = new System.Drawing.Size(243, 29);
            this.fpvideo.TabIndex = 35;
            this.fpvideo.Visible = false;
            // 
            // videobaidu
            // 
            this.videobaidu.Location = new System.Drawing.Point(3, 3);
            this.videobaidu.Name = "videobaidu";
            this.videobaidu.Size = new System.Drawing.Size(75, 23);
            this.videobaidu.TabIndex = 0;
            this.videobaidu.Text = "百度";
            this.videobaidu.UseVisualStyleBackColor = true;
            this.videobaidu.Click += new System.EventHandler(this.videobaidu_Click);
            // 
            // videosougou
            // 
            this.videosougou.Location = new System.Drawing.Point(84, 3);
            this.videosougou.Name = "videosougou";
            this.videosougou.Size = new System.Drawing.Size(75, 23);
            this.videosougou.TabIndex = 1;
            this.videosougou.Text = "搜狗";
            this.videosougou.UseVisualStyleBackColor = true;
            this.videosougou.Click += new System.EventHandler(this.videosougou_Click);
            // 
            // video56
            // 
            this.video56.Location = new System.Drawing.Point(165, 3);
            this.video56.Name = "video56";
            this.video56.Size = new System.Drawing.Size(75, 23);
            this.video56.TabIndex = 2;
            this.video56.Text = "56";
            this.video56.UseVisualStyleBackColor = true;
            this.video56.Click += new System.EventHandler(this.video56_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1016, 807);
            this.Controls.Add(this.fpvideo);
            this.Controls.Add(this.fpimage);
            this.Controls.Add(this.fpweb);
            this.Controls.Add(this.butvideo);
            this.Controls.Add(this.butimage);
            this.Controls.Add(this.butweb);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.butsearch);
            this.Controls.Add(this.txtkey);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button9);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.butgo);
            this.Controls.Add(this.webBrowser1);
            this.MinimumSize = new System.Drawing.Size(800, 600);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.SizeChanged += new System.EventHandler(this.form1_SizeChanged);
            this.fpweb.ResumeLayout(false);
            this.fpimage.ResumeLayout(false);
            this.fpvideo.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.WebBrowser webBrowser1;
        private System.Windows.Forms.Button butgo;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.TextBox txtkey;
        private System.Windows.Forms.Button butsearch;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button butweb;
        private System.Windows.Forms.Button butimage;
        private System.Windows.Forms.Button butvideo;
        private System.Windows.Forms.Button webbaidu;
        private System.Windows.Forms.Button webgoogle;
        private System.Windows.Forms.Button webzhongsou;
        private System.Windows.Forms.FlowLayoutPanel fpweb;
        private System.Windows.Forms.FlowLayoutPanel fpimage;
        private System.Windows.Forms.Button imagesougou;
        private System.Windows.Forms.Button imageyahoo;
        private System.Windows.Forms.Button imagesoso;
        private System.Windows.Forms.FlowLayoutPanel fpvideo;
        private System.Windows.Forms.Button videobaidu;
        private System.Windows.Forms.Button videosougou;
        private System.Windows.Forms.Button video56;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -