Make_SeqTransform.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SeqTransform
  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(Make_SeqTransform));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode_label = new System.Windows.Forms.Label();
  32. this.sncode_label = new System.Windows.Forms.Label();
  33. this.beforeTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  34. this.afterTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  35. this.beforeTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  36. this.afterTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.ma_code = new System.Windows.Forms.Label();
  39. this.changenum = new System.Windows.Forms.Label();
  40. this.remain_qty = new System.Windows.Forms.Label();
  41. this.PrintNum_label = new System.Windows.Forms.Label();
  42. this.remain_qty_label = new System.Windows.Forms.Label();
  43. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  44. this.sn_code_label = new System.Windows.Forms.Label();
  45. this.SameReamrk = new System.Windows.Forms.CheckBox();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.IFONLY = new System.Windows.Forms.CheckBox();
  48. this.CollectRemark = new System.Windows.Forms.CheckBox();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.ma_salecode = new System.Windows.Forms.Label();
  51. this.mcd_inqty = new System.Windows.Forms.Label();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.ma_endremark = new System.Windows.Forms.Label();
  54. this.ob_checkno = new System.Windows.Forms.Label();
  55. this.label12 = new System.Windows.Forms.Label();
  56. this.ob_batchqty_label = new System.Windows.Forms.Label();
  57. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  58. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  59. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  60. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  61. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  62. this.Remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.Seq_Remark_PreFix = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  64. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  65. this.ChangeResult = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
  66. this.show_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  68. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  69. this.afterTransSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  70. this.beforeTransSNLength = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  71. this.afterTransSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.beforeTransSNPre = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  74. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  75. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // ms_makecode_label
  79. //
  80. this.ms_makecode_label.AutoSize = true;
  81. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.ms_makecode_label.Location = new System.Drawing.Point(22, 26);
  83. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.ms_makecode_label.Name = "ms_makecode_label";
  85. this.ms_makecode_label.Size = new System.Drawing.Size(0, 31);
  86. this.ms_makecode_label.TabIndex = 61;
  87. //
  88. // pr_detail_label
  89. //
  90. this.pr_detail_label.AutoSize = true;
  91. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.pr_detail_label.Location = new System.Drawing.Point(825, 22);
  93. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.pr_detail_label.Name = "pr_detail_label";
  95. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  96. this.pr_detail_label.TabIndex = 62;
  97. this.pr_detail_label.Text = "产品型号";
  98. //
  99. // ma_prodcode_label
  100. //
  101. this.ma_prodcode_label.AutoSize = true;
  102. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.ma_prodcode_label.Location = new System.Drawing.Point(460, 22);
  104. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.ma_prodcode_label.Name = "ma_prodcode_label";
  106. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  107. this.ma_prodcode_label.TabIndex = 63;
  108. this.ma_prodcode_label.Text = "产品编号";
  109. //
  110. // sncode_label
  111. //
  112. this.sncode_label.AutoSize = true;
  113. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.sncode_label.Location = new System.Drawing.Point(26, 646);
  115. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  116. this.sncode_label.Name = "sncode_label";
  117. this.sncode_label.Size = new System.Drawing.Size(86, 31);
  118. this.sncode_label.TabIndex = 68;
  119. this.sncode_label.Text = "录入框";
  120. //
  121. // beforeTransSNLength_checkBox
  122. //
  123. this.beforeTransSNLength_checkBox.AutoSize = true;
  124. this.beforeTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  125. this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(28, 122);
  126. this.beforeTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  127. this.beforeTransSNLength_checkBox.Name = "beforeTransSNLength_checkBox";
  128. this.beforeTransSNLength_checkBox.Size = new System.Drawing.Size(117, 31);
  129. this.beforeTransSNLength_checkBox.TabIndex = 81;
  130. this.beforeTransSNLength_checkBox.Text = "TSN长度";
  131. this.beforeTransSNLength_checkBox.UseVisualStyleBackColor = true;
  132. //
  133. // afterTransSNLength_checkBox
  134. //
  135. this.afterTransSNLength_checkBox.AutoSize = true;
  136. this.afterTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  137. this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(28, 170);
  138. this.afterTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  139. this.afterTransSNLength_checkBox.Name = "afterTransSNLength_checkBox";
  140. this.afterTransSNLength_checkBox.Size = new System.Drawing.Size(106, 31);
  141. this.afterTransSNLength_checkBox.TabIndex = 82;
  142. this.afterTransSNLength_checkBox.Text = "SN长度";
  143. this.afterTransSNLength_checkBox.UseVisualStyleBackColor = true;
  144. //
  145. // beforeTransSNPre_checkBox
  146. //
  147. this.beforeTransSNPre_checkBox.AutoSize = true;
  148. this.beforeTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  149. this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(450, 123);
  150. this.beforeTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  151. this.beforeTransSNPre_checkBox.Name = "beforeTransSNPre_checkBox";
  152. this.beforeTransSNPre_checkBox.Size = new System.Drawing.Size(117, 31);
  153. this.beforeTransSNPre_checkBox.TabIndex = 83;
  154. this.beforeTransSNPre_checkBox.Text = "TSN前缀";
  155. this.beforeTransSNPre_checkBox.UseVisualStyleBackColor = true;
  156. //
  157. // afterTransSNPre_checkBox
  158. //
  159. this.afterTransSNPre_checkBox.AutoSize = true;
  160. this.afterTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  161. this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(450, 172);
  162. this.afterTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  163. this.afterTransSNPre_checkBox.Name = "afterTransSNPre_checkBox";
  164. this.afterTransSNPre_checkBox.Size = new System.Drawing.Size(106, 31);
  165. this.afterTransSNPre_checkBox.TabIndex = 84;
  166. this.afterTransSNPre_checkBox.Text = "SN前缀";
  167. this.afterTransSNPre_checkBox.UseVisualStyleBackColor = true;
  168. //
  169. // label1
  170. //
  171. this.label1.AutoSize = true;
  172. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  173. this.label1.Location = new System.Drawing.Point(22, 22);
  174. this.label1.Name = "label1";
  175. this.label1.Size = new System.Drawing.Size(110, 31);
  176. this.label1.TabIndex = 93;
  177. this.label1.Text = "工单编号";
  178. //
  179. // ma_code
  180. //
  181. this.ma_code.AutoSize = true;
  182. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  183. this.ma_code.Location = new System.Drawing.Point(136, 22);
  184. this.ma_code.Name = "ma_code";
  185. this.ma_code.Size = new System.Drawing.Size(0, 31);
  186. this.ma_code.TabIndex = 95;
  187. this.ma_code.TextChanged += new System.EventHandler(this.ms_makecode_UserControlTextChanged);
  188. //
  189. // changenum
  190. //
  191. this.changenum.AutoSize = true;
  192. this.changenum.Font = new System.Drawing.Font("微软雅黑", 12F);
  193. this.changenum.Location = new System.Drawing.Point(1126, 651);
  194. this.changenum.Name = "changenum";
  195. this.changenum.Size = new System.Drawing.Size(28, 31);
  196. this.changenum.TabIndex = 100;
  197. this.changenum.Text = "0";
  198. this.changenum.Visible = false;
  199. //
  200. // remain_qty
  201. //
  202. this.remain_qty.AutoSize = true;
  203. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  204. this.remain_qty.Location = new System.Drawing.Point(140, 76);
  205. this.remain_qty.Name = "remain_qty";
  206. this.remain_qty.Size = new System.Drawing.Size(0, 31);
  207. this.remain_qty.TabIndex = 99;
  208. //
  209. // PrintNum_label
  210. //
  211. this.PrintNum_label.AutoSize = true;
  212. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  213. this.PrintNum_label.Location = new System.Drawing.Point(1016, 651);
  214. this.PrintNum_label.Name = "PrintNum_label";
  215. this.PrintNum_label.Size = new System.Drawing.Size(62, 31);
  216. this.PrintNum_label.TabIndex = 98;
  217. this.PrintNum_label.Text = "计数";
  218. this.PrintNum_label.Visible = false;
  219. //
  220. // remain_qty_label
  221. //
  222. this.remain_qty_label.AutoSize = true;
  223. this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  224. this.remain_qty_label.Location = new System.Drawing.Point(27, 76);
  225. this.remain_qty_label.Name = "remain_qty_label";
  226. this.remain_qty_label.Size = new System.Drawing.Size(86, 31);
  227. this.remain_qty_label.TabIndex = 97;
  228. this.remain_qty_label.Text = "剩余数";
  229. //
  230. // ClearSn_code
  231. //
  232. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  233. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  234. this.ClearSn_code.Location = new System.Drawing.Point(420, 598);
  235. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4);
  236. this.ClearSn_code.Name = "ClearSn_code";
  237. this.ClearSn_code.Size = new System.Drawing.Size(24, 24);
  238. this.ClearSn_code.TabIndex = 141;
  239. this.ClearSn_code.TabStop = false;
  240. this.ClearSn_code.Click += new System.EventHandler(this.ReCall_Click);
  241. //
  242. // sn_code_label
  243. //
  244. this.sn_code_label.AutoSize = true;
  245. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.sn_code_label.Location = new System.Drawing.Point(26, 594);
  247. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  248. this.sn_code_label.Name = "sn_code_label";
  249. this.sn_code_label.Size = new System.Drawing.Size(86, 31);
  250. this.sn_code_label.TabIndex = 139;
  251. this.sn_code_label.Text = "序列号";
  252. //
  253. // SameReamrk
  254. //
  255. this.SameReamrk.AutoSize = true;
  256. this.SameReamrk.Location = new System.Drawing.Point(696, 660);
  257. this.SameReamrk.Margin = new System.Windows.Forms.Padding(4);
  258. this.SameReamrk.Name = "SameReamrk";
  259. this.SameReamrk.Size = new System.Drawing.Size(142, 22);
  260. this.SameReamrk.TabIndex = 224;
  261. this.SameReamrk.Text = "固定录入备注";
  262. this.SameReamrk.UseVisualStyleBackColor = true;
  263. this.SameReamrk.Visible = false;
  264. this.SameReamrk.CheckedChanged += new System.EventHandler(this.SameReamrk_CheckedChanged);
  265. //
  266. // label3
  267. //
  268. this.label3.AutoSize = true;
  269. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.label3.Location = new System.Drawing.Point(556, 614);
  271. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.label3.Name = "label3";
  273. this.label3.Size = new System.Drawing.Size(54, 28);
  274. this.label3.TabIndex = 223;
  275. this.label3.Text = "前缀";
  276. this.label3.Visible = false;
  277. //
  278. // IFONLY
  279. //
  280. this.IFONLY.AutoSize = true;
  281. this.IFONLY.Location = new System.Drawing.Point(561, 660);
  282. this.IFONLY.Margin = new System.Windows.Forms.Padding(4);
  283. this.IFONLY.Name = "IFONLY";
  284. this.IFONLY.Size = new System.Drawing.Size(124, 22);
  285. this.IFONLY.TabIndex = 222;
  286. this.IFONLY.Text = "不允许重复";
  287. this.IFONLY.UseVisualStyleBackColor = true;
  288. this.IFONLY.Visible = false;
  289. this.IFONLY.CheckedChanged += new System.EventHandler(this.IFONLY_CheckedChanged);
  290. //
  291. // CollectRemark
  292. //
  293. this.CollectRemark.AutoSize = true;
  294. this.CollectRemark.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.CollectRemark.Location = new System.Drawing.Point(849, 660);
  296. this.CollectRemark.Margin = new System.Windows.Forms.Padding(4);
  297. this.CollectRemark.Name = "CollectRemark";
  298. this.CollectRemark.Size = new System.Drawing.Size(106, 22);
  299. this.CollectRemark.TabIndex = 221;
  300. this.CollectRemark.Text = "采集备注";
  301. this.CollectRemark.UseVisualStyleBackColor = true;
  302. this.CollectRemark.Visible = false;
  303. this.CollectRemark.CheckedChanged += new System.EventHandler(this.CollectRemark_CheckedChanged);
  304. //
  305. // label4
  306. //
  307. this.label4.AutoSize = true;
  308. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  309. this.label4.Location = new System.Drawing.Point(825, 76);
  310. this.label4.Name = "label4";
  311. this.label4.Size = new System.Drawing.Size(110, 31);
  312. this.label4.TabIndex = 227;
  313. this.label4.Text = "客户代码";
  314. //
  315. // ma_salecode
  316. //
  317. this.ma_salecode.AutoSize = true;
  318. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 12F);
  319. this.ma_salecode.Location = new System.Drawing.Point(897, 165);
  320. this.ma_salecode.Name = "ma_salecode";
  321. this.ma_salecode.Size = new System.Drawing.Size(0, 31);
  322. this.ma_salecode.TabIndex = 228;
  323. this.ma_salecode.Visible = false;
  324. //
  325. // mcd_inqty
  326. //
  327. this.mcd_inqty.AutoSize = true;
  328. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  329. this.mcd_inqty.Location = new System.Drawing.Point(573, 76);
  330. this.mcd_inqty.Name = "mcd_inqty";
  331. this.mcd_inqty.Size = new System.Drawing.Size(0, 31);
  332. this.mcd_inqty.TabIndex = 230;
  333. //
  334. // label5
  335. //
  336. this.label5.AutoSize = true;
  337. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  338. this.label5.Location = new System.Drawing.Point(460, 76);
  339. this.label5.Name = "label5";
  340. this.label5.Size = new System.Drawing.Size(86, 31);
  341. this.label5.TabIndex = 229;
  342. this.label5.Text = "采集数";
  343. //
  344. // ma_endremark
  345. //
  346. this.ma_endremark.AutoSize = true;
  347. this.ma_endremark.Font = new System.Drawing.Font("微软雅黑", 12F);
  348. this.ma_endremark.Location = new System.Drawing.Point(935, 76);
  349. this.ma_endremark.Name = "ma_endremark";
  350. this.ma_endremark.Size = new System.Drawing.Size(0, 31);
  351. this.ma_endremark.TabIndex = 231;
  352. //
  353. // ob_checkno
  354. //
  355. this.ob_checkno.AutoSize = true;
  356. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  358. this.ob_checkno.Location = new System.Drawing.Point(637, 335);
  359. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.ob_checkno.Name = "ob_checkno";
  361. this.ob_checkno.Size = new System.Drawing.Size(0, 31);
  362. this.ob_checkno.TabIndex = 232;
  363. this.ob_checkno.Tag = "ob_checkno";
  364. this.ob_checkno.Visible = false;
  365. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  366. //
  367. // label12
  368. //
  369. this.label12.AutoSize = true;
  370. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.label12.ForeColor = System.Drawing.Color.Black;
  372. this.label12.Location = new System.Drawing.Point(859, 167);
  373. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  374. this.label12.Name = "label12";
  375. this.label12.Size = new System.Drawing.Size(110, 31);
  376. this.label12.TabIndex = 237;
  377. this.label12.Text = "已送检数";
  378. //
  379. // ob_batchqty_label
  380. //
  381. this.ob_batchqty_label.AutoSize = true;
  382. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  384. this.ob_batchqty_label.Location = new System.Drawing.Point(859, 122);
  385. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  386. this.ob_batchqty_label.Name = "ob_batchqty_label";
  387. this.ob_batchqty_label.Size = new System.Drawing.Size(110, 31);
  388. this.ob_batchqty_label.TabIndex = 235;
  389. this.ob_batchqty_label.Text = "抽检批数";
  390. //
  391. // ob_nowcheckqty_label
  392. //
  393. this.ob_nowcheckqty_label.AutoSize = true;
  394. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  396. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(1044, 123);
  397. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  398. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  399. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(110, 31);
  400. this.ob_nowcheckqty_label.TabIndex = 233;
  401. this.ob_nowcheckqty_label.Text = "当前批数";
  402. //
  403. // SendCheck
  404. //
  405. this.SendCheck.AllPower = null;
  406. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  407. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  408. this.SendCheck.Enabled = false;
  409. this.SendCheck.Image = null;
  410. this.SendCheck.IsShowBorder = true;
  411. this.SendCheck.Location = new System.Drawing.Point(1050, 165);
  412. this.SendCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  413. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  414. this.SendCheck.Name = "SendCheck";
  415. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  416. this.SendCheck.Power = null;
  417. this.SendCheck.Size = new System.Drawing.Size(98, 38);
  418. this.SendCheck.TabIndex = 239;
  419. this.SendCheck.Text = "送检";
  420. this.SendCheck.UseVisualStyleBackColor = false;
  421. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  422. //
  423. // ob_sendqty
  424. //
  425. this.ob_sendqty.AutoSize = true;
  426. this.ob_sendqty.CutLength = null;
  427. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  429. this.ob_sendqty.Location = new System.Drawing.Point(999, 167);
  430. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  431. this.ob_sendqty.MaximumSize = new System.Drawing.Size(225, 0);
  432. this.ob_sendqty.Name = "ob_sendqty";
  433. this.ob_sendqty.Size = new System.Drawing.Size(0, 31);
  434. this.ob_sendqty.TabIndex = 238;
  435. this.ob_sendqty.Tag = "ob_batchqty";
  436. //
  437. // ob_batchqty
  438. //
  439. this.ob_batchqty.AutoSize = true;
  440. this.ob_batchqty.CutLength = null;
  441. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  443. this.ob_batchqty.Location = new System.Drawing.Point(999, 122);
  444. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  445. this.ob_batchqty.MaximumSize = new System.Drawing.Size(225, 0);
  446. this.ob_batchqty.Name = "ob_batchqty";
  447. this.ob_batchqty.Size = new System.Drawing.Size(0, 31);
  448. this.ob_batchqty.TabIndex = 236;
  449. this.ob_batchqty.Tag = "ob_batchqty";
  450. //
  451. // ob_nowcheckqty
  452. //
  453. this.ob_nowcheckqty.AutoSize = true;
  454. this.ob_nowcheckqty.CutLength = null;
  455. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  457. this.ob_nowcheckqty.Location = new System.Drawing.Point(1180, 123);
  458. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  459. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(225, 0);
  460. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  461. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 31);
  462. this.ob_nowcheckqty.TabIndex = 234;
  463. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  464. //
  465. // Remark
  466. //
  467. this.Remark.AllPower = null;
  468. this.Remark.BackColor = System.Drawing.Color.White;
  469. this.Remark.ID = null;
  470. this.Remark.Location = new System.Drawing.Point(696, 576);
  471. this.Remark.Margin = new System.Windows.Forms.Padding(4);
  472. this.Remark.Multiline = true;
  473. this.Remark.Name = "Remark";
  474. this.Remark.Power = null;
  475. this.Remark.Size = new System.Drawing.Size(236, 73);
  476. this.Remark.Str = null;
  477. this.Remark.Str1 = null;
  478. this.Remark.Str2 = null;
  479. this.Remark.TabIndex = 226;
  480. this.Remark.Visible = false;
  481. this.Remark.Enter += new System.EventHandler(this.Remark_Enter);
  482. this.Remark.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Remark_KeyDown);
  483. this.Remark.Leave += new System.EventHandler(this.Remark_Leave);
  484. //
  485. // Seq_Remark_PreFix
  486. //
  487. this.Seq_Remark_PreFix.AllPower = null;
  488. this.Seq_Remark_PreFix.BackColor = System.Drawing.Color.White;
  489. this.Seq_Remark_PreFix.ID = null;
  490. this.Seq_Remark_PreFix.Location = new System.Drawing.Point(621, 612);
  491. this.Seq_Remark_PreFix.Margin = new System.Windows.Forms.Padding(4);
  492. this.Seq_Remark_PreFix.Name = "Seq_Remark_PreFix";
  493. this.Seq_Remark_PreFix.Power = null;
  494. this.Seq_Remark_PreFix.Size = new System.Drawing.Size(64, 28);
  495. this.Seq_Remark_PreFix.Str = null;
  496. this.Seq_Remark_PreFix.Str1 = null;
  497. this.Seq_Remark_PreFix.Str2 = null;
  498. this.Seq_Remark_PreFix.TabIndex = 225;
  499. this.Seq_Remark_PreFix.Visible = false;
  500. this.Seq_Remark_PreFix.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Seq_Remark_PreFix_KeyDown);
  501. //
  502. // StepCount
  503. //
  504. this.StepCount.LineCode = null;
  505. this.StepCount.Location = new System.Drawing.Point(1022, 612);
  506. this.StepCount.Name = "StepCount";
  507. this.StepCount.Size = new System.Drawing.Size(132, 33);
  508. this.StepCount.Source = null;
  509. this.StepCount.StepCode = null;
  510. this.StepCount.TabIndex = 196;
  511. //
  512. // ChangeResult
  513. //
  514. this.ChangeResult.AllPower = "ifall";
  515. this.ChangeResult.AutoSize = true;
  516. this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.ChangeResult.Location = new System.Drawing.Point(420, 640);
  518. this.ChangeResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  519. this.ChangeResult.Name = "ChangeResult";
  520. this.ChangeResult.Power = "ifspecial";
  521. this.ChangeResult.Size = new System.Drawing.Size(136, 35);
  522. this.ChangeResult.TabIndex = 146;
  523. this.ChangeResult.Text = "重新转换";
  524. this.ChangeResult.UseVisualStyleBackColor = true;
  525. this.ChangeResult.CheckedChanged += new System.EventHandler(this.ChangeResult_CheckedChanged);
  526. //
  527. // show_sncode
  528. //
  529. this.show_sncode.AllPower = null;
  530. this.show_sncode.BackColor = System.Drawing.Color.White;
  531. this.show_sncode.Enabled = false;
  532. this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  533. this.show_sncode.ID = null;
  534. this.show_sncode.Location = new System.Drawing.Point(146, 594);
  535. this.show_sncode.Margin = new System.Windows.Forms.Padding(4);
  536. this.show_sncode.Name = "show_sncode";
  537. this.show_sncode.Power = null;
  538. this.show_sncode.Size = new System.Drawing.Size(238, 34);
  539. this.show_sncode.Str = null;
  540. this.show_sncode.Str1 = null;
  541. this.show_sncode.Str2 = null;
  542. this.show_sncode.TabIndex = 140;
  543. //
  544. // pr_detail
  545. //
  546. this.pr_detail.AutoSize = true;
  547. this.pr_detail.CutLength = null;
  548. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  549. this.pr_detail.Location = new System.Drawing.Point(934, 22);
  550. this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
  551. this.pr_detail.Name = "pr_detail";
  552. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  553. this.pr_detail.TabIndex = 96;
  554. //
  555. // ma_prodcode
  556. //
  557. this.ma_prodcode.AutoSize = true;
  558. this.ma_prodcode.CutLength = null;
  559. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  560. this.ma_prodcode.Location = new System.Drawing.Point(576, 26);
  561. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  562. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  563. this.ma_prodcode.Name = "ma_prodcode";
  564. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  565. this.ma_prodcode.TabIndex = 94;
  566. //
  567. // afterTransSNLength
  568. //
  569. this.afterTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  570. this.afterTransSNLength.Location = new System.Drawing.Point(166, 172);
  571. this.afterTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  572. this.afterTransSNLength.Name = "afterTransSNLength";
  573. this.afterTransSNLength.Size = new System.Drawing.Size(250, 34);
  574. this.afterTransSNLength.TabIndex = 90;
  575. this.afterTransSNLength.Text = "0";
  576. //
  577. // beforeTransSNLength
  578. //
  579. this.beforeTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  580. this.beforeTransSNLength.Location = new System.Drawing.Point(166, 122);
  581. this.beforeTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  582. this.beforeTransSNLength.Name = "beforeTransSNLength";
  583. this.beforeTransSNLength.Size = new System.Drawing.Size(250, 34);
  584. this.beforeTransSNLength.TabIndex = 89;
  585. this.beforeTransSNLength.Text = "0";
  586. //
  587. // afterTransSNPre
  588. //
  589. this.afterTransSNPre.AllPower = null;
  590. this.afterTransSNPre.BackColor = System.Drawing.Color.White;
  591. this.afterTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  592. this.afterTransSNPre.ID = null;
  593. this.afterTransSNPre.Location = new System.Drawing.Point(588, 171);
  594. this.afterTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  595. this.afterTransSNPre.Name = "afterTransSNPre";
  596. this.afterTransSNPre.Power = null;
  597. this.afterTransSNPre.Size = new System.Drawing.Size(250, 34);
  598. this.afterTransSNPre.Str = null;
  599. this.afterTransSNPre.Str1 = null;
  600. this.afterTransSNPre.Str2 = null;
  601. this.afterTransSNPre.TabIndex = 88;
  602. //
  603. // beforeTransSNPre
  604. //
  605. this.beforeTransSNPre.AllPower = null;
  606. this.beforeTransSNPre.BackColor = System.Drawing.Color.White;
  607. this.beforeTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  608. this.beforeTransSNPre.ID = null;
  609. this.beforeTransSNPre.Location = new System.Drawing.Point(588, 119);
  610. this.beforeTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  611. this.beforeTransSNPre.Name = "beforeTransSNPre";
  612. this.beforeTransSNPre.Power = null;
  613. this.beforeTransSNPre.Size = new System.Drawing.Size(250, 34);
  614. this.beforeTransSNPre.Str = null;
  615. this.beforeTransSNPre.Str1 = null;
  616. this.beforeTransSNPre.Str2 = null;
  617. this.beforeTransSNPre.TabIndex = 87;
  618. //
  619. // OperateResult
  620. //
  621. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 15F);
  622. this.OperateResult.Location = new System.Drawing.Point(28, 220);
  623. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  624. this.OperateResult.Name = "OperateResult";
  625. this.OperateResult.Size = new System.Drawing.Size(1216, 344);
  626. this.OperateResult.TabIndex = 78;
  627. this.OperateResult.Text = "";
  628. //
  629. // sncode
  630. //
  631. this.sncode.AllPower = "ifall";
  632. this.sncode.BackColor = System.Drawing.Color.White;
  633. this.sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  634. this.sncode.ID = null;
  635. this.sncode.Location = new System.Drawing.Point(146, 644);
  636. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  637. this.sncode.Name = "sncode";
  638. this.sncode.Power = "ifread";
  639. this.sncode.Size = new System.Drawing.Size(238, 34);
  640. this.sncode.Str = null;
  641. this.sncode.Str1 = null;
  642. this.sncode.Str2 = null;
  643. this.sncode.TabIndex = 77;
  644. this.sncode.Tag = "IfRead";
  645. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  646. //
  647. // Make_SeqTransform
  648. //
  649. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  650. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  651. this.ClientSize = new System.Drawing.Size(1274, 700);
  652. this.Controls.Add(this.SendCheck);
  653. this.Controls.Add(this.ob_sendqty);
  654. this.Controls.Add(this.label12);
  655. this.Controls.Add(this.ob_batchqty);
  656. this.Controls.Add(this.ob_batchqty_label);
  657. this.Controls.Add(this.ob_nowcheckqty);
  658. this.Controls.Add(this.ob_nowcheckqty_label);
  659. this.Controls.Add(this.ob_checkno);
  660. this.Controls.Add(this.ma_endremark);
  661. this.Controls.Add(this.mcd_inqty);
  662. this.Controls.Add(this.label5);
  663. this.Controls.Add(this.ma_salecode);
  664. this.Controls.Add(this.label4);
  665. this.Controls.Add(this.Remark);
  666. this.Controls.Add(this.Seq_Remark_PreFix);
  667. this.Controls.Add(this.SameReamrk);
  668. this.Controls.Add(this.label3);
  669. this.Controls.Add(this.IFONLY);
  670. this.Controls.Add(this.CollectRemark);
  671. this.Controls.Add(this.StepCount);
  672. this.Controls.Add(this.ChangeResult);
  673. this.Controls.Add(this.ClearSn_code);
  674. this.Controls.Add(this.show_sncode);
  675. this.Controls.Add(this.sn_code_label);
  676. this.Controls.Add(this.changenum);
  677. this.Controls.Add(this.remain_qty);
  678. this.Controls.Add(this.PrintNum_label);
  679. this.Controls.Add(this.remain_qty_label);
  680. this.Controls.Add(this.pr_detail);
  681. this.Controls.Add(this.ma_code);
  682. this.Controls.Add(this.ma_prodcode);
  683. this.Controls.Add(this.label1);
  684. this.Controls.Add(this.afterTransSNLength);
  685. this.Controls.Add(this.beforeTransSNLength);
  686. this.Controls.Add(this.afterTransSNPre);
  687. this.Controls.Add(this.beforeTransSNPre);
  688. this.Controls.Add(this.afterTransSNPre_checkBox);
  689. this.Controls.Add(this.beforeTransSNPre_checkBox);
  690. this.Controls.Add(this.afterTransSNLength_checkBox);
  691. this.Controls.Add(this.beforeTransSNLength_checkBox);
  692. this.Controls.Add(this.OperateResult);
  693. this.Controls.Add(this.sncode);
  694. this.Controls.Add(this.sncode_label);
  695. this.Controls.Add(this.ms_makecode_label);
  696. this.Controls.Add(this.pr_detail_label);
  697. this.Controls.Add(this.ma_prodcode_label);
  698. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  699. this.Margin = new System.Windows.Forms.Padding(4);
  700. this.Name = "Make_SeqTransform";
  701. this.Tag = "Make!SeqTransform";
  702. this.Text = " ";
  703. this.Load += new System.EventHandler(this.Make_SeqTransform_Load);
  704. this.SizeChanged += new System.EventHandler(this.Make_SeqTransform_SizeChanged);
  705. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  706. this.ResumeLayout(false);
  707. this.PerformLayout();
  708. }
  709. #endregion
  710. private System.Windows.Forms.Label ms_makecode_label;
  711. private System.Windows.Forms.Label pr_detail_label;
  712. private System.Windows.Forms.Label ma_prodcode_label;
  713. private System.Windows.Forms.Label sncode_label;
  714. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  715. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  716. private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
  717. private System.Windows.Forms.CheckBox afterTransSNLength_checkBox;
  718. private System.Windows.Forms.CheckBox beforeTransSNPre_checkBox;
  719. private System.Windows.Forms.CheckBox afterTransSNPre_checkBox;
  720. private CustomControl.TextBoxWithIcon.EnterTextBox beforeTransSNPre;
  721. private CustomControl.TextBoxWithIcon.EnterTextBox afterTransSNPre;
  722. private CustomControl.TextBoxWithIcon.TextBoxNumOnly beforeTransSNLength;
  723. private CustomControl.TextBoxWithIcon.TextBoxNumOnly afterTransSNLength;
  724. private System.Windows.Forms.Label label1;
  725. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  726. private System.Windows.Forms.Label ma_code;
  727. private CustomControl.ValueLabel.ValueLabel pr_detail;
  728. private System.Windows.Forms.Label changenum;
  729. private System.Windows.Forms.Label remain_qty;
  730. private System.Windows.Forms.Label PrintNum_label;
  731. private System.Windows.Forms.Label remain_qty_label;
  732. private System.Windows.Forms.PictureBox ClearSn_code;
  733. private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
  734. private System.Windows.Forms.Label sn_code_label;
  735. private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
  736. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  737. private CustomControl.TextBoxWithIcon.EnterTextBox Remark;
  738. private CustomControl.TextBoxWithIcon.SnCollectionBox Seq_Remark_PreFix;
  739. private System.Windows.Forms.CheckBox SameReamrk;
  740. private System.Windows.Forms.Label label3;
  741. private System.Windows.Forms.CheckBox IFONLY;
  742. private System.Windows.Forms.CheckBox CollectRemark;
  743. private System.Windows.Forms.Label label4;
  744. private System.Windows.Forms.Label ma_salecode;
  745. private System.Windows.Forms.Label mcd_inqty;
  746. private System.Windows.Forms.Label label5;
  747. private System.Windows.Forms.Label ma_endremark;
  748. private System.Windows.Forms.Label ob_checkno;
  749. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  750. private System.Windows.Forms.Label label12;
  751. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  752. private System.Windows.Forms.Label ob_batchqty_label;
  753. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  754. private System.Windows.Forms.Label ob_nowcheckqty_label;
  755. private CustomControl.ButtonUtil.NormalButton SendCheck;
  756. }
  757. }