namespace WinOpenSaveDialog { partial class Form1 { /// /// 設計工具所需的變數。 /// private System.ComponentModel.IContainer components = null; /// /// 清除任何使用中的資源。 /// /// 如果應該處置 Managed 資源則為 true,否則為 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 設計工具產生的程式碼 /// /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改 /// 這個方法的內容。 /// private void InitializeComponent() { this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.檔案ToolStripMenuItem = 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.結束ToolStripMenuItem = 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.背景色ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.fontDialog1 = new System.Windows.Forms.FontDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Font = new System.Drawing.Font("新細明體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.richTextBox1.Location = new System.Drawing.Point(60, 66); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(168, 151); this.richTextBox1.TabIndex = 6; this.richTextBox1.Text = ""; // // menuStrip1 // this.menuStrip1.Font = new System.Drawing.Font("新細明體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.檔案ToolStripMenuItem, this.字型ToolStripMenuItem, this.色彩ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 3, 0, 3); this.menuStrip1.Size = new System.Drawing.Size(387, 30); this.menuStrip1.TabIndex = 5; this.menuStrip1.Text = "menuStrip1"; // // 檔案ToolStripMenuItem // this.檔案ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.開啟舊檔ToolStripMenuItem, this.儲存檔案ToolStripMenuItem, this.清除ToolStripMenuItem, this.結束ToolStripMenuItem}); this.檔案ToolStripMenuItem.Name = "檔案ToolStripMenuItem"; this.檔案ToolStripMenuItem.Size = new System.Drawing.Size(59, 24); this.檔案ToolStripMenuItem.Text = "檔案"; // // 開啟舊檔ToolStripMenuItem // this.開啟舊檔ToolStripMenuItem.Name = "開啟舊檔ToolStripMenuItem"; this.開啟舊檔ToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.開啟舊檔ToolStripMenuItem.Text = "開啟舊檔"; this.開啟舊檔ToolStripMenuItem.Click += new System.EventHandler(this.開啟舊檔ToolStripMenuItem_Click); // // 儲存檔案ToolStripMenuItem // this.儲存檔案ToolStripMenuItem.Name = "儲存檔案ToolStripMenuItem"; this.儲存檔案ToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.儲存檔案ToolStripMenuItem.Text = "儲存檔案"; this.儲存檔案ToolStripMenuItem.Click += new System.EventHandler(this.儲存檔案ToolStripMenuItem_Click); // // 清除ToolStripMenuItem // this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem"; this.清除ToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.清除ToolStripMenuItem.Text = "清除"; this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click); // // 結束ToolStripMenuItem // this.結束ToolStripMenuItem.Name = "結束ToolStripMenuItem"; this.結束ToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.結束ToolStripMenuItem.Text = "結束"; this.結束ToolStripMenuItem.Click += new System.EventHandler(this.結束ToolStripMenuItem_Click); // // 字型ToolStripMenuItem // this.字型ToolStripMenuItem.Name = "字型ToolStripMenuItem"; this.字型ToolStripMenuItem.Size = new System.Drawing.Size(59, 24); this.字型ToolStripMenuItem.Text = "字型"; this.字型ToolStripMenuItem.Click += new System.EventHandler(this.字型ToolStripMenuItem_Click); // // 色彩ToolStripMenuItem // this.色彩ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.前景色ToolStripMenuItem, this.背景色ToolStripMenuItem}); this.色彩ToolStripMenuItem.Name = "色彩ToolStripMenuItem"; this.色彩ToolStripMenuItem.Size = new System.Drawing.Size(59, 24); this.色彩ToolStripMenuItem.Text = "色彩"; // // 前景色ToolStripMenuItem // this.前景色ToolStripMenuItem.Name = "前景色ToolStripMenuItem"; this.前景色ToolStripMenuItem.Size = new System.Drawing.Size(141, 26); this.前景色ToolStripMenuItem.Text = "前景色"; this.前景色ToolStripMenuItem.Click += new System.EventHandler(this.前景色ToolStripMenuItem_Click); // // 背景色ToolStripMenuItem // this.背景色ToolStripMenuItem.Name = "背景色ToolStripMenuItem"; this.背景色ToolStripMenuItem.Size = new System.Drawing.Size(141, 26); this.背景色ToolStripMenuItem.Text = "背景色"; this.背景色ToolStripMenuItem.Click += new System.EventHandler(this.背景色ToolStripMenuItem_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(387, 275); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.menuStrip1); this.Name = "Form1"; this.Text = "記事本 2.0版"; this.Load += new System.EventHandler(this.Form1_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem 檔案ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 開啟舊檔ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 儲存檔案ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 清除ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 結束ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 字型ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 色彩ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 前景色ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 背景色ToolStripMenuItem; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.FontDialog fontDialog1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }