Form1.Designer.cs
上传用户:xzl658
上传日期:2022-04-13
资源大小:1766k
文件大小:40k
源码类别:

浏览器

开发平台:

C#

  1. namespace MyIE
  2. {
  3.     partial class Form1
  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.             this.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  31.             this.文件fToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32.             this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33.             this.打开文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34.             this.另存为sToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  36.             this.打印设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.打印预览ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.打印PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39.             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  40.             this.属性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41.             this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42.             this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43.             this.查找ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44.             this.查看ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45.             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  46.             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  47.             this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  48.             this.工具栏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49.             this.状态栏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50.             this.导航ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51.             this.向后BToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52.             this.向前FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53.             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  54.             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  55.             this.页面源代码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56.             this.全屏显示FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  57.             this.收藏CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  58.             this.添加到收藏夹ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59.             this.工具TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60.             this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61.             this.关于MyIEToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  63.             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  64.             this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  65.             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
  66.             this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  67.             this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  68.             this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
  69.             this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
  70.             this.toolStrip2 = new System.Windows.Forms.ToolStrip();
  71.             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  72.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  73.             this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
  74.             this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
  75.             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  76.             this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
  77.             this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
  78.             this.toolStripButton11 = new System.Windows.Forms.ToolStripButton();
  79.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  80.             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  81.             this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  82.             this.panel1 = new System.Windows.Forms.Panel();
  83.             this.tabControl1 = new System.Windows.Forms.TabControl();
  84.             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  85.             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  86.             this.progressBar1 = new System.Windows.Forms.ProgressBar();
  87.             this.menuStrip1.SuspendLayout();
  88.             this.toolStrip1.SuspendLayout();
  89.             this.toolStrip2.SuspendLayout();
  90.             this.statusStrip1.SuspendLayout();
  91.             this.panel1.SuspendLayout();
  92.             this.SuspendLayout();
  93.             // 
  94.             // menuStrip1
  95.             // 
  96.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  97.             this.文件fToolStripMenuItem,
  98.             this.编辑EToolStripMenuItem,
  99.             this.查看ToolStripMenuItem,
  100.             this.收藏CToolStripMenuItem,
  101.             this.工具TToolStripMenuItem,
  102.             this.帮助HToolStripMenuItem});
  103.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  104.             this.menuStrip1.Name = "menuStrip1";
  105.             this.menuStrip1.Size = new System.Drawing.Size(487, 24);
  106.             this.menuStrip1.TabIndex = 1;
  107.             this.menuStrip1.TabStop = true;
  108.             this.menuStrip1.Text = "menuStrip1";
  109.             // 
  110.             // 文件fToolStripMenuItem
  111.             // 
  112.             this.文件fToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  113.             this.新建ToolStripMenuItem,
  114.             this.打开文件ToolStripMenuItem,
  115.             this.另存为sToolStripMenuItem,
  116.             this.toolStripSeparator3,
  117.             this.打印设置ToolStripMenuItem,
  118.             this.打印预览ToolStripMenuItem,
  119.             this.打印PToolStripMenuItem,
  120.             this.toolStripSeparator4,
  121.             this.属性ToolStripMenuItem,
  122.             this.关闭ToolStripMenuItem});
  123.             this.文件fToolStripMenuItem.Name = "文件fToolStripMenuItem";
  124.             this.文件fToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  125.             this.文件fToolStripMenuItem.Text = "文件(&F)";
  126.             // 
  127.             // 新建ToolStripMenuItem
  128.             // 
  129.             this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
  130.             this.新建ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
  131.             this.新建ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  132.             this.新建ToolStripMenuItem.Text = "新建标签页(&N)";
  133.             this.新建ToolStripMenuItem.Click += new System.EventHandler(this.新建ToolStripMenuItem_Click);
  134.             // 
  135.             // 打开文件ToolStripMenuItem
  136.             // 
  137.             this.打开文件ToolStripMenuItem.Name = "打开文件ToolStripMenuItem";
  138.             this.打开文件ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  139.             this.打开文件ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  140.             this.打开文件ToolStripMenuItem.Text = "打开文件(&O)";
  141.             this.打开文件ToolStripMenuItem.Click += new System.EventHandler(this.打开文件ToolStripMenuItem_Click);
  142.             // 
  143.             // 另存为sToolStripMenuItem
  144.             // 
  145.             this.另存为sToolStripMenuItem.Name = "另存为sToolStripMenuItem";
  146.             this.另存为sToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  147.             this.另存为sToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  148.             this.另存为sToolStripMenuItem.Text = "页面另存为(&A)";
  149.             this.另存为sToolStripMenuItem.Click += new System.EventHandler(this.另存为sToolStripMenuItem_Click);
  150.             // 
  151.             // toolStripSeparator3
  152.             // 
  153.             this.toolStripSeparator3.Name = "toolStripSeparator3";
  154.             this.toolStripSeparator3.Size = new System.Drawing.Size(186, 6);
  155.             // 
  156.             // 打印设置ToolStripMenuItem
  157.             // 
  158.             this.打印设置ToolStripMenuItem.Name = "打印设置ToolStripMenuItem";
  159.             this.打印设置ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  160.             this.打印设置ToolStripMenuItem.Text = "页面设置(&U)";
  161.             this.打印设置ToolStripMenuItem.Click += new System.EventHandler(this.页面设置ToolStripMenuItem_Click);
  162.             // 
  163.             // 打印预览ToolStripMenuItem
  164.             // 
  165.             this.打印预览ToolStripMenuItem.Name = "打印预览ToolStripMenuItem";
  166.             this.打印预览ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  167.             this.打印预览ToolStripMenuItem.Text = "打印预览(&V)";
  168.             this.打印预览ToolStripMenuItem.Click += new System.EventHandler(this.打印预览ToolStripMenuItem_Click);
  169.             // 
  170.             // 打印PToolStripMenuItem
  171.             // 
  172.             this.打印PToolStripMenuItem.Name = "打印PToolStripMenuItem";
  173.             this.打印PToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  174.             this.打印PToolStripMenuItem.Text = "打印(&P)";
  175.             this.打印PToolStripMenuItem.Click += new System.EventHandler(this.打印PToolStripMenuItem_Click);
  176.             // 
  177.             // toolStripSeparator4
  178.             // 
  179.             this.toolStripSeparator4.Name = "toolStripSeparator4";
  180.             this.toolStripSeparator4.Size = new System.Drawing.Size(186, 6);
  181.             // 
  182.             // 属性ToolStripMenuItem
  183.             // 
  184.             this.属性ToolStripMenuItem.Name = "属性ToolStripMenuItem";
  185.             this.属性ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  186.             this.属性ToolStripMenuItem.Text = "属性(&R)";
  187.             this.属性ToolStripMenuItem.Click += new System.EventHandler(this.属性ToolStripMenuItem_Click);
  188.             // 
  189.             // 关闭ToolStripMenuItem
  190.             // 
  191.             this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
  192.             this.关闭ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Q)));
  193.             this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(189, 22);
  194.             this.关闭ToolStripMenuItem.Text = "关闭(&C)";
  195.             this.关闭ToolStripMenuItem.Click += new System.EventHandler(this.关闭ToolStripMenuItem_Click);
  196.             // 
  197.             // 编辑EToolStripMenuItem
  198.             // 
  199.             this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  200.             this.查找ToolStripMenuItem});
  201.             this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
  202.             this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  203.             this.编辑EToolStripMenuItem.Text = "编辑(&E)";
  204.             // 
  205.             // 查找ToolStripMenuItem
  206.             // 
  207.             this.查找ToolStripMenuItem.Name = "查找ToolStripMenuItem";
  208.             this.查找ToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
  209.             this.查找ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  210.             this.查找ToolStripMenuItem.Text = "查找(&F)";
  211.             this.查找ToolStripMenuItem.Click += new System.EventHandler(this.查找ToolStripMenuItem_Click);
  212.             // 
  213.             // 查看ToolStripMenuItem
  214.             // 
  215.             this.查看ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  216.             this.toolStripMenuItem1,
  217.             this.toolStripMenuItem2,
  218.             this.toolStripSeparator5,
  219.             this.工具栏ToolStripMenuItem,
  220.             this.状态栏ToolStripMenuItem,
  221.             this.导航ToolStripMenuItem,
  222.             this.toolStripSeparator6,
  223.             this.页面源代码ToolStripMenuItem,
  224.             this.全屏显示FToolStripMenuItem});
  225.             this.查看ToolStripMenuItem.Name = "查看ToolStripMenuItem";
  226.             this.查看ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  227.             this.查看ToolStripMenuItem.Text = "查看(&V)";
  228.             // 
  229.             // toolStripMenuItem1
  230.             // 
  231.             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  232.             this.toolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F5;
  233.             this.toolStripMenuItem1.Size = new System.Drawing.Size(153, 22);
  234.             this.toolStripMenuItem1.Text = "刷新(&R)";
  235.             // 
  236.             // toolStripMenuItem2
  237.             // 
  238.             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  239.             this.toolStripMenuItem2.Size = new System.Drawing.Size(153, 22);
  240.             this.toolStripMenuItem2.Text = "停止(&S)";
  241.             this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  242.             // 
  243.             // toolStripSeparator5
  244.             // 
  245.             this.toolStripSeparator5.Name = "toolStripSeparator5";
  246.             this.toolStripSeparator5.Size = new System.Drawing.Size(150, 6);
  247.             // 
  248.             // 工具栏ToolStripMenuItem
  249.             // 
  250.             this.工具栏ToolStripMenuItem.Checked = true;
  251.             this.工具栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  252.             this.工具栏ToolStripMenuItem.Name = "工具栏ToolStripMenuItem";
  253.             this.工具栏ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  254.             this.工具栏ToolStripMenuItem.Text = "导航工具栏(&T)";
  255.             this.工具栏ToolStripMenuItem.Click += new System.EventHandler(this.工具栏ToolStripMenuItem_Click);
  256.             // 
  257.             // 状态栏ToolStripMenuItem
  258.             // 
  259.             this.状态栏ToolStripMenuItem.Checked = true;
  260.             this.状态栏ToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  261.             this.状态栏ToolStripMenuItem.Name = "状态栏ToolStripMenuItem";
  262.             this.状态栏ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  263.             this.状态栏ToolStripMenuItem.Text = "状态栏(&B)";
  264.             this.状态栏ToolStripMenuItem.Click += new System.EventHandler(this.状态栏ToolStripMenuItem_Click);
  265.             // 
  266.             // 导航ToolStripMenuItem
  267.             // 
  268.             this.导航ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  269.             this.向后BToolStripMenuItem,
  270.             this.向前FToolStripMenuItem,
  271.             this.toolStripMenuItem3});
  272.             this.导航ToolStripMenuItem.Name = "导航ToolStripMenuItem";
  273.             this.导航ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  274.             this.导航ToolStripMenuItem.Text = "导航(&O)";
  275.             // 
  276.             // 向后BToolStripMenuItem
  277.             // 
  278.             this.向后BToolStripMenuItem.Name = "向后BToolStripMenuItem";
  279.             this.向后BToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Right)));
  280.             this.向后BToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
  281.             this.向后BToolStripMenuItem.Text = "向前(&F)";
  282.             this.向后BToolStripMenuItem.Click += new System.EventHandler(this.向后BToolStripMenuItem_Click);
  283.             // 
  284.             // 向前FToolStripMenuItem
  285.             // 
  286.             this.向前FToolStripMenuItem.Name = "向前FToolStripMenuItem";
  287.             this.向前FToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Left)));
  288.             this.向前FToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
  289.             this.向前FToolStripMenuItem.Text = "向后(&B)";
  290.             this.向前FToolStripMenuItem.Click += new System.EventHandler(this.向前FToolStripMenuItem_Click);
  291.             // 
  292.             // toolStripMenuItem3
  293.             // 
  294.             this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  295.             this.toolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
  296.             this.toolStripMenuItem3.Size = new System.Drawing.Size(171, 22);
  297.             this.toolStripMenuItem3.Text = "主页(&H)";
  298.             this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  299.             // 
  300.             // toolStripSeparator6
  301.             // 
  302.             this.toolStripSeparator6.Name = "toolStripSeparator6";
  303.             this.toolStripSeparator6.Size = new System.Drawing.Size(150, 6);
  304.             // 
  305.             // 页面源代码ToolStripMenuItem
  306.             // 
  307.             this.页面源代码ToolStripMenuItem.Name = "页面源代码ToolStripMenuItem";
  308.             this.页面源代码ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  309.             this.页面源代码ToolStripMenuItem.Text = "页面源代码(&O)";
  310.             this.页面源代码ToolStripMenuItem.Click += new System.EventHandler(this.页面源代码ToolStripMenuItem_Click);
  311.             // 
  312.             // 全屏显示FToolStripMenuItem
  313.             // 
  314.             this.全屏显示FToolStripMenuItem.Name = "全屏显示FToolStripMenuItem";
  315.             this.全屏显示FToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F4;
  316.             this.全屏显示FToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  317.             this.全屏显示FToolStripMenuItem.Text = "全屏显示(&F)";
  318.             this.全屏显示FToolStripMenuItem.Click += new System.EventHandler(this.全屏显示FToolStripMenuItem_Click);
  319.             // 
  320.             // 收藏CToolStripMenuItem
  321.             // 
  322.             this.收藏CToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  323.             this.添加到收藏夹ToolStripMenuItem});
  324.             this.收藏CToolStripMenuItem.Name = "收藏CToolStripMenuItem";
  325.             this.收藏CToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  326.             this.收藏CToolStripMenuItem.Text = "收藏(&C)";
  327.             // 
  328.             // 添加到收藏夹ToolStripMenuItem
  329.             // 
  330.             this.添加到收藏夹ToolStripMenuItem.Name = "添加到收藏夹ToolStripMenuItem";
  331.             this.添加到收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  332.             this.添加到收藏夹ToolStripMenuItem.Text = "添加到收藏夹(&O)";
  333.             this.添加到收藏夹ToolStripMenuItem.Click += new System.EventHandler(this.添加到收藏夹ToolStripMenuItem_Click);
  334.             // 
  335.             // 工具TToolStripMenuItem
  336.             // 
  337.             this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
  338.             this.工具TToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  339.             this.工具TToolStripMenuItem.Text = "工具(&T)";
  340.             // 
  341.             // 帮助HToolStripMenuItem
  342.             // 
  343.             this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  344.             this.关于MyIEToolStripMenuItem});
  345.             this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
  346.             this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
  347.             this.帮助HToolStripMenuItem.Text = "帮助(&H)";
  348.             // 
  349.             // 关于MyIEToolStripMenuItem
  350.             // 
  351.             this.关于MyIEToolStripMenuItem.Name = "关于MyIEToolStripMenuItem";
  352.             this.关于MyIEToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
  353.             this.关于MyIEToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
  354.             this.关于MyIEToolStripMenuItem.Text = "关于MyIE(&G)";
  355.             this.关于MyIEToolStripMenuItem.Click += new System.EventHandler(this.关于MyIEToolStripMenuItem_Click);
  356.             // 
  357.             // toolStrip1
  358.             // 
  359.             this.toolStrip1.AutoSize = false;
  360.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  361.             this.toolStripButton1,
  362.             this.toolStripButton2,
  363.             this.toolStripButton3,
  364.             this.toolStripButton4,
  365.             this.toolStripButton5,
  366.             this.toolStripButton6,
  367.             this.toolStripButton7});
  368.             this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  369.             this.toolStrip1.Name = "toolStrip1";
  370.             this.toolStrip1.Size = new System.Drawing.Size(487, 30);
  371.             this.toolStrip1.TabIndex = 2;
  372.             this.toolStrip1.TabStop = true;
  373.             this.toolStrip1.Text = "toolStrip1";
  374.             // 
  375.             // toolStripButton1
  376.             // 
  377.             this.toolStripButton1.Enabled = false;
  378.             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  379.             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  380.             this.toolStripButton1.Name = "toolStripButton1";
  381.             this.toolStripButton1.Size = new System.Drawing.Size(49, 27);
  382.             this.toolStripButton1.Text = "向后";
  383.             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  384.             // 
  385.             // toolStripButton2
  386.             // 
  387.             this.toolStripButton2.Enabled = false;
  388.             this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  389.             this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  390.             this.toolStripButton2.Name = "toolStripButton2";
  391.             this.toolStripButton2.Size = new System.Drawing.Size(49, 27);
  392.             this.toolStripButton2.Text = "向前";
  393.             this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
  394.             // 
  395.             // toolStripButton3
  396.             // 
  397.             this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
  398.             this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  399.             this.toolStripButton3.Name = "toolStripButton3";
  400.             this.toolStripButton3.Size = new System.Drawing.Size(49, 27);
  401.             this.toolStripButton3.Text = "停止";
  402.             this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
  403.             // 
  404.             // toolStripButton4
  405.             // 
  406.             this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
  407.             this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
  408.             this.toolStripButton4.Name = "toolStripButton4";
  409.             this.toolStripButton4.Size = new System.Drawing.Size(49, 27);
  410.             this.toolStripButton4.Text = "刷新";
  411.             this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
  412.             // 
  413.             // toolStripButton5
  414.             // 
  415.             this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  416.             this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
  417.             this.toolStripButton5.Name = "toolStripButton5";
  418.             this.toolStripButton5.Size = new System.Drawing.Size(49, 27);
  419.             this.toolStripButton5.Text = "主页";
  420.             this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
  421.             // 
  422.             // toolStripButton6
  423.             // 
  424.             this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
  425.             this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
  426.             this.toolStripButton6.Name = "toolStripButton6";
  427.             this.toolStripButton6.Size = new System.Drawing.Size(61, 27);
  428.             this.toolStripButton6.Text = "收藏夹";
  429.             // 
  430.             // toolStripButton7
  431.             // 
  432.             this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
  433.             this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
  434.             this.toolStripButton7.Name = "toolStripButton7";
  435.             this.toolStripButton7.Size = new System.Drawing.Size(49, 27);
  436.             this.toolStripButton7.Text = "打印";
  437.             this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
  438.             // 
  439.             // toolStrip2
  440.             // 
  441.             this.toolStrip2.AutoSize = false;
  442.             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  443.             this.toolStripLabel1,
  444.             this.toolStripSeparator1,
  445.             this.toolStripComboBox1,
  446.             this.toolStripButton9,
  447.             this.toolStripSeparator2,
  448.             this.toolStripButton8,
  449.             this.toolStripButton10,
  450.             this.toolStripButton11});
  451.             this.toolStrip2.Location = new System.Drawing.Point(0, 54);
  452.             this.toolStrip2.Name = "toolStrip2";
  453.             this.toolStrip2.Size = new System.Drawing.Size(487, 27);
  454.             this.toolStrip2.TabIndex = 3;
  455.             this.toolStrip2.TabStop = true;
  456.             this.toolStrip2.Text = "toolStrip2";
  457.             // 
  458.             // toolStripLabel1
  459.             // 
  460.             this.toolStripLabel1.Name = "toolStripLabel1";
  461.             this.toolStripLabel1.Size = new System.Drawing.Size(41, 24);
  462.             this.toolStripLabel1.Text = "地址栏";
  463.             // 
  464.             // toolStripSeparator1
  465.             // 
  466.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  467.             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
  468.             // 
  469.             // toolStripComboBox1
  470.             // 
  471.             this.toolStripComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
  472.             this.toolStripComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.HistoryList;
  473.             this.toolStripComboBox1.AutoSize = false;
  474.             this.toolStripComboBox1.Name = "toolStripComboBox1";
  475.             this.toolStripComboBox1.Size = new System.Drawing.Size(300, 20);
  476.             this.toolStripComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolcmbHype_KeyDown);
  477.             // 
  478.             // toolStripButton9
  479.             // 
  480.             this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
  481.             this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
  482.             this.toolStripButton9.Name = "toolStripButton9";
  483.             this.toolStripButton9.Size = new System.Drawing.Size(49, 24);
  484.             this.toolStripButton9.Text = "转到";
  485.             this.toolStripButton9.Click += new System.EventHandler(this.toolStripButton9_Click);
  486.             // 
  487.             // toolStripSeparator2
  488.             // 
  489.             this.toolStripSeparator2.Name = "toolStripSeparator2";
  490.             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 27);
  491.             // 
  492.             // toolStripButton8
  493.             // 
  494.             this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  495.             this.toolStripButton8.Enabled = false;
  496.             this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
  497.             this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
  498.             this.toolStripButton8.Name = "toolStripButton8";
  499.             this.toolStripButton8.Size = new System.Drawing.Size(23, 24);
  500.             this.toolStripButton8.Text = "删除全部";
  501.             this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
  502.             // 
  503.             // toolStripButton10
  504.             // 
  505.             this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  506.             this.toolStripButton10.Enabled = false;
  507.             this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
  508.             this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
  509.             this.toolStripButton10.Name = "toolStripButton10";
  510.             this.toolStripButton10.Size = new System.Drawing.Size(23, 24);
  511.             this.toolStripButton10.Text = "删除";
  512.             this.toolStripButton10.Click += new System.EventHandler(this.toolStripButton10_Click);
  513.             // 
  514.             // toolStripButton11
  515.             // 
  516.             this.toolStripButton11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  517.             this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  518.             this.toolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));
  519.             this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
  520.             this.toolStripButton11.Name = "toolStripButton11";
  521.             this.toolStripButton11.Size = new System.Drawing.Size(23, 24);
  522.             this.toolStripButton11.Text = "退出全屏";
  523.             this.toolStripButton11.Visible = false;
  524.             this.toolStripButton11.Click += new System.EventHandler(this.toolStripButton11_Click);
  525.             // 
  526.             // statusStrip1
  527.             // 
  528.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  529.             this.toolStripStatusLabel1,
  530.             this.toolStripStatusLabel2});
  531.             this.statusStrip1.Location = new System.Drawing.Point(0, 351);
  532.             this.statusStrip1.Name = "statusStrip1";
  533.             this.statusStrip1.Size = new System.Drawing.Size(487, 22);
  534.             this.statusStrip1.TabIndex = 4;
  535.             this.statusStrip1.Text = "statusStrip1";
  536.             // 
  537.             // toolStripStatusLabel1
  538.             // 
  539.             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  540.             this.toolStripStatusLabel1.Size = new System.Drawing.Size(29, 17);
  541.             this.toolStripStatusLabel1.Text = "状态";
  542.             // 
  543.             // toolStripStatusLabel2
  544.             // 
  545.             this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  546.             this.toolStripStatusLabel2.Size = new System.Drawing.Size(215, 17);
  547.             this.toolStripStatusLabel2.Text = "                                   ";
  548.             // 
  549.             // panel1
  550.             // 
  551.             this.panel1.AutoSize = true;
  552.             this.panel1.Controls.Add(this.tabControl1);
  553.             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  554.             this.panel1.Location = new System.Drawing.Point(0, 81);
  555.             this.panel1.Name = "panel1";
  556.             this.panel1.Size = new System.Drawing.Size(487, 270);
  557.             this.panel1.TabIndex = 5;
  558.             // 
  559.             // tabControl1
  560.             // 
  561.             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  562.             this.tabControl1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563.             this.tabControl1.ImageList = this.imageList1;
  564.             this.tabControl1.ItemSize = new System.Drawing.Size(120, 25);
  565.             this.tabControl1.Location = new System.Drawing.Point(0, 0);
  566.             this.tabControl1.Name = "tabControl1";
  567.             this.tabControl1.SelectedIndex = 0;
  568.             this.tabControl1.ShowToolTips = true;
  569.             this.tabControl1.Size = new System.Drawing.Size(487, 270);
  570.             this.tabControl1.TabIndex = 0;
  571.             this.tabControl1.TabStop = false;
  572.             this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
  573.             this.tabControl1.Click += new System.EventHandler(this.tabControl1_Click);
  574.             // 
  575.             // imageList1
  576.             // 
  577.             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  578.             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  579.             this.imageList1.Images.SetKeyName(0, "ie_orange_uc.ico");
  580.             // 
  581.             // openFileDialog1
  582.             // 
  583.             this.openFileDialog1.FileName = "openFileDialog1";
  584.             // 
  585.             // progressBar1
  586.             // 
  587.             this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  588.             this.progressBar1.Location = new System.Drawing.Point(322, 351);
  589.             this.progressBar1.Name = "progressBar1";
  590.             this.progressBar1.Size = new System.Drawing.Size(142, 22);
  591.             this.progressBar1.Step = 1;
  592.             this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  593.             this.progressBar1.TabIndex = 6;
  594.             // 
  595.             // Form1
  596.             // 
  597.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  598.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  599.             this.ClientSize = new System.Drawing.Size(487, 373);
  600.             this.Controls.Add(this.progressBar1);
  601.             this.Controls.Add(this.panel1);
  602.             this.Controls.Add(this.statusStrip1);
  603.             this.Controls.Add(this.toolStrip2);
  604.             this.Controls.Add(this.toolStrip1);
  605.             this.Controls.Add(this.menuStrip1);
  606.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  607.             this.MainMenuStrip = this.menuStrip1;
  608.             this.Name = "Form1";
  609.             this.Text = " MyIE";
  610.             this.Resize += new System.EventHandler(this.Form1_Resize);
  611.             this.menuStrip1.ResumeLayout(false);
  612.             this.menuStrip1.PerformLayout();
  613.             this.toolStrip1.ResumeLayout(false);
  614.             this.toolStrip1.PerformLayout();
  615.             this.toolStrip2.ResumeLayout(false);
  616.             this.toolStrip2.PerformLayout();
  617.             this.statusStrip1.ResumeLayout(false);
  618.             this.statusStrip1.PerformLayout();
  619.             this.panel1.ResumeLayout(false);
  620.             this.ResumeLayout(false);
  621.             this.PerformLayout();
  622.         }
  623.         #endregion
  624.         private System.Windows.Forms.MenuStrip menuStrip1;
  625.         private System.Windows.Forms.ToolStrip toolStrip1;
  626.         private System.Windows.Forms.ToolStrip toolStrip2;
  627.         private System.Windows.Forms.StatusStrip statusStrip1;
  628.         private System.Windows.Forms.Panel panel1;
  629.         private System.Windows.Forms.TabControl tabControl1;
  630.         private System.Windows.Forms.ToolStripMenuItem 文件fToolStripMenuItem;
  631.         private System.Windows.Forms.ToolStripMenuItem 查看ToolStripMenuItem;
  632.         private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
  633.         private System.Windows.Forms.ToolStripMenuItem 收藏CToolStripMenuItem;
  634.         private System.Windows.Forms.ToolStripMenuItem 工具TToolStripMenuItem;
  635.         private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
  636.         private System.Windows.Forms.ToolStripButton toolStripButton1;
  637.         private System.Windows.Forms.ToolStripButton toolStripButton2;
  638.         private System.Windows.Forms.ToolStripButton toolStripButton3;
  639.         private System.Windows.Forms.ToolStripButton toolStripButton4;
  640.         private System.Windows.Forms.ToolStripButton toolStripButton5;
  641.         private System.Windows.Forms.ToolStripButton toolStripButton6;
  642.         private System.Windows.Forms.ToolStripButton toolStripButton7;
  643.         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  644.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  645.         private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
  646.         private System.Windows.Forms.ToolStripButton toolStripButton9;
  647.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  648.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  649.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  650.         private System.Windows.Forms.ToolStripButton toolStripButton8;
  651.         private System.Windows.Forms.ToolStripButton toolStripButton10;
  652.         private System.Windows.Forms.ToolStripMenuItem 关于MyIEToolStripMenuItem;
  653.         private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
  654.         private System.Windows.Forms.ToolStripMenuItem 打开文件ToolStripMenuItem;
  655.         private System.Windows.Forms.ToolStripMenuItem 另存为sToolStripMenuItem;
  656.         private System.Windows.Forms.ToolStripMenuItem 打印PToolStripMenuItem;
  657.         private System.Windows.Forms.ToolStripMenuItem 页面源代码ToolStripMenuItem;
  658.         private System.Windows.Forms.ToolStripMenuItem 工具栏ToolStripMenuItem;
  659.         private System.Windows.Forms.ToolStripMenuItem 状态栏ToolStripMenuItem;
  660.         private System.Windows.Forms.OpenFileDialog openFileDialog1;
  661.         private System.Windows.Forms.ToolStripMenuItem 打印预览ToolStripMenuItem;
  662.         private System.Windows.Forms.ToolStripMenuItem 打印设置ToolStripMenuItem;
  663.         private System.Windows.Forms.ToolStripMenuItem 添加到收藏夹ToolStripMenuItem;
  664.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  665.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  666.         private System.Windows.Forms.ToolStripMenuItem 属性ToolStripMenuItem;
  667.         private System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
  668.         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  669.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  670.         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  671.         private System.Windows.Forms.ToolStripMenuItem 查找ToolStripMenuItem;
  672.         private System.Windows.Forms.ToolStripMenuItem 导航ToolStripMenuItem;
  673.         private System.Windows.Forms.ToolStripMenuItem 向后BToolStripMenuItem;
  674.         private System.Windows.Forms.ToolStripMenuItem 向前FToolStripMenuItem;
  675.         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  676.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  677.         private System.Windows.Forms.ToolStripMenuItem 全屏显示FToolStripMenuItem;
  678.         private System.Windows.Forms.ToolStripButton toolStripButton11;
  679.         private System.Windows.Forms.ImageList imageList1;
  680.         private System.Windows.Forms.ProgressBar progressBar1;
  681.     }
  682. }