namespace ShareX.UploadersLib { partial class ParserSelectForm { /// /// 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.flpMain = new System.Windows.Forms.FlowLayoutPanel(); this.SuspendLayout(); // // flpMain // this.flpMain.AutoSize = true; this.flpMain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flpMain.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flpMain.Location = new System.Drawing.Point(0, 0); this.flpMain.Name = "flpMain"; this.flpMain.Size = new System.Drawing.Size(0, 0); this.flpMain.TabIndex = 0; // // ParserSelectForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(469, 400); this.Controls.Add(this.flpMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(200, 50); this.Name = "ParserSelectForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShareX - Select"; this.TopMost = true; this.Shown += new System.EventHandler(this.ParserSelectForm_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel flpMain; } }