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

📄 ch9_demoform003.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 2 页
字号:
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 + -