WaitingForm.designer.cs 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace Core.StlMes.Client.Plan.Order
  2. {
  3. partial class WaitingForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. m_bRun = false;
  16. System.Threading.Thread.Sleep(1000);
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows 窗体设计器生成的代码
  24. /// <summary>
  25. /// 设计器支持所需的方法 - 不要
  26. /// 使用代码编辑器修改此方法的内容。
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaitingForm));
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  37. this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.label1.Location = new System.Drawing.Point(0, 0);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(418, 61);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "正在处理,请稍候......";
  43. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  44. //
  45. // WaitingForm
  46. //
  47. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  48. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  49. this.ClientSize = new System.Drawing.Size(418, 60);
  50. this.Controls.Add(this.label1);
  51. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  52. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  53. this.MaximizeBox = false;
  54. this.MinimizeBox = false;
  55. this.Name = "WaitingForm";
  56. this.ShowInTaskbar = false;
  57. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  58. this.Text = "视拓科技";
  59. this.TopMost = true;
  60. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.WaitingForm_FormClosed);
  61. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WaitingForm_FormClosing);
  62. this.Load += new System.EventHandler(this.WaitingForm_Load);
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private System.Windows.Forms.Label label1;
  67. }
  68. }