DebugReleaseBoxUI.Designer.cs 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DebugReleaseBoxUI
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.dataGridUI1 = new ProjectManagementSystem.UI.DataGridUI();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.textBox2 = new System.Windows.Forms.TextBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.textBox3 = new System.Windows.Forms.TextBox();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.panel1.SuspendLayout();
  41. this.panel2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.dataGridUI1);
  47. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.panel1.Location = new System.Drawing.Point(0, 0);
  49. this.panel1.Name = "panel1";
  50. this.panel1.Size = new System.Drawing.Size(903, 399);
  51. this.panel1.TabIndex = 0;
  52. //
  53. // dataGridUI1
  54. //
  55. this.dataGridUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.dataGridUI1.Location = new System.Drawing.Point(0, 0);
  57. this.dataGridUI1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  58. this.dataGridUI1.Name = "dataGridUI1";
  59. this.dataGridUI1.Size = new System.Drawing.Size(903, 399);
  60. this.dataGridUI1.TabIndex = 0;
  61. //
  62. // panel2
  63. //
  64. this.panel2.Controls.Add(this.textBox3);
  65. this.panel2.Controls.Add(this.label3);
  66. this.panel2.Controls.Add(this.textBox2);
  67. this.panel2.Controls.Add(this.label2);
  68. this.panel2.Controls.Add(this.button2);
  69. this.panel2.Controls.Add(this.textBox1);
  70. this.panel2.Controls.Add(this.label1);
  71. this.panel2.Controls.Add(this.button1);
  72. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  73. this.panel2.Location = new System.Drawing.Point(0, 399);
  74. this.panel2.Name = "panel2";
  75. this.panel2.Size = new System.Drawing.Size(903, 138);
  76. this.panel2.TabIndex = 1;
  77. //
  78. // button2
  79. //
  80. this.button2.Location = new System.Drawing.Point(458, 21);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(200, 101);
  83. this.button2.TabIndex = 10;
  84. this.button2.Text = "灭灯(AGV已放行)";
  85. this.button2.UseVisualStyleBackColor = true;
  86. this.button2.Click += new System.EventHandler(this.button2_Click);
  87. //
  88. // textBox1
  89. //
  90. this.textBox1.Location = new System.Drawing.Point(101, 21);
  91. this.textBox1.Name = "textBox1";
  92. this.textBox1.Size = new System.Drawing.Size(126, 28);
  93. this.textBox1.TabIndex = 9;
  94. this.textBox1.Text = "1";
  95. //
  96. // label1
  97. //
  98. this.label1.AutoSize = true;
  99. this.label1.Location = new System.Drawing.Point(14, 24);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(44, 18);
  102. this.label1.TabIndex = 8;
  103. this.label1.Text = "地标";
  104. //
  105. // button1
  106. //
  107. this.button1.Location = new System.Drawing.Point(242, 21);
  108. this.button1.Name = "button1";
  109. this.button1.Size = new System.Drawing.Size(200, 101);
  110. this.button1.TabIndex = 0;
  111. this.button1.Text = "点灯(AGV停止点)";
  112. this.button1.UseVisualStyleBackColor = true;
  113. this.button1.Click += new System.EventHandler(this.button1_Click);
  114. //
  115. // textBox2
  116. //
  117. this.textBox2.Location = new System.Drawing.Point(101, 57);
  118. this.textBox2.Name = "textBox2";
  119. this.textBox2.Size = new System.Drawing.Size(126, 28);
  120. this.textBox2.TabIndex = 12;
  121. this.textBox2.Text = "1";
  122. //
  123. // label2
  124. //
  125. this.label2.AutoSize = true;
  126. this.label2.Location = new System.Drawing.Point(14, 60);
  127. this.label2.Name = "label2";
  128. this.label2.Size = new System.Drawing.Size(44, 18);
  129. this.label2.TabIndex = 11;
  130. this.label2.Text = "路线";
  131. //
  132. // textBox3
  133. //
  134. this.textBox3.Location = new System.Drawing.Point(101, 93);
  135. this.textBox3.Name = "textBox3";
  136. this.textBox3.Size = new System.Drawing.Size(126, 28);
  137. this.textBox3.TabIndex = 14;
  138. this.textBox3.Text = "1";
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.Location = new System.Drawing.Point(14, 96);
  144. this.label3.Name = "label3";
  145. this.label3.Size = new System.Drawing.Size(35, 18);
  146. this.label3.TabIndex = 13;
  147. this.label3.Text = "AGV";
  148. //
  149. // DebugReleaseBoxUI
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.Controls.Add(this.panel1);
  154. this.Controls.Add(this.panel2);
  155. this.Name = "DebugReleaseBoxUI";
  156. this.Size = new System.Drawing.Size(903, 537);
  157. this.panel1.ResumeLayout(false);
  158. this.panel2.ResumeLayout(false);
  159. this.panel2.PerformLayout();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.Panel panel1;
  164. private System.Windows.Forms.Panel panel2;
  165. private System.Windows.Forms.Button button1;
  166. private DataGridUI dataGridUI1;
  167. private System.Windows.Forms.TextBox textBox1;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.Button button2;
  170. private System.Windows.Forms.TextBox textBox3;
  171. private System.Windows.Forms.Label label3;
  172. private System.Windows.Forms.TextBox textBox2;
  173. private System.Windows.Forms.Label label2;
  174. }
  175. }