📄 ch9_demoform008.designer.cs
字号:
this.rbSysForMenuStrip.TabStop = true;
this.rbSysForMenuStrip.Text = "&System";
this.rbSysForMenuStrip.Click += new System.EventHandler(this.radioButtonForMenuStrip_CheckedChanged);
//
// rbProforMenuStrip
//
this.rbProforMenuStrip.AutoSize = true;
this.rbProforMenuStrip.Location = new System.Drawing.Point(12, 19);
this.rbProforMenuStrip.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.rbProforMenuStrip.Name = "rbProforMenuStrip";
this.rbProforMenuStrip.Size = new System.Drawing.Size(95, 16);
this.rbProforMenuStrip.TabIndex = 0;
this.rbProforMenuStrip.Text = "&Professional";
this.rbProforMenuStrip.Click += new System.EventHandler(this.radioButtonForMenuStrip_CheckedChanged);
//
// 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, 57);
this.BrowserToolStrip.Name = "BrowserToolStrip";
this.BrowserToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.BrowserToolStrip.Size = new System.Drawing.Size(636, 29);
this.BrowserToolStrip.Stretch = true;
this.BrowserToolStrip.TabIndex = 17;
this.BrowserToolStrip.Text = "toolStrip1";
this.BrowserToolStrip.Resize += new System.EventHandler(this.BrowserToolStrip_Resize);
//
// 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);
//
// tsbGo
//
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(33, 16);
this.tsbGo.Text = "转到";
//
// ieToolStrip
//
this.ieToolStrip.Dock = System.Windows.Forms.DockStyle.None;
this.ieToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.ieToolStrip.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.ieToolStrip.Location = new System.Drawing.Point(3, 24);
this.ieToolStrip.Name = "ieToolStrip";
this.ieToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.ieToolStrip.Size = new System.Drawing.Size(548, 33);
this.ieToolStrip.TabIndex = 16;
this.ieToolStrip.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 = "后退";
//
// ToolStripMenuItem1
//
this.ToolStripMenuItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
this.ToolStripMenuItem1.Size = new System.Drawing.Size(214, 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 = "前进";
//
// 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(151, 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 = "停止";
//
// 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 = "刷新";
//
// 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 = "主页";
//
// 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 = "搜索";
//
// 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 = "打印";
//
// UpLevelButton
//
this.UpLevelButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.UpLevelButton.Image = global::CH9.Properties.Resources.UpLevel;
this.UpLevelButton.ImageTransparentColor = System.Drawing.Color.Magenta;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -