Form1.Designer.cs 19 KB

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