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

📄 ch9_demoform008.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
            this.pasteToolStripMenuItem.Text = "粘贴(&P)";
            // 
            // toolStripMenuItem8
            // 
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            this.toolStripMenuItem8.Size = new System.Drawing.Size(252, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
            this.selectAllToolStripMenuItem.Text = "全选(&A)";
            // 
            // toolStripMenuItem9
            // 
            this.toolStripMenuItem9.Name = "toolStripMenuItem9";
            this.toolStripMenuItem9.Size = new System.Drawing.Size(252, 6);
            // 
            // findonThisPageToolStripMenuItem
            // 
            this.findonThisPageToolStripMenuItem.Name = "findonThisPageToolStripMenuItem";
            this.findonThisPageToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
            this.findonThisPageToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
            this.findonThisPageToolStripMenuItem.Text = "查找(在当前页)(&F)...";
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolbarsToolStripMenuItem,
            this.statusBarToolStripMenuItem,
            this.explorerBarToolStripMenuItem,
            this.toolStripMenuItem10,
            this.goToToolStripMenuItem,
            this.stopToolStripMenuItem,
            this.refreshToolStripMenuItem,
            this.toolStripMenuItem11,
            this.textSizeToolStripMenuItem,
            this.encodingToolStripMenuItem,
            this.toolStripMenuItem12,
            this.tsmiViewSource,
            this.privacyReportToolStripMenuItem,
            this.fullScreenToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.viewToolStripMenuItem.Text = "查看(&V)";
            // 
            // toolbarsToolStripMenuItem
            // 
            this.toolbarsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.nYIToolStripMenuItem1});
            this.toolbarsToolStripMenuItem.Name = "toolbarsToolStripMenuItem";
            this.toolbarsToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.toolbarsToolStripMenuItem.Text = "工具栏(&T)";
            // 
            // nYIToolStripMenuItem1
            // 
            this.nYIToolStripMenuItem1.Name = "nYIToolStripMenuItem1";
            this.nYIToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
            this.nYIToolStripMenuItem1.Text = "標準按鈕(&S)";
            // 
            // statusBarToolStripMenuItem
            // 
            this.statusBarToolStripMenuItem.Checked = true;
            this.statusBarToolStripMenuItem.CheckOnClick = true;
            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(163, 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(166, 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(163, 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(163, 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,
         

⌨️ 快捷键说明

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