using System.ComponentModel; namespace DotNetCTFDumper.GUI { partial class MainConsole { /// /// Required designer variable. /// private 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(MainConsole)); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // textBox1 // this.textBox1.AllowDrop = true; this.textBox1.BackColor = System.Drawing.Color.Black; this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.ForeColor = System.Drawing.Color.Lime; this.textBox1.Location = new System.Drawing.Point(0, 0); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 15, 4, 3); this.textBox1.MaxLength = 32767000; this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox1.Size = new System.Drawing.Size(496, 592); this.textBox1.TabIndex = 0; // // MainConsole // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(496, 592); this.Controls.Add(this.textBox1); this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (204))); this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "MainConsole"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Console"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TextBox textBox1; #endregion } }