Make_SeqTransform.Designer.cs 26 KB

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