SetLoadingWindow.Designer.cs 3.2 KB

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