namespace UAS_MES_NEW.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_MES_NEW.CustomControl.SetLoading.LoadingCircle(); this.SuspendLayout(); // // loadingCircle1 // this.loadingCircle1.Active = false; this.loadingCircle1.Color = System.Drawing.Color.DarkGray; this.loadingCircle1.InnerCircleRadius = 5; this.loadingCircle1.Location = new System.Drawing.Point(141, 65); this.loadingCircle1.Margin = new System.Windows.Forms.Padding(4); this.loadingCircle1.Name = "loadingCircle1"; this.loadingCircle1.NumberSpoke = 12; this.loadingCircle1.OuterCircleRadius = 11; this.loadingCircle1.RotationSpeed = 100; this.loadingCircle1.Size = new System.Drawing.Size(100, 62); this.loadingCircle1.SpokeThickness = 2; this.loadingCircle1.StylePreset = UAS_MES_NEW.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX; this.loadingCircle1.TabIndex = 0; this.loadingCircle1.Text = "loadingCircle1"; // // SetLoadingWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(379, 198); this.Controls.Add(this.loadingCircle1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); 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; } }