namespace MudDesigner.Editors { partial class ProjectSettings { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.propertySettings = new System.Windows.Forms.PropertyGrid(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.txtStory = new System.Windows.Forms.RichTextBox(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox5.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.propertySettings); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupBox5); this.splitContainer1.Size = new System.Drawing.Size(573, 390); this.splitContainer1.SplitterDistance = 254; this.splitContainer1.TabIndex = 0; // // propertySettings // this.propertySettings.Dock = System.Windows.Forms.DockStyle.Fill; this.propertySettings.Location = new System.Drawing.Point(0, 0); this.propertySettings.Name = "propertySettings"; this.propertySettings.Size = new System.Drawing.Size(254, 390); this.propertySettings.TabIndex = 0; this.propertySettings.ToolbarVisible = false; // // groupBox5 // this.groupBox5.Controls.Add(this.txtStory); this.groupBox5.Location = new System.Drawing.Point(3, 3); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(309, 384); this.groupBox5.TabIndex = 1; this.groupBox5.TabStop = false; this.groupBox5.Text = "Project Story"; // // txtStory // this.txtStory.Dock = System.Windows.Forms.DockStyle.Fill; this.txtStory.Location = new System.Drawing.Point(3, 16); this.txtStory.Name = "txtStory"; this.txtStory.Size = new System.Drawing.Size(303, 365); this.txtStory.TabIndex = 2; this.txtStory.Text = ""; this.txtStory.TextChanged += new System.EventHandler(this.txtStory_TextChanged); // // ProjectSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(573, 390); this.Controls.Add(this.splitContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ProjectSettings"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Mud Designer: Project Manager"; this.Load += new System.EventHandler(this.frmMain_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProjectSettings_FormClosing); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.PropertyGrid propertySettings; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.RichTextBox txtStory; } }