1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- namespace UAS_MES_NEW.PublicForm
- {
- partial class SetLoadingWindow
- {
- /// <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()
- {
- 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;
- }
- }
|