namespace UAS_LabelMachine.PublicForm
{
partial class SetLoadingWindow
{
///
/// 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(SetLoadingWindow));
this.loadingCircle1 = new UAS_LabelMachine.CustomControl.SetLoading.LoadingCircle();
this.SuspendLayout();
//
// loadingCircle1
//
this.loadingCircle1.Active = false;
this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
this.loadingCircle1.InnerCircleRadius = 8;
this.loadingCircle1.Location = new System.Drawing.Point(106, 52);
this.loadingCircle1.Name = "loadingCircle1";
this.loadingCircle1.NumberSpoke = 10;
this.loadingCircle1.OuterCircleRadius = 10;
this.loadingCircle1.RotationSpeed = 100;
this.loadingCircle1.Size = new System.Drawing.Size(75, 50);
this.loadingCircle1.SpokeThickness = 4;
this.loadingCircle1.TabIndex = 0;
this.loadingCircle1.Text = "loadingCircle1";
//
// SetLoadingWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 158);
this.Controls.Add(this.loadingCircle1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SetLoadingWindow";
this.Text = "SetLoadingWindow";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SetLoadingWindow_FormClosing);
this.Load += new System.EventHandler(this.SetLoadingWindow_Load);
this.ResumeLayout(false);
}
#endregion
private CustomControl.SetLoading.LoadingCircle loadingCircle1;
}
}