FrmUpdatePriority.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. 
  2. namespace WCS_Client.Frm
  3. {
  4. partial class FrmUpdatePriority
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lblEndAddress = new System.Windows.Forms.Label();
  30. this.lblwcsNextAddress = new System.Windows.Forms.Label();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.lblStartAddress = new System.Windows.Forms.Label();
  33. this.lblBarCode = new System.Windows.Forms.Label();
  34. this.label8 = new System.Windows.Forms.Label();
  35. this.lblwmstask_no = new System.Windows.Forms.Label();
  36. this.lbltask_no = new System.Windows.Forms.Label();
  37. this.btnCancel = new System.Windows.Forms.Button();
  38. this.btnSave = new System.Windows.Forms.Button();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.nudPriority = new System.Windows.Forms.NumericUpDown();
  45. ((System.ComponentModel.ISupportInitialize)(this.nudPriority)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // lblEndAddress
  49. //
  50. this.lblEndAddress.AutoSize = true;
  51. this.lblEndAddress.Location = new System.Drawing.Point(387, 140);
  52. this.lblEndAddress.Name = "lblEndAddress";
  53. this.lblEndAddress.Size = new System.Drawing.Size(59, 12);
  54. this.lblEndAddress.TabIndex = 35;
  55. this.lblEndAddress.Text = "WCS任务号";
  56. //
  57. // lblwcsNextAddress
  58. //
  59. this.lblwcsNextAddress.AutoSize = true;
  60. this.lblwcsNextAddress.Location = new System.Drawing.Point(121, 140);
  61. this.lblwcsNextAddress.Name = "lblwcsNextAddress";
  62. this.lblwcsNextAddress.Size = new System.Drawing.Size(59, 12);
  63. this.lblwcsNextAddress.TabIndex = 34;
  64. this.lblwcsNextAddress.Text = "WCS任务号";
  65. //
  66. // label10
  67. //
  68. this.label10.AutoSize = true;
  69. this.label10.Location = new System.Drawing.Point(316, 140);
  70. this.label10.Name = "label10";
  71. this.label10.Size = new System.Drawing.Size(65, 12);
  72. this.label10.TabIndex = 32;
  73. this.label10.Text = "目标地址:";
  74. //
  75. // lblStartAddress
  76. //
  77. this.lblStartAddress.AutoSize = true;
  78. this.lblStartAddress.Location = new System.Drawing.Point(387, 89);
  79. this.lblStartAddress.Name = "lblStartAddress";
  80. this.lblStartAddress.Size = new System.Drawing.Size(53, 12);
  81. this.lblStartAddress.TabIndex = 31;
  82. this.lblStartAddress.Text = "起点地址";
  83. //
  84. // lblBarCode
  85. //
  86. this.lblBarCode.AutoSize = true;
  87. this.lblBarCode.Location = new System.Drawing.Point(121, 89);
  88. this.lblBarCode.Name = "lblBarCode";
  89. this.lblBarCode.Size = new System.Drawing.Size(59, 12);
  90. this.lblBarCode.TabIndex = 30;
  91. this.lblBarCode.Text = "WCS任务号";
  92. //
  93. // label8
  94. //
  95. this.label8.AutoSize = true;
  96. this.label8.Location = new System.Drawing.Point(50, 89);
  97. this.label8.Name = "label8";
  98. this.label8.Size = new System.Drawing.Size(65, 12);
  99. this.label8.TabIndex = 29;
  100. this.label8.Text = "托盘条码:";
  101. //
  102. // lblwmstask_no
  103. //
  104. this.lblwmstask_no.AutoSize = true;
  105. this.lblwmstask_no.Location = new System.Drawing.Point(387, 32);
  106. this.lblwmstask_no.Name = "lblwmstask_no";
  107. this.lblwmstask_no.Size = new System.Drawing.Size(59, 12);
  108. this.lblwmstask_no.TabIndex = 28;
  109. this.lblwmstask_no.Text = "WCS任务号";
  110. //
  111. // lbltask_no
  112. //
  113. this.lbltask_no.AutoSize = true;
  114. this.lbltask_no.Location = new System.Drawing.Point(121, 32);
  115. this.lbltask_no.Name = "lbltask_no";
  116. this.lbltask_no.Size = new System.Drawing.Size(59, 12);
  117. this.lbltask_no.TabIndex = 27;
  118. this.lbltask_no.Text = "WCS任务号";
  119. //
  120. // btnCancel
  121. //
  122. this.btnCancel.Location = new System.Drawing.Point(283, 234);
  123. this.btnCancel.Name = "btnCancel";
  124. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  125. this.btnCancel.TabIndex = 26;
  126. this.btnCancel.Text = "取消";
  127. this.btnCancel.UseVisualStyleBackColor = true;
  128. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  129. //
  130. // btnSave
  131. //
  132. this.btnSave.Location = new System.Drawing.Point(153, 234);
  133. this.btnSave.Name = "btnSave";
  134. this.btnSave.Size = new System.Drawing.Size(75, 23);
  135. this.btnSave.TabIndex = 25;
  136. this.btnSave.Text = "保存";
  137. this.btnSave.UseVisualStyleBackColor = true;
  138. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  139. //
  140. // label4
  141. //
  142. this.label4.AutoSize = true;
  143. this.label4.Location = new System.Drawing.Point(50, 140);
  144. this.label4.Name = "label4";
  145. this.label4.Size = new System.Drawing.Size(65, 12);
  146. this.label4.TabIndex = 24;
  147. this.label4.Text = "下个地址:";
  148. //
  149. // label3
  150. //
  151. this.label3.AutoSize = true;
  152. this.label3.Location = new System.Drawing.Point(316, 89);
  153. this.label3.Name = "label3";
  154. this.label3.Size = new System.Drawing.Size(65, 12);
  155. this.label3.TabIndex = 23;
  156. this.label3.Text = "起点地址:";
  157. //
  158. // label2
  159. //
  160. this.label2.AutoSize = true;
  161. this.label2.Location = new System.Drawing.Point(310, 32);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(71, 12);
  164. this.label2.TabIndex = 22;
  165. this.label2.Text = "WMS任务号:";
  166. //
  167. // label1
  168. //
  169. this.label1.AutoSize = true;
  170. this.label1.Location = new System.Drawing.Point(44, 32);
  171. this.label1.Name = "label1";
  172. this.label1.Size = new System.Drawing.Size(71, 12);
  173. this.label1.TabIndex = 21;
  174. this.label1.Text = "WCS任务号:";
  175. //
  176. // label5
  177. //
  178. this.label5.AutoSize = true;
  179. this.label5.Location = new System.Drawing.Point(38, 194);
  180. this.label5.Name = "label5";
  181. this.label5.Size = new System.Drawing.Size(77, 12);
  182. this.label5.TabIndex = 36;
  183. this.label5.Text = "优先级调整:";
  184. //
  185. // nudPriority
  186. //
  187. this.nudPriority.Location = new System.Drawing.Point(123, 192);
  188. this.nudPriority.Maximum = new decimal(new int[] {
  189. 100000,
  190. 0,
  191. 0,
  192. 0});
  193. this.nudPriority.Name = "nudPriority";
  194. this.nudPriority.ReadOnly = true;
  195. this.nudPriority.Size = new System.Drawing.Size(120, 21);
  196. this.nudPriority.TabIndex = 37;
  197. //
  198. // FrmUpdatePriority
  199. //
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.ClientSize = new System.Drawing.Size(513, 295);
  203. this.Controls.Add(this.nudPriority);
  204. this.Controls.Add(this.label5);
  205. this.Controls.Add(this.lblEndAddress);
  206. this.Controls.Add(this.lblwcsNextAddress);
  207. this.Controls.Add(this.label10);
  208. this.Controls.Add(this.lblStartAddress);
  209. this.Controls.Add(this.lblBarCode);
  210. this.Controls.Add(this.label8);
  211. this.Controls.Add(this.lblwmstask_no);
  212. this.Controls.Add(this.lbltask_no);
  213. this.Controls.Add(this.btnCancel);
  214. this.Controls.Add(this.btnSave);
  215. this.Controls.Add(this.label4);
  216. this.Controls.Add(this.label3);
  217. this.Controls.Add(this.label2);
  218. this.Controls.Add(this.label1);
  219. this.DoubleBuffered = true;
  220. this.MaximizeBox = false;
  221. this.MinimizeBox = false;
  222. this.Name = "FrmUpdatePriority";
  223. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  224. this.Text = "调整任务优先级";
  225. ((System.ComponentModel.ISupportInitialize)(this.nudPriority)).EndInit();
  226. this.ResumeLayout(false);
  227. this.PerformLayout();
  228. }
  229. #endregion
  230. private System.Windows.Forms.Label lblEndAddress;
  231. private System.Windows.Forms.Label lblwcsNextAddress;
  232. private System.Windows.Forms.Label label10;
  233. private System.Windows.Forms.Label lblStartAddress;
  234. private System.Windows.Forms.Label lblBarCode;
  235. private System.Windows.Forms.Label label8;
  236. private System.Windows.Forms.Label lblwmstask_no;
  237. private System.Windows.Forms.Label lbltask_no;
  238. private System.Windows.Forms.Button btnCancel;
  239. private System.Windows.Forms.Button btnSave;
  240. private System.Windows.Forms.Label label4;
  241. private System.Windows.Forms.Label label3;
  242. private System.Windows.Forms.Label label2;
  243. private System.Windows.Forms.Label label1;
  244. private System.Windows.Forms.Label label5;
  245. private System.Windows.Forms.NumericUpDown nudPriority;
  246. }
  247. }