?? ch9_demoform003.designer.cs
字號:
?namespace CH9
{
partial class CH9_DemoForm003
{
/// <summary>
/// 設計工具所需的變數。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的資源。
/// </summary>
/// <param name="disposing">如果應該公開 Managed 資源則為 true,否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設計工具產生的程式碼
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.MenuStrip3 = new System.Windows.Forms.MenuStrip();
this.tsmiTextFile = new System.Windows.Forms.ToolStripMenuItem();
this.建立純文件文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.開啟純文字檔案ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.預覽列印純文字文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.結束XToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuStrip2 = new System.Windows.Forms.MenuStrip();
this.tsmiExcelFile = new System.Windows.Forms.ToolStripMenuItem();
this.建立Excel活頁簿ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.開啟Excel活頁簿ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.預覽列印Excel活頁簿ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.結束XToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.MenuStrip1 = new System.Windows.Forms.MenuStrip();
this.tsmiWordFile = new System.Windows.Forms.ToolStripMenuItem();
this.建立Word文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.開啟Word檔案ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.預覽列印Word文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.結束XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.RadioButton3 = new System.Windows.Forms.RadioButton();
this.RadioButton2 = new System.Windows.Forms.RadioButton();
this.RadioButton1 = new System.Windows.Forms.RadioButton();
this.MenuStrip3.SuspendLayout();
this.MenuStrip2.SuspendLayout();
this.MenuStrip1.SuspendLayout();
this.GroupBox1.SuspendLayout();
this.SuspendLayout();
//
// MenuStrip3
//
this.MenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiTextFile});
this.MenuStrip3.Location = new System.Drawing.Point(0, 0);
this.MenuStrip3.Name = "MenuStrip3";
this.MenuStrip3.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
this.MenuStrip3.Size = new System.Drawing.Size(228, 24);
this.MenuStrip3.TabIndex = 5;
this.MenuStrip3.Text = "MenuStrip3";
//
// tsmiTextFile
//
this.tsmiTextFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.建立純文件文件ToolStripMenuItem,
this.開啟純文字檔案ToolStripMenuItem,
this.預覽列印純文字文件ToolStripMenuItem,
this.結束XToolStripMenuItem2});
this.tsmiTextFile.Name = "tsmiTextFile";
this.tsmiTextFile.Size = new System.Drawing.Size(113, 20);
this.tsmiTextFile.Text = "&T.純文本文件處理";
//
// 建立純文件文件ToolStripMenuItem
//
this.建立純文件文件ToolStripMenuItem.Name = "建立純文件文件ToolStripMenuItem";
this.建立純文件文件ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.建立純文件文件ToolStripMenuItem.Text = "新建純文本文件";
//
// 開啟純文字檔案ToolStripMenuItem
//
this.開啟純文字檔案ToolStripMenuItem.Name = "開啟純文字檔案ToolStripMenuItem";
this.開啟純文字檔案ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.開啟純文字檔案ToolStripMenuItem.Text = "打開純文本文件";
//
// 預覽列印純文字文件ToolStripMenuItem
//
this.預覽列印純文字文件ToolStripMenuItem.Name = "預覽列印純文字文件ToolStripMenuItem";
this.預覽列印純文字文件ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
this.預覽列印純文字文件ToolStripMenuItem.Text = "打印預覽純文本文件";
//
// 結束XToolStripMenuItem2
//
this.結束XToolStripMenuItem2.Name = "結束XToolStripMenuItem2";
this.結束XToolStripMenuItem2.Size = new System.Drawing.Size(178, 22);
this.結束XToolStripMenuItem2.Text = "結束(&X)";
this.結束XToolStripMenuItem2.Click += new System.EventHandler(this.tsmiExitForm_Click);
//
// MenuStrip2
//
this.MenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiExcelFile});
this.MenuStrip2.Location = new System.Drawing.Point(0, 24);
this.MenuStrip2.Name = "MenuStrip2";
this.MenuStrip2.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
this.MenuStrip2.Size = new System.Drawing.Size(228, 24);
this.MenuStrip2.TabIndex = 6;
this.MenuStrip2.Text = "MenuStrip2";
//
// tsmiExcelFile
//
this.tsmiExcelFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.建立Excel活頁簿ToolStripMenuItem,
this.開啟Excel活頁簿ToolStripMenuItem,
this.預覽列印Excel活頁簿ToolStripMenuItem,
this.結束XToolStripMenuItem1});
this.tsmiExcelFile.Name = "tsmiExcelFile";
this.tsmiExcelFile.Size = new System.Drawing.Size(101, 20);
this.tsmiExcelFile.Text = "&Excel 文件處理";
//
// 建立Excel活頁簿ToolStripMenuItem
//
this.建立Excel活頁簿ToolStripMenuItem.Name = "建立Excel活頁簿ToolStripMenuItem";
this.建立Excel活頁簿ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.建立Excel活頁簿ToolStripMenuItem.Text = "新建 Excel 工作簿";
//
// 開啟Excel活頁簿ToolStripMenuItem
//
this.開啟Excel活頁簿ToolStripMenuItem.Name = "開啟Excel活頁簿ToolStripMenuItem";
this.開啟Excel活頁簿ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.開啟Excel活頁簿ToolStripMenuItem.Text = "打開 Excel 工作簿";
//
// 預覽列印Excel活頁簿ToolStripMenuItem
//
this.預覽列印Excel活頁簿ToolStripMenuItem.Name = "預覽列印Excel活頁簿ToolStripMenuItem";
this.預覽列印Excel活頁簿ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.預覽列印Excel活頁簿ToolStripMenuItem.Text = "打印預覽 Excel 工作簿";
//
// 結束XToolStripMenuItem1
//
this.結束XToolStripMenuItem1.Name = "結束XToolStripMenuItem1";
this.結束XToolStripMenuItem1.Size = new System.Drawing.Size(196, 22);
this.結束XToolStripMenuItem1.Text = "結束(&X)";
this.結束XToolStripMenuItem1.Click += new System.EventHandler(this.tsmiExitForm_Click);
//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -