namespace ShareX.HelpersLib { partial class OutputBox { /// /// 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.txtText = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtText // this.txtText.BackColor = System.Drawing.Color.Black; this.txtText.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtText.Dock = System.Windows.Forms.DockStyle.Fill; this.txtText.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.txtText.ForeColor = System.Drawing.Color.White; this.txtText.Location = new System.Drawing.Point(0, 0); this.txtText.Multiline = true; this.txtText.Name = "txtText"; this.txtText.ReadOnly = true; this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtText.Size = new System.Drawing.Size(784, 562); this.txtText.TabIndex = 0; this.txtText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtText_KeyUp); // // OutputBox // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.txtText); this.Name = "OutputBox"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "OutputBox"; this.TopMost = true; this.Shown += new System.EventHandler(this.OutputBox_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtText; } }