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.Head_listBox = new System.Windows.Forms.ListBox(); this.panelOutput = new System.Windows.Forms.Panel(); this.Body_richTextBox = new System.Windows.Forms.RichTextBox(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.updateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panelInput.SuspendLayout(); this.panelOutput.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1232, 731); 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(1232, 755); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); // // 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(1232, 731); this.splitContainer1.SplitterDistance = 553; this.splitContainer1.TabIndex = 0; // // panelInput // this.panelInput.BackColor = System.Drawing.Color.White; this.panelInput.Controls.Add(this.Head_listBox); 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(1232, 553); this.panelInput.TabIndex = 0; // // Head_listBox // this.Head_listBox.Dock = System.Windows.Forms.DockStyle.Fill; this.Head_listBox.FormattingEnabled = true; this.Head_listBox.HorizontalScrollbar = true; this.Head_listBox.Location = new System.Drawing.Point(0, 0); this.Head_listBox.MultiColumn = true; this.Head_listBox.Name = "Head_listBox"; this.Head_listBox.Size = new System.Drawing.Size(1232, 550); this.Head_listBox.TabIndex = 1; this.Head_listBox.SelectedIndexChanged += new System.EventHandler(this.Headings_listBox_SelectedIndexChanged); // // panelOutput // this.panelOutput.BackColor = System.Drawing.Color.Black; this.panelOutput.Controls.Add(this.Body_richTextBox); 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(1232, 174); this.panelOutput.TabIndex = 0; // // Body_richTextBox // this.Body_richTextBox.BackColor = System.Drawing.Color.Gainsboro; this.Body_richTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.Body_richTextBox.Location = new System.Drawing.Point(0, 0); this.Body_richTextBox.Name = "Body_richTextBox"; this.Body_richTextBox.ReadOnly = true; this.Body_richTextBox.Size = new System.Drawing.Size(1232, 174); this.Body_richTextBox.TabIndex = 0; this.Body_richTextBox.Text = ""; // // menuStrip1 // this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.updateToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1232, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // updateToolStripMenuItem // this.updateToolStripMenuItem.Name = "updateToolStripMenuItem"; this.updateToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.updateToolStripMenuItem.Text = "Update"; this.updateToolStripMenuItem.Click += new System.EventHandler(this.updateToolStripMenuItem_Click); // // 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(1232, 755); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); 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.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); 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 Body_richTextBox; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem updateToolStripMenuItem; private System.Windows.Forms.ListBox Head_listBox; } }