Loading.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace UAS_Tools_HY
  2. {
  3. partial class Loading
  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. this.loadingBar = new System.Windows.Forms.ProgressBar();
  29. this.Confirm = new System.Windows.Forms.Button();
  30. this.Msg = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // loadingBar
  34. //
  35. this.loadingBar.Location = new System.Drawing.Point(15, 42);
  36. this.loadingBar.Margin = new System.Windows.Forms.Padding(4);
  37. this.loadingBar.MarqueeAnimationSpeed = 30;
  38. this.loadingBar.Name = "loadingBar";
  39. this.loadingBar.Size = new System.Drawing.Size(350, 35);
  40. this.loadingBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
  41. this.loadingBar.TabIndex = 0;
  42. //
  43. // Confirm
  44. //
  45. this.Confirm.Cursor = System.Windows.Forms.Cursors.Hand;
  46. this.Confirm.Location = new System.Drawing.Point(132, 100);
  47. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  48. this.Confirm.Name = "Confirm";
  49. this.Confirm.Size = new System.Drawing.Size(100, 35);
  50. this.Confirm.TabIndex = 2;
  51. this.Confirm.Text = "确定";
  52. this.Confirm.UseVisualStyleBackColor = true;
  53. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  54. //
  55. // Msg
  56. //
  57. this.Msg.Location = new System.Drawing.Point(12, 42);
  58. this.Msg.Name = "Msg";
  59. this.Msg.Size = new System.Drawing.Size(353, 24);
  60. this.Msg.TabIndex = 3;
  61. this.Msg.Text = "已找到:0条数据";
  62. this.Msg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  63. //
  64. // Loading
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(378, 148);
  69. this.Controls.Add(this.Msg);
  70. this.Controls.Add(this.Confirm);
  71. this.Controls.Add(this.loadingBar);
  72. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  74. this.Margin = new System.Windows.Forms.Padding(4);
  75. this.Name = "Loading";
  76. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  77. this.Text = "Loading";
  78. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Loading_FormClosing);
  79. this.Load += new System.EventHandler(this.Loading_Load);
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.ProgressBar loadingBar;
  84. private System.Windows.Forms.Button Confirm;
  85. private System.Windows.Forms.Label Msg;
  86. }
  87. }