namespace NovetusLauncher { partial class NovetusConsole { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NovetusConsole)); this.ConsoleBox = new System.Windows.Forms.RichTextBox(); this.CommandBox = new System.Windows.Forms.TextBox(); this.EnterButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ConsoleBox // this.ConsoleBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ConsoleBox.BackColor = System.Drawing.Color.Black; this.ConsoleBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.ConsoleBox.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ConsoleBox.ForeColor = System.Drawing.Color.White; this.ConsoleBox.Location = new System.Drawing.Point(0, 0); this.ConsoleBox.Name = "ConsoleBox"; this.ConsoleBox.ReadOnly = true; this.ConsoleBox.Size = new System.Drawing.Size(868, 389); this.ConsoleBox.TabIndex = 0; this.ConsoleBox.Text = ""; this.ConsoleBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ProcessConsole); // // CommandBox // this.CommandBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CommandBox.BackColor = System.Drawing.SystemColors.WindowText; this.CommandBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.CommandBox.ForeColor = System.Drawing.Color.White; this.CommandBox.Location = new System.Drawing.Point(3, 391); this.CommandBox.Name = "CommandBox"; this.CommandBox.Size = new System.Drawing.Size(783, 20); this.CommandBox.TabIndex = 1; this.CommandBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ProcessConsole); // // EnterButton // this.EnterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.EnterButton.BackColor = System.Drawing.SystemColors.ControlText; this.EnterButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.EnterButton.ForeColor = System.Drawing.Color.Lime; this.EnterButton.Location = new System.Drawing.Point(789, 390); this.EnterButton.Name = "EnterButton"; this.EnterButton.Size = new System.Drawing.Size(75, 21); this.EnterButton.TabIndex = 2; this.EnterButton.Text = "Enter"; this.EnterButton.UseVisualStyleBackColor = false; this.EnterButton.Click += new System.EventHandler(this.EnterButton_Click); this.EnterButton.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ProcessConsole); // // NovetusConsole // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlText; this.ClientSize = new System.Drawing.Size(869, 415); this.Controls.Add(this.EnterButton); this.Controls.Add(this.CommandBox); this.Controls.Add(this.ConsoleBox); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(357, 205); this.Name = "NovetusConsole"; this.Text = "Console"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConsoleClose); this.Load += new System.EventHandler(this.NovetusConsole_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion public System.Windows.Forms.RichTextBox ConsoleBox; private System.Windows.Forms.TextBox CommandBox; private System.Windows.Forms.Button EnterButton; } }