DebugRailAgvUI.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. 
  2. namespace ProjectManagementSystem.UI
  3. {
  4. partial class DebugRailAgvUI
  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.panel2 = new System.Windows.Forms.Panel();
  31. this.button7 = new System.Windows.Forms.Button();
  32. this.button6 = new System.Windows.Forms.Button();
  33. this.button5 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button3 = new System.Windows.Forms.Button();
  36. this.comboBoxStatus = new System.Windows.Forms.ComboBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.textBox3 = new System.Windows.Forms.TextBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.textBox2 = new System.Windows.Forms.TextBox();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.textBox1 = new System.Windows.Forms.TextBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this.dataGridUI1 = new ProjectManagementSystem.UI.DataGridUI();
  47. this.panel1.SuspendLayout();
  48. this.panel2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // panel1
  52. //
  53. this.panel1.Controls.Add(this.dataGridUI1);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.panel1.Location = new System.Drawing.Point(0, 0);
  56. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(952, 320);
  59. this.panel1.TabIndex = 1;
  60. //
  61. // panel2
  62. //
  63. this.panel2.Controls.Add(this.button7);
  64. this.panel2.Controls.Add(this.button6);
  65. this.panel2.Controls.Add(this.button5);
  66. this.panel2.Controls.Add(this.button4);
  67. this.panel2.Controls.Add(this.button3);
  68. this.panel2.Controls.Add(this.comboBoxStatus);
  69. this.panel2.Controls.Add(this.label4);
  70. this.panel2.Controls.Add(this.button2);
  71. this.panel2.Controls.Add(this.textBox3);
  72. this.panel2.Controls.Add(this.label3);
  73. this.panel2.Controls.Add(this.textBox2);
  74. this.panel2.Controls.Add(this.label2);
  75. this.panel2.Controls.Add(this.textBox1);
  76. this.panel2.Controls.Add(this.label1);
  77. this.panel2.Controls.Add(this.button1);
  78. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  79. this.panel2.Location = new System.Drawing.Point(0, 320);
  80. this.panel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  81. this.panel2.Name = "panel2";
  82. this.panel2.Size = new System.Drawing.Size(952, 192);
  83. this.panel2.TabIndex = 2;
  84. //
  85. // button7
  86. //
  87. this.button7.Location = new System.Drawing.Point(567, 20);
  88. this.button7.Margin = new System.Windows.Forms.Padding(2);
  89. this.button7.Name = "button7";
  90. this.button7.Size = new System.Drawing.Size(118, 35);
  91. this.button7.TabIndex = 28;
  92. this.button7.Text = "批量模拟";
  93. this.button7.UseVisualStyleBackColor = true;
  94. this.button7.Visible = false;
  95. this.button7.Click += new System.EventHandler(this.button7_Click);
  96. //
  97. // button6
  98. //
  99. this.button6.Location = new System.Drawing.Point(414, 140);
  100. this.button6.Margin = new System.Windows.Forms.Padding(2);
  101. this.button6.Name = "button6";
  102. this.button6.Size = new System.Drawing.Size(118, 35);
  103. this.button6.TabIndex = 27;
  104. this.button6.Text = "模拟放行";
  105. this.button6.UseVisualStyleBackColor = true;
  106. this.button6.Visible = false;
  107. this.button6.Click += new System.EventHandler(this.button6_Click);
  108. //
  109. // button5
  110. //
  111. this.button5.Location = new System.Drawing.Point(414, 100);
  112. this.button5.Margin = new System.Windows.Forms.Padding(2);
  113. this.button5.Name = "button5";
  114. this.button5.Size = new System.Drawing.Size(118, 35);
  115. this.button5.TabIndex = 26;
  116. this.button5.Text = "模拟待命点";
  117. this.button5.UseVisualStyleBackColor = true;
  118. this.button5.Visible = false;
  119. this.button5.Click += new System.EventHandler(this.button5_Click);
  120. //
  121. // button4
  122. //
  123. this.button4.Location = new System.Drawing.Point(414, 60);
  124. this.button4.Margin = new System.Windows.Forms.Padding(2);
  125. this.button4.Name = "button4";
  126. this.button4.Size = new System.Drawing.Size(118, 35);
  127. this.button4.TabIndex = 25;
  128. this.button4.Text = "模拟停止点";
  129. this.button4.UseVisualStyleBackColor = true;
  130. this.button4.Visible = false;
  131. this.button4.Click += new System.EventHandler(this.button4_Click);
  132. //
  133. // button3
  134. //
  135. this.button3.Location = new System.Drawing.Point(414, 20);
  136. this.button3.Margin = new System.Windows.Forms.Padding(2);
  137. this.button3.Name = "button3";
  138. this.button3.Size = new System.Drawing.Size(118, 35);
  139. this.button3.TabIndex = 24;
  140. this.button3.Text = "模拟";
  141. this.button3.UseVisualStyleBackColor = true;
  142. this.button3.Visible = false;
  143. this.button3.Click += new System.EventHandler(this.button3_Click);
  144. //
  145. // comboBoxStatus
  146. //
  147. this.comboBoxStatus.FormattingEnabled = true;
  148. this.comboBoxStatus.Location = new System.Drawing.Point(101, 146);
  149. this.comboBoxStatus.Margin = new System.Windows.Forms.Padding(2);
  150. this.comboBoxStatus.Name = "comboBoxStatus";
  151. this.comboBoxStatus.Size = new System.Drawing.Size(126, 26);
  152. this.comboBoxStatus.TabIndex = 23;
  153. //
  154. // label4
  155. //
  156. this.label4.AutoSize = true;
  157. this.label4.Location = new System.Drawing.Point(14, 156);
  158. this.label4.Name = "label4";
  159. this.label4.Size = new System.Drawing.Size(44, 18);
  160. this.label4.TabIndex = 22;
  161. this.label4.Text = "状态";
  162. //
  163. // button2
  164. //
  165. this.button2.Location = new System.Drawing.Point(263, 108);
  166. this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  167. this.button2.Name = "button2";
  168. this.button2.Size = new System.Drawing.Size(112, 64);
  169. this.button2.TabIndex = 21;
  170. this.button2.Text = "待命点放行";
  171. this.button2.UseVisualStyleBackColor = true;
  172. this.button2.Click += new System.EventHandler(this.button2_Click);
  173. //
  174. // textBox3
  175. //
  176. this.textBox3.Location = new System.Drawing.Point(101, 104);
  177. this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  178. this.textBox3.Name = "textBox3";
  179. this.textBox3.Size = new System.Drawing.Size(126, 28);
  180. this.textBox3.TabIndex = 20;
  181. this.textBox3.Text = "1";
  182. //
  183. // label3
  184. //
  185. this.label3.AutoSize = true;
  186. this.label3.Location = new System.Drawing.Point(14, 112);
  187. this.label3.Name = "label3";
  188. this.label3.Size = new System.Drawing.Size(35, 18);
  189. this.label3.TabIndex = 19;
  190. this.label3.Text = "AGV";
  191. //
  192. // textBox2
  193. //
  194. this.textBox2.Location = new System.Drawing.Point(101, 62);
  195. this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  196. this.textBox2.Name = "textBox2";
  197. this.textBox2.Size = new System.Drawing.Size(126, 28);
  198. this.textBox2.TabIndex = 18;
  199. this.textBox2.Text = "1";
  200. //
  201. // label2
  202. //
  203. this.label2.AutoSize = true;
  204. this.label2.Location = new System.Drawing.Point(14, 68);
  205. this.label2.Name = "label2";
  206. this.label2.Size = new System.Drawing.Size(44, 18);
  207. this.label2.TabIndex = 17;
  208. this.label2.Text = "路线";
  209. //
  210. // textBox1
  211. //
  212. this.textBox1.Location = new System.Drawing.Point(101, 20);
  213. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  214. this.textBox1.Name = "textBox1";
  215. this.textBox1.Size = new System.Drawing.Size(126, 28);
  216. this.textBox1.TabIndex = 16;
  217. this.textBox1.Text = "1";
  218. //
  219. // label1
  220. //
  221. this.label1.AutoSize = true;
  222. this.label1.Location = new System.Drawing.Point(14, 24);
  223. this.label1.Name = "label1";
  224. this.label1.Size = new System.Drawing.Size(44, 18);
  225. this.label1.TabIndex = 15;
  226. this.label1.Text = "地标";
  227. //
  228. // button1
  229. //
  230. this.button1.Location = new System.Drawing.Point(263, 20);
  231. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  232. this.button1.Name = "button1";
  233. this.button1.Size = new System.Drawing.Size(112, 64);
  234. this.button1.TabIndex = 0;
  235. this.button1.Text = "停止点放行";
  236. this.button1.UseVisualStyleBackColor = true;
  237. this.button1.Click += new System.EventHandler(this.button1_Click);
  238. //
  239. // dataGridUI1
  240. //
  241. this.dataGridUI1.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.dataGridUI1.Location = new System.Drawing.Point(0, 0);
  243. this.dataGridUI1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  244. this.dataGridUI1.Name = "dataGridUI1";
  245. this.dataGridUI1.Size = new System.Drawing.Size(952, 320);
  246. this.dataGridUI1.TabIndex = 0;
  247. //
  248. // DebugRailAgvUI
  249. //
  250. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  251. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  252. this.Controls.Add(this.panel1);
  253. this.Controls.Add(this.panel2);
  254. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  255. this.Name = "DebugRailAgvUI";
  256. this.Size = new System.Drawing.Size(952, 512);
  257. this.panel1.ResumeLayout(false);
  258. this.panel2.ResumeLayout(false);
  259. this.panel2.PerformLayout();
  260. this.ResumeLayout(false);
  261. }
  262. #endregion
  263. private System.Windows.Forms.Panel panel1;
  264. private DataGridUI dataGridUI1;
  265. private System.Windows.Forms.Panel panel2;
  266. private System.Windows.Forms.Button button1;
  267. private System.Windows.Forms.Button button2;
  268. private System.Windows.Forms.TextBox textBox3;
  269. private System.Windows.Forms.Label label3;
  270. private System.Windows.Forms.TextBox textBox2;
  271. private System.Windows.Forms.Label label2;
  272. private System.Windows.Forms.TextBox textBox1;
  273. private System.Windows.Forms.Label label1;
  274. private System.Windows.Forms.ComboBox comboBoxStatus;
  275. private System.Windows.Forms.Label label4;
  276. private System.Windows.Forms.Button button6;
  277. private System.Windows.Forms.Button button5;
  278. private System.Windows.Forms.Button button4;
  279. private System.Windows.Forms.Button button3;
  280. private System.Windows.Forms.Button button7;
  281. }
  282. }