FrmUpdateEndAddress.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace WCS_Client.Frm
  2. {
  3. partial class FrmUpdateEndAddress
  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.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.btnSave = new System.Windows.Forms.Button();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.lbltask_no = new System.Windows.Forms.Label();
  35. this.lblwmstask_no = new System.Windows.Forms.Label();
  36. this.lblBarCode = new System.Windows.Forms.Label();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.lblStartAddress = new System.Windows.Forms.Label();
  39. this.label10 = new System.Windows.Forms.Label();
  40. this.cmbSrm = new System.Windows.Forms.ComboBox();
  41. this.lblwcsNextAddress = new System.Windows.Forms.Label();
  42. this.lblEndAddress = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Location = new System.Drawing.Point(58, 39);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(71, 12);
  52. this.label1.TabIndex = 0;
  53. this.label1.Text = "WCS任务号:";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Location = new System.Drawing.Point(324, 39);
  59. this.label2.Name = "label2";
  60. this.label2.Size = new System.Drawing.Size(71, 12);
  61. this.label2.TabIndex = 2;
  62. this.label2.Text = "WMS任务号:";
  63. //
  64. // label3
  65. //
  66. this.label3.AutoSize = true;
  67. this.label3.Location = new System.Drawing.Point(330, 96);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(65, 12);
  70. this.label3.TabIndex = 4;
  71. this.label3.Text = "起点地址:";
  72. //
  73. // label4
  74. //
  75. this.label4.AutoSize = true;
  76. this.label4.Location = new System.Drawing.Point(64, 147);
  77. this.label4.Name = "label4";
  78. this.label4.Size = new System.Drawing.Size(65, 12);
  79. this.label4.TabIndex = 6;
  80. this.label4.Text = "下个地址:";
  81. //
  82. // btnSave
  83. //
  84. this.btnSave.Location = new System.Drawing.Point(167, 241);
  85. this.btnSave.Name = "btnSave";
  86. this.btnSave.Size = new System.Drawing.Size(75, 23);
  87. this.btnSave.TabIndex = 8;
  88. this.btnSave.Text = "保存";
  89. this.btnSave.UseVisualStyleBackColor = true;
  90. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  91. //
  92. // btnCancel
  93. //
  94. this.btnCancel.Location = new System.Drawing.Point(297, 241);
  95. this.btnCancel.Name = "btnCancel";
  96. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  97. this.btnCancel.TabIndex = 9;
  98. this.btnCancel.Text = "取消";
  99. this.btnCancel.UseVisualStyleBackColor = true;
  100. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  101. //
  102. // lbltask_no
  103. //
  104. this.lbltask_no.AutoSize = true;
  105. this.lbltask_no.Location = new System.Drawing.Point(135, 39);
  106. this.lbltask_no.Name = "lbltask_no";
  107. this.lbltask_no.Size = new System.Drawing.Size(59, 12);
  108. this.lbltask_no.TabIndex = 10;
  109. this.lbltask_no.Text = "WCS任务号";
  110. //
  111. // lblwmstask_no
  112. //
  113. this.lblwmstask_no.AutoSize = true;
  114. this.lblwmstask_no.Location = new System.Drawing.Point(401, 39);
  115. this.lblwmstask_no.Name = "lblwmstask_no";
  116. this.lblwmstask_no.Size = new System.Drawing.Size(59, 12);
  117. this.lblwmstask_no.TabIndex = 11;
  118. this.lblwmstask_no.Text = "WCS任务号";
  119. //
  120. // lblBarCode
  121. //
  122. this.lblBarCode.AutoSize = true;
  123. this.lblBarCode.Location = new System.Drawing.Point(135, 96);
  124. this.lblBarCode.Name = "lblBarCode";
  125. this.lblBarCode.Size = new System.Drawing.Size(59, 12);
  126. this.lblBarCode.TabIndex = 13;
  127. this.lblBarCode.Text = "WCS任务号";
  128. //
  129. // label8
  130. //
  131. this.label8.AutoSize = true;
  132. this.label8.Location = new System.Drawing.Point(64, 96);
  133. this.label8.Name = "label8";
  134. this.label8.Size = new System.Drawing.Size(65, 12);
  135. this.label8.TabIndex = 12;
  136. this.label8.Text = "托盘条码:";
  137. //
  138. // lblStartAddress
  139. //
  140. this.lblStartAddress.AutoSize = true;
  141. this.lblStartAddress.Location = new System.Drawing.Point(401, 96);
  142. this.lblStartAddress.Name = "lblStartAddress";
  143. this.lblStartAddress.Size = new System.Drawing.Size(53, 12);
  144. this.lblStartAddress.TabIndex = 14;
  145. this.lblStartAddress.Text = "起点地址";
  146. //
  147. // label10
  148. //
  149. this.label10.AutoSize = true;
  150. this.label10.Location = new System.Drawing.Point(330, 147);
  151. this.label10.Name = "label10";
  152. this.label10.Size = new System.Drawing.Size(65, 12);
  153. this.label10.TabIndex = 15;
  154. this.label10.Text = "目标地址:";
  155. //
  156. // cmbSrm
  157. //
  158. this.cmbSrm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  159. this.cmbSrm.FormattingEnabled = true;
  160. this.cmbSrm.Location = new System.Drawing.Point(137, 190);
  161. this.cmbSrm.Name = "cmbSrm";
  162. this.cmbSrm.Size = new System.Drawing.Size(121, 20);
  163. this.cmbSrm.TabIndex = 17;
  164. //
  165. // lblwcsNextAddress
  166. //
  167. this.lblwcsNextAddress.AutoSize = true;
  168. this.lblwcsNextAddress.Location = new System.Drawing.Point(135, 147);
  169. this.lblwcsNextAddress.Name = "lblwcsNextAddress";
  170. this.lblwcsNextAddress.Size = new System.Drawing.Size(59, 12);
  171. this.lblwcsNextAddress.TabIndex = 18;
  172. this.lblwcsNextAddress.Text = "WCS任务号";
  173. //
  174. // lblEndAddress
  175. //
  176. this.lblEndAddress.AutoSize = true;
  177. this.lblEndAddress.Location = new System.Drawing.Point(401, 147);
  178. this.lblEndAddress.Name = "lblEndAddress";
  179. this.lblEndAddress.Size = new System.Drawing.Size(59, 12);
  180. this.lblEndAddress.TabIndex = 19;
  181. this.lblEndAddress.Text = "WCS任务号";
  182. //
  183. // label5
  184. //
  185. this.label5.AutoSize = true;
  186. this.label5.Location = new System.Drawing.Point(52, 194);
  187. this.label5.Name = "label5";
  188. this.label5.Size = new System.Drawing.Size(77, 12);
  189. this.label5.TabIndex = 20;
  190. this.label5.Text = "变更堆垛机:";
  191. //
  192. // FrmUpdateEndAddress
  193. //
  194. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  195. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  196. this.ClientSize = new System.Drawing.Size(582, 293);
  197. this.Controls.Add(this.label5);
  198. this.Controls.Add(this.lblEndAddress);
  199. this.Controls.Add(this.lblwcsNextAddress);
  200. this.Controls.Add(this.cmbSrm);
  201. this.Controls.Add(this.label10);
  202. this.Controls.Add(this.lblStartAddress);
  203. this.Controls.Add(this.lblBarCode);
  204. this.Controls.Add(this.label8);
  205. this.Controls.Add(this.lblwmstask_no);
  206. this.Controls.Add(this.lbltask_no);
  207. this.Controls.Add(this.btnCancel);
  208. this.Controls.Add(this.btnSave);
  209. this.Controls.Add(this.label4);
  210. this.Controls.Add(this.label3);
  211. this.Controls.Add(this.label2);
  212. this.Controls.Add(this.label1);
  213. this.DoubleBuffered = true;
  214. this.MaximizeBox = false;
  215. this.MinimizeBox = false;
  216. this.Name = "FrmUpdateEndAddress";
  217. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  218. this.Text = "变更任务目标地址";
  219. this.ResumeLayout(false);
  220. this.PerformLayout();
  221. }
  222. #endregion
  223. private System.Windows.Forms.Label label1;
  224. private System.Windows.Forms.Label label2;
  225. private System.Windows.Forms.Label label3;
  226. private System.Windows.Forms.Label label4;
  227. private System.Windows.Forms.Button btnSave;
  228. private System.Windows.Forms.Button btnCancel;
  229. private System.Windows.Forms.Label lbltask_no;
  230. private System.Windows.Forms.Label lblwmstask_no;
  231. private System.Windows.Forms.Label lblBarCode;
  232. private System.Windows.Forms.Label label8;
  233. private System.Windows.Forms.Label lblStartAddress;
  234. private System.Windows.Forms.Label label10;
  235. private System.Windows.Forms.ComboBox cmbSrm;
  236. private System.Windows.Forms.Label lblwcsNextAddress;
  237. private System.Windows.Forms.Label lblEndAddress;
  238. private System.Windows.Forms.Label label5;
  239. }
  240. }