Make_SeqTransform.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. namespace UAS_MES.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.ChangeResult = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  45. this.show_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.afterTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  49. this.beforeTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  50. this.afterTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.beforeTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  52. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  53. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.ma_softversion = new System.Windows.Forms.Label();
  56. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // ms_makecode_label
  60. //
  61. this.ms_makecode_label.AutoSize = true;
  62. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.ms_makecode_label.Location = new System.Drawing.Point(22, 26);
  64. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. this.ms_makecode_label.Name = "ms_makecode_label";
  66. this.ms_makecode_label.Size = new System.Drawing.Size(0, 31);
  67. this.ms_makecode_label.TabIndex = 61;
  68. //
  69. // pr_detail_label
  70. //
  71. this.pr_detail_label.AutoSize = true;
  72. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.pr_detail_label.Location = new System.Drawing.Point(825, 22);
  74. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  75. this.pr_detail_label.Name = "pr_detail_label";
  76. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  77. this.pr_detail_label.TabIndex = 62;
  78. this.pr_detail_label.Text = "产品名称";
  79. //
  80. // ma_prodcode_label
  81. //
  82. this.ma_prodcode_label.AutoSize = true;
  83. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.ma_prodcode_label.Location = new System.Drawing.Point(460, 23);
  85. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  86. this.ma_prodcode_label.Name = "ma_prodcode_label";
  87. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  88. this.ma_prodcode_label.TabIndex = 63;
  89. this.ma_prodcode_label.Text = "产品编号";
  90. //
  91. // sncode_label
  92. //
  93. this.sncode_label.AutoSize = true;
  94. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.sncode_label.Location = new System.Drawing.Point(25, 644);
  96. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. this.sncode_label.Name = "sncode_label";
  98. this.sncode_label.Size = new System.Drawing.Size(86, 31);
  99. this.sncode_label.TabIndex = 68;
  100. this.sncode_label.Text = "录入框";
  101. //
  102. // beforeTransSNLength_checkBox
  103. //
  104. this.beforeTransSNLength_checkBox.AutoSize = true;
  105. this.beforeTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  106. this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(28, 121);
  107. this.beforeTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  108. this.beforeTransSNLength_checkBox.Name = "beforeTransSNLength_checkBox";
  109. this.beforeTransSNLength_checkBox.Size = new System.Drawing.Size(198, 31);
  110. this.beforeTransSNLength_checkBox.TabIndex = 81;
  111. this.beforeTransSNLength_checkBox.Text = "转换前序列号长度";
  112. this.beforeTransSNLength_checkBox.UseVisualStyleBackColor = true;
  113. //
  114. // afterTransSNLength_checkBox
  115. //
  116. this.afterTransSNLength_checkBox.AutoSize = true;
  117. this.afterTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  118. this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(28, 170);
  119. this.afterTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  120. this.afterTransSNLength_checkBox.Name = "afterTransSNLength_checkBox";
  121. this.afterTransSNLength_checkBox.Size = new System.Drawing.Size(198, 31);
  122. this.afterTransSNLength_checkBox.TabIndex = 82;
  123. this.afterTransSNLength_checkBox.Text = "转换后序列号长度";
  124. this.afterTransSNLength_checkBox.UseVisualStyleBackColor = true;
  125. //
  126. // beforeTransSNPre_checkBox
  127. //
  128. this.beforeTransSNPre_checkBox.AutoSize = true;
  129. this.beforeTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  130. this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(630, 119);
  131. this.beforeTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  132. this.beforeTransSNPre_checkBox.Name = "beforeTransSNPre_checkBox";
  133. this.beforeTransSNPre_checkBox.Size = new System.Drawing.Size(198, 31);
  134. this.beforeTransSNPre_checkBox.TabIndex = 83;
  135. this.beforeTransSNPre_checkBox.Text = "转换前序列号前缀";
  136. this.beforeTransSNPre_checkBox.UseVisualStyleBackColor = true;
  137. //
  138. // afterTransSNPre_checkBox
  139. //
  140. this.afterTransSNPre_checkBox.AutoSize = true;
  141. this.afterTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  142. this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(630, 169);
  143. this.afterTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  144. this.afterTransSNPre_checkBox.Name = "afterTransSNPre_checkBox";
  145. this.afterTransSNPre_checkBox.Size = new System.Drawing.Size(198, 31);
  146. this.afterTransSNPre_checkBox.TabIndex = 84;
  147. this.afterTransSNPre_checkBox.Text = "转换后序列号前缀";
  148. this.afterTransSNPre_checkBox.UseVisualStyleBackColor = true;
  149. //
  150. // label1
  151. //
  152. this.label1.AutoSize = true;
  153. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  154. this.label1.Location = new System.Drawing.Point(22, 23);
  155. this.label1.Name = "label1";
  156. this.label1.Size = new System.Drawing.Size(110, 31);
  157. this.label1.TabIndex = 93;
  158. this.label1.Text = "工单编号";
  159. //
  160. // ma_code
  161. //
  162. this.ma_code.AutoSize = true;
  163. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  164. this.ma_code.Location = new System.Drawing.Point(136, 22);
  165. this.ma_code.Name = "ma_code";
  166. this.ma_code.Size = new System.Drawing.Size(0, 31);
  167. this.ma_code.TabIndex = 95;
  168. this.ma_code.TextChanged += new System.EventHandler(this.ms_makecode_UserControlTextChanged);
  169. //
  170. // changenum
  171. //
  172. this.changenum.AutoSize = true;
  173. this.changenum.Font = new System.Drawing.Font("微软雅黑", 12F);
  174. this.changenum.Location = new System.Drawing.Point(572, 77);
  175. this.changenum.Name = "changenum";
  176. this.changenum.Size = new System.Drawing.Size(28, 31);
  177. this.changenum.TabIndex = 100;
  178. this.changenum.Text = "0";
  179. //
  180. // remain_qty
  181. //
  182. this.remain_qty.AutoSize = true;
  183. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  184. this.remain_qty.Location = new System.Drawing.Point(140, 76);
  185. this.remain_qty.Name = "remain_qty";
  186. this.remain_qty.Size = new System.Drawing.Size(0, 31);
  187. this.remain_qty.TabIndex = 99;
  188. //
  189. // PrintNum_label
  190. //
  191. this.PrintNum_label.AutoSize = true;
  192. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  193. this.PrintNum_label.Location = new System.Drawing.Point(460, 77);
  194. this.PrintNum_label.Name = "PrintNum_label";
  195. this.PrintNum_label.Size = new System.Drawing.Size(62, 31);
  196. this.PrintNum_label.TabIndex = 98;
  197. this.PrintNum_label.Text = "计数";
  198. //
  199. // remain_qty_label
  200. //
  201. this.remain_qty_label.AutoSize = true;
  202. this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  203. this.remain_qty_label.Location = new System.Drawing.Point(27, 77);
  204. this.remain_qty_label.Name = "remain_qty_label";
  205. this.remain_qty_label.Size = new System.Drawing.Size(86, 31);
  206. this.remain_qty_label.TabIndex = 97;
  207. this.remain_qty_label.Text = "剩余数";
  208. //
  209. // ClearSn_code
  210. //
  211. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  212. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  213. this.ClearSn_code.Location = new System.Drawing.Point(420, 598);
  214. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  215. this.ClearSn_code.Name = "ClearSn_code";
  216. this.ClearSn_code.Size = new System.Drawing.Size(24, 24);
  217. this.ClearSn_code.TabIndex = 141;
  218. this.ClearSn_code.TabStop = false;
  219. this.ClearSn_code.Click += new System.EventHandler(this.ReCall_Click);
  220. //
  221. // sn_code_label
  222. //
  223. this.sn_code_label.AutoSize = true;
  224. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.sn_code_label.Location = new System.Drawing.Point(25, 594);
  226. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  227. this.sn_code_label.Name = "sn_code_label";
  228. this.sn_code_label.Size = new System.Drawing.Size(86, 31);
  229. this.sn_code_label.TabIndex = 139;
  230. this.sn_code_label.Text = "序列号";
  231. //
  232. // ChangeResult
  233. //
  234. this.ChangeResult.AutoSize = true;
  235. this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.ChangeResult.Location = new System.Drawing.Point(420, 641);
  237. this.ChangeResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  238. this.ChangeResult.Name = "ChangeResult";
  239. this.ChangeResult.Power = "ifspecial";
  240. this.ChangeResult.Size = new System.Drawing.Size(136, 35);
  241. this.ChangeResult.TabIndex = 146;
  242. this.ChangeResult.Text = "重新转换";
  243. this.ChangeResult.UseVisualStyleBackColor = true;
  244. this.ChangeResult.CheckedChanged += new System.EventHandler(this.ChangeResult_CheckedChanged);
  245. //
  246. // show_sncode
  247. //
  248. this.show_sncode.AllPower = null;
  249. this.show_sncode.BackColor = System.Drawing.Color.White;
  250. this.show_sncode.Enabled = false;
  251. this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  252. this.show_sncode.ID = null;
  253. this.show_sncode.Location = new System.Drawing.Point(145, 594);
  254. this.show_sncode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  255. this.show_sncode.Name = "show_sncode";
  256. this.show_sncode.Power = null;
  257. this.show_sncode.Size = new System.Drawing.Size(238, 34);
  258. this.show_sncode.Str = null;
  259. this.show_sncode.Str1 = null;
  260. this.show_sncode.Str2 = null;
  261. this.show_sncode.TabIndex = 140;
  262. //
  263. // pr_detail
  264. //
  265. this.pr_detail.AutoSize = true;
  266. this.pr_detail.CutLength = null;
  267. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  268. this.pr_detail.Location = new System.Drawing.Point(935, 22);
  269. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  270. this.pr_detail.Name = "pr_detail";
  271. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  272. this.pr_detail.TabIndex = 96;
  273. //
  274. // ma_prodcode
  275. //
  276. this.ma_prodcode.AutoSize = true;
  277. this.ma_prodcode.CutLength = null;
  278. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  279. this.ma_prodcode.Location = new System.Drawing.Point(576, 26);
  280. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  281. this.ma_prodcode.MaximumSize = new System.Drawing.Size(164, 0);
  282. this.ma_prodcode.Name = "ma_prodcode";
  283. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  284. this.ma_prodcode.TabIndex = 94;
  285. //
  286. // afterTransSNLength
  287. //
  288. this.afterTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  289. this.afterTransSNLength.Location = new System.Drawing.Point(267, 167);
  290. this.afterTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  291. this.afterTransSNLength.Name = "afterTransSNLength";
  292. this.afterTransSNLength.Size = new System.Drawing.Size(250, 34);
  293. this.afterTransSNLength.TabIndex = 90;
  294. this.afterTransSNLength.Text = "0";
  295. //
  296. // beforeTransSNLength
  297. //
  298. this.beforeTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  299. this.beforeTransSNLength.Location = new System.Drawing.Point(267, 116);
  300. this.beforeTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  301. this.beforeTransSNLength.Name = "beforeTransSNLength";
  302. this.beforeTransSNLength.Size = new System.Drawing.Size(250, 34);
  303. this.beforeTransSNLength.TabIndex = 89;
  304. this.beforeTransSNLength.Text = "0";
  305. //
  306. // afterTransSNPre
  307. //
  308. this.afterTransSNPre.AllPower = null;
  309. this.afterTransSNPre.BackColor = System.Drawing.Color.White;
  310. this.afterTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  311. this.afterTransSNPre.ID = null;
  312. this.afterTransSNPre.Location = new System.Drawing.Point(870, 169);
  313. this.afterTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  314. this.afterTransSNPre.Name = "afterTransSNPre";
  315. this.afterTransSNPre.Power = null;
  316. this.afterTransSNPre.Size = new System.Drawing.Size(250, 34);
  317. this.afterTransSNPre.Str = null;
  318. this.afterTransSNPre.Str1 = null;
  319. this.afterTransSNPre.Str2 = null;
  320. this.afterTransSNPre.TabIndex = 88;
  321. //
  322. // beforeTransSNPre
  323. //
  324. this.beforeTransSNPre.AllPower = null;
  325. this.beforeTransSNPre.BackColor = System.Drawing.Color.White;
  326. this.beforeTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  327. this.beforeTransSNPre.ID = null;
  328. this.beforeTransSNPre.Location = new System.Drawing.Point(870, 119);
  329. this.beforeTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  330. this.beforeTransSNPre.Name = "beforeTransSNPre";
  331. this.beforeTransSNPre.Power = null;
  332. this.beforeTransSNPre.Size = new System.Drawing.Size(250, 34);
  333. this.beforeTransSNPre.Str = null;
  334. this.beforeTransSNPre.Str1 = null;
  335. this.beforeTransSNPre.Str2 = null;
  336. this.beforeTransSNPre.TabIndex = 87;
  337. //
  338. // OperateResult
  339. //
  340. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 15F);
  341. this.OperateResult.Location = new System.Drawing.Point(28, 220);
  342. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  343. this.OperateResult.Name = "OperateResult";
  344. this.OperateResult.Size = new System.Drawing.Size(1216, 344);
  345. this.OperateResult.TabIndex = 78;
  346. this.OperateResult.Text = "";
  347. //
  348. // sncode
  349. //
  350. this.sncode.AllPower = "ifall";
  351. this.sncode.BackColor = System.Drawing.Color.White;
  352. this.sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  353. this.sncode.ID = null;
  354. this.sncode.Location = new System.Drawing.Point(145, 644);
  355. this.sncode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  356. this.sncode.Name = "sncode";
  357. this.sncode.Power = "ifwrite";
  358. this.sncode.Size = new System.Drawing.Size(238, 34);
  359. this.sncode.Str = null;
  360. this.sncode.Str1 = null;
  361. this.sncode.Str2 = null;
  362. this.sncode.TabIndex = 77;
  363. this.sncode.Tag = "IfWrite";
  364. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  365. //
  366. // label2
  367. //
  368. this.label2.AutoSize = true;
  369. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.label2.Location = new System.Drawing.Point(825, 76);
  371. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  372. this.label2.Name = "label2";
  373. this.label2.Size = new System.Drawing.Size(110, 31);
  374. this.label2.TabIndex = 147;
  375. this.label2.Text = "软件版本";
  376. //
  377. // ma_softversion
  378. //
  379. this.ma_softversion.AutoSize = true;
  380. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F);
  381. this.ma_softversion.Location = new System.Drawing.Point(935, 76);
  382. this.ma_softversion.Name = "ma_softversion";
  383. this.ma_softversion.Size = new System.Drawing.Size(0, 31);
  384. this.ma_softversion.TabIndex = 148;
  385. //
  386. // Make_SeqTransform
  387. //
  388. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  389. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  390. this.ClientSize = new System.Drawing.Size(1274, 701);
  391. this.Controls.Add(this.ma_softversion);
  392. this.Controls.Add(this.label2);
  393. this.Controls.Add(this.ChangeResult);
  394. this.Controls.Add(this.ClearSn_code);
  395. this.Controls.Add(this.show_sncode);
  396. this.Controls.Add(this.sn_code_label);
  397. this.Controls.Add(this.changenum);
  398. this.Controls.Add(this.remain_qty);
  399. this.Controls.Add(this.PrintNum_label);
  400. this.Controls.Add(this.remain_qty_label);
  401. this.Controls.Add(this.pr_detail);
  402. this.Controls.Add(this.ma_code);
  403. this.Controls.Add(this.ma_prodcode);
  404. this.Controls.Add(this.label1);
  405. this.Controls.Add(this.afterTransSNLength);
  406. this.Controls.Add(this.beforeTransSNLength);
  407. this.Controls.Add(this.afterTransSNPre);
  408. this.Controls.Add(this.beforeTransSNPre);
  409. this.Controls.Add(this.afterTransSNPre_checkBox);
  410. this.Controls.Add(this.beforeTransSNPre_checkBox);
  411. this.Controls.Add(this.afterTransSNLength_checkBox);
  412. this.Controls.Add(this.beforeTransSNLength_checkBox);
  413. this.Controls.Add(this.OperateResult);
  414. this.Controls.Add(this.sncode);
  415. this.Controls.Add(this.sncode_label);
  416. this.Controls.Add(this.ms_makecode_label);
  417. this.Controls.Add(this.pr_detail_label);
  418. this.Controls.Add(this.ma_prodcode_label);
  419. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  420. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  421. this.Name = "Make_SeqTransform";
  422. this.Tag = "Make!SeqTransform";
  423. this.Text = " ";
  424. this.Load += new System.EventHandler(this.序列转换_Load);
  425. this.SizeChanged += new System.EventHandler(this.序列转换_SizeChanged);
  426. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  427. this.ResumeLayout(false);
  428. this.PerformLayout();
  429. }
  430. #endregion
  431. private System.Windows.Forms.Label ms_makecode_label;
  432. private System.Windows.Forms.Label pr_detail_label;
  433. private System.Windows.Forms.Label ma_prodcode_label;
  434. private System.Windows.Forms.Label sncode_label;
  435. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  436. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  437. private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
  438. private System.Windows.Forms.CheckBox afterTransSNLength_checkBox;
  439. private System.Windows.Forms.CheckBox beforeTransSNPre_checkBox;
  440. private System.Windows.Forms.CheckBox afterTransSNPre_checkBox;
  441. private CustomControl.TextBoxWithIcon.EnterTextBox beforeTransSNPre;
  442. private CustomControl.TextBoxWithIcon.EnterTextBox afterTransSNPre;
  443. private CustomControl.TextBoxWithIcon.TextBoxNumOnly beforeTransSNLength;
  444. private CustomControl.TextBoxWithIcon.TextBoxNumOnly afterTransSNLength;
  445. private System.Windows.Forms.Label label1;
  446. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  447. private System.Windows.Forms.Label ma_code;
  448. private CustomControl.ValueLabel.ValueLabel pr_detail;
  449. private System.Windows.Forms.Label changenum;
  450. private System.Windows.Forms.Label remain_qty;
  451. private System.Windows.Forms.Label PrintNum_label;
  452. private System.Windows.Forms.Label remain_qty_label;
  453. private System.Windows.Forms.PictureBox ClearSn_code;
  454. private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
  455. private System.Windows.Forms.Label sn_code_label;
  456. private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
  457. private System.Windows.Forms.Label label2;
  458. private System.Windows.Forms.Label ma_softversion;
  459. }
  460. }