SetLoadingWindow.Designer.cs 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. namespace UAS_MES.PublicForm
  2. {
  3. partial class SetLoadingWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetLoadingWindow));
  29. this.loadingCircle1 = new UAS_MES.CustomControl.SetLoading.LoadingCircle();
  30. this.SuspendLayout();
  31. //
  32. // loadingCircle1
  33. //
  34. this.loadingCircle1.Active = false;
  35. this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
  36. this.loadingCircle1.InnerCircleRadius = 5;
  37. this.loadingCircle1.Location = new System.Drawing.Point(141, 65);
  38. this.loadingCircle1.Margin = new System.Windows.Forms.Padding(4);
  39. this.loadingCircle1.Name = "loadingCircle1";
  40. this.loadingCircle1.NumberSpoke = 12;
  41. this.loadingCircle1.OuterCircleRadius = 11;
  42. this.loadingCircle1.RotationSpeed = 100;
  43. this.loadingCircle1.Size = new System.Drawing.Size(100, 62);
  44. this.loadingCircle1.SpokeThickness = 2;
  45. this.loadingCircle1.StylePreset = UAS_MES.CustomControl.SetLoading.LoadingCircle.StylePresets.MacOSX;
  46. this.loadingCircle1.TabIndex = 0;
  47. this.loadingCircle1.Text = "loadingCircle1";
  48. //
  49. // SetLoadingWindow
  50. //
  51. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.BackColor = System.Drawing.Color.White;
  54. this.ClientSize = new System.Drawing.Size(379, 198);
  55. this.Controls.Add(this.loadingCircle1);
  56. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  57. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  58. this.Margin = new System.Windows.Forms.Padding(4);
  59. this.Name = "SetLoadingWindow";
  60. this.Text = "SetLoadingWindow";
  61. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SetLoadingWindow_FormClosing);
  62. this.Load += new System.EventHandler(this.SetLoadingWindow_Load);
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  67. }
  68. }