ShareX/ShareX/Controls/BeforeUploadControl.Designer.cs
2014-06-25 23:45:57 +03:00

63 lines
2 KiB
C#

namespace ShareX
{
partial class BeforeUploadControl
{
/// <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 Component 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.flp = new System.Windows.Forms.FlowLayoutPanel();
this.SuspendLayout();
//
// flp
//
this.flp.AutoScroll = true;
this.flp.Dock = System.Windows.Forms.DockStyle.Fill;
this.flp.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flp.Location = new System.Drawing.Point(0, 0);
this.flp.Name = "flp";
this.flp.Padding = new System.Windows.Forms.Padding(8);
this.flp.Size = new System.Drawing.Size(321, 372);
this.flp.TabIndex = 0;
//
// BeforeUploadControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.flp);
this.Name = "BeforeUploadControl";
this.Size = new System.Drawing.Size(321, 372);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel flp;
}
}