?? ch9_demoform004.designer.cs
字號:
this.webBrowser1.Size = new System.Drawing.Size(576, 273);
this.webBrowser1.TabIndex = 11;
this.webBrowser1.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser1_Navigated);
this.webBrowser1.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.webBrowser1_ProgressChanged);
this.webBrowser1.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.webBrowser1_Navigating);
this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
//
// ToolStrip2
//
this.ToolStrip2.Dock = System.Windows.Forms.DockStyle.None;
this.ToolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
this.ToolStrip2.Location = new System.Drawing.Point(0, 3);
this.ToolStrip2.Name = "ToolStrip2";
this.ToolStrip2.Size = new System.Drawing.Size(26, 111);
this.ToolStrip2.TabIndex = 3;
this.ToolStrip2.Text = "ToolStrip2";
//
// ToolStrip1
//
this.ToolStrip1.CanOverflow = false;
this.ToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbMsTaiwan,
this.tsbMSDNCHT,
this.tsbCommunity,
this.ToolStripSeparator4,
this.tsbManage,
this.ToolStripSeparator6});
this.ToolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
this.ToolStrip1.Location = new System.Drawing.Point(0, 114);
this.ToolStrip1.Name = "ToolStrip1";
this.ToolStrip1.Size = new System.Drawing.Size(170, 115);
this.ToolStrip1.TabIndex = 2;
this.ToolStrip1.Text = "ToolStrip1";
//
// tsbMsTaiwan
//
this.tsbMsTaiwan.Image = global::CH9.Properties.Resources.sts_site16;
this.tsbMsTaiwan.Name = "tsbMsTaiwan";
this.tsbMsTaiwan.Size = new System.Drawing.Size(168, 20);
this.tsbMsTaiwan.Text = "一起前往微軟中國公司主頁";
this.tsbMsTaiwan.Click += new System.EventHandler(this.tsbMsTaiwan_Click);
//
// tsbMSDNCHT
//
this.tsbMSDNCHT.Image = global::CH9.Properties.Resources.sts_site16;
this.tsbMSDNCHT.Name = "tsbMSDNCHT";
this.tsbMSDNCHT.Size = new System.Drawing.Size(168, 20);
this.tsbMSDNCHT.Text = "中文開發資訊網站";
this.tsbMSDNCHT.Click += new System.EventHandler(this.tsbMSDNCHT_Click);
//
// tsbCommunity
//
this.tsbCommunity.Image = global::CH9.Properties.Resources.sts_site16;
this.tsbCommunity.Name = "tsbCommunity";
this.tsbCommunity.Size = new System.Drawing.Size(168, 20);
this.tsbCommunity.Text = "中國微軟社區支持";
this.tsbCommunity.Click += new System.EventHandler(this.tsbCommunity_Click);
//
// ToolStripSeparator4
//
this.ToolStripSeparator4.Name = "ToolStripSeparator4";
this.ToolStripSeparator4.Size = new System.Drawing.Size(168, 6);
//
// tsbManage
//
this.tsbManage.Image = global::CH9.Properties.Resources.STSICON;
this.tsbManage.Name = "tsbManage";
this.tsbManage.Size = new System.Drawing.Size(168, 20);
this.tsbManage.Text = "管理網站列表";
this.tsbManage.Click += new System.EventHandler(this.tsbManage_Click);
//
// ToolStripSeparator6
//
this.ToolStripSeparator6.Name = "ToolStripSeparator6";
this.ToolStripSeparator6.Size = new System.Drawing.Size(168, 6);
//
// ieToolBar
//
this.ieToolBar.Dock = System.Windows.Forms.DockStyle.None;
this.ieToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.ieToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.backButton,
this.forwardButton,
this.stopButton,
this.refreshButton,
this.homeButton,
this.ToolStripSeparator2,
this.searchButton,
this.favoritesButton,
this.mgbButton,
this.ToolStripSeparator3,
this.mediaButton,
this.toolStripSeparator5,
this.mailButton,
this.printButton,
this.UpLevelButton});
this.ieToolBar.Location = new System.Drawing.Point(3, 0);
this.ieToolBar.Name = "ieToolBar";
this.ieToolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.ieToolBar.Size = new System.Drawing.Size(536, 33);
this.ieToolBar.TabIndex = 8;
this.ieToolBar.Text = "ToolStrip1";
//
// backButton
//
this.backButton.DropDownButtonWidth = 20;
this.backButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem1});
this.backButton.Image = global::CH9.Properties.Resources.Back;
this.backButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.backButton.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
this.backButton.Name = "backButton";
this.backButton.Size = new System.Drawing.Size(80, 30);
this.backButton.Text = "后退";
this.backButton.ButtonDoubleClick += new System.EventHandler(this.backButton_ButtonDoubleClick);
//
// ToolStripMenuItem1
//
this.ToolStripMenuItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.ToolStripMenuItem1.Text = "歡迎光臨 MSN.com";
//
// forwardButton
//
this.forwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.forwardButton.DropDownButtonWidth = 20;
this.forwardButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem2,
this.ToolStripSeparator1,
this.ToolStripMenuItem3});
this.forwardButton.Image = global::CH9.Properties.Resources.Forward;
this.forwardButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.forwardButton.Name = "forwardButton";
this.forwardButton.Size = new System.Drawing.Size(51, 30);
this.forwardButton.ToolTipText = "前進";
this.forwardButton.ButtonClick += new System.EventHandler(this.forwardButton_ButtonClick);
//
// ToolStripMenuItem2
//
this.ToolStripMenuItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
this.ToolStripMenuItem2.Size = new System.Drawing.Size(152, 22);
this.ToolStripMenuItem2.Text = "水木清華";
//
// ToolStripSeparator1
//
this.ToolStripSeparator1.Name = "ToolStripSeparator1";
this.ToolStripSeparator1.Size = new System.Drawing.Size(149, 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(152, 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;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -