FrmWaiting.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. // ***********************************************************************
  2. // Assembly : HZH_Controls
  3. // Created : 08-08-2019
  4. //
  5. // ***********************************************************************
  6. // <copyright file="FrmWaiting.Designer.cs">
  7. // Copyright by Huang Zhenghui(黄正辉) All, QQ group:568015492 QQ:623128629 Email:623128629@qq.com
  8. // </copyright>
  9. //
  10. // Blog: https://www.cnblogs.com/bfyx
  11. // GitHub:https://github.com/kwwwvagaa/NetWinformControl
  12. // gitee:https://gitee.com/kwwwvagaa/net_winform_custom_control.git
  13. //
  14. // If you use this code, please keep this note.
  15. // ***********************************************************************
  16. namespace HZH_Controls.Forms
  17. {
  18. /// <summary>
  19. /// Class FrmWaiting.
  20. /// Implements the <see cref="HZH_Controls.Forms.FrmBase" />
  21. /// </summary>
  22. /// <seealso cref="HZH_Controls.Forms.FrmBase" />
  23. partial class FrmWaiting
  24. {
  25. /// <summary>
  26. /// Required designer variable.
  27. /// </summary>
  28. private System.ComponentModel.IContainer components = null;
  29. /// <summary>
  30. /// Clean up any resources being used.
  31. /// </summary>
  32. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  33. protected override void Dispose(bool disposing)
  34. {
  35. if (disposing && (components != null))
  36. {
  37. components.Dispose();
  38. }
  39. base.Dispose(disposing);
  40. }
  41. #region Windows Form Designer generated code
  42. /// <summary>
  43. /// Required method for Designer support - do not modify
  44. /// the contents of this method with the code editor.
  45. /// </summary>
  46. private void InitializeComponent()
  47. {
  48. this.components = new System.ComponentModel.Container();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWaiting));
  50. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.timer1 = new System.Windows.Forms.Timer(this.components);
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.timer2 = new System.Windows.Forms.Timer(this.components);
  55. this.SuspendLayout();
  56. //
  57. // imageList1
  58. //
  59. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  60. this.imageList1.TransparentColor = System.Drawing.Color.White;
  61. this.imageList1.Images.SetKeyName(0, "0.png");
  62. this.imageList1.Images.SetKeyName(1, "1.png");
  63. this.imageList1.Images.SetKeyName(2, "2.png");
  64. this.imageList1.Images.SetKeyName(3, "3.png");
  65. this.imageList1.Images.SetKeyName(4, "4.png");
  66. this.imageList1.Images.SetKeyName(5, "5.png");
  67. this.imageList1.Images.SetKeyName(6, "6.png");
  68. this.imageList1.Images.SetKeyName(7, "7.png");
  69. this.imageList1.Images.SetKeyName(8, "8.png");
  70. this.imageList1.Images.SetKeyName(9, "9.png");
  71. this.imageList1.Images.SetKeyName(10, "10.png");
  72. this.imageList1.Images.SetKeyName(11, "11.png");
  73. this.imageList1.Images.SetKeyName(12, "12.png");
  74. this.imageList1.Images.SetKeyName(13, "13.png");
  75. this.imageList1.Images.SetKeyName(14, "14.png");
  76. this.imageList1.Images.SetKeyName(15, "15.png");
  77. this.imageList1.Images.SetKeyName(16, "16.png");
  78. this.imageList1.Images.SetKeyName(17, "17.png");
  79. this.imageList1.Images.SetKeyName(18, "18.png");
  80. this.imageList1.Images.SetKeyName(19, "19.png");
  81. //
  82. // label1
  83. //
  84. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  85. this.label1.Image = global::HZH_Controls.Properties.Resources.loading;
  86. this.label1.Location = new System.Drawing.Point(0, 0);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(276, 196);
  89. this.label1.TabIndex = 0;
  90. //
  91. // timer1
  92. //
  93. this.timer1.Interval = 20;
  94. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  95. //
  96. // label2
  97. //
  98. this.label2.Dock = System.Windows.Forms.DockStyle.Top;
  99. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  100. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  101. this.label2.Location = new System.Drawing.Point(0, 196);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(276, 30);
  104. this.label2.TabIndex = 1;
  105. this.label2.Text = "处理正在进行中,请稍候...";
  106. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  107. //
  108. // timer2
  109. //
  110. this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
  111. //
  112. // FrmWaiting
  113. //
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  115. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  116. this.ClientSize = new System.Drawing.Size(276, 244);
  117. this.Controls.Add(this.label2);
  118. this.Controls.Add(this.label1);
  119. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  120. this.IsFullSize = false;
  121. this.Name = "FrmWaiting";
  122. this.Opacity = 0D;
  123. this.RegionRadius = 20;
  124. this.ShowIcon = false;
  125. this.ShowInTaskbar = false;
  126. this.Text = "";
  127. this.TopMost = true;
  128. this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
  129. this.VisibleChanged += new System.EventHandler(this.FrmWaiting_VisibleChanged);
  130. this.ResumeLayout(false);
  131. }
  132. #endregion
  133. /// <summary>
  134. /// The image list1
  135. /// </summary>
  136. private System.Windows.Forms.ImageList imageList1;
  137. /// <summary>
  138. /// The label1
  139. /// </summary>
  140. private System.Windows.Forms.Label label1;
  141. /// <summary>
  142. /// The timer1
  143. /// </summary>
  144. private System.Windows.Forms.Timer timer1;
  145. /// <summary>
  146. /// The label2
  147. /// </summary>
  148. private System.Windows.Forms.Label label2;
  149. /// <summary>
  150. /// The timer2
  151. /// </summary>
  152. private System.Windows.Forms.Timer timer2;
  153. }
  154. }