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

📄 ch9_demoform002.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.forwardButton.ButtonClick += new System.EventHandler(this.forwardButton_Click);
            // 
            // ToolStripMenuItem2
            // 
            this.ToolStripMenuItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
            this.ToolStripMenuItem2.Size = new System.Drawing.Size(135, 22);
            this.ToolStripMenuItem2.Text = "水木社区";
            // 
            // ToolStripSeparator1
            // 
            this.ToolStripSeparator1.Name = "ToolStripSeparator1";
            this.ToolStripSeparator1.Size = new System.Drawing.Size(132, 6);
            // 
            // ToolStripMenuItem3
            // 
            this.ToolStripMenuItem3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
            this.ToolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
            this.ToolStripMenuItem3.Size = new System.Drawing.Size(135, 22);
            this.ToolStripMenuItem3.Text = "历史";
            // 
            // stopButton
            // 
            this.stopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.stopButton.Image = global::CH9.Properties.Resources.Stop;
            this.stopButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.stopButton.Name = "stopButton";
            this.stopButton.Size = new System.Drawing.Size(30, 30);
            this.stopButton.ToolTipText = "停止";
            this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
            // 
            // refreshButton
            // 
            this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.refreshButton.Image = global::CH9.Properties.Resources.Refresh;
            this.refreshButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.refreshButton.Name = "refreshButton";
            this.refreshButton.Size = new System.Drawing.Size(30, 30);
            this.refreshButton.ToolTipText = "刷新";
            this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
            // 
            // homeButton
            // 
            this.homeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.homeButton.Image = global::CH9.Properties.Resources.Home;
            this.homeButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.homeButton.Name = "homeButton";
            this.homeButton.Size = new System.Drawing.Size(30, 30);
            this.homeButton.ToolTipText = "主页";
            this.homeButton.Click += new System.EventHandler(this.homeButton_Click);
            // 
            // ToolStripSeparator2
            // 
            this.ToolStripSeparator2.Name = "ToolStripSeparator2";
            this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 33);
            // 
            // searchButton
            // 
            this.searchButton.Image = global::CH9.Properties.Resources.Search;
            this.searchButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.searchButton.Name = "searchButton";
            this.searchButton.Size = new System.Drawing.Size(59, 30);
            this.searchButton.Text = "搜索";
            this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
            // 
            // favoritesButton
            // 
            this.favoritesButton.Image = global::CH9.Properties.Resources.Favorites;
            this.favoritesButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.favoritesButton.Name = "favoritesButton";
            this.favoritesButton.Size = new System.Drawing.Size(71, 30);
            this.favoritesButton.Text = "收藏夹";
            // 
            // mgbButton
            // 
            this.mgbButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mgbButton.Image = global::CH9.Properties.Resources.History;
            this.mgbButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mgbButton.Margin = new System.Windows.Forms.Padding(1, 1, 1, 2);
            this.mgbButton.Name = "mgbButton";
            this.mgbButton.Size = new System.Drawing.Size(30, 30);
            this.mgbButton.ToolTipText = "历史";
            // 
            // ToolStripSeparator3
            // 
            this.ToolStripSeparator3.Name = "ToolStripSeparator3";
            this.ToolStripSeparator3.Size = new System.Drawing.Size(6, 33);
            // 
            // mediaButton
            // 
            this.mediaButton.Image = global::CH9.Properties.Resources.Media;
            this.mediaButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mediaButton.Name = "mediaButton";
            this.mediaButton.Size = new System.Drawing.Size(59, 30);
            this.mediaButton.Text = "媒体";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 33);
            // 
            // mailButton
            // 
            this.mailButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.mailButton.Image = global::CH9.Properties.Resources.Mail;
            this.mailButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.mailButton.Name = "mailButton";
            this.mailButton.Size = new System.Drawing.Size(30, 30);
            this.mailButton.ToolTipText = "邮件";
            // 
            // printButton
            // 
            this.printButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printButton.Image = global::CH9.Properties.Resources.Print;
            this.printButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.printButton.Name = "printButton";
            this.printButton.Size = new System.Drawing.Size(30, 30);
            this.printButton.ToolTipText = "打印";
            this.printButton.Click += new System.EventHandler(this.printButton_Click);
            // 
            // UpLevelButton
            // 
            this.UpLevelButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.UpLevelButton.Image = global::CH9.Properties.Resources.UpLevel;
            this.UpLevelButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.UpLevelButton.Name = "UpLevelButton";
            this.UpLevelButton.Size = new System.Drawing.Size(23, 30);
            this.UpLevelButton.Text = "ToolStripButton4";
            this.UpLevelButton.ToolTipText = "向上";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(23, 30);
            this.toolStripButton1.Text = "toolStripButton1";
            // 
            // BrowserToolStrip
            // 
            this.BrowserToolStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.BrowserToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.urlTextBox,
            this.tsbGo});
            this.BrowserToolStrip.Location = new System.Drawing.Point(0, 33);
            this.BrowserToolStrip.Name = "BrowserToolStrip";
            this.BrowserToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.BrowserToolStrip.Size = new System.Drawing.Size(711, 29);
            this.BrowserToolStrip.Stretch = true;
            this.BrowserToolStrip.TabIndex = 11;
            this.BrowserToolStrip.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.toolStripLabel1.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(29, 26);
            this.toolStripLabel1.Text = "地址";
            // 
            // urlTextBox
            // 
            this.urlTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.urlTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl;
            this.urlTextBox.AutoSize = false;
            this.urlTextBox.Name = "urlTextBox";
            this.urlTextBox.Size = new System.Drawing.Size(665, 27);
            this.urlTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.urlTextBox_KeyDown);
            // 
            // tsbGo
            // 
            this.tsbGo.Image = global::CH9.Properties.Resources.Go20;
            this.tsbGo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.tsbGo.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbGo.Name = "tsbGo";
            this.tsbGo.Size = new System.Drawing.Size(53, 24);
            this.tsbGo.Text = "转到";
            this.tsbGo.Click += new System.EventHandler(this.tsbGo_Click);
            // 
            // CH9_DemoForm002
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(711, 427);
            this.Controls.Add(this.ToolStripContainer1);
            this.Controls.Add(this.ieMenu);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "CH9_DemoForm002";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "这不是真的 Microsoft Internet Explorer 喔... 嘻嘻";
            this.Load += new System.EventHandler(this.CH9_DemoForm002_Load);
            this.ieMenu.ResumeLayout(false);
            this.ieMenu.PerformLayout();
            this.ToolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.ToolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.ToolStripContainer1.ContentPanel.ResumeLayout(false);
            this.ToolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.ToolStripContainer1.TopToolStripPanel.PerformLayout();
            this.ToolStripContainer1.ResumeLayout(false);
            this.ToolStripContainer1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ieToolBar.ResumeLayout(false);
            this.ieToolBar.PerformLayout();
            this.BrowserToolStrip.ResumeLayout(false);
            this.BrowserToolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        internal System.Windows.Forms.OpenFileDialog OpenFileDialog1;
        private System.Windows.Forms.MenuStrip ieMenu;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiNew;
        private System.Windows.Forms.ToolStripMenuItem windowToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem messageToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem postToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem contactToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem internetCallToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiOpen;
        private System.Windows.Forms.ToolStripMenuItem tsmiEdit;
        private System.Windows.Forms.ToolStripMenuItem tsmiSave;
        private System.Windows.Forms.ToolStripMenuItem tsmiSaveAs;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
        private System.Windows.Forms.ToolStripMenuItem tsmiPageSetup;
        private System.Windows.Forms.ToolStripMenuI

⌨️ 快捷键说明

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