ShareX/ShareX.HelpersLib/Forms/OutputBox.Designer.cs

64 lines
2.4 KiB
C#

namespace ShareX.HelpersLib
{
partial class OutputBox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.rtbText = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// rtbText
//
this.rtbText.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbText.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rtbText.Location = new System.Drawing.Point(8, 8);
this.rtbText.Name = "rtbText";
this.rtbText.ReadOnly = true;
this.rtbText.Size = new System.Drawing.Size(968, 745);
this.rtbText.TabIndex = 1;
this.rtbText.Text = "";
//
// OutputBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(984, 761);
this.Controls.Add(this.rtbText);
this.Name = "OutputBox";
this.Padding = new System.Windows.Forms.Padding(8);
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Shown += new System.EventHandler(this.OutputBox_Shown);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox rtbText;
}
}