Form1.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. namespace WabApiTest
  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.cbInterface = new System.Windows.Forms.ComboBox();
  29. this.lbInterface = new System.Windows.Forms.Label();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.rtbIn = new System.Windows.Forms.RichTextBox();
  32. this.groupBox2 = new System.Windows.Forms.GroupBox();
  33. this.rtbOut = new System.Windows.Forms.RichTextBox();
  34. this.btTest = new System.Windows.Forms.Button();
  35. this.tbUrl = new System.Windows.Forms.TextBox();
  36. this.lbUrl = new System.Windows.Forms.Label();
  37. this.lbOrderID = new System.Windows.Forms.Label();
  38. this.tbOrderID = new System.Windows.Forms.TextBox();
  39. this.tbParentOrderID = new System.Windows.Forms.TextBox();
  40. this.lbParentOrderID = new System.Windows.Forms.Label();
  41. this.tbCarrierType = new System.Windows.Forms.TextBox();
  42. this.lbCarrierType = new System.Windows.Forms.Label();
  43. this.tbPriority = new System.Windows.Forms.TextBox();
  44. this.lbPriority = new System.Windows.Forms.Label();
  45. this.tbPosArr = new System.Windows.Forms.TextBox();
  46. this.lbPosArr = new System.Windows.Forms.Label();
  47. this.tbPosArrLength = new System.Windows.Forms.TextBox();
  48. this.lbPosArrLength = new System.Windows.Forms.Label();
  49. this.tbOtherOrderData = new System.Windows.Forms.TextBox();
  50. this.lbOtherOrderData = new System.Windows.Forms.Label();
  51. this.tbCallTime = new System.Windows.Forms.TextBox();
  52. this.lbCallTime = new System.Windows.Forms.Label();
  53. this.tbType = new System.Windows.Forms.TextBox();
  54. this.lbType = new System.Windows.Forms.Label();
  55. this.btModifyUrl = new System.Windows.Forms.Button();
  56. this.tbCarrier = new System.Windows.Forms.TextBox();
  57. this.lbCarrier = new System.Windows.Forms.Label();
  58. this.groupBox1.SuspendLayout();
  59. this.groupBox2.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // cbInterface
  63. //
  64. this.cbInterface.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  65. this.cbInterface.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.cbInterface.FormattingEnabled = true;
  67. this.cbInterface.Items.AddRange(new object[] {
  68. "",
  69. "OrderAdd",
  70. "MidOrderAdd",
  71. "OrderCancel",
  72. "GetOrder",
  73. "GetCurrentOrder",
  74. "GetCarrier",
  75. "GetAllCarrier"});
  76. this.cbInterface.Location = new System.Drawing.Point(117, 18);
  77. this.cbInterface.Name = "cbInterface";
  78. this.cbInterface.Size = new System.Drawing.Size(136, 25);
  79. this.cbInterface.TabIndex = 0;
  80. this.cbInterface.SelectedIndexChanged += new System.EventHandler(this.cbInterface_SelectedIndexChanged);
  81. //
  82. // lbInterface
  83. //
  84. this.lbInterface.AutoSize = true;
  85. this.lbInterface.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.lbInterface.Location = new System.Drawing.Point(22, 20);
  87. this.lbInterface.Name = "lbInterface";
  88. this.lbInterface.Size = new System.Drawing.Size(59, 17);
  89. this.lbInterface.TabIndex = 1;
  90. this.lbInterface.Text = "Interface";
  91. //
  92. // groupBox1
  93. //
  94. this.groupBox1.Controls.Add(this.rtbIn);
  95. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.groupBox1.Location = new System.Drawing.Point(15, 197);
  97. this.groupBox1.Name = "groupBox1";
  98. this.groupBox1.Size = new System.Drawing.Size(411, 291);
  99. this.groupBox1.TabIndex = 2;
  100. this.groupBox1.TabStop = false;
  101. this.groupBox1.Text = "InPut";
  102. //
  103. // rtbIn
  104. //
  105. this.rtbIn.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.rtbIn.Location = new System.Drawing.Point(3, 19);
  107. this.rtbIn.Name = "rtbIn";
  108. this.rtbIn.ReadOnly = true;
  109. this.rtbIn.Size = new System.Drawing.Size(405, 269);
  110. this.rtbIn.TabIndex = 0;
  111. this.rtbIn.Text = "";
  112. //
  113. // groupBox2
  114. //
  115. this.groupBox2.Controls.Add(this.rtbOut);
  116. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.groupBox2.Location = new System.Drawing.Point(432, 197);
  118. this.groupBox2.Name = "groupBox2";
  119. this.groupBox2.Size = new System.Drawing.Size(411, 291);
  120. this.groupBox2.TabIndex = 3;
  121. this.groupBox2.TabStop = false;
  122. this.groupBox2.Text = "OutPut";
  123. //
  124. // rtbOut
  125. //
  126. this.rtbOut.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.rtbOut.Location = new System.Drawing.Point(3, 19);
  128. this.rtbOut.Name = "rtbOut";
  129. this.rtbOut.ReadOnly = true;
  130. this.rtbOut.Size = new System.Drawing.Size(405, 269);
  131. this.rtbOut.TabIndex = 0;
  132. this.rtbOut.Text = "";
  133. //
  134. // btTest
  135. //
  136. this.btTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btTest.Location = new System.Drawing.Point(687, 131);
  138. this.btTest.Name = "btTest";
  139. this.btTest.Size = new System.Drawing.Size(156, 63);
  140. this.btTest.TabIndex = 4;
  141. this.btTest.Text = "test";
  142. this.btTest.UseVisualStyleBackColor = true;
  143. this.btTest.Click += new System.EventHandler(this.btTest_Click);
  144. //
  145. // tbUrl
  146. //
  147. this.tbUrl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.tbUrl.Location = new System.Drawing.Point(376, 20);
  149. this.tbUrl.Name = "tbUrl";
  150. this.tbUrl.ReadOnly = true;
  151. this.tbUrl.Size = new System.Drawing.Size(291, 23);
  152. this.tbUrl.TabIndex = 5;
  153. this.tbUrl.Text = "http://localhost:62200/api/Agv/";
  154. //
  155. // lbUrl
  156. //
  157. this.lbUrl.AutoSize = true;
  158. this.lbUrl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lbUrl.Location = new System.Drawing.Point(272, 25);
  160. this.lbUrl.Name = "lbUrl";
  161. this.lbUrl.Size = new System.Drawing.Size(25, 17);
  162. this.lbUrl.TabIndex = 6;
  163. this.lbUrl.Text = "Url";
  164. //
  165. // lbOrderID
  166. //
  167. this.lbOrderID.AutoSize = true;
  168. this.lbOrderID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lbOrderID.Location = new System.Drawing.Point(22, 64);
  170. this.lbOrderID.Name = "lbOrderID";
  171. this.lbOrderID.Size = new System.Drawing.Size(56, 17);
  172. this.lbOrderID.TabIndex = 7;
  173. this.lbOrderID.Text = "OrderID";
  174. //
  175. // tbOrderID
  176. //
  177. this.tbOrderID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.tbOrderID.Location = new System.Drawing.Point(117, 61);
  179. this.tbOrderID.Name = "tbOrderID";
  180. this.tbOrderID.Size = new System.Drawing.Size(136, 23);
  181. this.tbOrderID.TabIndex = 8;
  182. //
  183. // tbParentOrderID
  184. //
  185. this.tbParentOrderID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.tbParentOrderID.Location = new System.Drawing.Point(117, 93);
  187. this.tbParentOrderID.Name = "tbParentOrderID";
  188. this.tbParentOrderID.Size = new System.Drawing.Size(136, 23);
  189. this.tbParentOrderID.TabIndex = 10;
  190. //
  191. // lbParentOrderID
  192. //
  193. this.lbParentOrderID.AutoSize = true;
  194. this.lbParentOrderID.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lbParentOrderID.Location = new System.Drawing.Point(22, 96);
  196. this.lbParentOrderID.Name = "lbParentOrderID";
  197. this.lbParentOrderID.Size = new System.Drawing.Size(93, 17);
  198. this.lbParentOrderID.TabIndex = 9;
  199. this.lbParentOrderID.Text = "ParentOrderID";
  200. //
  201. // tbCarrierType
  202. //
  203. this.tbCarrierType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.tbCarrierType.Location = new System.Drawing.Point(381, 128);
  205. this.tbCarrierType.Name = "tbCarrierType";
  206. this.tbCarrierType.Size = new System.Drawing.Size(62, 23);
  207. this.tbCarrierType.TabIndex = 12;
  208. this.tbCarrierType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbCarrierType_KeyPress);
  209. //
  210. // lbCarrierType
  211. //
  212. this.lbCarrierType.AutoSize = true;
  213. this.lbCarrierType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.lbCarrierType.Location = new System.Drawing.Point(272, 131);
  215. this.lbCarrierType.Name = "lbCarrierType";
  216. this.lbCarrierType.Size = new System.Drawing.Size(76, 17);
  217. this.lbCarrierType.TabIndex = 11;
  218. this.lbCarrierType.Text = "CarrierType";
  219. //
  220. // tbPriority
  221. //
  222. this.tbPriority.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.tbPriority.Location = new System.Drawing.Point(381, 168);
  224. this.tbPriority.Name = "tbPriority";
  225. this.tbPriority.Size = new System.Drawing.Size(62, 23);
  226. this.tbPriority.TabIndex = 14;
  227. this.tbPriority.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPriority_KeyPress);
  228. //
  229. // lbPriority
  230. //
  231. this.lbPriority.AutoSize = true;
  232. this.lbPriority.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.lbPriority.Location = new System.Drawing.Point(272, 171);
  234. this.lbPriority.Name = "lbPriority";
  235. this.lbPriority.Size = new System.Drawing.Size(49, 17);
  236. this.lbPriority.TabIndex = 13;
  237. this.lbPriority.Text = "Priority";
  238. //
  239. // tbPosArr
  240. //
  241. this.tbPosArr.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.tbPosArr.Location = new System.Drawing.Point(376, 61);
  243. this.tbPosArr.Name = "tbPosArr";
  244. this.tbPosArr.Size = new System.Drawing.Size(291, 23);
  245. this.tbPosArr.TabIndex = 16;
  246. //
  247. // lbPosArr
  248. //
  249. this.lbPosArr.AutoSize = true;
  250. this.lbPosArr.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.lbPosArr.Location = new System.Drawing.Point(272, 64);
  252. this.lbPosArr.Name = "lbPosArr";
  253. this.lbPosArr.Size = new System.Drawing.Size(47, 17);
  254. this.lbPosArr.TabIndex = 15;
  255. this.lbPosArr.Text = "PosArr";
  256. //
  257. // tbPosArrLength
  258. //
  259. this.tbPosArrLength.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.tbPosArrLength.Location = new System.Drawing.Point(605, 128);
  261. this.tbPosArrLength.Name = "tbPosArrLength";
  262. this.tbPosArrLength.Size = new System.Drawing.Size(62, 23);
  263. this.tbPosArrLength.TabIndex = 18;
  264. this.tbPosArrLength.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPosArrLength_KeyPress);
  265. //
  266. // lbPosArrLength
  267. //
  268. this.lbPosArrLength.AutoSize = true;
  269. this.lbPosArrLength.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.lbPosArrLength.Location = new System.Drawing.Point(496, 131);
  271. this.lbPosArrLength.Name = "lbPosArrLength";
  272. this.lbPosArrLength.Size = new System.Drawing.Size(86, 17);
  273. this.lbPosArrLength.TabIndex = 17;
  274. this.lbPosArrLength.Text = "PosArrLength";
  275. //
  276. // tbOtherOrderData
  277. //
  278. this.tbOtherOrderData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.tbOtherOrderData.Location = new System.Drawing.Point(376, 93);
  280. this.tbOtherOrderData.Multiline = true;
  281. this.tbOtherOrderData.Name = "tbOtherOrderData";
  282. this.tbOtherOrderData.Size = new System.Drawing.Size(291, 23);
  283. this.tbOtherOrderData.TabIndex = 20;
  284. //
  285. // lbOtherOrderData
  286. //
  287. this.lbOtherOrderData.AutoSize = true;
  288. this.lbOtherOrderData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.lbOtherOrderData.Location = new System.Drawing.Point(272, 96);
  290. this.lbOtherOrderData.Name = "lbOtherOrderData";
  291. this.lbOtherOrderData.Size = new System.Drawing.Size(103, 17);
  292. this.lbOtherOrderData.TabIndex = 19;
  293. this.lbOtherOrderData.Text = "OtherOrderData";
  294. //
  295. // tbCallTime
  296. //
  297. this.tbCallTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.tbCallTime.Location = new System.Drawing.Point(117, 168);
  299. this.tbCallTime.Name = "tbCallTime";
  300. this.tbCallTime.ReadOnly = true;
  301. this.tbCallTime.Size = new System.Drawing.Size(136, 23);
  302. this.tbCallTime.TabIndex = 22;
  303. //
  304. // lbCallTime
  305. //
  306. this.lbCallTime.AutoSize = true;
  307. this.lbCallTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.lbCallTime.Location = new System.Drawing.Point(22, 171);
  309. this.lbCallTime.Name = "lbCallTime";
  310. this.lbCallTime.Size = new System.Drawing.Size(57, 17);
  311. this.lbCallTime.TabIndex = 21;
  312. this.lbCallTime.Text = "CallTime";
  313. //
  314. // tbType
  315. //
  316. this.tbType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.tbType.Location = new System.Drawing.Point(117, 128);
  318. this.tbType.Name = "tbType";
  319. this.tbType.Size = new System.Drawing.Size(136, 23);
  320. this.tbType.TabIndex = 24;
  321. //
  322. // lbType
  323. //
  324. this.lbType.AutoSize = true;
  325. this.lbType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lbType.Location = new System.Drawing.Point(22, 131);
  327. this.lbType.Name = "lbType";
  328. this.lbType.Size = new System.Drawing.Size(36, 17);
  329. this.lbType.TabIndex = 23;
  330. this.lbType.Text = "Type";
  331. //
  332. // btModifyUrl
  333. //
  334. this.btModifyUrl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.btModifyUrl.Location = new System.Drawing.Point(687, 19);
  336. this.btModifyUrl.Name = "btModifyUrl";
  337. this.btModifyUrl.Size = new System.Drawing.Size(77, 25);
  338. this.btModifyUrl.TabIndex = 25;
  339. this.btModifyUrl.Text = "ModifyUrl";
  340. this.btModifyUrl.UseVisualStyleBackColor = true;
  341. this.btModifyUrl.Click += new System.EventHandler(this.btModifyUrl_Click);
  342. //
  343. // tbCarrier
  344. //
  345. this.tbCarrier.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.tbCarrier.Location = new System.Drawing.Point(605, 168);
  347. this.tbCarrier.Name = "tbCarrier";
  348. this.tbCarrier.Size = new System.Drawing.Size(62, 23);
  349. this.tbCarrier.TabIndex = 27;
  350. this.tbCarrier.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbCarrier_KeyPress);
  351. //
  352. // lbCarrier
  353. //
  354. this.lbCarrier.AutoSize = true;
  355. this.lbCarrier.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.lbCarrier.Location = new System.Drawing.Point(496, 171);
  357. this.lbCarrier.Name = "lbCarrier";
  358. this.lbCarrier.Size = new System.Drawing.Size(48, 17);
  359. this.lbCarrier.TabIndex = 26;
  360. this.lbCarrier.Text = "Carrier";
  361. //
  362. // Form1
  363. //
  364. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  365. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  366. this.ClientSize = new System.Drawing.Size(860, 500);
  367. this.Controls.Add(this.tbCarrier);
  368. this.Controls.Add(this.lbCarrier);
  369. this.Controls.Add(this.btModifyUrl);
  370. this.Controls.Add(this.tbType);
  371. this.Controls.Add(this.lbType);
  372. this.Controls.Add(this.tbCallTime);
  373. this.Controls.Add(this.lbCallTime);
  374. this.Controls.Add(this.tbOtherOrderData);
  375. this.Controls.Add(this.lbOtherOrderData);
  376. this.Controls.Add(this.tbPosArrLength);
  377. this.Controls.Add(this.lbPosArrLength);
  378. this.Controls.Add(this.tbPosArr);
  379. this.Controls.Add(this.lbPosArr);
  380. this.Controls.Add(this.tbPriority);
  381. this.Controls.Add(this.lbPriority);
  382. this.Controls.Add(this.tbCarrierType);
  383. this.Controls.Add(this.lbCarrierType);
  384. this.Controls.Add(this.tbParentOrderID);
  385. this.Controls.Add(this.lbParentOrderID);
  386. this.Controls.Add(this.tbOrderID);
  387. this.Controls.Add(this.lbOrderID);
  388. this.Controls.Add(this.lbUrl);
  389. this.Controls.Add(this.tbUrl);
  390. this.Controls.Add(this.btTest);
  391. this.Controls.Add(this.groupBox2);
  392. this.Controls.Add(this.groupBox1);
  393. this.Controls.Add(this.lbInterface);
  394. this.Controls.Add(this.cbInterface);
  395. this.Name = "Form1";
  396. this.Text = "Form1";
  397. this.Load += new System.EventHandler(this.Form1_Load);
  398. this.groupBox1.ResumeLayout(false);
  399. this.groupBox2.ResumeLayout(false);
  400. this.ResumeLayout(false);
  401. this.PerformLayout();
  402. }
  403. #endregion
  404. private System.Windows.Forms.ComboBox cbInterface;
  405. private System.Windows.Forms.Label lbInterface;
  406. private System.Windows.Forms.GroupBox groupBox1;
  407. private System.Windows.Forms.RichTextBox rtbIn;
  408. private System.Windows.Forms.GroupBox groupBox2;
  409. private System.Windows.Forms.RichTextBox rtbOut;
  410. private System.Windows.Forms.Button btTest;
  411. private System.Windows.Forms.TextBox tbUrl;
  412. private System.Windows.Forms.Label lbUrl;
  413. private System.Windows.Forms.Label lbOrderID;
  414. private System.Windows.Forms.TextBox tbOrderID;
  415. private System.Windows.Forms.TextBox tbParentOrderID;
  416. private System.Windows.Forms.Label lbParentOrderID;
  417. private System.Windows.Forms.TextBox tbCarrierType;
  418. private System.Windows.Forms.Label lbCarrierType;
  419. private System.Windows.Forms.TextBox tbPriority;
  420. private System.Windows.Forms.Label lbPriority;
  421. private System.Windows.Forms.TextBox tbPosArr;
  422. private System.Windows.Forms.Label lbPosArr;
  423. private System.Windows.Forms.TextBox tbPosArrLength;
  424. private System.Windows.Forms.Label lbPosArrLength;
  425. private System.Windows.Forms.TextBox tbOtherOrderData;
  426. private System.Windows.Forms.Label lbOtherOrderData;
  427. private System.Windows.Forms.TextBox tbCallTime;
  428. private System.Windows.Forms.Label lbCallTime;
  429. private System.Windows.Forms.TextBox tbType;
  430. private System.Windows.Forms.Label lbType;
  431. private System.Windows.Forms.Button btModifyUrl;
  432. private System.Windows.Forms.TextBox tbCarrier;
  433. private System.Windows.Forms.Label lbCarrier;
  434. }
  435. }