namespace ShareX.UploadersLib { partial class TextUploadForm { /// /// 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(TextUploadForm)); this.txtContent = new System.Windows.Forms.TextBox(); this.btnUpload = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtContent // resources.ApplyResources(this.txtContent, "txtContent"); this.txtContent.Name = "txtContent"; // // btnUpload // resources.ApplyResources(this.btnUpload, "btnUpload"); this.btnUpload.Name = "btnUpload"; this.btnUpload.UseVisualStyleBackColor = true; this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click); // // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // TextUploadForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnUpload); this.Controls.Add(this.txtContent); this.Name = "TextUploadForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Shown += new System.EventHandler(this.TextUploadForm_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtContent; private System.Windows.Forms.Button btnUpload; private System.Windows.Forms.Button btnCancel; } }