Special_BoxUpdate.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_BoxUpdate
  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(Special_BoxUpdate));
  29. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.Pallet_label = new System.Windows.Forms.Label();
  31. this.boxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.lockCheckBox1 = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  35. this.US_ID = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  36. this.label7 = new System.Windows.Forms.Label();
  37. this.US_SKU = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  38. this.label9 = new System.Windows.Forms.Label();
  39. this.label8 = new System.Windows.Forms.Label();
  40. this.US_LOCATION = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  41. this.US_UPC = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  42. this.pr_sendchecktype = new System.Windows.Forms.Label();
  43. this.ma_salecode = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.US_COLORCODE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.US_PRODUCTCOLOR = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  48. this.SuspendLayout();
  49. //
  50. // Split
  51. //
  52. this.Split.AllPower = null;
  53. this.Split.BackColor = System.Drawing.Color.Transparent;
  54. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  55. this.Split.Image = null;
  56. this.Split.IsShowBorder = true;
  57. this.Split.Location = new System.Drawing.Point(771, 545);
  58. this.Split.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  59. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  60. this.Split.Name = "Split";
  61. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  62. this.Split.Power = null;
  63. this.Split.Size = new System.Drawing.Size(75, 28);
  64. this.Split.TabIndex = 0;
  65. this.Split.Text = "更新";
  66. this.Split.UseVisualStyleBackColor = false;
  67. this.Split.Visible = false;
  68. this.Split.Click += new System.EventHandler(this.Split_Click);
  69. //
  70. // Pallet_label
  71. //
  72. this.Pallet_label.AutoSize = true;
  73. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.Pallet_label.Location = new System.Drawing.Point(24, 389);
  75. this.Pallet_label.Name = "Pallet_label";
  76. this.Pallet_label.Size = new System.Drawing.Size(52, 27);
  77. this.Pallet_label.TabIndex = 1;
  78. this.Pallet_label.Text = "箱号";
  79. //
  80. // boxcode
  81. //
  82. this.boxcode.AllPower = null;
  83. this.boxcode.BackColor = System.Drawing.Color.White;
  84. this.boxcode.ID = null;
  85. this.boxcode.Location = new System.Drawing.Point(121, 391);
  86. this.boxcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  87. this.boxcode.Name = "boxcode";
  88. this.boxcode.Power = null;
  89. this.boxcode.Size = new System.Drawing.Size(258, 25);
  90. this.boxcode.Str = null;
  91. this.boxcode.Str1 = null;
  92. this.boxcode.Str2 = null;
  93. this.boxcode.TabIndex = 2;
  94. this.boxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Pallate_KeyDown);
  95. //
  96. // OperatResult
  97. //
  98. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.OperatResult.Location = new System.Drawing.Point(529, 53);
  100. this.OperatResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  101. this.OperatResult.Name = "OperatResult";
  102. this.OperatResult.Size = new System.Drawing.Size(271, 386);
  103. this.OperatResult.TabIndex = 3;
  104. this.OperatResult.Text = "";
  105. //
  106. // label5
  107. //
  108. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  109. | System.Windows.Forms.AnchorStyles.Left)));
  110. this.label5.AutoSize = true;
  111. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.label5.Location = new System.Drawing.Point(7, 92);
  113. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  114. this.label5.Name = "label5";
  115. this.label5.Size = new System.Drawing.Size(69, 27);
  116. this.label5.TabIndex = 232;
  117. this.label5.Text = "US_ID";
  118. //
  119. // lockCheckBox1
  120. //
  121. this.lockCheckBox1.AutoSize = true;
  122. this.lockCheckBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.lockCheckBox1.LeaveEvent = false;
  124. this.lockCheckBox1.Location = new System.Drawing.Point(405, 92);
  125. this.lockCheckBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  126. this.lockCheckBox1.Name = "lockCheckBox1";
  127. this.lockCheckBox1.Size = new System.Drawing.Size(61, 24);
  128. this.lockCheckBox1.TabIndex = 231;
  129. this.lockCheckBox1.Text = "锁定";
  130. this.lockCheckBox1.UseVisualStyleBackColor = true;
  131. //
  132. // US_ID
  133. //
  134. this.US_ID.AllPower = null;
  135. this.US_ID.Caller = null;
  136. this.US_ID.Condition = null;
  137. this.US_ID.DBTitle = null;
  138. this.US_ID.FormName = null;
  139. this.US_ID.Location = new System.Drawing.Point(121, 92);
  140. this.US_ID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  141. this.US_ID.Name = "US_ID";
  142. this.US_ID.Power = null;
  143. this.US_ID.ReturnData = null;
  144. this.US_ID.SelectField = null;
  145. this.US_ID.SetValueField = null;
  146. this.US_ID.Size = new System.Drawing.Size(276, 27);
  147. this.US_ID.TabIndex = 230;
  148. this.US_ID.TableName = null;
  149. this.US_ID.TextBoxEnable = true;
  150. //
  151. // label7
  152. //
  153. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  154. | System.Windows.Forms.AnchorStyles.Left)));
  155. this.label7.AutoSize = true;
  156. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.label7.Location = new System.Drawing.Point(24, 227);
  158. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.label7.Name = "label7";
  160. this.label7.Size = new System.Drawing.Size(52, 27);
  161. this.label7.TabIndex = 244;
  162. this.label7.Text = "SKU";
  163. //
  164. // US_SKU
  165. //
  166. this.US_SKU.AllPower = "ifall";
  167. this.US_SKU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  168. | System.Windows.Forms.AnchorStyles.Left)));
  169. this.US_SKU.BackColor = System.Drawing.Color.White;
  170. this.US_SKU.Enabled = false;
  171. this.US_SKU.ID = null;
  172. this.US_SKU.Location = new System.Drawing.Point(121, 227);
  173. this.US_SKU.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  174. this.US_SKU.Name = "US_SKU";
  175. this.US_SKU.Power = null;
  176. this.US_SKU.Size = new System.Drawing.Size(276, 25);
  177. this.US_SKU.Str = null;
  178. this.US_SKU.Str1 = null;
  179. this.US_SKU.Str2 = null;
  180. this.US_SKU.TabIndex = 243;
  181. this.US_SKU.Tag = "ifread";
  182. //
  183. // label9
  184. //
  185. this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  186. | System.Windows.Forms.AnchorStyles.Left)));
  187. this.label9.AutoSize = true;
  188. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.label9.Location = new System.Drawing.Point(24, 280);
  190. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.label9.Name = "label9";
  192. this.label9.Size = new System.Drawing.Size(52, 27);
  193. this.label9.TabIndex = 242;
  194. this.label9.Text = "UPC";
  195. //
  196. // label8
  197. //
  198. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  199. | System.Windows.Forms.AnchorStyles.Left)));
  200. this.label8.AutoSize = true;
  201. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.label8.Location = new System.Drawing.Point(24, 320);
  203. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  204. this.label8.Name = "label8";
  205. this.label8.Size = new System.Drawing.Size(72, 27);
  206. this.label8.TabIndex = 241;
  207. this.label8.Text = "出货地";
  208. //
  209. // US_LOCATION
  210. //
  211. this.US_LOCATION.AllPower = "ifall";
  212. this.US_LOCATION.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  213. | System.Windows.Forms.AnchorStyles.Left)));
  214. this.US_LOCATION.BackColor = System.Drawing.Color.White;
  215. this.US_LOCATION.Enabled = false;
  216. this.US_LOCATION.ID = null;
  217. this.US_LOCATION.Location = new System.Drawing.Point(119, 320);
  218. this.US_LOCATION.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  219. this.US_LOCATION.Name = "US_LOCATION";
  220. this.US_LOCATION.Power = null;
  221. this.US_LOCATION.Size = new System.Drawing.Size(278, 25);
  222. this.US_LOCATION.Str = null;
  223. this.US_LOCATION.Str1 = null;
  224. this.US_LOCATION.Str2 = null;
  225. this.US_LOCATION.TabIndex = 240;
  226. this.US_LOCATION.Tag = "ifread";
  227. //
  228. // US_UPC
  229. //
  230. this.US_UPC.AllPower = "ifall";
  231. this.US_UPC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  232. | System.Windows.Forms.AnchorStyles.Left)));
  233. this.US_UPC.BackColor = System.Drawing.Color.White;
  234. this.US_UPC.Enabled = false;
  235. this.US_UPC.ID = null;
  236. this.US_UPC.Location = new System.Drawing.Point(119, 280);
  237. this.US_UPC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  238. this.US_UPC.Name = "US_UPC";
  239. this.US_UPC.Power = null;
  240. this.US_UPC.Size = new System.Drawing.Size(278, 25);
  241. this.US_UPC.Str = null;
  242. this.US_UPC.Str1 = null;
  243. this.US_UPC.Str2 = null;
  244. this.US_UPC.TabIndex = 239;
  245. this.US_UPC.Tag = "ifread";
  246. //
  247. // pr_sendchecktype
  248. //
  249. this.pr_sendchecktype.AutoSize = true;
  250. this.pr_sendchecktype.Location = new System.Drawing.Point(648, 304);
  251. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  252. this.pr_sendchecktype.Name = "pr_sendchecktype";
  253. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 15);
  254. this.pr_sendchecktype.TabIndex = 237;
  255. this.pr_sendchecktype.Visible = false;
  256. //
  257. // ma_salecode
  258. //
  259. this.ma_salecode.AutoSize = true;
  260. this.ma_salecode.Location = new System.Drawing.Point(648, 299);
  261. this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  262. this.ma_salecode.Name = "ma_salecode";
  263. this.ma_salecode.Size = new System.Drawing.Size(0, 15);
  264. this.ma_salecode.TabIndex = 236;
  265. this.ma_salecode.Visible = false;
  266. //
  267. // label1
  268. //
  269. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  270. | System.Windows.Forms.AnchorStyles.Left)));
  271. this.label1.AutoSize = true;
  272. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.label1.Location = new System.Drawing.Point(22, 142);
  274. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  275. this.label1.Name = "label1";
  276. this.label1.Size = new System.Drawing.Size(72, 27);
  277. this.label1.TabIndex = 246;
  278. this.label1.Text = "颜色号";
  279. //
  280. // US_COLORCODE
  281. //
  282. this.US_COLORCODE.AllPower = "ifall";
  283. this.US_COLORCODE.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  284. | System.Windows.Forms.AnchorStyles.Left)));
  285. this.US_COLORCODE.BackColor = System.Drawing.Color.White;
  286. this.US_COLORCODE.Enabled = false;
  287. this.US_COLORCODE.ID = null;
  288. this.US_COLORCODE.Location = new System.Drawing.Point(119, 142);
  289. this.US_COLORCODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  290. this.US_COLORCODE.Name = "US_COLORCODE";
  291. this.US_COLORCODE.Power = null;
  292. this.US_COLORCODE.Size = new System.Drawing.Size(276, 25);
  293. this.US_COLORCODE.Str = null;
  294. this.US_COLORCODE.Str1 = null;
  295. this.US_COLORCODE.Str2 = null;
  296. this.US_COLORCODE.TabIndex = 245;
  297. this.US_COLORCODE.Tag = "ifread";
  298. //
  299. // label2
  300. //
  301. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  302. | System.Windows.Forms.AnchorStyles.Left)));
  303. this.label2.AutoSize = true;
  304. this.label2.Font = new System.Drawing.Font("微软雅黑", 10F);
  305. this.label2.Location = new System.Drawing.Point(22, 184);
  306. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  307. this.label2.Name = "label2";
  308. this.label2.Size = new System.Drawing.Size(156, 23);
  309. this.label2.TabIndex = 248;
  310. this.label2.Text = "PRODUCT COLOR";
  311. //
  312. // US_PRODUCTCOLOR
  313. //
  314. this.US_PRODUCTCOLOR.AllPower = "ifall";
  315. this.US_PRODUCTCOLOR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  316. | System.Windows.Forms.AnchorStyles.Left)));
  317. this.US_PRODUCTCOLOR.BackColor = System.Drawing.Color.White;
  318. this.US_PRODUCTCOLOR.Enabled = false;
  319. this.US_PRODUCTCOLOR.ID = null;
  320. this.US_PRODUCTCOLOR.Location = new System.Drawing.Point(186, 182);
  321. this.US_PRODUCTCOLOR.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  322. this.US_PRODUCTCOLOR.Name = "US_PRODUCTCOLOR";
  323. this.US_PRODUCTCOLOR.Power = null;
  324. this.US_PRODUCTCOLOR.Size = new System.Drawing.Size(276, 25);
  325. this.US_PRODUCTCOLOR.Str = null;
  326. this.US_PRODUCTCOLOR.Str1 = null;
  327. this.US_PRODUCTCOLOR.Str2 = null;
  328. this.US_PRODUCTCOLOR.TabIndex = 247;
  329. this.US_PRODUCTCOLOR.Tag = "ifread";
  330. //
  331. // Special_BoxUpdate
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.ClientSize = new System.Drawing.Size(858, 584);
  336. this.Controls.Add(this.label2);
  337. this.Controls.Add(this.US_PRODUCTCOLOR);
  338. this.Controls.Add(this.label1);
  339. this.Controls.Add(this.US_COLORCODE);
  340. this.Controls.Add(this.label7);
  341. this.Controls.Add(this.US_SKU);
  342. this.Controls.Add(this.label9);
  343. this.Controls.Add(this.label8);
  344. this.Controls.Add(this.US_LOCATION);
  345. this.Controls.Add(this.US_UPC);
  346. this.Controls.Add(this.pr_sendchecktype);
  347. this.Controls.Add(this.ma_salecode);
  348. this.Controls.Add(this.label5);
  349. this.Controls.Add(this.lockCheckBox1);
  350. this.Controls.Add(this.US_ID);
  351. this.Controls.Add(this.OperatResult);
  352. this.Controls.Add(this.boxcode);
  353. this.Controls.Add(this.Pallet_label);
  354. this.Controls.Add(this.Split);
  355. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  356. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  357. this.Name = "Special_BoxUpdate";
  358. this.Tag = "Special!BoxUpdate";
  359. this.Text = "拆箱处理";
  360. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  361. this.ResumeLayout(false);
  362. this.PerformLayout();
  363. }
  364. #endregion
  365. private CustomControl.ButtonUtil.NormalButton Split;
  366. private System.Windows.Forms.Label Pallet_label;
  367. private CustomControl.TextBoxWithIcon.EnterTextBox boxcode;
  368. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  369. private System.Windows.Forms.Label label5;
  370. private CustomControl.CustomCheckBox.LockCheckBox lockCheckBox1;
  371. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox US_ID;
  372. private System.Windows.Forms.Label label7;
  373. private CustomControl.TextBoxWithIcon.SnCollectionBox US_SKU;
  374. private System.Windows.Forms.Label label9;
  375. private System.Windows.Forms.Label label8;
  376. private CustomControl.TextBoxWithIcon.SnCollectionBox US_LOCATION;
  377. private CustomControl.TextBoxWithIcon.SnCollectionBox US_UPC;
  378. private System.Windows.Forms.Label pr_sendchecktype;
  379. private System.Windows.Forms.Label ma_salecode;
  380. private System.Windows.Forms.Label label1;
  381. private CustomControl.TextBoxWithIcon.SnCollectionBox US_COLORCODE;
  382. private System.Windows.Forms.Label label2;
  383. private CustomControl.TextBoxWithIcon.SnCollectionBox US_PRODUCTCOLOR;
  384. }
  385. }