WaitingFrm.designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. namespace Core.Mes.Client.Comm.Control
  2. {
  3. partial class WaitingFrm
  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. System.Threading.Thread.Sleep(1000);
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaitingFrm));
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.ultraPanel1.ClientArea.SuspendLayout();
  36. this.ultraPanel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // label1
  40. //
  41. this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.label1.Location = new System.Drawing.Point(37, 14);
  43. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(544, 36);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "正在处理,请稍候......";
  48. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  49. //
  50. // pictureBox1
  51. //
  52. this.pictureBox1.Location = new System.Drawing.Point(147, 59);
  53. this.pictureBox1.Name = "pictureBox1";
  54. this.pictureBox1.Size = new System.Drawing.Size(313, 20);
  55. this.pictureBox1.TabIndex = 1;
  56. this.pictureBox1.TabStop = false;
  57. //
  58. // ultraPanel1
  59. //
  60. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(222)))), ((int)(((byte)(247)))));
  61. appearance1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  62. this.ultraPanel1.Appearance = appearance1;
  63. this.ultraPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  64. //
  65. // ultraPanel1.ClientArea
  66. //
  67. this.ultraPanel1.ClientArea.Controls.Add(this.label1);
  68. this.ultraPanel1.ClientArea.Controls.Add(this.pictureBox1);
  69. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  71. this.ultraPanel1.Name = "ultraPanel1";
  72. this.ultraPanel1.Size = new System.Drawing.Size(608, 86);
  73. this.ultraPanel1.TabIndex = 2;
  74. //
  75. // WaitingFrm
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.ClientSize = new System.Drawing.Size(608, 86);
  80. this.Controls.Add(this.ultraPanel1);
  81. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  82. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  83. this.Margin = new System.Windows.Forms.Padding(4);
  84. this.MaximizeBox = false;
  85. this.MinimizeBox = false;
  86. this.Name = "WaitingFrm";
  87. this.ShowInTaskbar = false;
  88. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  89. this.Text = "视拓科技";
  90. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  91. this.ultraPanel1.ClientArea.ResumeLayout(false);
  92. this.ultraPanel1.ResumeLayout(false);
  93. this.ResumeLayout(false);
  94. }
  95. #endregion
  96. private System.Windows.Forms.Label label1;
  97. public System.Windows.Forms.Label Label1
  98. {
  99. get { return label1; }
  100. set { label1 = value; }
  101. }
  102. private System.Windows.Forms.PictureBox pictureBox1;
  103. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  104. public System.Windows.Forms.PictureBox PictureBox1
  105. {
  106. get { return pictureBox1; }
  107. set { pictureBox1 = value; }
  108. }
  109. }
  110. }