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

📄 ch9_demoform009.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.statusBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.statusBarToolStripMenuItem.Name = "statusBarToolStripMenuItem";
            this.statusBarToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.statusBarToolStripMenuItem.Text = "状态栏(&B)";
            // 
            // explorerBarToolStripMenuItem
            // 
            this.explorerBarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem2});
            this.explorerBarToolStripMenuItem.Name = "explorerBarToolStripMenuItem";
            this.explorerBarToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.explorerBarToolStripMenuItem.Text = "浏览器栏(&E)";
            // 
            // nYIToolStripMenuItem2
            // 
            this.nYIToolStripMenuItem2.Name = "nYIToolStripMenuItem2";
            this.nYIToolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
            this.nYIToolStripMenuItem2.Text = "搜尋(&S)";
            // 
            // toolStripMenuItem10
            // 
            this.toolStripMenuItem10.Name = "toolStripMenuItem10";
            this.toolStripMenuItem10.Size = new System.Drawing.Size(151, 6);
            // 
            // goToToolStripMenuItem
            // 
            this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem3});
            this.goToToolStripMenuItem.Name = "goToToolStripMenuItem";
            this.goToToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.goToToolStripMenuItem.Text = "转到(&O)";
            // 
            // nYIToolStripMenuItem3
            // 
            this.nYIToolStripMenuItem3.Name = "nYIToolStripMenuItem3";
            this.nYIToolStripMenuItem3.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Left)));
            this.nYIToolStripMenuItem3.Size = new System.Drawing.Size(177, 22);
            this.nYIToolStripMenuItem3.Text = "上一頁(&B)";
            // 
            // stopToolStripMenuItem
            // 
            this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
            this.stopToolStripMenuItem.ShortcutKeyDisplayString = "Esc";
            this.stopToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.stopToolStripMenuItem.Text = "停止(&P)";
            // 
            // refreshToolStripMenuItem
            // 
            this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.refreshToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.refreshToolStripMenuItem.Text = "刷新(&R)";
            // 
            // toolStripMenuItem11
            // 
            this.toolStripMenuItem11.Name = "toolStripMenuItem11";
            this.toolStripMenuItem11.Size = new System.Drawing.Size(151, 6);
            // 
            // textSizeToolStripMenuItem
            // 
            this.textSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem4});
            this.textSizeToolStripMenuItem.Name = "textSizeToolStripMenuItem";
            this.textSizeToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.textSizeToolStripMenuItem.Text = "字体(&X)";
            // 
            // nYIToolStripMenuItem4
            // 
            this.nYIToolStripMenuItem4.Name = "nYIToolStripMenuItem4";
            this.nYIToolStripMenuItem4.Size = new System.Drawing.Size(112, 22);
            this.nYIToolStripMenuItem4.Text = "最大(&O)";
            // 
            // encodingToolStripMenuItem
            // 
            this.encodingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem5});
            this.encodingToolStripMenuItem.Name = "encodingToolStripMenuItem";
            this.encodingToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.encodingToolStripMenuItem.Text = "编码(&D)";
            // 
            // nYIToolStripMenuItem5
            // 
            this.nYIToolStripMenuItem5.Name = "nYIToolStripMenuItem5";
            this.nYIToolStripMenuItem5.Size = new System.Drawing.Size(118, 22);
            this.nYIToolStripMenuItem5.Text = "自動選取";
            // 
            // toolStripMenuItem12
            // 
            this.toolStripMenuItem12.Name = "toolStripMenuItem12";
            this.toolStripMenuItem12.Size = new System.Drawing.Size(151, 6);
            // 
            // tsmiViewSource
            // 
            this.tsmiViewSource.Name = "tsmiViewSource";
            this.tsmiViewSource.Size = new System.Drawing.Size(154, 22);
            this.tsmiViewSource.Text = "源文件(&C)";
            // 
            // privacyReportToolStripMenuItem
            // 
            this.privacyReportToolStripMenuItem.Name = "privacyReportToolStripMenuItem";
            this.privacyReportToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.privacyReportToolStripMenuItem.Text = "隐私报告(&V)...";
            // 
            // fullScreenToolStripMenuItem
            // 
            this.fullScreenToolStripMenuItem.Name = "fullScreenToolStripMenuItem";
            this.fullScreenToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F11;
            this.fullScreenToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.fullScreenToolStripMenuItem.Text = "全屏(&F)";
            // 
            // tsmiFavorite
            // 
            this.tsmiFavorite.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addToFavoritesToolStripMenuItem,
            this.organizeFavoritesToolStripMenuItem,
            this.toolStripMenuItem13,
            this.linksToolStripMenuItem});
            this.tsmiFavorite.Name = "tsmiFavorite";
            this.tsmiFavorite.Size = new System.Drawing.Size(71, 20);
            this.tsmiFavorite.Text = "收藏夹(&A)";
            // 
            // addToFavoritesToolStripMenuItem
            // 
            this.addToFavoritesToolStripMenuItem.Name = "addToFavoritesToolStripMenuItem";
            this.addToFavoritesToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.addToFavoritesToolStripMenuItem.Text = "添加到收藏夹(&A)...";
            // 
            // organizeFavoritesToolStripMenuItem
            // 
            this.organizeFavoritesToolStripMenuItem.Name = "organizeFavoritesToolStripMenuItem";
            this.organizeFavoritesToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.organizeFavoritesToolStripMenuItem.Text = "整理收藏夹(&O)...";
            // 
            // toolStripMenuItem13
            // 
            this.toolStripMenuItem13.Name = "toolStripMenuItem13";
            this.toolStripMenuItem13.Size = new System.Drawing.Size(175, 6);
            // 
            // linksToolStripMenuItem
            // 
            this.linksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem6});
            this.linksToolStripMenuItem.Name = "linksToolStripMenuItem";
            this.linksToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.linksToolStripMenuItem.Text = "链接";
            // 
            // nYIToolStripMenuItem6
            // 
            this.nYIToolStripMenuItem6.Name = "nYIToolStripMenuItem6";
            this.nYIToolStripMenuItem6.Size = new System.Drawing.Size(88, 22);
            this.nYIToolStripMenuItem6.Text = "NYI";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mailAndNewsToolStripMenuItem,
            this.popupBlockerToolStripMenuItem,
            this.manageAddonsToolStripMenuItem,
            this.synctonizeToolStripMenuItem,
            this.windowsUpdateToolStripMenuItem,
            this.toolStripMenuItem14,
            this.windowsMessengerToolStripMenuItem,
            this.toolStripMenuItem15,
            this.internetOptionsToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.toolsToolStripMenuItem.Text = "工具(&T)";
            // 
            // mailAndNewsToolStripMenuItem
            // 
            this.mailAndNewsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem7});
            this.mailAndNewsToolStripMenuItem.Name = "mailAndNewsToolStripMenuItem";
            this.mailAndNewsToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.mailAndNewsToolStripMenuItem.Text = "邮件与新闻(&M)";
            // 
            // nYIToolStripMenuItem7
            // 
            this.nYIToolStripMenuItem7.Name = "nYIToolStripMenuItem7";
            this.nYIToolStripMenuItem7.Size = new System.Drawing.Size(136, 22);
            this.nYIToolStripMenuItem7.Text = "閱讀郵件(&M)";
            // 
            // popupBlockerToolStripMenuItem
            // 
            this.popupBlockerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem8});
            this.popupBlockerToolStripMenuItem.Name = "popupBlockerToolStripMenuItem";
            this.popupBlockerToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.popupBlockerToolStripMenuItem.Text = "弹出程序阻止程序(&P)";
            // 
            // nYIToolStripMenuItem8
            // 
            this.nYIToolStripMenuItem8.Name = "nYIToolStripMenuItem8";
            this.nYIToolStripMenuItem8.Size = new System.Drawing.Size(184, 22);
            this.nYIToolStripMenuItem8.Text = "關閉快顯封鎖程式(&B)";
            // 
            // manageAddonsToolStripMenuItem
            // 
            this.manageAddonsToolStripMenuItem.Name = "manageAddonsToolStripMenuItem";
            this.manageAddonsToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.manageAddonsToolStripMenuItem.Text = "管理加载项(&A)...";
            // 
            // synctonizeToolStripMenuItem
            // 
            this.synctonizeToolStripMenuItem.Name = "synctonizeToolStripMenuItem";
            this.synctonizeToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.synctonizeToolStripMenuItem.Text = "同步处理(&S)...";
            // 
            // windowsUpdateToolStripMenuItem
            // 
            this.windowsUpdateToolStripMenuItem.Name = "windowsUpdateToolStripMenuItem";
            this.windowsUpdateToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.windowsUpdateToolStripMenuItem.Text = "Windows &Update";
            // 
            // toolStripMenuItem14
            // 
            this.toolStripMenuItem14.Name = "toolStripMenuItem14";
            this.toolStripMenuItem14.Size = new System.Drawing.Size(175, 6);
            // 
            // windowsMessengerToolStripMenuItem
            // 
            this.windowsMessengerToolStripMenuItem.Name = "windowsMessengerToolStripMenuItem";

⌨️ 快捷键说明

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