Make_SeqTransform.Designer.cs 27 KB

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