SetLoadingWindow.Designer.cs 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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, 4, 4, 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.ClientSize = new System.Drawing.Size(379, 198);
  54. this.Controls.Add(this.loadingCircle1);
  55. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  56. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  57. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  58. this.Name = "SetLoadingWindow";
  59. this.Text = "SetLoadingWindow";
  60. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SetLoadingWindow_FormClosing);
  61. this.Load += new System.EventHandler(this.SetLoadingWindow_Load);
  62. this.ResumeLayout(false);
  63. }
  64. #endregion
  65. private CustomControl.SetLoading.LoadingCircle loadingCircle1;
  66. }
  67. }