Make_SeqTransform.Designer.cs 35 KB

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