Make_SeqTransform.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_SeqTransform
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SeqTransform));
  29. this.pr_detail = new System.Windows.Forms.Label();
  30. this.ms_makecode_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.ma_prodcode_label = new System.Windows.Forms.Label();
  34. this.sncode_label = new System.Windows.Forms.Label();
  35. this.ChangeResult = new System.Windows.Forms.CheckBox();
  36. this.changenum_lanel = new System.Windows.Forms.Label();
  37. this.beforeTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  38. this.afterTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  39. this.beforeTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  40. this.afterTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  41. this.afterTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.beforeTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  43. this.ms_makecode_lock = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  44. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  45. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.ReCall = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  47. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  48. this.beforeTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  49. this.afterTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  50. this.changenum = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  51. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  52. this.SuspendLayout();
  53. //
  54. // pr_detail
  55. //
  56. this.pr_detail.AutoSize = true;
  57. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.pr_detail.Location = new System.Drawing.Point(585, 15);
  59. this.pr_detail.Name = "pr_detail";
  60. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  61. this.pr_detail.TabIndex = 65;
  62. //
  63. // ms_makecode_label
  64. //
  65. this.ms_makecode_label.AutoSize = true;
  66. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.ms_makecode_label.Location = new System.Drawing.Point(15, 17);
  68. this.ms_makecode_label.Name = "ms_makecode_label";
  69. this.ms_makecode_label.Size = new System.Drawing.Size(0, 21);
  70. this.ms_makecode_label.TabIndex = 61;
  71. //
  72. // ma_prodcode
  73. //
  74. this.ma_prodcode.AutoSize = true;
  75. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.ma_prodcode.Location = new System.Drawing.Point(355, 15);
  77. this.ma_prodcode.Name = "ma_prodcode";
  78. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  79. this.ma_prodcode.TabIndex = 64;
  80. //
  81. // pr_detail_label
  82. //
  83. this.pr_detail_label.AutoSize = true;
  84. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.pr_detail_label.Location = new System.Drawing.Point(492, 15);
  86. this.pr_detail_label.Name = "pr_detail_label";
  87. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  88. this.pr_detail_label.TabIndex = 62;
  89. this.pr_detail_label.Text = "产品名称";
  90. //
  91. // ma_prodcode_label
  92. //
  93. this.ma_prodcode_label.AutoSize = true;
  94. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.ma_prodcode_label.Location = new System.Drawing.Point(264, 15);
  96. this.ma_prodcode_label.Name = "ma_prodcode_label";
  97. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  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(15, 441);
  106. this.sncode_label.Name = "sncode_label";
  107. this.sncode_label.Size = new System.Drawing.Size(58, 21);
  108. this.sncode_label.TabIndex = 68;
  109. this.sncode_label.Text = "录入框";
  110. //
  111. // ChangeResult
  112. //
  113. this.ChangeResult.AutoSize = true;
  114. this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.ChangeResult.Location = new System.Drawing.Point(296, 441);
  116. this.ChangeResult.Name = "ChangeResult";
  117. this.ChangeResult.Size = new System.Drawing.Size(125, 25);
  118. this.ChangeResult.TabIndex = 70;
  119. this.ChangeResult.Text = "修改转换结果";
  120. this.ChangeResult.UseVisualStyleBackColor = true;
  121. //
  122. // changenum_lanel
  123. //
  124. this.changenum_lanel.AutoSize = true;
  125. this.changenum_lanel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.changenum_lanel.Location = new System.Drawing.Point(439, 441);
  127. this.changenum_lanel.Name = "changenum_lanel";
  128. this.changenum_lanel.Size = new System.Drawing.Size(74, 21);
  129. this.changenum_lanel.TabIndex = 71;
  130. this.changenum_lanel.Text = "转换数量";
  131. //
  132. // beforeTransSNLength_checkBox
  133. //
  134. this.beforeTransSNLength_checkBox.AutoSize = true;
  135. this.beforeTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  136. this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(20, 63);
  137. this.beforeTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  138. this.beforeTransSNLength_checkBox.Name = "beforeTransSNLength_checkBox";
  139. this.beforeTransSNLength_checkBox.Size = new System.Drawing.Size(140, 24);
  140. this.beforeTransSNLength_checkBox.TabIndex = 81;
  141. this.beforeTransSNLength_checkBox.Text = "转换前序列号长度";
  142. this.beforeTransSNLength_checkBox.UseVisualStyleBackColor = true;
  143. //
  144. // afterTransSNLength_checkBox
  145. //
  146. this.afterTransSNLength_checkBox.AutoSize = true;
  147. this.afterTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  148. this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(20, 96);
  149. this.afterTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  150. this.afterTransSNLength_checkBox.Name = "afterTransSNLength_checkBox";
  151. this.afterTransSNLength_checkBox.Size = new System.Drawing.Size(140, 24);
  152. this.afterTransSNLength_checkBox.TabIndex = 82;
  153. this.afterTransSNLength_checkBox.Text = "转换后序列号长度";
  154. this.afterTransSNLength_checkBox.UseVisualStyleBackColor = true;
  155. //
  156. // beforeTransSNPre_checkBox
  157. //
  158. this.beforeTransSNPre_checkBox.AutoSize = true;
  159. this.beforeTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  160. this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(421, 62);
  161. this.beforeTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  162. this.beforeTransSNPre_checkBox.Name = "beforeTransSNPre_checkBox";
  163. this.beforeTransSNPre_checkBox.Size = new System.Drawing.Size(140, 24);
  164. this.beforeTransSNPre_checkBox.TabIndex = 83;
  165. this.beforeTransSNPre_checkBox.Text = "转换前序列号前缀";
  166. this.beforeTransSNPre_checkBox.UseVisualStyleBackColor = true;
  167. //
  168. // afterTransSNPre_checkBox
  169. //
  170. this.afterTransSNPre_checkBox.AutoSize = true;
  171. this.afterTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  172. this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(421, 95);
  173. this.afterTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  174. this.afterTransSNPre_checkBox.Name = "afterTransSNPre_checkBox";
  175. this.afterTransSNPre_checkBox.Size = new System.Drawing.Size(140, 24);
  176. this.afterTransSNPre_checkBox.TabIndex = 84;
  177. this.afterTransSNPre_checkBox.Text = "转换后序列号前缀";
  178. this.afterTransSNPre_checkBox.UseVisualStyleBackColor = true;
  179. //
  180. // afterTransSNPre
  181. //
  182. this.afterTransSNPre.AllPower = null;
  183. this.afterTransSNPre.BackColor = System.Drawing.Color.White;
  184. this.afterTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  185. this.afterTransSNPre.ID = null;
  186. this.afterTransSNPre.Location = new System.Drawing.Point(581, 95);
  187. this.afterTransSNPre.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  188. this.afterTransSNPre.Name = "afterTransSNPre";
  189. this.afterTransSNPre.Power = null;
  190. this.afterTransSNPre.Size = new System.Drawing.Size(168, 25);
  191. this.afterTransSNPre.Str = null;
  192. this.afterTransSNPre.Str1 = null;
  193. this.afterTransSNPre.Str2 = null;
  194. this.afterTransSNPre.TabIndex = 88;
  195. //
  196. // beforeTransSNPre
  197. //
  198. this.beforeTransSNPre.AllPower = null;
  199. this.beforeTransSNPre.BackColor = System.Drawing.Color.White;
  200. this.beforeTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  201. this.beforeTransSNPre.ID = null;
  202. this.beforeTransSNPre.Location = new System.Drawing.Point(581, 62);
  203. this.beforeTransSNPre.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  204. this.beforeTransSNPre.Name = "beforeTransSNPre";
  205. this.beforeTransSNPre.Power = null;
  206. this.beforeTransSNPre.Size = new System.Drawing.Size(168, 25);
  207. this.beforeTransSNPre.Str = null;
  208. this.beforeTransSNPre.Str1 = null;
  209. this.beforeTransSNPre.Str2 = null;
  210. this.beforeTransSNPre.TabIndex = 87;
  211. //
  212. // ms_makecode_lock
  213. //
  214. this.ms_makecode_lock.AutoSize = true;
  215. this.ms_makecode_lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.ms_makecode_lock.Location = new System.Drawing.Point(20, 17);
  217. this.ms_makecode_lock.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  218. this.ms_makecode_lock.Name = "ms_makecode_lock";
  219. this.ms_makecode_lock.Size = new System.Drawing.Size(51, 21);
  220. this.ms_makecode_lock.TabIndex = 80;
  221. this.ms_makecode_lock.Text = "锁定";
  222. this.ms_makecode_lock.UseVisualStyleBackColor = true;
  223. //
  224. // OperateResult
  225. //
  226. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.OperateResult.Location = new System.Drawing.Point(20, 141);
  228. this.OperateResult.Name = "OperateResult";
  229. this.OperateResult.Size = new System.Drawing.Size(812, 287);
  230. this.OperateResult.TabIndex = 78;
  231. this.OperateResult.Text = "";
  232. //
  233. // sncode
  234. //
  235. this.sncode.AllPower = "ifall";
  236. this.sncode.BackColor = System.Drawing.Color.White;
  237. this.sncode.ID = null;
  238. this.sncode.Location = new System.Drawing.Point(95, 441);
  239. this.sncode.Name = "sncode";
  240. this.sncode.Power = "ifwrite";
  241. this.sncode.Size = new System.Drawing.Size(160, 21);
  242. this.sncode.Str = null;
  243. this.sncode.Str1 = null;
  244. this.sncode.Str2 = null;
  245. this.sncode.TabIndex = 77;
  246. this.sncode.Tag = "IfWrite";
  247. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  248. //
  249. // ReCall
  250. //
  251. this.ReCall.AllPower = null;
  252. this.ReCall.BackColor = System.Drawing.Color.Transparent;
  253. this.ReCall.DownImage = ((System.Drawing.Image)(resources.GetObject("ReCall.DownImage")));
  254. this.ReCall.Image = ((System.Drawing.Image)(resources.GetObject("ReCall.Image")));
  255. this.ReCall.IsShowBorder = true;
  256. this.ReCall.Location = new System.Drawing.Point(438, 479);
  257. this.ReCall.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReCall.MoveImage")));
  258. this.ReCall.Name = "ReCall";
  259. this.ReCall.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReCall.NormalImage")));
  260. this.ReCall.Power = null;
  261. this.ReCall.Size = new System.Drawing.Size(70, 24);
  262. this.ReCall.TabIndex = 74;
  263. this.ReCall.Text = "撤销输入";
  264. this.ReCall.UseVisualStyleBackColor = true;
  265. this.ReCall.Click += new System.EventHandler(this.ReCall_Click);
  266. //
  267. // Confirm
  268. //
  269. this.Confirm.AllPower = "ifall";
  270. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  271. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  272. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  273. this.Confirm.IsShowBorder = true;
  274. this.Confirm.Location = new System.Drawing.Point(340, 479);
  275. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  276. this.Confirm.Name = "Confirm";
  277. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  278. this.Confirm.Power = null;
  279. this.Confirm.Size = new System.Drawing.Size(70, 24);
  280. this.Confirm.TabIndex = 73;
  281. this.Confirm.Tag = "IfWrite";
  282. this.Confirm.Text = "确认";
  283. this.Confirm.UseVisualStyleBackColor = true;
  284. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  285. //
  286. // beforeTransSNLength
  287. //
  288. this.beforeTransSNLength.Location = new System.Drawing.Point(165, 65);
  289. this.beforeTransSNLength.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  290. this.beforeTransSNLength.Name = "beforeTransSNLength";
  291. this.beforeTransSNLength.Size = new System.Drawing.Size(168, 21);
  292. this.beforeTransSNLength.TabIndex = 89;
  293. this.beforeTransSNLength.Text = "0";
  294. //
  295. // afterTransSNLength
  296. //
  297. this.afterTransSNLength.Location = new System.Drawing.Point(165, 99);
  298. this.afterTransSNLength.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  299. this.afterTransSNLength.Name = "afterTransSNLength";
  300. this.afterTransSNLength.Size = new System.Drawing.Size(168, 21);
  301. this.afterTransSNLength.TabIndex = 90;
  302. this.afterTransSNLength.Text = "0";
  303. //
  304. // changenum
  305. //
  306. this.changenum.Enabled = false;
  307. this.changenum.Location = new System.Drawing.Point(553, 441);
  308. this.changenum.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  309. this.changenum.Name = "changenum";
  310. this.changenum.Size = new System.Drawing.Size(137, 21);
  311. this.changenum.TabIndex = 91;
  312. this.changenum.Text = "0";
  313. //
  314. // ma_code
  315. //
  316. this.ma_code.AllPower = null;
  317. this.ma_code.Caller = null;
  318. this.ma_code.Condition = null;
  319. this.ma_code.DBTitle = null;
  320. this.ma_code.FormName = null;
  321. this.ma_code.Location = new System.Drawing.Point(76, 16);
  322. this.ma_code.Name = "ma_code";
  323. this.ma_code.Power = null;
  324. this.ma_code.SelectField = null;
  325. this.ma_code.SetValueField = null;
  326. this.ma_code.Size = new System.Drawing.Size(163, 22);
  327. this.ma_code.TabIndex = 92;
  328. this.ma_code.TableName = null;
  329. this.ma_code.TextBoxEnable = false;
  330. //
  331. // Make_SeqTransform
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.ClientSize = new System.Drawing.Size(849, 512);
  336. this.Controls.Add(this.ma_code);
  337. this.Controls.Add(this.changenum);
  338. this.Controls.Add(this.afterTransSNLength);
  339. this.Controls.Add(this.beforeTransSNLength);
  340. this.Controls.Add(this.afterTransSNPre);
  341. this.Controls.Add(this.beforeTransSNPre);
  342. this.Controls.Add(this.afterTransSNPre_checkBox);
  343. this.Controls.Add(this.beforeTransSNPre_checkBox);
  344. this.Controls.Add(this.afterTransSNLength_checkBox);
  345. this.Controls.Add(this.beforeTransSNLength_checkBox);
  346. this.Controls.Add(this.ms_makecode_lock);
  347. this.Controls.Add(this.OperateResult);
  348. this.Controls.Add(this.sncode);
  349. this.Controls.Add(this.ReCall);
  350. this.Controls.Add(this.Confirm);
  351. this.Controls.Add(this.changenum_lanel);
  352. this.Controls.Add(this.ChangeResult);
  353. this.Controls.Add(this.sncode_label);
  354. this.Controls.Add(this.pr_detail);
  355. this.Controls.Add(this.ms_makecode_label);
  356. this.Controls.Add(this.ma_prodcode);
  357. this.Controls.Add(this.pr_detail_label);
  358. this.Controls.Add(this.ma_prodcode_label);
  359. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  360. this.Name = "Make_SeqTransform";
  361. this.Tag = "Make!SeqTransform";
  362. this.Text = " ";
  363. this.Load += new System.EventHandler(this.序列转换_Load);
  364. this.SizeChanged += new System.EventHandler(this.序列转换_SizeChanged);
  365. this.ResumeLayout(false);
  366. this.PerformLayout();
  367. }
  368. #endregion
  369. private System.Windows.Forms.Label pr_detail;
  370. private System.Windows.Forms.Label ms_makecode_label;
  371. private System.Windows.Forms.Label ma_prodcode;
  372. private System.Windows.Forms.Label pr_detail_label;
  373. private System.Windows.Forms.Label ma_prodcode_label;
  374. private System.Windows.Forms.Label sncode_label;
  375. private System.Windows.Forms.CheckBox ChangeResult;
  376. private System.Windows.Forms.Label changenum_lanel;
  377. private CustomControl.ButtonUtil.NormalButton Confirm;
  378. private CustomControl.ButtonUtil.NormalButton ReCall;
  379. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  380. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  381. private CustomControl.CustomCheckBox.LockCheckBox ms_makecode_lock;
  382. private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
  383. private System.Windows.Forms.CheckBox afterTransSNLength_checkBox;
  384. private System.Windows.Forms.CheckBox beforeTransSNPre_checkBox;
  385. private System.Windows.Forms.CheckBox afterTransSNPre_checkBox;
  386. private CustomControl.TextBoxWithIcon.EnterTextBox beforeTransSNPre;
  387. private CustomControl.TextBoxWithIcon.EnterTextBox afterTransSNPre;
  388. private CustomControl.TextBoxWithIcon.TextBoxNumOnly beforeTransSNLength;
  389. private CustomControl.TextBoxWithIcon.TextBoxNumOnly afterTransSNLength;
  390. private CustomControl.TextBoxWithIcon.TextBoxNumOnly changenum;
  391. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  392. }
  393. }