FrmTest.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. namespace PCLCommunication
  2. {
  3. partial class FrmTest
  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.btnConn = new System.Windows.Forms.Button();
  29. this.txtPort = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.txtIP = new System.Windows.Forms.TextBox();
  32. this.lblIP = new System.Windows.Forms.Label();
  33. this.txtRAdress = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.txtRLenght = new System.Windows.Forms.TextBox();
  37. this.btnRead = new System.Windows.Forms.Button();
  38. this.txtRText = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.btnWrite = new System.Windows.Forms.Button();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.txtWText = new System.Windows.Forms.TextBox();
  43. this.txtWLenght = new System.Windows.Forms.TextBox();
  44. this.txtWAdress = new System.Windows.Forms.TextBox();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.txtResult = new System.Windows.Forms.TextBox();
  49. this.txtCommed = new System.Windows.Forms.TextBox();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.button2 = new System.Windows.Forms.Button();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.button4 = new System.Windows.Forms.Button();
  55. this.SuspendLayout();
  56. //
  57. // btnConn
  58. //
  59. this.btnConn.Location = new System.Drawing.Point(226, 39);
  60. this.btnConn.Name = "btnConn";
  61. this.btnConn.Size = new System.Drawing.Size(75, 23);
  62. this.btnConn.TabIndex = 5;
  63. this.btnConn.Text = "连接";
  64. this.btnConn.UseVisualStyleBackColor = true;
  65. this.btnConn.Click += new System.EventHandler(this.btnConn_Click);
  66. //
  67. // txtPort
  68. //
  69. this.txtPort.Location = new System.Drawing.Point(64, 39);
  70. this.txtPort.Name = "txtPort";
  71. this.txtPort.Size = new System.Drawing.Size(145, 21);
  72. this.txtPort.TabIndex = 4;
  73. this.txtPort.Text = "8080";
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Location = new System.Drawing.Point(17, 42);
  79. this.label1.Name = "label1";
  80. this.label1.Size = new System.Drawing.Size(29, 12);
  81. this.label1.TabIndex = 3;
  82. this.label1.Text = "Port";
  83. //
  84. // txtIP
  85. //
  86. this.txtIP.Location = new System.Drawing.Point(64, 12);
  87. this.txtIP.Name = "txtIP";
  88. this.txtIP.Size = new System.Drawing.Size(145, 21);
  89. this.txtIP.TabIndex = 1;
  90. this.txtIP.Text = "127.0.0.1";
  91. //
  92. // lblIP
  93. //
  94. this.lblIP.AutoSize = true;
  95. this.lblIP.Location = new System.Drawing.Point(17, 15);
  96. this.lblIP.Name = "lblIP";
  97. this.lblIP.Size = new System.Drawing.Size(17, 12);
  98. this.lblIP.TabIndex = 0;
  99. this.lblIP.Text = "IP";
  100. //
  101. // txtRAdress
  102. //
  103. this.txtRAdress.Location = new System.Drawing.Point(64, 77);
  104. this.txtRAdress.Name = "txtRAdress";
  105. this.txtRAdress.Size = new System.Drawing.Size(50, 21);
  106. this.txtRAdress.TabIndex = 7;
  107. this.txtRAdress.Text = "D100";
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.Location = new System.Drawing.Point(29, 80);
  113. this.label2.Name = "label2";
  114. this.label2.Size = new System.Drawing.Size(29, 12);
  115. this.label2.TabIndex = 6;
  116. this.label2.Text = "地址";
  117. //
  118. // label3
  119. //
  120. this.label3.AutoSize = true;
  121. this.label3.Location = new System.Drawing.Point(124, 80);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(29, 12);
  124. this.label3.TabIndex = 8;
  125. this.label3.Text = "长度";
  126. //
  127. // txtRLenght
  128. //
  129. this.txtRLenght.Location = new System.Drawing.Point(159, 77);
  130. this.txtRLenght.Name = "txtRLenght";
  131. this.txtRLenght.Size = new System.Drawing.Size(50, 21);
  132. this.txtRLenght.TabIndex = 9;
  133. this.txtRLenght.Text = "2";
  134. //
  135. // btnRead
  136. //
  137. this.btnRead.Location = new System.Drawing.Point(226, 80);
  138. this.btnRead.Name = "btnRead";
  139. this.btnRead.Size = new System.Drawing.Size(75, 23);
  140. this.btnRead.TabIndex = 10;
  141. this.btnRead.Text = "读取";
  142. this.btnRead.UseVisualStyleBackColor = true;
  143. this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
  144. //
  145. // txtRText
  146. //
  147. this.txtRText.Location = new System.Drawing.Point(64, 104);
  148. this.txtRText.Multiline = true;
  149. this.txtRText.Name = "txtRText";
  150. this.txtRText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  151. this.txtRText.Size = new System.Drawing.Size(145, 58);
  152. this.txtRText.TabIndex = 12;
  153. //
  154. // label4
  155. //
  156. this.label4.AutoSize = true;
  157. this.label4.Location = new System.Drawing.Point(29, 107);
  158. this.label4.Name = "label4";
  159. this.label4.Size = new System.Drawing.Size(29, 12);
  160. this.label4.TabIndex = 11;
  161. this.label4.Text = "文本";
  162. //
  163. // btnWrite
  164. //
  165. this.btnWrite.Location = new System.Drawing.Point(226, 202);
  166. this.btnWrite.Name = "btnWrite";
  167. this.btnWrite.Size = new System.Drawing.Size(75, 23);
  168. this.btnWrite.TabIndex = 19;
  169. this.btnWrite.Text = "写入";
  170. this.btnWrite.UseVisualStyleBackColor = true;
  171. this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
  172. //
  173. // label5
  174. //
  175. this.label5.AutoSize = true;
  176. this.label5.Location = new System.Drawing.Point(29, 207);
  177. this.label5.Name = "label5";
  178. this.label5.Size = new System.Drawing.Size(29, 12);
  179. this.label5.TabIndex = 17;
  180. this.label5.Text = "文本";
  181. //
  182. // txtWText
  183. //
  184. this.txtWText.Location = new System.Drawing.Point(64, 204);
  185. this.txtWText.Multiline = true;
  186. this.txtWText.Name = "txtWText";
  187. this.txtWText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  188. this.txtWText.Size = new System.Drawing.Size(145, 58);
  189. this.txtWText.TabIndex = 18;
  190. //
  191. // txtWLenght
  192. //
  193. this.txtWLenght.Location = new System.Drawing.Point(159, 177);
  194. this.txtWLenght.Name = "txtWLenght";
  195. this.txtWLenght.Size = new System.Drawing.Size(50, 21);
  196. this.txtWLenght.TabIndex = 16;
  197. this.txtWLenght.Text = "A";
  198. //
  199. // txtWAdress
  200. //
  201. this.txtWAdress.Location = new System.Drawing.Point(64, 177);
  202. this.txtWAdress.Name = "txtWAdress";
  203. this.txtWAdress.Size = new System.Drawing.Size(50, 21);
  204. this.txtWAdress.TabIndex = 14;
  205. this.txtWAdress.Text = "D100";
  206. //
  207. // label7
  208. //
  209. this.label7.AutoSize = true;
  210. this.label7.Location = new System.Drawing.Point(29, 180);
  211. this.label7.Name = "label7";
  212. this.label7.Size = new System.Drawing.Size(29, 12);
  213. this.label7.TabIndex = 13;
  214. this.label7.Text = "地址";
  215. //
  216. // button1
  217. //
  218. this.button1.Location = new System.Drawing.Point(226, 271);
  219. this.button1.Name = "button1";
  220. this.button1.Size = new System.Drawing.Size(75, 23);
  221. this.button1.TabIndex = 24;
  222. this.button1.Text = "执行";
  223. this.button1.UseVisualStyleBackColor = true;
  224. this.button1.Click += new System.EventHandler(this.button1_Click);
  225. //
  226. // label8
  227. //
  228. this.label8.AutoSize = true;
  229. this.label8.Location = new System.Drawing.Point(29, 303);
  230. this.label8.Name = "label8";
  231. this.label8.Size = new System.Drawing.Size(29, 12);
  232. this.label8.TabIndex = 22;
  233. this.label8.Text = "结果";
  234. //
  235. // txtResult
  236. //
  237. this.txtResult.Location = new System.Drawing.Point(64, 300);
  238. this.txtResult.Multiline = true;
  239. this.txtResult.Name = "txtResult";
  240. this.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  241. this.txtResult.Size = new System.Drawing.Size(145, 46);
  242. this.txtResult.TabIndex = 23;
  243. //
  244. // txtCommed
  245. //
  246. this.txtCommed.Location = new System.Drawing.Point(64, 273);
  247. this.txtCommed.Name = "txtCommed";
  248. this.txtCommed.Size = new System.Drawing.Size(145, 21);
  249. this.txtCommed.TabIndex = 21;
  250. //
  251. // label9
  252. //
  253. this.label9.AutoSize = true;
  254. this.label9.Location = new System.Drawing.Point(29, 276);
  255. this.label9.Name = "label9";
  256. this.label9.Size = new System.Drawing.Size(29, 12);
  257. this.label9.TabIndex = 20;
  258. this.label9.Text = "命令";
  259. //
  260. // label10
  261. //
  262. this.label10.AutoSize = true;
  263. this.label10.Location = new System.Drawing.Point(124, 180);
  264. this.label10.Name = "label10";
  265. this.label10.Size = new System.Drawing.Size(29, 12);
  266. this.label10.TabIndex = 17;
  267. this.label10.Text = "文本";
  268. //
  269. // button2
  270. //
  271. this.button2.Location = new System.Drawing.Point(226, 298);
  272. this.button2.Name = "button2";
  273. this.button2.Size = new System.Drawing.Size(75, 23);
  274. this.button2.TabIndex = 24;
  275. this.button2.Text = "执行";
  276. this.button2.UseVisualStyleBackColor = true;
  277. this.button2.Click += new System.EventHandler(this.button2_Click);
  278. //
  279. // button3
  280. //
  281. this.button3.Location = new System.Drawing.Point(226, 231);
  282. this.button3.Name = "button3";
  283. this.button3.Size = new System.Drawing.Size(75, 23);
  284. this.button3.TabIndex = 25;
  285. this.button3.Text = "写入";
  286. this.button3.UseVisualStyleBackColor = true;
  287. this.button3.Click += new System.EventHandler(this.button3_Click);
  288. //
  289. // button4
  290. //
  291. this.button4.Location = new System.Drawing.Point(226, 109);
  292. this.button4.Name = "button4";
  293. this.button4.Size = new System.Drawing.Size(75, 23);
  294. this.button4.TabIndex = 26;
  295. this.button4.Text = "读取";
  296. this.button4.UseVisualStyleBackColor = true;
  297. this.button4.Click += new System.EventHandler(this.button4_Click);
  298. //
  299. // FrmTest
  300. //
  301. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  302. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  303. this.ClientSize = new System.Drawing.Size(348, 358);
  304. this.Controls.Add(this.button4);
  305. this.Controls.Add(this.button3);
  306. this.Controls.Add(this.button2);
  307. this.Controls.Add(this.button1);
  308. this.Controls.Add(this.label8);
  309. this.Controls.Add(this.txtResult);
  310. this.Controls.Add(this.txtCommed);
  311. this.Controls.Add(this.label9);
  312. this.Controls.Add(this.btnWrite);
  313. this.Controls.Add(this.label10);
  314. this.Controls.Add(this.label5);
  315. this.Controls.Add(this.txtWText);
  316. this.Controls.Add(this.txtWLenght);
  317. this.Controls.Add(this.txtWAdress);
  318. this.Controls.Add(this.label7);
  319. this.Controls.Add(this.btnRead);
  320. this.Controls.Add(this.btnConn);
  321. this.Controls.Add(this.txtPort);
  322. this.Controls.Add(this.label4);
  323. this.Controls.Add(this.label3);
  324. this.Controls.Add(this.label1);
  325. this.Controls.Add(this.txtRText);
  326. this.Controls.Add(this.txtRLenght);
  327. this.Controls.Add(this.txtRAdress);
  328. this.Controls.Add(this.txtIP);
  329. this.Controls.Add(this.label2);
  330. this.Controls.Add(this.lblIP);
  331. this.Name = "FrmTest";
  332. this.Text = "通信测试";
  333. this.ResumeLayout(false);
  334. this.PerformLayout();
  335. }
  336. #endregion
  337. private System.Windows.Forms.Button btnConn;
  338. private System.Windows.Forms.TextBox txtPort;
  339. private System.Windows.Forms.Label label1;
  340. private System.Windows.Forms.TextBox txtIP;
  341. private System.Windows.Forms.Label lblIP;
  342. private System.Windows.Forms.TextBox txtRAdress;
  343. private System.Windows.Forms.Label label2;
  344. private System.Windows.Forms.Label label3;
  345. private System.Windows.Forms.TextBox txtRLenght;
  346. private System.Windows.Forms.Button btnRead;
  347. private System.Windows.Forms.TextBox txtRText;
  348. private System.Windows.Forms.Label label4;
  349. private System.Windows.Forms.Button btnWrite;
  350. private System.Windows.Forms.Label label5;
  351. private System.Windows.Forms.TextBox txtWText;
  352. private System.Windows.Forms.TextBox txtWLenght;
  353. private System.Windows.Forms.TextBox txtWAdress;
  354. private System.Windows.Forms.Label label7;
  355. private System.Windows.Forms.Button button1;
  356. private System.Windows.Forms.Label label8;
  357. private System.Windows.Forms.TextBox txtResult;
  358. private System.Windows.Forms.TextBox txtCommed;
  359. private System.Windows.Forms.Label label9;
  360. private System.Windows.Forms.Label label10;
  361. private System.Windows.Forms.Button button2;
  362. private System.Windows.Forms.Button button3;
  363. private System.Windows.Forms.Button button4;
  364. }
  365. }