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

📄 ch9_demoform004.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace CH9
{
    partial class CH9_DemoForm004
    {
        /// <summary>
        /// 設計工具所需的變數。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清除任何使用中的資源。
        /// </summary>
        /// <param name="disposing">如果應該公開 Managed 資源則為 true,否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form 設計工具產生的程式碼

        /// <summary>
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
        ///
        /// </summary>
        private void InitializeComponent()
        {
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.ieImage = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusText = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsWebProgressBar = new System.Windows.Forms.ToolStripProgressBar();
            this.tsbPlaceHolder1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsbPlaceHolder2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsbPlaceHolder3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsbPlaceHolder4 = new System.Windows.Forms.ToolStripStatusLabel();
            this.tsbInternet = new System.Windows.Forms.ToolStripStatusLabel();
            this.webBrowser1 = new System.Windows.Forms.WebBrowser();
            this.ToolStrip2 = new System.Windows.Forms.ToolStrip();
            this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsbMsTaiwan = new System.Windows.Forms.ToolStripButton();
            this.tsbMSDNCHT = new System.Windows.Forms.ToolStripButton();
            this.tsbCommunity = new System.Windows.Forms.ToolStripButton();
            this.ToolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbManage = new System.Windows.Forms.ToolStripButton();
            this.ToolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.ieToolBar = new System.Windows.Forms.ToolStrip();
            this.backButton = new System.Windows.Forms.ToolStripSplitButton();
            this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.forwardButton = new System.Windows.Forms.ToolStripSplitButton();
            this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.stopButton = new System.Windows.Forms.ToolStripButton();
            this.refreshButton = new System.Windows.Forms.ToolStripButton();
            this.homeButton = new System.Windows.Forms.ToolStripButton();
            this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.searchButton = new System.Windows.Forms.ToolStripButton();
            this.favoritesButton = new System.Windows.Forms.ToolStripButton();
            this.mgbButton = new System.Windows.Forms.ToolStripButton();
            this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.mediaButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.mailButton = new System.Windows.Forms.ToolStripButton();
            this.printButton = new System.Windows.Forms.ToolStripButton();
            this.UpLevelButton = new System.Windows.Forms.ToolStripButton();
            this.BrowserToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.urlTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.tsbGo = new System.Windows.Forms.ToolStripButton();
            this.OpenFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.LeftToolStripPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.ToolStrip1.SuspendLayout();
            this.ieToolBar.SuspendLayout();
            this.BrowserToolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.statusStrip1);
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.webBrowser1);
            this.toolStripContainer1.ContentPanel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(576, 273);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            // 
            // toolStripContainer1.LeftToolStripPanel
            // 
            this.toolStripContainer1.LeftToolStripPanel.Controls.Add(this.ToolStrip2);
            this.toolStripContainer1.LeftToolStripPanel.Controls.Add(this.ToolStrip1);
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(746, 357);
            this.toolStripContainer1.TabIndex = 0;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.ieToolBar);
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.BrowserToolStrip);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ieImage,
            this.statusText,
            this.tsWebProgressBar,
            this.tsbPlaceHolder1,
            this.tsbPlaceHolder2,
            this.tsbPlaceHolder3,
            this.tsbPlaceHolder4,
            this.tsbInternet});
            this.statusStrip1.Location = new System.Drawing.Point(0, 0);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
            this.statusStrip1.Size = new System.Drawing.Size(746, 24);
            this.statusStrip1.TabIndex = 10;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // ieImage
            // 
            this.ieImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.ieImage.Image = global::CH9.Properties.Resources.link16;
            this.ieImage.Name = "ieImage";
            this.ieImage.Size = new System.Drawing.Size(16, 19);
            this.ieImage.Text = "ToolStripStatusLabel1";
            // 
            // statusText
            // 
            this.statusText.AutoSize = false;
            this.statusText.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.statusText.Name = "statusText";
            this.statusText.Size = new System.Drawing.Size(248, 19);
            this.statusText.Spring = true;
            this.statusText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tsWebProgressBar
            // 
            this.tsWebProgressBar.Name = "tsWebProgressBar";
            this.tsWebProgressBar.Size = new System.Drawing.Size(150, 18);
            // 
            // tsbPlaceHolder1
            // 
            this.tsbPlaceHolder1.AutoSize = false;
            this.tsbPlaceHolder1.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder1.Name = "tsbPlaceHolder1";
            this.tsbPlaceHolder1.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbPlaceHolder2
            // 
            this.tsbPlaceHolder2.AutoSize = false;
            this.tsbPlaceHolder2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder2.Name = "tsbPlaceHolder2";
            this.tsbPlaceHolder2.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbPlaceHolder3
            // 
            this.tsbPlaceHolder3.AutoSize = false;
            this.tsbPlaceHolder3.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder3.Name = "tsbPlaceHolder3";
            this.tsbPlaceHolder3.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbPlaceHolder4
            // 
            this.tsbPlaceHolder4.AutoSize = false;
            this.tsbPlaceHolder4.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
            this.tsbPlaceHolder4.Name = "tsbPlaceHolder4";
            this.tsbPlaceHolder4.Size = new System.Drawing.Size(23, 19);
            // 
            // tsbInternet
            // 
            this.tsbInternet.Image = global::CH9.Properties.Resources.Internet;
            this.tsbInternet.Name = "tsbInternet";
            this.tsbInternet.Size = new System.Drawing.Size(69, 19);
            this.tsbInternet.Text = "網際網路";
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 18);
            this.webBrowser1.Name = "webBrowser1";

⌨️ 快捷键说明

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