📄 ch9_demoform009.designer.cs
字号:
this.windowsMessengerToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.windowsMessengerToolStripMenuItem.Text = "Windows Messenger";
//
// toolStripMenuItem15
//
this.toolStripMenuItem15.Name = "toolStripMenuItem15";
this.toolStripMenuItem15.Size = new System.Drawing.Size(175, 6);
//
// internetOptionsToolStripMenuItem
//
this.internetOptionsToolStripMenuItem.Name = "internetOptionsToolStripMenuItem";
this.internetOptionsToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.internetOptionsToolStripMenuItem.Text = "internet选项(&O)...";
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.contentsAndIndexToolStripMenuItem,
this.tipOfTheDayToolStripMenuItem,
this.forNetscapeUsersToolStripMenuItem,
this.onlineSupportToolStripMenuItem,
this.sendFeedbackToolStripMenuItem,
this.toolStripMenuItem16,
this.aboutInternetExplorerToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.helpToolStripMenuItem.Text = "帮助(&H)";
//
// contentsAndIndexToolStripMenuItem
//
this.contentsAndIndexToolStripMenuItem.Name = "contentsAndIndexToolStripMenuItem";
this.contentsAndIndexToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
this.contentsAndIndexToolStripMenuItem.Text = "目录与索引(&C)";
//
// tipOfTheDayToolStripMenuItem
//
this.tipOfTheDayToolStripMenuItem.Name = "tipOfTheDayToolStripMenuItem";
this.tipOfTheDayToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
this.tipOfTheDayToolStripMenuItem.Text = "每日提示(&D)";
//
// forNetscapeUsersToolStripMenuItem
//
this.forNetscapeUsersToolStripMenuItem.Name = "forNetscapeUsersToolStripMenuItem";
this.forNetscapeUsersToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
this.forNetscapeUsersToolStripMenuItem.Text = "&Netscape 用户";
//
// onlineSupportToolStripMenuItem
//
this.onlineSupportToolStripMenuItem.Name = "onlineSupportToolStripMenuItem";
this.onlineSupportToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
this.onlineSupportToolStripMenuItem.Text = "联机支持(&S)";
//
// sendFeedbackToolStripMenuItem
//
this.sendFeedbackToolStripMenuItem.Name = "sendFeedbackToolStripMenuItem";
this.sendFeedbackToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
this.sendFeedbackToolStripMenuItem.Text = "发送反馈信息(&K)";
//
// toolStripMenuItem16
//
this.toolStripMenuItem16.Name = "toolStripMenuItem16";
this.toolStripMenuItem16.Size = new System.Drawing.Size(217, 6);
//
// aboutInternetExplorerToolStripMenuItem
//
this.aboutInternetExplorerToolStripMenuItem.Name = "aboutInternetExplorerToolStripMenuItem";
this.aboutInternetExplorerToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
this.aboutInternetExplorerToolStripMenuItem.Text = "关于 Internet Explorer(&A)";
//
// ToolStrip1
//
this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ButtonToolStripButton,
this.Sep1ToolStripButton,
this.LabelToolStripButton,
this.TextBoxToolStripButton,
this.SplitButtonToolStripButton,
this.DropDownButtonToolStripButton});
this.ToolStrip1.Location = new System.Drawing.Point(0, 24);
this.ToolStrip1.Name = "ToolStrip1";
this.ToolStrip1.Size = new System.Drawing.Size(430, 25);
this.ToolStrip1.TabIndex = 17;
this.ToolStrip1.Text = "ToolStrip1";
//
// ButtonToolStripButton
//
this.ButtonToolStripButton.Image = global::CH9.Properties.Resources.Favorites;
this.ButtonToolStripButton.Name = "ButtonToolStripButton";
this.ButtonToolStripButton.Size = new System.Drawing.Size(49, 22);
this.ButtonToolStripButton.Text = "按钮";
//
// Sep1ToolStripButton
//
this.Sep1ToolStripButton.Name = "Sep1ToolStripButton";
this.Sep1ToolStripButton.Size = new System.Drawing.Size(6, 25);
//
// LabelToolStripButton
//
this.LabelToolStripButton.Name = "LabelToolStripButton";
this.LabelToolStripButton.Size = new System.Drawing.Size(65, 22);
this.LabelToolStripButton.Text = "请输入数据";
//
// TextBoxToolStripButton
//
this.TextBoxToolStripButton.Name = "TextBoxToolStripButton";
this.TextBoxToolStripButton.Size = new System.Drawing.Size(114, 25);
this.TextBoxToolStripButton.Text = "章立民";
//
// SplitButtonToolStripButton
//
this.SplitButtonToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.SplitButtonSubItemToolStripMenuItem,
this.VisualC2005開發秘訣與範例大全ToolStripMenuItem,
this.ASPNET20開發秘訣與範例大全ToolStripMenuItem,
this.SQLServer2005全系列ToolStripMenuItem,
this.VisualBasic2005資料庫應用程式開發ToolStripMenuItem,
this.VisualC2005資料庫應用程式開發ToolStripMenuItem});
this.SplitButtonToolStripButton.Name = "SplitButtonToolStripButton";
this.SplitButtonToolStripButton.Size = new System.Drawing.Size(129, 22);
this.SplitButtonToolStripButton.Text = "章立民研究室的著作";
//
// SplitButtonSubItemToolStripMenuItem
//
this.SplitButtonSubItemToolStripMenuItem.Name = "SplitButtonSubItemToolStripMenuItem";
this.SplitButtonSubItemToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.SplitButtonSubItemToolStripMenuItem.Text = "Visual Basic 2005 开发秘诀与范例大全";
//
// VisualC2005開發秘訣與範例大全ToolStripMenuItem
//
this.VisualC2005開發秘訣與範例大全ToolStripMenuItem.Name = "VisualC2005開發秘訣與範例大全ToolStripMenuItem";
this.VisualC2005開發秘訣與範例大全ToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.VisualC2005開發秘訣與範例大全ToolStripMenuItem.Text = "Visual C# 2005 开发秘诀与范例大全";
//
// ASPNET20開發秘訣與範例大全ToolStripMenuItem
//
this.ASPNET20開發秘訣與範例大全ToolStripMenuItem.Name = "ASPNET20開發秘訣與範例大全ToolStripMenuItem";
this.ASPNET20開發秘訣與範例大全ToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.ASPNET20開發秘訣與範例大全ToolStripMenuItem.Text = "ASP.NET 2.0 开发秘诀与范例大全";
//
// SQLServer2005全系列ToolStripMenuItem
//
this.SQLServer2005全系列ToolStripMenuItem.Name = "SQLServer2005全系列ToolStripMenuItem";
this.SQLServer2005全系列ToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.SQLServer2005全系列ToolStripMenuItem.Text = "SQL Server 2005 全系列";
//
// VisualBasic2005資料庫應用程式開發ToolStripMenuItem
//
this.VisualBasic2005資料庫應用程式開發ToolStripMenuItem.Name = "VisualBasic2005資料庫應用程式開發ToolStripMenuItem";
this.VisualBasic2005資料庫應用程式開發ToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.VisualBasic2005資料庫應用程式開發ToolStripMenuItem.Text = "Visual Basic 2005 数据库应用程序开发";
//
// VisualC2005資料庫應用程式開發ToolStripMenuItem
//
this.VisualC2005資料庫應用程式開發ToolStripMenuItem.Name = "VisualC2005資料庫應用程式開發ToolStripMenuItem";
this.VisualC2005資料庫應用程式開發ToolStripMenuItem.Size = new System.Drawing.Size(286, 22);
this.VisualC2005資料庫應用程式開發ToolStripMenuItem.Text = "Visual C# 2005 数据库应用程序开发";
//
// DropDownButtonToolStripButton
//
this.DropDownButtonToolStripButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MVPToolStripMenuItem,
this.資深顧問ToolStripMenuItem,
this.資深電腦圖書作家ToolStripMenuItem});
this.DropDownButtonToolStripButton.Name = "DropDownButtonToolStripButton";
this.DropDownButtonToolStripButton.Size = new System.Drawing.Size(90, 16);
this.DropDownButtonToolStripButton.Text = "章立民的资历";
//
// MVPToolStripMenuItem
//
this.MVPToolStripMenuItem.Name = "MVPToolStripMenuItem";
this.MVPToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.MVPToolStripMenuItem.Text = "MVP";
//
// 資深顧問ToolStripMenuItem
//
this.資深顧問ToolStripMenuItem.Name = "資深顧問ToolStripMenuItem";
this.資深顧問ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.資深顧問ToolStripMenuItem.Text = "资深顾问";
//
// 資深電腦圖書作家ToolStripMenuItem
//
this.資深電腦圖書作家ToolStripMenuItem.Name = "資深電腦圖書作家ToolStripMenuItem";
this.資深電腦圖書作家ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.資深電腦圖書作家ToolStripMenuItem.Text = "资深电脑图书作家";
//
// StatusStrip1
//
this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ItsatrapStatusStripPanel,
this.ToolStripProgressBar1});
this.StatusStrip1.Location = new System.Drawing.Point(0, 263);
this.StatusStrip1.Name = "StatusStrip1";
this.StatusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 10, 0);
this.StatusStrip1.Size = new System.Drawing.Size(430, 22);
this.StatusStrip1.TabIndex = 18;
this.StatusStrip1.Text = "StatusStrip1";
//
// ItsatrapStatusStripPanel
//
this.ItsatrapStatusStripPanel.Name = "ItsatrapStatusStripPanel";
this.ItsatrapStatusStripPanel.Size = new System.Drawing.Size(137, 17);
this.ItsatrapStatusStripPanel.Text = "相约再见....读者座谈会";
//
// ToolStripProgressBar1
//
this.ToolStripProgressBar1.Name = "ToolStripProgressBar1";
this.ToolStripProgressBar1.Size = new System.Drawing.Size(75, 16);
//
// rendererStyleGroupBox
//
this.rendererStyleGroupBox.Controls.Add(this.superCoolRendererRadio);
this.rendererStyleGroupBox.Controls.Add(this.normalRendererRadio);
this.rendererStyleGroupBox.Location = new System.Drawing.Point(14, 54);
this.rendererStyleGroupBox.Margin = new System.Windows.Forms.Padding(2);
this.rendererStyleGroupBox.Name = "rendererStyleGroupBox";
this.rendererStyleGroupBox.Padding = new System.Windows.Forms.Padding(2);
this.rendererStyleGroupBox.Size = new System.Drawing.Size(152, 52);
this.rendererStyleGroupBox.TabIndex = 19;
this.rendererStyleGroupBox.TabStop = false;
this.rendererStyleGroupBox.Text = "呈现样式(&R)";
//
// superCoolRendererRadio
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -