?? ch9_demoform002.designer.cs
字號:
//
this.postToolStripMenuItem.Name = "postToolStripMenuItem";
this.postToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.postToolStripMenuItem.Text = "發布(&P)";
//
// contactToolStripMenuItem
//
this.contactToolStripMenuItem.Name = "contactToolStripMenuItem";
this.contactToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.contactToolStripMenuItem.Text = "聯系人(&C)";
//
// internetCallToolStripMenuItem
//
this.internetCallToolStripMenuItem.Name = "internetCallToolStripMenuItem";
this.internetCallToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.internetCallToolStripMenuItem.Text = "internet呼叫(&I)";
//
// tsmiOpen
//
this.tsmiOpen.Name = "tsmiOpen";
this.tsmiOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.tsmiOpen.Size = new System.Drawing.Size(195, 22);
this.tsmiOpen.Text = "打開文件(&O)...";
this.tsmiOpen.Click += new System.EventHandler(this.tsmiOpen_Click);
//
// tsmiEdit
//
this.tsmiEdit.Name = "tsmiEdit";
this.tsmiEdit.Size = new System.Drawing.Size(195, 22);
this.tsmiEdit.Text = "編輯(&D)";
//
// tsmiSave
//
this.tsmiSave.Name = "tsmiSave";
this.tsmiSave.Size = new System.Drawing.Size(195, 22);
this.tsmiSave.Text = "保存(&S)";
//
// tsmiSaveAs
//
this.tsmiSaveAs.Name = "tsmiSaveAs";
this.tsmiSaveAs.Size = new System.Drawing.Size(195, 22);
this.tsmiSaveAs.Text = "另存為(&A)...";
//
// toolStripMenuItem6
//
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new System.Drawing.Size(192, 6);
//
// tsmiPageSetup
//
this.tsmiPageSetup.Name = "tsmiPageSetup";
this.tsmiPageSetup.Size = new System.Drawing.Size(195, 22);
this.tsmiPageSetup.Text = "頁面設置(&U)...";
this.tsmiPageSetup.Click += new System.EventHandler(this.tsmiPageSetup_Click);
//
// tsmiPrint
//
this.tsmiPrint.Name = "tsmiPrint";
this.tsmiPrint.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.tsmiPrint.Size = new System.Drawing.Size(195, 22);
this.tsmiPrint.Text = "打印(&P)...";
this.tsmiPrint.Click += new System.EventHandler(this.tsmiPrint_Click);
//
// tsmiPrintPreview
//
this.tsmiPrintPreview.Name = "tsmiPrintPreview";
this.tsmiPrintPreview.Size = new System.Drawing.Size(195, 22);
this.tsmiPrintPreview.Text = "打印預覽(&V)...";
this.tsmiPrintPreview.Click += new System.EventHandler(this.tsmiPrintPreview_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(192, 6);
//
// tsmiSend
//
this.tsmiSend.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.nYIToolStripMenuItem,
this.以電子郵件傳送連結LToolStripMenuItem,
this.桌面捷徑SToolStripMenuItem});
this.tsmiSend.Name = "tsmiSend";
this.tsmiSend.Size = new System.Drawing.Size(195, 22);
this.tsmiSend.Text = "發送(&E)";
//
// nYIToolStripMenuItem
//
this.nYIToolStripMenuItem.Name = "nYIToolStripMenuItem";
this.nYIToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.nYIToolStripMenuItem.Text = "以電子郵件發送(&P)...";
//
// 以電子郵件傳送連結LToolStripMenuItem
//
this.以電子郵件傳送連結LToolStripMenuItem.Name = "以電子郵件傳送連結LToolStripMenuItem";
this.以電子郵件傳送連結LToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.以電子郵件傳送連結LToolStripMenuItem.Text = "以電子郵件鏈接(L)...";
//
// 桌面捷徑SToolStripMenuItem
//
this.桌面捷徑SToolStripMenuItem.Name = "桌面捷徑SToolStripMenuItem";
this.桌面捷徑SToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
this.桌面捷徑SToolStripMenuItem.Text = "桌面快捷方式(&S)";
//
// tsmiImportAndExport
//
this.tsmiImportAndExport.Name = "tsmiImportAndExport";
this.tsmiImportAndExport.Size = new System.Drawing.Size(195, 22);
this.tsmiImportAndExport.Text = "導入與導出(&I)...";
//
// toolStripMenuItem7
//
this.toolStripMenuItem7.Name = "toolStripMenuItem7";
this.toolStripMenuItem7.Size = new System.Drawing.Size(192, 6);
//
// tsmiProperties
//
this.tsmiProperties.Name = "tsmiProperties";
this.tsmiProperties.Size = new System.Drawing.Size(195, 22);
this.tsmiProperties.Text = "屬性(P&)";
//
// tsmiWorkOffline
//
this.tsmiWorkOffline.Name = "tsmiWorkOffline";
this.tsmiWorkOffline.Size = new System.Drawing.Size(195, 22);
this.tsmiWorkOffline.Text = "脫機工作(&W)";
//
// tsmiClose
//
this.tsmiClose.Name = "tsmiClose";
this.tsmiClose.Size = new System.Drawing.Size(195, 22);
this.tsmiClose.Text = "關閉(&C)";
this.tsmiClose.Click += new System.EventHandler(this.tsmiClose_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cutToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.toolStripMenuItem8,
this.selectAllToolStripMenuItem,
this.toolStripMenuItem9,
this.findonThisPageToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.editToolStripMenuItem.Text = "編輯(&E)";
//
// cutToolStripMenuItem
//
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.cutToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.cutToolStripMenuItem.Text = "剪切(&C)";
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.copyToolStripMenuItem.Size = new System.Drawing.Size(243, 22);
this.copyToolStripMenuItem.Text = "復制(&C)";
//
// 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(240, 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(240, 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);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -