Make_SeqTransform.Designer.cs 32 KB

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