namespace _15_5 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.buttonOpen = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonFonts = new System.Windows.Forms.Button(); this.buttonExit = new System.Windows.Forms.Button(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(13, 13); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(667, 425); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // buttonOpen // this.buttonOpen.Location = new System.Drawing.Point(699, 48); this.buttonOpen.Name = "buttonOpen"; this.buttonOpen.Size = new System.Drawing.Size(89, 36); this.buttonOpen.TabIndex = 1; this.buttonOpen.Text = "打开文件"; this.buttonOpen.UseVisualStyleBackColor = true; this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(699, 102); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(89, 34); this.buttonSave.TabIndex = 2; this.buttonSave.Text = "保存文件"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonFonts // this.buttonFonts.Location = new System.Drawing.Point(699, 213); this.buttonFonts.Name = "buttonFonts"; this.buttonFonts.Size = new System.Drawing.Size(89, 36); this.buttonFonts.TabIndex = 3; this.buttonFonts.Text = "字体"; this.buttonFonts.UseVisualStyleBackColor = true; this.buttonFonts.Click += new System.EventHandler(this.buttonFonts_Click); // // buttonExit // this.buttonExit.Location = new System.Drawing.Point(699, 392); this.buttonExit.Name = "buttonExit"; this.buttonExit.Size = new System.Drawing.Size(89, 30); this.buttonExit.TabIndex = 4; this.buttonExit.Text = "退出"; this.buttonExit.UseVisualStyleBackColor = true; this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.buttonExit); this.Controls.Add(this.buttonFonts); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonOpen); this.Controls.Add(this.richTextBox1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Button buttonOpen; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonFonts; private System.Windows.Forms.Button buttonExit; } }