frmIE.Designer.cs
上传用户:hxjiliang
上传日期:2022-04-23
资源大小:182k
文件大小:26k
源码类别:

浏览器

开发平台:

C#

  1. namespace MyWebIE
  2. {
  3.     partial class frmIE
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIE));
  29.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30.             this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31.             this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32.             this.另存为ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33.             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  34.             this.页面设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.打印预览ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38.             this.属性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39.             this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40.             this.查看VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41.             this.停止PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42.             this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43.             this.源文件CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44.             this.收藏AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45.             this.添加到收藏夹AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46.             this.整理收藏夹OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  48.             this.btngoback = new System.Windows.Forms.ToolStripButton();
  49.             this.btnforword = new System.Windows.Forms.ToolStripButton();
  50.             this.btnStop = new System.Windows.Forms.ToolStripButton();
  51.             this.btnrefresh = new System.Windows.Forms.ToolStripButton();
  52.             this.btnhome = new System.Windows.Forms.ToolStripButton();
  53.             this.btnsearch = new System.Windows.Forms.ToolStripButton();
  54.             this.btnprint = new System.Windows.Forms.ToolStripButton();
  55.             this.btnNew = new System.Windows.Forms.ToolStripButton();
  56.             this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  57.             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  58.             this.tscburl = new System.Windows.Forms.ToolStripComboBox();
  59.             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  60.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  61.             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  62.             this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  63.             this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  64.             this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
  65.             this.tabControl1 = new System.Windows.Forms.TabControl();
  66.             this.menuStrip1.SuspendLayout();
  67.             this.toolStrip1.SuspendLayout();
  68.             this.toolStrip2.SuspendLayout();
  69.             this.statusStrip1.SuspendLayout();
  70.             this.SuspendLayout();
  71.             // 
  72.             // menuStrip1
  73.             // 
  74.             this.menuStrip1.BackColor = System.Drawing.Color.WhiteSmoke;
  75.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  76.             this.文件FToolStripMenuItem,
  77.             this.查看VToolStripMenuItem,
  78.             this.收藏AToolStripMenuItem});
  79.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  80.             this.menuStrip1.Name = "menuStrip1";
  81.             this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  82.             this.menuStrip1.Size = new System.Drawing.Size(772, 24);
  83.             this.menuStrip1.TabIndex = 0;
  84.             this.menuStrip1.Text = "menuStrip1";
  85.             // 
  86.             // 文件FToolStripMenuItem
  87.             // 
  88.             this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  89.             this.新建ToolStripMenuItem,
  90.             this.另存为ToolStripMenuItem,
  91.             this.toolStripSeparator2,
  92.             this.页面设置ToolStripMenuItem,
  93.             this.打印ToolStripMenuItem,
  94.             this.打印预览ToolStripMenuItem,
  95.             this.toolStripSeparator1,
  96.             this.属性ToolStripMenuItem,
  97.             this.关闭ToolStripMenuItem});
  98.             this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
  99.             this.文件FToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  100.             this.文件FToolStripMenuItem.Text = "文件(&F)";
  101.             // 
  102.             // 新建ToolStripMenuItem
  103.             // 
  104.             this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
  105.             this.新建ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  106.             this.新建ToolStripMenuItem.Text = "新建(&N)";
  107.             this.新建ToolStripMenuItem.Click += new System.EventHandler(this.新建ToolStripMenuItem_Click);
  108.             // 
  109.             // 另存为ToolStripMenuItem
  110.             // 
  111.             this.另存为ToolStripMenuItem.Name = "另存为ToolStripMenuItem";
  112.             this.另存为ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  113.             this.另存为ToolStripMenuItem.Text = "另存为(&A)...";
  114.             this.另存为ToolStripMenuItem.Click += new System.EventHandler(this.另存为ToolStripMenuItem_Click);
  115.             // 
  116.             // toolStripSeparator2
  117.             // 
  118.             this.toolStripSeparator2.Name = "toolStripSeparator2";
  119.             this.toolStripSeparator2.Size = new System.Drawing.Size(139, 6);
  120.             // 
  121.             // 页面设置ToolStripMenuItem
  122.             // 
  123.             this.页面设置ToolStripMenuItem.Name = "页面设置ToolStripMenuItem";
  124.             this.页面设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  125.             this.页面设置ToolStripMenuItem.Text = "页面设置(&U)";
  126.             this.页面设置ToolStripMenuItem.Click += new System.EventHandler(this.页面设置ToolStripMenuItem_Click);
  127.             // 
  128.             // 打印ToolStripMenuItem
  129.             // 
  130.             this.打印ToolStripMenuItem.Name = "打印ToolStripMenuItem";
  131.             this.打印ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  132.             this.打印ToolStripMenuItem.Text = "打印(&P)";
  133.             this.打印ToolStripMenuItem.Click += new System.EventHandler(this.打印ToolStripMenuItem_Click);
  134.             // 
  135.             // 打印预览ToolStripMenuItem
  136.             // 
  137.             this.打印预览ToolStripMenuItem.Name = "打印预览ToolStripMenuItem";
  138.             this.打印预览ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  139.             this.打印预览ToolStripMenuItem.Text = "打印预览(&V)";
  140.             this.打印预览ToolStripMenuItem.Click += new System.EventHandler(this.打印预览ToolStripMenuItem_Click);
  141.             // 
  142.             // toolStripSeparator1
  143.             // 
  144.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  145.             this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6);
  146.             // 
  147.             // 属性ToolStripMenuItem
  148.             // 
  149.             this.属性ToolStripMenuItem.Name = "属性ToolStripMenuItem";
  150.             this.属性ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  151.             this.属性ToolStripMenuItem.Text = "属性(&R)";
  152.             this.属性ToolStripMenuItem.Click += new System.EventHandler(this.属性ToolStripMenuItem_Click);
  153.             // 
  154.             // 关闭ToolStripMenuItem
  155.             // 
  156.             this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
  157.             this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
  158.             this.关闭ToolStripMenuItem.Text = "关闭(&C)";
  159.             this.关闭ToolStripMenuItem.Click += new System.EventHandler(this.关闭ToolStripMenuItem_Click);
  160.             // 
  161.             // 查看VToolStripMenuItem
  162.             // 
  163.             this.查看VToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  164.             this.停止PToolStripMenuItem,
  165.             this.刷新ToolStripMenuItem,
  166.             this.源文件CToolStripMenuItem});
  167.             this.查看VToolStripMenuItem.Name = "查看VToolStripMenuItem";
  168.             this.查看VToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  169.             this.查看VToolStripMenuItem.Text = "查看(&V)";
  170.             // 
  171.             // 停止PToolStripMenuItem
  172.             // 
  173.             this.停止PToolStripMenuItem.Name = "停止PToolStripMenuItem";
  174.             this.停止PToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  175.             this.停止PToolStripMenuItem.Text = "停止(&P)";
  176.             this.停止PToolStripMenuItem.Click += new System.EventHandler(this.停止PToolStripMenuItem_Click);
  177.             // 
  178.             // 刷新ToolStripMenuItem
  179.             // 
  180.             this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
  181.             this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  182.             this.刷新ToolStripMenuItem.Text = "刷新(&R)";
  183.             this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
  184.             // 
  185.             // 源文件CToolStripMenuItem
  186.             // 
  187.             this.源文件CToolStripMenuItem.Name = "源文件CToolStripMenuItem";
  188.             this.源文件CToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  189.             this.源文件CToolStripMenuItem.Text = "源文件(&C)";
  190.             this.源文件CToolStripMenuItem.Click += new System.EventHandler(this.源文件CToolStripMenuItem_Click);
  191.             // 
  192.             // 收藏AToolStripMenuItem
  193.             // 
  194.             this.收藏AToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  195.             this.添加到收藏夹AToolStripMenuItem,
  196.             this.整理收藏夹OToolStripMenuItem});
  197.             this.收藏AToolStripMenuItem.Name = "收藏AToolStripMenuItem";
  198.             this.收藏AToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  199.             this.收藏AToolStripMenuItem.Text = "收藏(&A)";
  200.             // 
  201.             // 添加到收藏夹AToolStripMenuItem
  202.             // 
  203.             this.添加到收藏夹AToolStripMenuItem.Name = "添加到收藏夹AToolStripMenuItem";
  204.             this.添加到收藏夹AToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  205.             this.添加到收藏夹AToolStripMenuItem.Text = "添加到收藏夹(&A)";
  206.             this.添加到收藏夹AToolStripMenuItem.Click += new System.EventHandler(this.添加到收藏夹AToolStripMenuItem_Click);
  207.             // 
  208.             // 整理收藏夹OToolStripMenuItem
  209.             // 
  210.             this.整理收藏夹OToolStripMenuItem.Name = "整理收藏夹OToolStripMenuItem";
  211.             this.整理收藏夹OToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  212.             this.整理收藏夹OToolStripMenuItem.Text = "整理收藏夹(&O)";
  213.             this.整理收藏夹OToolStripMenuItem.Click += new System.EventHandler(this.整理收藏夹OToolStripMenuItem_Click);
  214.             // 
  215.             // toolStrip1
  216.             // 
  217.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  218.             this.btngoback,
  219.             this.btnforword,
  220.             this.btnStop,
  221.             this.btnrefresh,
  222.             this.btnhome,
  223.             this.btnsearch,
  224.             this.btnprint,
  225.             this.btnNew});
  226.             this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  227.             this.toolStrip1.Name = "toolStrip1";
  228.             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  229.             this.toolStrip1.Size = new System.Drawing.Size(772, 25);
  230.             this.toolStrip1.TabIndex = 1;
  231.             this.toolStrip1.Text = "toolStrip1";
  232.             // 
  233.             // btngoback
  234.             // 
  235.             this.btngoback.Image = ((System.Drawing.Image)(resources.GetObject("btngoback.Image")));
  236.             this.btngoback.ImageTransparentColor = System.Drawing.Color.Magenta;
  237.             this.btngoback.Name = "btngoback";
  238.             this.btngoback.Size = new System.Drawing.Size(49, 22);
  239.             this.btngoback.Text = "后退";
  240.             this.btngoback.Click += new System.EventHandler(this.btngoback_Click);
  241.             // 
  242.             // btnforword
  243.             // 
  244.             this.btnforword.Image = ((System.Drawing.Image)(resources.GetObject("btnforword.Image")));
  245.             this.btnforword.ImageTransparentColor = System.Drawing.Color.Magenta;
  246.             this.btnforword.Name = "btnforword";
  247.             this.btnforword.Size = new System.Drawing.Size(49, 22);
  248.             this.btnforword.Text = "前进";
  249.             this.btnforword.Click += new System.EventHandler(this.btnforword_Click);
  250.             // 
  251.             // btnStop
  252.             // 
  253.             this.btnStop.Image = ((System.Drawing.Image)(resources.GetObject("btnStop.Image")));
  254.             this.btnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  255.             this.btnStop.Name = "btnStop";
  256.             this.btnStop.Size = new System.Drawing.Size(49, 22);
  257.             this.btnStop.Text = "停止";
  258.             this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  259.             // 
  260.             // btnrefresh
  261.             // 
  262.             this.btnrefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnrefresh.Image")));
  263.             this.btnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
  264.             this.btnrefresh.Name = "btnrefresh";
  265.             this.btnrefresh.Size = new System.Drawing.Size(49, 22);
  266.             this.btnrefresh.Text = "刷新";
  267.             this.btnrefresh.Click += new System.EventHandler(this.btnrefresh_Click);
  268.             // 
  269.             // btnhome
  270.             // 
  271.             this.btnhome.Image = ((System.Drawing.Image)(resources.GetObject("btnhome.Image")));
  272.             this.btnhome.ImageTransparentColor = System.Drawing.Color.Magenta;
  273.             this.btnhome.Name = "btnhome";
  274.             this.btnhome.Size = new System.Drawing.Size(49, 22);
  275.             this.btnhome.Text = "主页";
  276.             this.btnhome.Click += new System.EventHandler(this.btnhome_Click);
  277.             // 
  278.             // btnsearch
  279.             // 
  280.             this.btnsearch.Image = ((System.Drawing.Image)(resources.GetObject("btnsearch.Image")));
  281.             this.btnsearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  282.             this.btnsearch.Name = "btnsearch";
  283.             this.btnsearch.Size = new System.Drawing.Size(49, 22);
  284.             this.btnsearch.Text = "搜索";
  285.             this.btnsearch.Click += new System.EventHandler(this.btnsearch_Click);
  286.             // 
  287.             // btnprint
  288.             // 
  289.             this.btnprint.Image = ((System.Drawing.Image)(resources.GetObject("btnprint.Image")));
  290.             this.btnprint.ImageTransparentColor = System.Drawing.Color.Magenta;
  291.             this.btnprint.Name = "btnprint";
  292.             this.btnprint.Size = new System.Drawing.Size(49, 22);
  293.             this.btnprint.Text = "打印";
  294.             this.btnprint.Click += new System.EventHandler(this.btnprint_Click);
  295.             // 
  296.             // btnNew
  297.             // 
  298.             this.btnNew.Image = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
  299.             this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
  300.             this.btnNew.Name = "btnNew";
  301.             this.btnNew.Size = new System.Drawing.Size(49, 22);
  302.             this.btnNew.Text = "新建";
  303.             this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
  304.             // 
  305.             // toolStrip2
  306.             // 
  307.             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  308.             this.toolStripLabel1,
  309.             this.tscburl,
  310.             this.toolStripButton1});
  311.             this.toolStrip2.Location = new System.Drawing.Point(0, 49);
  312.             this.toolStrip2.Name = "toolStrip2";
  313.             this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  314.             this.toolStrip2.Size = new System.Drawing.Size(772, 25);
  315.             this.toolStrip2.TabIndex = 2;
  316.             this.toolStrip2.Text = "toolStrip2";
  317.             // 
  318.             // toolStripLabel1
  319.             // 
  320.             this.toolStripLabel1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  321.             this.toolStripLabel1.Name = "toolStripLabel1";
  322.             this.toolStripLabel1.Size = new System.Drawing.Size(53, 22);
  323.             this.toolStripLabel1.Text = "地址(&D) ";
  324.             this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
  325.             // 
  326.             // tscburl
  327.             // 
  328.             this.tscburl.FlatStyle = System.Windows.Forms.FlatStyle.System;
  329.             this.tscburl.Name = "tscburl";
  330.             this.tscburl.Size = new System.Drawing.Size(650, 25);
  331.             this.tscburl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tscburl_KeyDown);
  332.             // 
  333.             // toolStripButton1
  334.             // 
  335.             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  336.             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  337.             this.toolStripButton1.Name = "toolStripButton1";
  338.             this.toolStripButton1.Size = new System.Drawing.Size(49, 22);
  339.             this.toolStripButton1.Text = "转到";
  340.             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  341.             // 
  342.             // statusStrip1
  343.             // 
  344.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  345.             this.toolStripStatusLabel1,
  346.             this.toolStripStatusLabel2,
  347.             this.toolStripProgressBar1,
  348.             this.toolStripStatusLabel4});
  349.             this.statusStrip1.Location = new System.Drawing.Point(0, 511);
  350.             this.statusStrip1.Name = "statusStrip1";
  351.             this.statusStrip1.Size = new System.Drawing.Size(772, 22);
  352.             this.statusStrip1.TabIndex = 3;
  353.             this.statusStrip1.Text = "statusStrip1";
  354.             // 
  355.             // toolStripStatusLabel1
  356.             // 
  357.             this.toolStripStatusLabel1.AutoSize = false;
  358.             this.toolStripStatusLabel1.BackColor = System.Drawing.Color.Transparent;
  359.             this.toolStripStatusLabel1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel1.Image")));
  360.             this.toolStripStatusLabel1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  361.             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  362.             this.toolStripStatusLabel1.Size = new System.Drawing.Size(450, 17);
  363.             this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
  364.             this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  365.             // 
  366.             // toolStripStatusLabel2
  367.             // 
  368.             this.toolStripStatusLabel2.BackColor = System.Drawing.Color.Transparent;
  369.             this.toolStripStatusLabel2.ForeColor = System.Drawing.SystemColors.ControlDark;
  370.             this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  371.             this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
  372.             this.toolStripStatusLabel2.Text = "|";
  373.             // 
  374.             // toolStripProgressBar1
  375.             // 
  376.             this.toolStripProgressBar1.Name = "toolStripProgressBar1";
  377.             this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
  378.             // 
  379.             // toolStripStatusLabel4
  380.             // 
  381.             this.toolStripStatusLabel4.AutoSize = false;
  382.             this.toolStripStatusLabel4.BackColor = System.Drawing.Color.Transparent;
  383.             this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
  384.             this.toolStripStatusLabel4.Size = new System.Drawing.Size(194, 17);
  385.             this.toolStripStatusLabel4.Spring = true;
  386.             this.toolStripStatusLabel4.Text = "本软件由啸天制作";
  387.             this.toolStripStatusLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  388.             // 
  389.             // tabControl1
  390.             // 
  391.             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  392.             this.tabControl1.Location = new System.Drawing.Point(0, 74);
  393.             this.tabControl1.Name = "tabControl1";
  394.             this.tabControl1.SelectedIndex = 0;
  395.             this.tabControl1.Size = new System.Drawing.Size(772, 437);
  396.             this.tabControl1.TabIndex = 4;
  397.             this.tabControl1.DoubleClick += new System.EventHandler(this.tabControl1_DoubleClick);
  398.             this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  399.             // 
  400.             // frmIE
  401.             // 
  402.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  403.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  404.             this.BackColor = System.Drawing.Color.WhiteSmoke;
  405.             this.ClientSize = new System.Drawing.Size(772, 533);
  406.             this.Controls.Add(this.tabControl1);
  407.             this.Controls.Add(this.statusStrip1);
  408.             this.Controls.Add(this.toolStrip2);
  409.             this.Controls.Add(this.toolStrip1);
  410.             this.Controls.Add(this.menuStrip1);
  411.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  412.             this.MainMenuStrip = this.menuStrip1;
  413.             this.Name = "frmIE";
  414.             this.Text = "用一生下载你";
  415.             this.Load += new System.EventHandler(this.frmIE_Load);
  416.             this.menuStrip1.ResumeLayout(false);
  417.             this.menuStrip1.PerformLayout();
  418.             this.toolStrip1.ResumeLayout(false);
  419.             this.toolStrip1.PerformLayout();
  420.             this.toolStrip2.ResumeLayout(false);
  421.             this.toolStrip2.PerformLayout();
  422.             this.statusStrip1.ResumeLayout(false);
  423.             this.statusStrip1.PerformLayout();
  424.             this.ResumeLayout(false);
  425.             this.PerformLayout();
  426.         }
  427.         #endregion
  428.         private System.Windows.Forms.MenuStrip menuStrip1;
  429.         private System.Windows.Forms.ToolStrip toolStrip1;
  430.         private System.Windows.Forms.ToolStrip toolStrip2;
  431.         private System.Windows.Forms.ToolStripComboBox tscburl;
  432.         private System.Windows.Forms.StatusStrip statusStrip1;
  433.         private System.Windows.Forms.TabControl tabControl1;
  434.         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  435.         private System.Windows.Forms.ToolStripButton btngoback;
  436.         private System.Windows.Forms.ToolStripButton btnforword;
  437.         private System.Windows.Forms.ToolStripButton btnStop;
  438.         private System.Windows.Forms.ToolStripButton btnrefresh;
  439.         private System.Windows.Forms.ToolStripButton btnhome;
  440.         private System.Windows.Forms.ToolStripButton btnsearch;
  441.         private System.Windows.Forms.ToolStripButton btnprint;
  442.         private System.Windows.Forms.ToolStripButton btnNew;
  443.         private System.Windows.Forms.ToolStripButton toolStripButton1;
  444.         private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
  445.         private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
  446.         private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
  447.         private System.Windows.Forms.ToolStripMenuItem 另存为ToolStripMenuItem;
  448.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  449.         private System.Windows.Forms.ToolStripMenuItem 页面设置ToolStripMenuItem;
  450.         private System.Windows.Forms.ToolStripMenuItem 打印ToolStripMenuItem;
  451.         private System.Windows.Forms.ToolStripMenuItem 打印预览ToolStripMenuItem;
  452.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  453.         private System.Windows.Forms.ToolStripMenuItem 属性ToolStripMenuItem;
  454.         private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
  455.         private System.Windows.Forms.ToolStripMenuItem 查看VToolStripMenuItem;
  456.         private System.Windows.Forms.ToolStripMenuItem 停止PToolStripMenuItem;
  457.         private System.Windows.Forms.ToolStripMenuItem 刷新ToolStripMenuItem;
  458.         private System.Windows.Forms.ToolStripMenuItem 源文件CToolStripMenuItem;
  459.         private System.Windows.Forms.ToolStripMenuItem 收藏AToolStripMenuItem;
  460.         private System.Windows.Forms.ToolStripMenuItem 添加到收藏夹AToolStripMenuItem;
  461.         private System.Windows.Forms.ToolStripMenuItem 整理收藏夹OToolStripMenuItem;
  462.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  463.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  464.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
  465.     }
  466. }