Make_SeqTransform.Designer.cs 31 KB

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