版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

WaitFrm.Designer.cs 3.4 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. namespace MaiMuAOI.SysUI.ProductAndStep
  2. {
  3. partial class WaitFrm
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WaitFrm));
  30. this.lblTip = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. this.SuspendLayout();
  34. //
  35. // lblTip
  36. //
  37. this.lblTip.AutoSize = true;
  38. this.lblTip.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.lblTip.Location = new System.Drawing.Point(145, 44);
  40. this.lblTip.Name = "lblTip";
  41. this.lblTip.Size = new System.Drawing.Size(52, 27);
  42. this.lblTip.TabIndex = 0;
  43. this.lblTip.Text = "等待";
  44. //
  45. // label2
  46. //
  47. this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
  48. this.label2.Location = new System.Drawing.Point(12, 19);
  49. this.label2.Name = "label2";
  50. this.label2.Size = new System.Drawing.Size(95, 77);
  51. this.label2.TabIndex = 1;
  52. //
  53. // timer1
  54. //
  55. this.timer1.Enabled = true;
  56. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  57. //
  58. // WaitFrm
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  62. this.BackColor = System.Drawing.Color.White;
  63. this.ClientSize = new System.Drawing.Size(339, 119);
  64. this.ControlBox = false;
  65. this.Controls.Add(this.label2);
  66. this.Controls.Add(this.lblTip);
  67. this.Name = "WaitFrm";
  68. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  69. this.Text = "等待处理...";
  70. this.Shown += new System.EventHandler(this.FrmWaitingBox_Shown);
  71. this.ResumeLayout(false);
  72. this.PerformLayout();
  73. }
  74. #endregion
  75. private System.Windows.Forms.Label lblTip;
  76. private System.Windows.Forms.Label label2;
  77. private System.Windows.Forms.Timer timer1;
  78. }
  79. }