FormPLCConf.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. namespace PLCConnector
  2. {
  3. partial class FormPLCConf
  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. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.textBox4 = new System.Windows.Forms.TextBox();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.groupBox2 = new System.Windows.Forms.GroupBox();
  37. this.textBox5 = new System.Windows.Forms.TextBox();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.textBox1 = new System.Windows.Forms.TextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.groupBox3 = new System.Windows.Forms.GroupBox();
  42. this.textBox6 = new System.Windows.Forms.TextBox();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.textBox7 = new System.Windows.Forms.TextBox();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.groupBox4 = new System.Windows.Forms.GroupBox();
  47. this.textBox8 = new System.Windows.Forms.TextBox();
  48. this.button4 = new System.Windows.Forms.Button();
  49. this.textBox9 = new System.Windows.Forms.TextBox();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.btn_clear = new System.Windows.Forms.Button();
  52. this.button6 = new System.Windows.Forms.Button();
  53. this.button5 = new System.Windows.Forms.Button();
  54. this.button7 = new System.Windows.Forms.Button();
  55. this.button8 = new System.Windows.Forms.Button();
  56. this.button9 = new System.Windows.Forms.Button();
  57. this.button10 = new System.Windows.Forms.Button();
  58. this.button11 = new System.Windows.Forms.Button();
  59. this.btn_PLCLink = new System.Windows.Forms.Button();
  60. this.groupBox1.SuspendLayout();
  61. this.groupBox2.SuspendLayout();
  62. this.groupBox3.SuspendLayout();
  63. this.groupBox4.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Location = new System.Drawing.Point(6, 25);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(41, 12);
  72. this.label1.TabIndex = 1;
  73. this.label1.Text = "数据块";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.Location = new System.Drawing.Point(6, 88);
  79. this.label2.Name = "label2";
  80. this.label2.Size = new System.Drawing.Size(41, 12);
  81. this.label2.TabIndex = 3;
  82. this.label2.Text = "偏移量";
  83. //
  84. // textBox2
  85. //
  86. this.textBox2.Location = new System.Drawing.Point(6, 103);
  87. this.textBox2.Name = "textBox2";
  88. this.textBox2.Size = new System.Drawing.Size(121, 21);
  89. this.textBox2.TabIndex = 2;
  90. this.textBox2.Text = "2";
  91. //
  92. // groupBox1
  93. //
  94. this.groupBox1.Controls.Add(this.textBox4);
  95. this.groupBox1.Controls.Add(this.button1);
  96. this.groupBox1.Controls.Add(this.label3);
  97. this.groupBox1.Controls.Add(this.label2);
  98. this.groupBox1.Controls.Add(this.textBox3);
  99. this.groupBox1.Controls.Add(this.label1);
  100. this.groupBox1.Controls.Add(this.textBox2);
  101. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  102. this.groupBox1.Name = "groupBox1";
  103. this.groupBox1.Size = new System.Drawing.Size(155, 250);
  104. this.groupBox1.TabIndex = 4;
  105. this.groupBox1.TabStop = false;
  106. this.groupBox1.Text = "写入";
  107. //
  108. // textBox4
  109. //
  110. this.textBox4.Location = new System.Drawing.Point(8, 40);
  111. this.textBox4.Name = "textBox4";
  112. this.textBox4.Size = new System.Drawing.Size(121, 21);
  113. this.textBox4.TabIndex = 7;
  114. this.textBox4.Text = "中控";
  115. //
  116. // button1
  117. //
  118. this.button1.Location = new System.Drawing.Point(23, 209);
  119. this.button1.Name = "button1";
  120. this.button1.Size = new System.Drawing.Size(75, 23);
  121. this.button1.TabIndex = 6;
  122. this.button1.Text = "写入";
  123. this.button1.UseVisualStyleBackColor = true;
  124. this.button1.Click += new System.EventHandler(this.button1_Click);
  125. //
  126. // label3
  127. //
  128. this.label3.AutoSize = true;
  129. this.label3.Location = new System.Drawing.Point(6, 158);
  130. this.label3.Name = "label3";
  131. this.label3.Size = new System.Drawing.Size(17, 12);
  132. this.label3.TabIndex = 5;
  133. this.label3.Text = "值";
  134. //
  135. // textBox3
  136. //
  137. this.textBox3.Location = new System.Drawing.Point(6, 173);
  138. this.textBox3.Name = "textBox3";
  139. this.textBox3.Size = new System.Drawing.Size(121, 21);
  140. this.textBox3.TabIndex = 3;
  141. this.textBox3.Text = "0";
  142. //
  143. // groupBox2
  144. //
  145. this.groupBox2.Controls.Add(this.textBox5);
  146. this.groupBox2.Controls.Add(this.button2);
  147. this.groupBox2.Controls.Add(this.textBox1);
  148. this.groupBox2.Controls.Add(this.label4);
  149. this.groupBox2.Location = new System.Drawing.Point(199, 12);
  150. this.groupBox2.Name = "groupBox2";
  151. this.groupBox2.Size = new System.Drawing.Size(171, 418);
  152. this.groupBox2.TabIndex = 5;
  153. this.groupBox2.TabStop = false;
  154. this.groupBox2.Text = "读取";
  155. //
  156. // textBox5
  157. //
  158. this.textBox5.Location = new System.Drawing.Point(18, 40);
  159. this.textBox5.Name = "textBox5";
  160. this.textBox5.Size = new System.Drawing.Size(121, 21);
  161. this.textBox5.TabIndex = 8;
  162. this.textBox5.Text = "中控";
  163. //
  164. // button2
  165. //
  166. this.button2.Location = new System.Drawing.Point(46, 389);
  167. this.button2.Name = "button2";
  168. this.button2.Size = new System.Drawing.Size(75, 23);
  169. this.button2.TabIndex = 7;
  170. this.button2.Text = "读取";
  171. this.button2.UseVisualStyleBackColor = true;
  172. this.button2.Click += new System.EventHandler(this.button2_Click);
  173. //
  174. // textBox1
  175. //
  176. this.textBox1.Location = new System.Drawing.Point(18, 78);
  177. this.textBox1.Multiline = true;
  178. this.textBox1.Name = "textBox1";
  179. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  180. this.textBox1.Size = new System.Drawing.Size(133, 305);
  181. this.textBox1.TabIndex = 8;
  182. //
  183. // label4
  184. //
  185. this.label4.AutoSize = true;
  186. this.label4.Location = new System.Drawing.Point(18, 25);
  187. this.label4.Name = "label4";
  188. this.label4.Size = new System.Drawing.Size(41, 12);
  189. this.label4.TabIndex = 6;
  190. this.label4.Text = "数据块";
  191. //
  192. // groupBox3
  193. //
  194. this.groupBox3.Controls.Add(this.textBox6);
  195. this.groupBox3.Controls.Add(this.button3);
  196. this.groupBox3.Controls.Add(this.textBox7);
  197. this.groupBox3.Controls.Add(this.label5);
  198. this.groupBox3.Location = new System.Drawing.Point(397, 12);
  199. this.groupBox3.Name = "groupBox3";
  200. this.groupBox3.Size = new System.Drawing.Size(171, 418);
  201. this.groupBox3.TabIndex = 6;
  202. this.groupBox3.TabStop = false;
  203. this.groupBox3.Text = "读取";
  204. //
  205. // textBox6
  206. //
  207. this.textBox6.Location = new System.Drawing.Point(18, 40);
  208. this.textBox6.Name = "textBox6";
  209. this.textBox6.Size = new System.Drawing.Size(121, 21);
  210. this.textBox6.TabIndex = 8;
  211. this.textBox6.Text = "终端1";
  212. //
  213. // button3
  214. //
  215. this.button3.Location = new System.Drawing.Point(46, 389);
  216. this.button3.Name = "button3";
  217. this.button3.Size = new System.Drawing.Size(75, 23);
  218. this.button3.TabIndex = 7;
  219. this.button3.Text = "读取";
  220. this.button3.UseVisualStyleBackColor = true;
  221. this.button3.Click += new System.EventHandler(this.button3_Click);
  222. //
  223. // textBox7
  224. //
  225. this.textBox7.Location = new System.Drawing.Point(18, 78);
  226. this.textBox7.Multiline = true;
  227. this.textBox7.Name = "textBox7";
  228. this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  229. this.textBox7.Size = new System.Drawing.Size(133, 305);
  230. this.textBox7.TabIndex = 8;
  231. //
  232. // label5
  233. //
  234. this.label5.AutoSize = true;
  235. this.label5.Location = new System.Drawing.Point(18, 25);
  236. this.label5.Name = "label5";
  237. this.label5.Size = new System.Drawing.Size(41, 12);
  238. this.label5.TabIndex = 6;
  239. this.label5.Text = "数据块";
  240. //
  241. // groupBox4
  242. //
  243. this.groupBox4.Controls.Add(this.textBox8);
  244. this.groupBox4.Controls.Add(this.button4);
  245. this.groupBox4.Controls.Add(this.textBox9);
  246. this.groupBox4.Controls.Add(this.label6);
  247. this.groupBox4.Location = new System.Drawing.Point(587, 12);
  248. this.groupBox4.Name = "groupBox4";
  249. this.groupBox4.Size = new System.Drawing.Size(171, 418);
  250. this.groupBox4.TabIndex = 9;
  251. this.groupBox4.TabStop = false;
  252. this.groupBox4.Text = "读取";
  253. //
  254. // textBox8
  255. //
  256. this.textBox8.Location = new System.Drawing.Point(18, 40);
  257. this.textBox8.Name = "textBox8";
  258. this.textBox8.Size = new System.Drawing.Size(121, 21);
  259. this.textBox8.TabIndex = 8;
  260. this.textBox8.Text = "车位1";
  261. //
  262. // button4
  263. //
  264. this.button4.Location = new System.Drawing.Point(46, 389);
  265. this.button4.Name = "button4";
  266. this.button4.Size = new System.Drawing.Size(75, 23);
  267. this.button4.TabIndex = 7;
  268. this.button4.Text = "读取";
  269. this.button4.UseVisualStyleBackColor = true;
  270. this.button4.Click += new System.EventHandler(this.button4_Click);
  271. //
  272. // textBox9
  273. //
  274. this.textBox9.Location = new System.Drawing.Point(18, 78);
  275. this.textBox9.Multiline = true;
  276. this.textBox9.Name = "textBox9";
  277. this.textBox9.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  278. this.textBox9.Size = new System.Drawing.Size(133, 305);
  279. this.textBox9.TabIndex = 8;
  280. //
  281. // label6
  282. //
  283. this.label6.AutoSize = true;
  284. this.label6.Location = new System.Drawing.Point(18, 25);
  285. this.label6.Name = "label6";
  286. this.label6.Size = new System.Drawing.Size(41, 12);
  287. this.label6.TabIndex = 6;
  288. this.label6.Text = "数据块";
  289. //
  290. // btn_clear
  291. //
  292. this.btn_clear.Location = new System.Drawing.Point(443, 459);
  293. this.btn_clear.Name = "btn_clear";
  294. this.btn_clear.Size = new System.Drawing.Size(75, 23);
  295. this.btn_clear.TabIndex = 10;
  296. this.btn_clear.Text = "终端1清零";
  297. this.btn_clear.UseVisualStyleBackColor = true;
  298. this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
  299. //
  300. // button6
  301. //
  302. this.button6.Location = new System.Drawing.Point(35, 268);
  303. this.button6.Name = "button6";
  304. this.button6.Size = new System.Drawing.Size(75, 23);
  305. this.button6.TabIndex = 11;
  306. this.button6.Text = "自动刷新";
  307. this.button6.UseVisualStyleBackColor = true;
  308. this.button6.Click += new System.EventHandler(this.btn_refresh_Click);
  309. //
  310. // button5
  311. //
  312. this.button5.Location = new System.Drawing.Point(622, 433);
  313. this.button5.Name = "button5";
  314. this.button5.Size = new System.Drawing.Size(93, 23);
  315. this.button5.TabIndex = 12;
  316. this.button5.Text = "凭证写入车位";
  317. this.button5.UseVisualStyleBackColor = true;
  318. this.button5.Click += new System.EventHandler(this.button5_Click);
  319. //
  320. // button7
  321. //
  322. this.button7.Location = new System.Drawing.Point(443, 430);
  323. this.button7.Name = "button7";
  324. this.button7.Size = new System.Drawing.Size(75, 23);
  325. this.button7.TabIndex = 13;
  326. this.button7.Text = "启动地感";
  327. this.button7.UseVisualStyleBackColor = true;
  328. this.button7.Click += new System.EventHandler(this.button7_Click);
  329. //
  330. // button8
  331. //
  332. this.button8.Location = new System.Drawing.Point(245, 430);
  333. this.button8.Name = "button8";
  334. this.button8.Size = new System.Drawing.Size(75, 23);
  335. this.button8.TabIndex = 14;
  336. this.button8.Text = "启动号牌机";
  337. this.button8.UseVisualStyleBackColor = true;
  338. this.button8.Click += new System.EventHandler(this.button8_Click);
  339. //
  340. // button9
  341. //
  342. this.button9.Location = new System.Drawing.Point(245, 459);
  343. this.button9.Name = "button9";
  344. this.button9.Size = new System.Drawing.Size(75, 23);
  345. this.button9.TabIndex = 15;
  346. this.button9.Text = "停车完成";
  347. this.button9.UseVisualStyleBackColor = true;
  348. this.button9.Click += new System.EventHandler(this.button9_Click);
  349. //
  350. // button10
  351. //
  352. this.button10.Location = new System.Drawing.Point(12, 297);
  353. this.button10.Name = "button10";
  354. this.button10.Size = new System.Drawing.Size(120, 23);
  355. this.button10.TabIndex = 16;
  356. this.button10.Text = "切换中控停取模式";
  357. this.button10.UseVisualStyleBackColor = true;
  358. this.button10.Click += new System.EventHandler(this.button10_Click);
  359. //
  360. // button11
  361. //
  362. this.button11.Location = new System.Drawing.Point(12, 326);
  363. this.button11.Name = "button11";
  364. this.button11.Size = new System.Drawing.Size(120, 23);
  365. this.button11.TabIndex = 17;
  366. this.button11.Text = "切换终端1停取模式";
  367. this.button11.UseVisualStyleBackColor = true;
  368. this.button11.Click += new System.EventHandler(this.button11_Click);
  369. //
  370. // btn_PLCLink
  371. //
  372. this.btn_PLCLink.Location = new System.Drawing.Point(20, 391);
  373. this.btn_PLCLink.Name = "btn_PLCLink";
  374. this.btn_PLCLink.Size = new System.Drawing.Size(104, 91);
  375. this.btn_PLCLink.TabIndex = 18;
  376. this.btn_PLCLink.Text = "连接PLC";
  377. this.btn_PLCLink.UseVisualStyleBackColor = true;
  378. this.btn_PLCLink.Click += new System.EventHandler(this.btn_PLCLink_Click);
  379. //
  380. // FormPLCConf
  381. //
  382. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  383. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  384. this.ClientSize = new System.Drawing.Size(803, 527);
  385. this.Controls.Add(this.btn_PLCLink);
  386. this.Controls.Add(this.button11);
  387. this.Controls.Add(this.button10);
  388. this.Controls.Add(this.button9);
  389. this.Controls.Add(this.button8);
  390. this.Controls.Add(this.button7);
  391. this.Controls.Add(this.button5);
  392. this.Controls.Add(this.button6);
  393. this.Controls.Add(this.btn_clear);
  394. this.Controls.Add(this.groupBox4);
  395. this.Controls.Add(this.groupBox3);
  396. this.Controls.Add(this.groupBox2);
  397. this.Controls.Add(this.groupBox1);
  398. this.Name = "FormPLCConf";
  399. this.Text = "PLC调试工具";
  400. this.groupBox1.ResumeLayout(false);
  401. this.groupBox1.PerformLayout();
  402. this.groupBox2.ResumeLayout(false);
  403. this.groupBox2.PerformLayout();
  404. this.groupBox3.ResumeLayout(false);
  405. this.groupBox3.PerformLayout();
  406. this.groupBox4.ResumeLayout(false);
  407. this.groupBox4.PerformLayout();
  408. this.ResumeLayout(false);
  409. }
  410. #endregion
  411. private System.Windows.Forms.Label label1;
  412. private System.Windows.Forms.Label label2;
  413. private System.Windows.Forms.TextBox textBox2;
  414. private System.Windows.Forms.GroupBox groupBox1;
  415. private System.Windows.Forms.Button button1;
  416. private System.Windows.Forms.Label label3;
  417. private System.Windows.Forms.TextBox textBox3;
  418. private System.Windows.Forms.GroupBox groupBox2;
  419. private System.Windows.Forms.TextBox textBox1;
  420. private System.Windows.Forms.Label label4;
  421. private System.Windows.Forms.Button button2;
  422. private System.Windows.Forms.TextBox textBox4;
  423. private System.Windows.Forms.TextBox textBox5;
  424. private System.Windows.Forms.GroupBox groupBox3;
  425. private System.Windows.Forms.TextBox textBox6;
  426. private System.Windows.Forms.Button button3;
  427. private System.Windows.Forms.TextBox textBox7;
  428. private System.Windows.Forms.Label label5;
  429. private System.Windows.Forms.GroupBox groupBox4;
  430. private System.Windows.Forms.TextBox textBox8;
  431. private System.Windows.Forms.Button button4;
  432. private System.Windows.Forms.TextBox textBox9;
  433. private System.Windows.Forms.Label label6;
  434. private System.Windows.Forms.Button btn_clear;
  435. private System.Windows.Forms.Button button6;
  436. private System.Windows.Forms.Button button5;
  437. private System.Windows.Forms.Button button7;
  438. private System.Windows.Forms.Button button8;
  439. private System.Windows.Forms.Button button9;
  440. private System.Windows.Forms.Button button10;
  441. private System.Windows.Forms.Button button11;
  442. private System.Windows.Forms.Button btn_PLCLink;
  443. }
  444. }