namespace DarkWynter.App { partial class InputOutputControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panelInput = new System.Windows.Forms.Panel(); this.richTextBox_Input = new System.Windows.Forms.RichTextBox(); this.panelOutput = new System.Windows.Forms.Panel(); this.richTextBox_Output = new System.Windows.Forms.RichTextBox(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panelInput.SuspendLayout(); this.panelOutput.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(878, 464); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(878, 489); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.panelInput); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panelOutput); this.splitContainer1.Size = new System.Drawing.Size(878, 464); this.splitContainer1.SplitterDistance = 266; this.splitContainer1.TabIndex = 0; // // panelInput // this.panelInput.BackColor = System.Drawing.Color.White; this.panelInput.Controls.Add(this.richTextBox_Input); this.panelInput.Dock = System.Windows.Forms.DockStyle.Fill; this.panelInput.Location = new System.Drawing.Point(0, 0); this.panelInput.Name = "panelInput"; this.panelInput.Size = new System.Drawing.Size(878, 266); this.panelInput.TabIndex = 0; // // richTextBox_Input // this.richTextBox_Input.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox_Input.Location = new System.Drawing.Point(0, 0); this.richTextBox_Input.Name = "richTextBox_Input"; this.richTextBox_Input.Size = new System.Drawing.Size(878, 266); this.richTextBox_Input.TabIndex = 0; this.richTextBox_Input.Text = " "; // // panelOutput // this.panelOutput.BackColor = System.Drawing.Color.Black; this.panelOutput.Controls.Add(this.richTextBox_Output); this.panelOutput.Dock = System.Windows.Forms.DockStyle.Fill; this.panelOutput.Location = new System.Drawing.Point(0, 0); this.panelOutput.Name = "panelOutput"; this.panelOutput.Size = new System.Drawing.Size(878, 194); this.panelOutput.TabIndex = 0; // // richTextBox_Output // this.richTextBox_Output.BackColor = System.Drawing.Color.Gainsboro; this.richTextBox_Output.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox_Output.Location = new System.Drawing.Point(0, 0); this.richTextBox_Output.Name = "richTextBox_Output"; this.richTextBox_Output.ReadOnly = true; this.richTextBox_Output.Size = new System.Drawing.Size(878, 194); this.richTextBox_Output.TabIndex = 0; this.richTextBox_Output.Text = ""; // // InputOutputControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStripContainer1); this.Name = "InputOutputControl"; this.Size = new System.Drawing.Size(878, 489); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.panelInput.ResumeLayout(false); this.panelOutput.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panelInput; private System.Windows.Forms.Panel panelOutput; private System.Windows.Forms.RichTextBox richTextBox_Input; private System.Windows.Forms.RichTextBox richTextBox_Output; } }