Form_EquInfo.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. namespace WCS_Client.From
  2. {
  3. partial class Form_EquInfo
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_EquInfo));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.txtEquNo = new System.Windows.Forms.TextBox();
  35. this.txtAlarmInfo = new System.Windows.Forms.TextBox();
  36. this.txtPlcName = new System.Windows.Forms.TextBox();
  37. this.txtEquType = new System.Windows.Forms.TextBox();
  38. this.txtAlarmNo = new System.Windows.Forms.TextBox();
  39. this.txtEndAddress = new System.Windows.Forms.TextBox();
  40. this.txtStartAddress = new System.Windows.Forms.TextBox();
  41. this.txtGoodsCode = new System.Windows.Forms.TextBox();
  42. this.txtTaskNo = new System.Windows.Forms.TextBox();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.label8 = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.txtPH_Status = new System.Windows.Forms.TextBox();
  48. this.txtConfirm = new System.Windows.Forms.TextBox();
  49. this.txtRequest = new System.Windows.Forms.TextBox();
  50. this.txtGoodsType = new System.Windows.Forms.TextBox();
  51. this.label10 = new System.Windows.Forms.Label();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.label12 = new System.Windows.Forms.Label();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.txtAGVPallEmpty = new System.Windows.Forms.TextBox();
  56. this.label14 = new System.Windows.Forms.Label();
  57. this.txtAGVPallFull = new System.Windows.Forms.TextBox();
  58. this.label15 = new System.Windows.Forms.Label();
  59. this.SuspendLayout();
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Location = new System.Drawing.Point(20, 52);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(59, 12);
  67. this.label1.TabIndex = 0;
  68. this.label1.Text = "设备编号:";
  69. //
  70. // label2
  71. //
  72. this.label2.AutoSize = true;
  73. this.label2.Location = new System.Drawing.Point(20, 104);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(59, 12);
  76. this.label2.TabIndex = 1;
  77. this.label2.Text = "PLC 名称:";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Location = new System.Drawing.Point(20, 157);
  83. this.label3.Name = "label3";
  84. this.label3.Size = new System.Drawing.Size(59, 12);
  85. this.label3.TabIndex = 2;
  86. this.label3.Text = "设备类型:";
  87. //
  88. // label4
  89. //
  90. this.label4.AutoSize = true;
  91. this.label4.Location = new System.Drawing.Point(20, 208);
  92. this.label4.Name = "label4";
  93. this.label4.Size = new System.Drawing.Size(59, 12);
  94. this.label4.TabIndex = 3;
  95. this.label4.Text = "报警编号:";
  96. //
  97. // label5
  98. //
  99. this.label5.AutoSize = true;
  100. this.label5.Location = new System.Drawing.Point(20, 255);
  101. this.label5.Name = "label5";
  102. this.label5.Size = new System.Drawing.Size(59, 12);
  103. this.label5.TabIndex = 4;
  104. this.label5.Text = "报警信息:";
  105. //
  106. // txtEquNo
  107. //
  108. this.txtEquNo.Location = new System.Drawing.Point(109, 47);
  109. this.txtEquNo.Name = "txtEquNo";
  110. this.txtEquNo.ReadOnly = true;
  111. this.txtEquNo.Size = new System.Drawing.Size(127, 21);
  112. this.txtEquNo.TabIndex = 5;
  113. //
  114. // txtAlarmInfo
  115. //
  116. this.txtAlarmInfo.Location = new System.Drawing.Point(109, 250);
  117. this.txtAlarmInfo.Multiline = true;
  118. this.txtAlarmInfo.Name = "txtAlarmInfo";
  119. this.txtAlarmInfo.ReadOnly = true;
  120. this.txtAlarmInfo.Size = new System.Drawing.Size(589, 82);
  121. this.txtAlarmInfo.TabIndex = 6;
  122. //
  123. // txtPlcName
  124. //
  125. this.txtPlcName.Location = new System.Drawing.Point(109, 99);
  126. this.txtPlcName.Name = "txtPlcName";
  127. this.txtPlcName.ReadOnly = true;
  128. this.txtPlcName.Size = new System.Drawing.Size(127, 21);
  129. this.txtPlcName.TabIndex = 7;
  130. //
  131. // txtEquType
  132. //
  133. this.txtEquType.Location = new System.Drawing.Point(109, 152);
  134. this.txtEquType.Name = "txtEquType";
  135. this.txtEquType.ReadOnly = true;
  136. this.txtEquType.Size = new System.Drawing.Size(127, 21);
  137. this.txtEquType.TabIndex = 8;
  138. //
  139. // txtAlarmNo
  140. //
  141. this.txtAlarmNo.Location = new System.Drawing.Point(109, 203);
  142. this.txtAlarmNo.Name = "txtAlarmNo";
  143. this.txtAlarmNo.ReadOnly = true;
  144. this.txtAlarmNo.Size = new System.Drawing.Size(127, 21);
  145. this.txtAlarmNo.TabIndex = 9;
  146. //
  147. // txtEndAddress
  148. //
  149. this.txtEndAddress.Location = new System.Drawing.Point(337, 203);
  150. this.txtEndAddress.Name = "txtEndAddress";
  151. this.txtEndAddress.ReadOnly = true;
  152. this.txtEndAddress.Size = new System.Drawing.Size(127, 21);
  153. this.txtEndAddress.TabIndex = 17;
  154. //
  155. // txtStartAddress
  156. //
  157. this.txtStartAddress.Location = new System.Drawing.Point(337, 152);
  158. this.txtStartAddress.Name = "txtStartAddress";
  159. this.txtStartAddress.ReadOnly = true;
  160. this.txtStartAddress.Size = new System.Drawing.Size(127, 21);
  161. this.txtStartAddress.TabIndex = 16;
  162. //
  163. // txtGoodsCode
  164. //
  165. this.txtGoodsCode.Location = new System.Drawing.Point(337, 99);
  166. this.txtGoodsCode.Name = "txtGoodsCode";
  167. this.txtGoodsCode.ReadOnly = true;
  168. this.txtGoodsCode.Size = new System.Drawing.Size(127, 21);
  169. this.txtGoodsCode.TabIndex = 15;
  170. //
  171. // txtTaskNo
  172. //
  173. this.txtTaskNo.Location = new System.Drawing.Point(337, 47);
  174. this.txtTaskNo.Name = "txtTaskNo";
  175. this.txtTaskNo.ReadOnly = true;
  176. this.txtTaskNo.Size = new System.Drawing.Size(127, 21);
  177. this.txtTaskNo.TabIndex = 14;
  178. //
  179. // label6
  180. //
  181. this.label6.AutoSize = true;
  182. this.label6.Location = new System.Drawing.Point(246, 208);
  183. this.label6.Name = "label6";
  184. this.label6.Size = new System.Drawing.Size(59, 12);
  185. this.label6.TabIndex = 13;
  186. this.label6.Text = "目标地址:";
  187. //
  188. // label7
  189. //
  190. this.label7.AutoSize = true;
  191. this.label7.Location = new System.Drawing.Point(246, 157);
  192. this.label7.Name = "label7";
  193. this.label7.Size = new System.Drawing.Size(59, 12);
  194. this.label7.TabIndex = 12;
  195. this.label7.Text = "起点地址:";
  196. //
  197. // label8
  198. //
  199. this.label8.AutoSize = true;
  200. this.label8.Location = new System.Drawing.Point(246, 104);
  201. this.label8.Name = "label8";
  202. this.label8.Size = new System.Drawing.Size(59, 12);
  203. this.label8.TabIndex = 11;
  204. this.label8.Text = "货物条码:";
  205. //
  206. // label9
  207. //
  208. this.label9.AutoSize = true;
  209. this.label9.Location = new System.Drawing.Point(246, 52);
  210. this.label9.Name = "label9";
  211. this.label9.Size = new System.Drawing.Size(59, 12);
  212. this.label9.TabIndex = 10;
  213. this.label9.Text = "任务编号:";
  214. //
  215. // txtPH_Status
  216. //
  217. this.txtPH_Status.Location = new System.Drawing.Point(571, 203);
  218. this.txtPH_Status.Name = "txtPH_Status";
  219. this.txtPH_Status.ReadOnly = true;
  220. this.txtPH_Status.Size = new System.Drawing.Size(127, 21);
  221. this.txtPH_Status.TabIndex = 25;
  222. //
  223. // txtConfirm
  224. //
  225. this.txtConfirm.Location = new System.Drawing.Point(571, 152);
  226. this.txtConfirm.Name = "txtConfirm";
  227. this.txtConfirm.ReadOnly = true;
  228. this.txtConfirm.Size = new System.Drawing.Size(127, 21);
  229. this.txtConfirm.TabIndex = 24;
  230. //
  231. // txtRequest
  232. //
  233. this.txtRequest.Location = new System.Drawing.Point(571, 99);
  234. this.txtRequest.Name = "txtRequest";
  235. this.txtRequest.ReadOnly = true;
  236. this.txtRequest.Size = new System.Drawing.Size(127, 21);
  237. this.txtRequest.TabIndex = 23;
  238. //
  239. // txtGoodsType
  240. //
  241. this.txtGoodsType.Location = new System.Drawing.Point(571, 47);
  242. this.txtGoodsType.Name = "txtGoodsType";
  243. this.txtGoodsType.ReadOnly = true;
  244. this.txtGoodsType.Size = new System.Drawing.Size(127, 21);
  245. this.txtGoodsType.TabIndex = 22;
  246. //
  247. // label10
  248. //
  249. this.label10.AutoSize = true;
  250. this.label10.Location = new System.Drawing.Point(494, 208);
  251. this.label10.Name = "label10";
  252. this.label10.Size = new System.Drawing.Size(59, 12);
  253. this.label10.TabIndex = 21;
  254. this.label10.Text = "光电有货:";
  255. //
  256. // label11
  257. //
  258. this.label11.AutoSize = true;
  259. this.label11.Location = new System.Drawing.Point(470, 157);
  260. this.label11.Name = "label11";
  261. this.label11.Size = new System.Drawing.Size(77, 12);
  262. this.label11.TabIndex = 20;
  263. this.label11.Text = "WCS确认信号:";
  264. //
  265. // label12
  266. //
  267. this.label12.AutoSize = true;
  268. this.label12.Location = new System.Drawing.Point(470, 104);
  269. this.label12.Name = "label12";
  270. this.label12.Size = new System.Drawing.Size(77, 12);
  271. this.label12.TabIndex = 19;
  272. this.label12.Text = "PLC请求信号:";
  273. //
  274. // label13
  275. //
  276. this.label13.AutoSize = true;
  277. this.label13.Location = new System.Drawing.Point(494, 52);
  278. this.label13.Name = "label13";
  279. this.label13.Size = new System.Drawing.Size(59, 12);
  280. this.label13.TabIndex = 18;
  281. this.label13.Text = "货物类型:";
  282. //
  283. // txtAGVPallEmpty
  284. //
  285. this.txtAGVPallEmpty.Location = new System.Drawing.Point(571, 250);
  286. this.txtAGVPallEmpty.Name = "txtAGVPallEmpty";
  287. this.txtAGVPallEmpty.ReadOnly = true;
  288. this.txtAGVPallEmpty.Size = new System.Drawing.Size(127, 21);
  289. this.txtAGVPallEmpty.TabIndex = 29;
  290. this.txtAGVPallEmpty.Visible = false;
  291. //
  292. // label14
  293. //
  294. this.label14.AutoSize = true;
  295. this.label14.Location = new System.Drawing.Point(494, 255);
  296. this.label14.Name = "label14";
  297. this.label14.Size = new System.Drawing.Size(59, 12);
  298. this.label14.TabIndex = 28;
  299. this.label14.Text = "码盘位空:";
  300. this.label14.Visible = false;
  301. //
  302. // txtAGVPallFull
  303. //
  304. this.txtAGVPallFull.Location = new System.Drawing.Point(337, 250);
  305. this.txtAGVPallFull.Name = "txtAGVPallFull";
  306. this.txtAGVPallFull.ReadOnly = true;
  307. this.txtAGVPallFull.Size = new System.Drawing.Size(127, 21);
  308. this.txtAGVPallFull.TabIndex = 27;
  309. this.txtAGVPallFull.Visible = false;
  310. //
  311. // label15
  312. //
  313. this.label15.AutoSize = true;
  314. this.label15.Location = new System.Drawing.Point(246, 255);
  315. this.label15.Name = "label15";
  316. this.label15.Size = new System.Drawing.Size(59, 12);
  317. this.label15.TabIndex = 26;
  318. this.label15.Text = "码盘位满:";
  319. this.label15.Visible = false;
  320. //
  321. // Form_EquInfo
  322. //
  323. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  324. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  325. this.ClientSize = new System.Drawing.Size(718, 366);
  326. this.Controls.Add(this.txtAGVPallEmpty);
  327. this.Controls.Add(this.label14);
  328. this.Controls.Add(this.txtAGVPallFull);
  329. this.Controls.Add(this.label15);
  330. this.Controls.Add(this.txtPH_Status);
  331. this.Controls.Add(this.txtConfirm);
  332. this.Controls.Add(this.txtRequest);
  333. this.Controls.Add(this.txtGoodsType);
  334. this.Controls.Add(this.label10);
  335. this.Controls.Add(this.label11);
  336. this.Controls.Add(this.label12);
  337. this.Controls.Add(this.label13);
  338. this.Controls.Add(this.txtEndAddress);
  339. this.Controls.Add(this.txtStartAddress);
  340. this.Controls.Add(this.txtGoodsCode);
  341. this.Controls.Add(this.txtTaskNo);
  342. this.Controls.Add(this.label6);
  343. this.Controls.Add(this.label7);
  344. this.Controls.Add(this.label8);
  345. this.Controls.Add(this.label9);
  346. this.Controls.Add(this.txtAlarmNo);
  347. this.Controls.Add(this.txtEquType);
  348. this.Controls.Add(this.txtPlcName);
  349. this.Controls.Add(this.txtAlarmInfo);
  350. this.Controls.Add(this.txtEquNo);
  351. this.Controls.Add(this.label5);
  352. this.Controls.Add(this.label4);
  353. this.Controls.Add(this.label3);
  354. this.Controls.Add(this.label2);
  355. this.Controls.Add(this.label1);
  356. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  357. this.MaximizeBox = false;
  358. this.Name = "Form_EquInfo";
  359. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  360. this.Text = "设备信息";
  361. this.ResumeLayout(false);
  362. this.PerformLayout();
  363. }
  364. #endregion
  365. private System.Windows.Forms.Label label1;
  366. private System.Windows.Forms.Label label2;
  367. private System.Windows.Forms.Label label3;
  368. private System.Windows.Forms.Label label4;
  369. private System.Windows.Forms.Label label5;
  370. private System.Windows.Forms.TextBox txtEquNo;
  371. private System.Windows.Forms.TextBox txtAlarmInfo;
  372. private System.Windows.Forms.TextBox txtPlcName;
  373. private System.Windows.Forms.TextBox txtEquType;
  374. private System.Windows.Forms.TextBox txtAlarmNo;
  375. private System.Windows.Forms.TextBox txtEndAddress;
  376. private System.Windows.Forms.TextBox txtStartAddress;
  377. private System.Windows.Forms.TextBox txtGoodsCode;
  378. private System.Windows.Forms.TextBox txtTaskNo;
  379. private System.Windows.Forms.Label label6;
  380. private System.Windows.Forms.Label label7;
  381. private System.Windows.Forms.Label label8;
  382. private System.Windows.Forms.Label label9;
  383. private System.Windows.Forms.TextBox txtPH_Status;
  384. private System.Windows.Forms.TextBox txtConfirm;
  385. private System.Windows.Forms.TextBox txtRequest;
  386. private System.Windows.Forms.TextBox txtGoodsType;
  387. private System.Windows.Forms.Label label10;
  388. private System.Windows.Forms.Label label11;
  389. private System.Windows.Forms.Label label12;
  390. private System.Windows.Forms.Label label13;
  391. private System.Windows.Forms.TextBox txtAGVPallEmpty;
  392. private System.Windows.Forms.Label label14;
  393. private System.Windows.Forms.TextBox txtAGVPallFull;
  394. private System.Windows.Forms.Label label15;
  395. }
  396. }