Make_SeqTransform2.Designer.cs 34 KB

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