Make_SeqTransform.Designer.cs 33 KB

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