ShareX/ShareX.UploadersLib/Forms/ParserSelectForm.Designer.cs
Michael Delpach bd84225c4b DPI fixes
2020-07-11 17:17:31 +08:00

70 lines
2.6 KiB
C#

namespace ShareX.UploadersLib
{
partial class ParserSelectForm
{
/// <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.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;
}
}