RemoveError.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. namespace AGV_WPF
  2. {
  3. partial class RemoveError
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.groupBox1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // groupBox1
  36. //
  37. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  38. | System.Windows.Forms.AnchorStyles.Left)
  39. | System.Windows.Forms.AnchorStyles.Right)));
  40. this.groupBox1.AutoSize = true;
  41. this.groupBox1.Controls.Add(this.label2);
  42. this.groupBox1.Controls.Add(this.button1);
  43. this.groupBox1.Controls.Add(this.label1);
  44. this.groupBox1.Location = new System.Drawing.Point(21, 25);
  45. this.groupBox1.Name = "groupBox1";
  46. this.groupBox1.Size = new System.Drawing.Size(674, 250);
  47. this.groupBox1.TabIndex = 0;
  48. this.groupBox1.TabStop = false;
  49. this.groupBox1.Text = "AGV分配异常解除";
  50. //
  51. // label2
  52. //
  53. this.label2.AutoSize = true;
  54. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  55. this.label2.Location = new System.Drawing.Point(6, 66);
  56. this.label2.Name = "label2";
  57. this.label2.Size = new System.Drawing.Size(49, 14);
  58. this.label2.TabIndex = 2;
  59. this.label2.Text = "label2";
  60. this.label2.Visible = false;
  61. //
  62. // button1
  63. //
  64. this.button1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.button1.Location = new System.Drawing.Point(593, 28);
  66. this.button1.Name = "button1";
  67. this.button1.Size = new System.Drawing.Size(75, 23);
  68. this.button1.TabIndex = 1;
  69. this.button1.Text = "刷新";
  70. this.button1.UseVisualStyleBackColor = true;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.label1.Location = new System.Drawing.Point(6, 32);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(589, 15);
  79. this.label1.TabIndex = 0;
  80. this.label1.Text = "当AGV在判断点长时间未分配,请查看该AGV是否在如下分配中,并未被解除锁定。";
  81. //
  82. // RemoveError
  83. //
  84. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  85. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  86. this.ClientSize = new System.Drawing.Size(718, 318);
  87. this.Controls.Add(this.groupBox1);
  88. this.Name = "RemoveError";
  89. this.Text = "异常解除";
  90. this.Load += new System.EventHandler(this.RemoveError_Load);
  91. this.groupBox1.ResumeLayout(false);
  92. this.groupBox1.PerformLayout();
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95. }
  96. #endregion
  97. private System.Windows.Forms.GroupBox groupBox1;
  98. private System.Windows.Forms.Label label1;
  99. private System.Windows.Forms.Label label2;
  100. public System.Windows.Forms.Button button1;
  101. }
  102. }