namespace WinContextMentStrip { 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.components = new System.ComponentModel.Container(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.檔案FToolStripMenuItem = 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.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.字型大小ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cboSize = new System.Windows.Forms.ToolStripComboBox(); this.字型色彩ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cboFontColor = new System.Windows.Forms.ToolStripComboBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.複製ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.貼上ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.剪下ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.檔案FToolStripMenuItem, this.項目符號ToolStripMenuItem, this.toolStripMenuItem1, this.字型大小ToolStripMenuItem, this.cboSize, this.字型色彩ToolStripMenuItem, this.cboFontColor}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(496, 27); this.menuStrip1.TabIndex = 6; this.menuStrip1.Text = "menuStrip1"; // // 檔案FToolStripMenuItem // this.檔案FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.開檔ToolStripMenuItem, this.存檔ToolStripMenuItem, this.清除ToolStripMenuItem, this.結束ToolStripMenuItem}); this.檔案FToolStripMenuItem.Name = "檔案FToolStripMenuItem"; this.檔案FToolStripMenuItem.Size = new System.Drawing.Size(57, 23); this.檔案FToolStripMenuItem.Text = "檔案(&F)"; // // 開檔ToolStripMenuItem // this.開檔ToolStripMenuItem.Name = "開檔ToolStripMenuItem"; this.開檔ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.開檔ToolStripMenuItem.Text = "開檔"; this.開檔ToolStripMenuItem.Click += new System.EventHandler(this.開檔ToolStripMenuItem_Click); // // 存檔ToolStripMenuItem // this.存檔ToolStripMenuItem.Name = "存檔ToolStripMenuItem"; this.存檔ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.存檔ToolStripMenuItem.Text = "存檔"; this.存檔ToolStripMenuItem.Click += new System.EventHandler(this.存檔ToolStripMenuItem_Click); // // 清除ToolStripMenuItem // this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem"; this.清除ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.清除ToolStripMenuItem.Text = "清除"; this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click); // // 結束ToolStripMenuItem // this.結束ToolStripMenuItem.Name = "結束ToolStripMenuItem"; this.結束ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.結束ToolStripMenuItem.Text = "結束"; this.結束ToolStripMenuItem.Click += new System.EventHandler(this.結束ToolStripMenuItem_Click); // // 項目符號ToolStripMenuItem // this.項目符號ToolStripMenuItem.Name = "項目符號ToolStripMenuItem"; this.項目符號ToolStripMenuItem.Size = new System.Drawing.Size(67, 23); this.項目符號ToolStripMenuItem.Text = "項目符號"; this.項目符號ToolStripMenuItem.Click += new System.EventHandler(this.項目符號ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 23); // // 字型大小ToolStripMenuItem // this.字型大小ToolStripMenuItem.Name = "字型大小ToolStripMenuItem"; this.字型大小ToolStripMenuItem.Size = new System.Drawing.Size(67, 23); this.字型大小ToolStripMenuItem.Text = "字型大小"; // // cboSize // this.cboSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.cboSize.Items.AddRange(new object[] { "9", "10", "12", "14", "16"}); this.cboSize.Name = "cboSize"; this.cboSize.Size = new System.Drawing.Size(75, 23); this.cboSize.SelectedIndexChanged += new System.EventHandler(this.cboSize_SelectedIndexChanged); // // 字型色彩ToolStripMenuItem // this.字型色彩ToolStripMenuItem.Name = "字型色彩ToolStripMenuItem"; this.字型色彩ToolStripMenuItem.Size = new System.Drawing.Size(67, 23); this.字型色彩ToolStripMenuItem.Text = "字型色彩"; // // cboFontColor // this.cboFontColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.cboFontColor.Items.AddRange(new object[] { "黑", "紅", "綠", "藍"}); this.cboFontColor.Name = "cboFontColor"; this.cboFontColor.Size = new System.Drawing.Size(75, 23); this.cboFontColor.SelectedIndexChanged += new System.EventHandler(this.cboFontColor_SelectedIndexChanged); // // richTextBox1 // this.richTextBox1.ContextMenuStrip = this.contextMenuStrip1; this.richTextBox1.Location = new System.Drawing.Point(95, 66); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(184, 136); this.richTextBox1.TabIndex = 5; this.richTextBox1.Text = ""; // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.複製ToolStripMenuItem, this.貼上ToolStripMenuItem, this.剪下ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(99, 70); // // 複製ToolStripMenuItem // this.複製ToolStripMenuItem.Name = "複製ToolStripMenuItem"; this.複製ToolStripMenuItem.Size = new System.Drawing.Size(98, 22); this.複製ToolStripMenuItem.Text = "複製"; this.複製ToolStripMenuItem.Click += new System.EventHandler(this.複製ToolStripMenuItem_Click); // // 貼上ToolStripMenuItem // this.貼上ToolStripMenuItem.Name = "貼上ToolStripMenuItem"; this.貼上ToolStripMenuItem.Size = new System.Drawing.Size(98, 22); this.貼上ToolStripMenuItem.Text = "貼上"; this.貼上ToolStripMenuItem.Click += new System.EventHandler(this.貼上ToolStripMenuItem_Click); // // 剪下ToolStripMenuItem // this.剪下ToolStripMenuItem.Name = "剪下ToolStripMenuItem"; this.剪下ToolStripMenuItem.Size = new System.Drawing.Size(98, 22); this.剪下ToolStripMenuItem.Text = "剪下"; this.剪下ToolStripMenuItem.Click += new System.EventHandler(this.剪下ToolStripMenuItem_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(496, 257); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.richTextBox1); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem 檔案FToolStripMenuItem; 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 toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 字型大小ToolStripMenuItem; private System.Windows.Forms.ToolStripComboBox cboSize; private System.Windows.Forms.ToolStripMenuItem 字型色彩ToolStripMenuItem; private System.Windows.Forms.ToolStripComboBox cboFontColor; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 複製ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 貼上ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 剪下ToolStripMenuItem; } }