FrmUpdatePriority.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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. this.label6 = new System.Windows.Forms.Label();
  46. this.txtReason = new System.Windows.Forms.TextBox();
  47. ((System.ComponentModel.ISupportInitialize)(this.nudPriority)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // lblEndAddress
  51. //
  52. this.lblEndAddress.AutoSize = true;
  53. this.lblEndAddress.Location = new System.Drawing.Point(516, 175);
  54. this.lblEndAddress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  55. this.lblEndAddress.Name = "lblEndAddress";
  56. this.lblEndAddress.Size = new System.Drawing.Size(76, 15);
  57. this.lblEndAddress.TabIndex = 35;
  58. this.lblEndAddress.Text = "WCS任务号";
  59. //
  60. // lblwcsNextAddress
  61. //
  62. this.lblwcsNextAddress.AutoSize = true;
  63. this.lblwcsNextAddress.Location = new System.Drawing.Point(161, 175);
  64. this.lblwcsNextAddress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. this.lblwcsNextAddress.Name = "lblwcsNextAddress";
  66. this.lblwcsNextAddress.Size = new System.Drawing.Size(76, 15);
  67. this.lblwcsNextAddress.TabIndex = 34;
  68. this.lblwcsNextAddress.Text = "WCS任务号";
  69. //
  70. // label10
  71. //
  72. this.label10.AutoSize = true;
  73. this.label10.Location = new System.Drawing.Point(421, 175);
  74. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  75. this.label10.Name = "label10";
  76. this.label10.Size = new System.Drawing.Size(82, 15);
  77. this.label10.TabIndex = 32;
  78. this.label10.Text = "目标地址:";
  79. //
  80. // lblStartAddress
  81. //
  82. this.lblStartAddress.AutoSize = true;
  83. this.lblStartAddress.Location = new System.Drawing.Point(516, 111);
  84. this.lblStartAddress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.lblStartAddress.Name = "lblStartAddress";
  86. this.lblStartAddress.Size = new System.Drawing.Size(67, 15);
  87. this.lblStartAddress.TabIndex = 31;
  88. this.lblStartAddress.Text = "起点地址";
  89. //
  90. // lblBarCode
  91. //
  92. this.lblBarCode.AutoSize = true;
  93. this.lblBarCode.Location = new System.Drawing.Point(161, 111);
  94. this.lblBarCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.lblBarCode.Name = "lblBarCode";
  96. this.lblBarCode.Size = new System.Drawing.Size(76, 15);
  97. this.lblBarCode.TabIndex = 30;
  98. this.lblBarCode.Text = "WCS任务号";
  99. //
  100. // label8
  101. //
  102. this.label8.AutoSize = true;
  103. this.label8.Location = new System.Drawing.Point(67, 111);
  104. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label8.Name = "label8";
  106. this.label8.Size = new System.Drawing.Size(82, 15);
  107. this.label8.TabIndex = 29;
  108. this.label8.Text = "托盘条码:";
  109. //
  110. // lblwmstask_no
  111. //
  112. this.lblwmstask_no.AutoSize = true;
  113. this.lblwmstask_no.Location = new System.Drawing.Point(516, 40);
  114. this.lblwmstask_no.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.lblwmstask_no.Name = "lblwmstask_no";
  116. this.lblwmstask_no.Size = new System.Drawing.Size(76, 15);
  117. this.lblwmstask_no.TabIndex = 28;
  118. this.lblwmstask_no.Text = "WCS任务号";
  119. //
  120. // lbltask_no
  121. //
  122. this.lbltask_no.AutoSize = true;
  123. this.lbltask_no.Location = new System.Drawing.Point(161, 40);
  124. this.lbltask_no.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.lbltask_no.Name = "lbltask_no";
  126. this.lbltask_no.Size = new System.Drawing.Size(76, 15);
  127. this.lbltask_no.TabIndex = 27;
  128. this.lbltask_no.Text = "WCS任务号";
  129. //
  130. // btnCancel
  131. //
  132. this.btnCancel.Location = new System.Drawing.Point(377, 292);
  133. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  134. this.btnCancel.Name = "btnCancel";
  135. this.btnCancel.Size = new System.Drawing.Size(100, 29);
  136. this.btnCancel.TabIndex = 26;
  137. this.btnCancel.Text = "取消";
  138. this.btnCancel.UseVisualStyleBackColor = true;
  139. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  140. //
  141. // btnSave
  142. //
  143. this.btnSave.Location = new System.Drawing.Point(204, 292);
  144. this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  145. this.btnSave.Name = "btnSave";
  146. this.btnSave.Size = new System.Drawing.Size(100, 29);
  147. this.btnSave.TabIndex = 25;
  148. this.btnSave.Text = "保存";
  149. this.btnSave.UseVisualStyleBackColor = true;
  150. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  151. //
  152. // label4
  153. //
  154. this.label4.AutoSize = true;
  155. this.label4.Location = new System.Drawing.Point(67, 175);
  156. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.label4.Name = "label4";
  158. this.label4.Size = new System.Drawing.Size(82, 15);
  159. this.label4.TabIndex = 24;
  160. this.label4.Text = "下个地址:";
  161. //
  162. // label3
  163. //
  164. this.label3.AutoSize = true;
  165. this.label3.Location = new System.Drawing.Point(421, 111);
  166. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.label3.Name = "label3";
  168. this.label3.Size = new System.Drawing.Size(82, 15);
  169. this.label3.TabIndex = 23;
  170. this.label3.Text = "起点地址:";
  171. //
  172. // label2
  173. //
  174. this.label2.AutoSize = true;
  175. this.label2.Location = new System.Drawing.Point(413, 40);
  176. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.label2.Name = "label2";
  178. this.label2.Size = new System.Drawing.Size(91, 15);
  179. this.label2.TabIndex = 22;
  180. this.label2.Text = "WMS任务号:";
  181. //
  182. // label1
  183. //
  184. this.label1.AutoSize = true;
  185. this.label1.Location = new System.Drawing.Point(59, 40);
  186. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  187. this.label1.Name = "label1";
  188. this.label1.Size = new System.Drawing.Size(91, 15);
  189. this.label1.TabIndex = 21;
  190. this.label1.Text = "WCS任务号:";
  191. //
  192. // label5
  193. //
  194. this.label5.AutoSize = true;
  195. this.label5.Location = new System.Drawing.Point(51, 242);
  196. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.label5.Name = "label5";
  198. this.label5.Size = new System.Drawing.Size(97, 15);
  199. this.label5.TabIndex = 36;
  200. this.label5.Text = "优先级调整:";
  201. //
  202. // nudPriority
  203. //
  204. this.nudPriority.Location = new System.Drawing.Point(164, 240);
  205. this.nudPriority.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  206. this.nudPriority.Maximum = new decimal(new int[] {
  207. 100000,
  208. 0,
  209. 0,
  210. 0});
  211. this.nudPriority.Minimum = new decimal(new int[] {
  212. 1,
  213. 0,
  214. 0,
  215. -2147483648});
  216. this.nudPriority.Name = "nudPriority";
  217. this.nudPriority.ReadOnly = true;
  218. this.nudPriority.Size = new System.Drawing.Size(160, 25);
  219. this.nudPriority.TabIndex = 37;
  220. //
  221. // label6
  222. //
  223. this.label6.AutoSize = true;
  224. this.label6.Location = new System.Drawing.Point(421, 242);
  225. this.label6.Name = "label6";
  226. this.label6.Size = new System.Drawing.Size(82, 15);
  227. this.label6.TabIndex = 38;
  228. this.label6.Text = "操作原因:";
  229. //
  230. // txtReason
  231. //
  232. this.txtReason.Location = new System.Drawing.Point(519, 239);
  233. this.txtReason.Name = "txtReason";
  234. this.txtReason.Size = new System.Drawing.Size(100, 25);
  235. this.txtReason.TabIndex = 39;
  236. //
  237. // FrmUpdatePriority
  238. //
  239. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  240. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  241. this.ClientSize = new System.Drawing.Size(684, 369);
  242. this.Controls.Add(this.txtReason);
  243. this.Controls.Add(this.label6);
  244. this.Controls.Add(this.nudPriority);
  245. this.Controls.Add(this.label5);
  246. this.Controls.Add(this.lblEndAddress);
  247. this.Controls.Add(this.lblwcsNextAddress);
  248. this.Controls.Add(this.label10);
  249. this.Controls.Add(this.lblStartAddress);
  250. this.Controls.Add(this.lblBarCode);
  251. this.Controls.Add(this.label8);
  252. this.Controls.Add(this.lblwmstask_no);
  253. this.Controls.Add(this.lbltask_no);
  254. this.Controls.Add(this.btnCancel);
  255. this.Controls.Add(this.btnSave);
  256. this.Controls.Add(this.label4);
  257. this.Controls.Add(this.label3);
  258. this.Controls.Add(this.label2);
  259. this.Controls.Add(this.label1);
  260. this.DoubleBuffered = true;
  261. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  262. this.MaximizeBox = false;
  263. this.MinimizeBox = false;
  264. this.Name = "FrmUpdatePriority";
  265. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  266. this.Text = "调整任务优先级";
  267. ((System.ComponentModel.ISupportInitialize)(this.nudPriority)).EndInit();
  268. this.ResumeLayout(false);
  269. this.PerformLayout();
  270. }
  271. #endregion
  272. private System.Windows.Forms.Label lblEndAddress;
  273. private System.Windows.Forms.Label lblwcsNextAddress;
  274. private System.Windows.Forms.Label label10;
  275. private System.Windows.Forms.Label lblStartAddress;
  276. private System.Windows.Forms.Label lblBarCode;
  277. private System.Windows.Forms.Label label8;
  278. private System.Windows.Forms.Label lblwmstask_no;
  279. private System.Windows.Forms.Label lbltask_no;
  280. private System.Windows.Forms.Button btnCancel;
  281. private System.Windows.Forms.Button btnSave;
  282. private System.Windows.Forms.Label label4;
  283. private System.Windows.Forms.Label label3;
  284. private System.Windows.Forms.Label label2;
  285. private System.Windows.Forms.Label label1;
  286. private System.Windows.Forms.Label label5;
  287. private System.Windows.Forms.NumericUpDown nudPriority;
  288. private System.Windows.Forms.Label label6;
  289. private System.Windows.Forms.TextBox txtReason;
  290. }
  291. }