Make_SeqTransform.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode_label = new System.Windows.Forms.Label();
  32. this.sncode_label = new System.Windows.Forms.Label();
  33. this.ChangeResult = new System.Windows.Forms.CheckBox();
  34. this.changenum_lanel = new System.Windows.Forms.Label();
  35. this.beforeTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  36. this.afterTransSNLength_checkBox = new System.Windows.Forms.CheckBox();
  37. this.beforeTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  38. this.afterTransSNPre_checkBox = new System.Windows.Forms.CheckBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.ma_code = new System.Windows.Forms.Label();
  41. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  42. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  43. this.changenum = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  44. this.afterTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  45. this.beforeTransSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
  46. this.afterTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.beforeTransSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  49. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.ReCall = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.SuspendLayout();
  53. //
  54. // ms_makecode_label
  55. //
  56. this.ms_makecode_label.AutoSize = true;
  57. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.ms_makecode_label.Location = new System.Drawing.Point(22, 26);
  59. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  60. this.ms_makecode_label.Name = "ms_makecode_label";
  61. this.ms_makecode_label.Size = new System.Drawing.Size(0, 31);
  62. this.ms_makecode_label.TabIndex = 61;
  63. //
  64. // pr_detail_label
  65. //
  66. this.pr_detail_label.AutoSize = true;
  67. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.pr_detail_label.Location = new System.Drawing.Point(825, 22);
  69. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  70. this.pr_detail_label.Name = "pr_detail_label";
  71. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  72. this.pr_detail_label.TabIndex = 62;
  73. this.pr_detail_label.Text = "产品名称";
  74. //
  75. // ma_prodcode_label
  76. //
  77. this.ma_prodcode_label.AutoSize = true;
  78. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.ma_prodcode_label.Location = new System.Drawing.Point(460, 23);
  80. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.ma_prodcode_label.Name = "ma_prodcode_label";
  82. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  83. this.ma_prodcode_label.TabIndex = 63;
  84. this.ma_prodcode_label.Text = "产品编号";
  85. //
  86. // sncode_label
  87. //
  88. this.sncode_label.AutoSize = true;
  89. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.sncode_label.Location = new System.Drawing.Point(28, 641);
  91. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.sncode_label.Name = "sncode_label";
  93. this.sncode_label.Size = new System.Drawing.Size(86, 31);
  94. this.sncode_label.TabIndex = 68;
  95. this.sncode_label.Text = "录入框";
  96. //
  97. // ChangeResult
  98. //
  99. this.ChangeResult.AutoSize = true;
  100. this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ChangeResult.Location = new System.Drawing.Point(450, 641);
  102. this.ChangeResult.Margin = new System.Windows.Forms.Padding(4);
  103. this.ChangeResult.Name = "ChangeResult";
  104. this.ChangeResult.Size = new System.Drawing.Size(184, 35);
  105. this.ChangeResult.TabIndex = 70;
  106. this.ChangeResult.Text = "修改转换结果";
  107. this.ChangeResult.UseVisualStyleBackColor = true;
  108. //
  109. // changenum_lanel
  110. //
  111. this.changenum_lanel.AutoSize = true;
  112. this.changenum_lanel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.changenum_lanel.Location = new System.Drawing.Point(664, 641);
  114. this.changenum_lanel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.changenum_lanel.Name = "changenum_lanel";
  116. this.changenum_lanel.Size = new System.Drawing.Size(110, 31);
  117. this.changenum_lanel.TabIndex = 71;
  118. this.changenum_lanel.Text = "转换数量";
  119. //
  120. // beforeTransSNLength_checkBox
  121. //
  122. this.beforeTransSNLength_checkBox.AutoSize = true;
  123. this.beforeTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  124. this.beforeTransSNLength_checkBox.Location = new System.Drawing.Point(29, 78);
  125. this.beforeTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  126. this.beforeTransSNLength_checkBox.Name = "beforeTransSNLength_checkBox";
  127. this.beforeTransSNLength_checkBox.Size = new System.Drawing.Size(198, 31);
  128. this.beforeTransSNLength_checkBox.TabIndex = 81;
  129. this.beforeTransSNLength_checkBox.Text = "转换前序列号长度";
  130. this.beforeTransSNLength_checkBox.UseVisualStyleBackColor = true;
  131. //
  132. // afterTransSNLength_checkBox
  133. //
  134. this.afterTransSNLength_checkBox.AutoSize = true;
  135. this.afterTransSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  136. this.afterTransSNLength_checkBox.Location = new System.Drawing.Point(29, 128);
  137. this.afterTransSNLength_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  138. this.afterTransSNLength_checkBox.Name = "afterTransSNLength_checkBox";
  139. this.afterTransSNLength_checkBox.Size = new System.Drawing.Size(198, 31);
  140. this.afterTransSNLength_checkBox.TabIndex = 82;
  141. this.afterTransSNLength_checkBox.Text = "转换后序列号长度";
  142. this.afterTransSNLength_checkBox.UseVisualStyleBackColor = true;
  143. //
  144. // beforeTransSNPre_checkBox
  145. //
  146. this.beforeTransSNPre_checkBox.AutoSize = true;
  147. this.beforeTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  148. this.beforeTransSNPre_checkBox.Location = new System.Drawing.Point(631, 76);
  149. this.beforeTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  150. this.beforeTransSNPre_checkBox.Name = "beforeTransSNPre_checkBox";
  151. this.beforeTransSNPre_checkBox.Size = new System.Drawing.Size(198, 31);
  152. this.beforeTransSNPre_checkBox.TabIndex = 83;
  153. this.beforeTransSNPre_checkBox.Text = "转换前序列号前缀";
  154. this.beforeTransSNPre_checkBox.UseVisualStyleBackColor = true;
  155. //
  156. // afterTransSNPre_checkBox
  157. //
  158. this.afterTransSNPre_checkBox.AutoSize = true;
  159. this.afterTransSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  160. this.afterTransSNPre_checkBox.Location = new System.Drawing.Point(631, 126);
  161. this.afterTransSNPre_checkBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.afterTransSNPre_checkBox.Name = "afterTransSNPre_checkBox";
  163. this.afterTransSNPre_checkBox.Size = new System.Drawing.Size(198, 31);
  164. this.afterTransSNPre_checkBox.TabIndex = 84;
  165. this.afterTransSNPre_checkBox.Text = "转换后序列号前缀";
  166. this.afterTransSNPre_checkBox.UseVisualStyleBackColor = true;
  167. //
  168. // label1
  169. //
  170. this.label1.AutoSize = true;
  171. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  172. this.label1.Location = new System.Drawing.Point(22, 23);
  173. this.label1.Name = "label1";
  174. this.label1.Size = new System.Drawing.Size(110, 31);
  175. this.label1.TabIndex = 93;
  176. this.label1.Text = "工单编号";
  177. //
  178. // ma_code
  179. //
  180. this.ma_code.AutoSize = true;
  181. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F);
  182. this.ma_code.Location = new System.Drawing.Point(136, 22);
  183. this.ma_code.Name = "ma_code";
  184. this.ma_code.Size = new System.Drawing.Size(0, 31);
  185. this.ma_code.TabIndex = 95;
  186. this.ma_code.TextChanged += new System.EventHandler(this.ms_makecode_UserControlTextChanged);
  187. //
  188. // pr_detail
  189. //
  190. this.pr_detail.AutoSize = true;
  191. this.pr_detail.CutLength = null;
  192. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  193. this.pr_detail.Location = new System.Drawing.Point(935, 22);
  194. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  195. this.pr_detail.Name = "pr_detail";
  196. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  197. this.pr_detail.TabIndex = 96;
  198. //
  199. // ma_prodcode
  200. //
  201. this.ma_prodcode.AutoSize = true;
  202. this.ma_prodcode.CutLength = null;
  203. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  204. this.ma_prodcode.Location = new System.Drawing.Point(576, 26);
  205. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  206. this.ma_prodcode.MaximumSize = new System.Drawing.Size(164, 0);
  207. this.ma_prodcode.Name = "ma_prodcode";
  208. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  209. this.ma_prodcode.TabIndex = 94;
  210. //
  211. // changenum
  212. //
  213. this.changenum.Enabled = false;
  214. this.changenum.Font = new System.Drawing.Font("微软雅黑", 10F);
  215. this.changenum.Location = new System.Drawing.Point(836, 641);
  216. this.changenum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  217. this.changenum.Name = "changenum";
  218. this.changenum.Size = new System.Drawing.Size(204, 34);
  219. this.changenum.TabIndex = 91;
  220. this.changenum.Text = "0";
  221. //
  222. // afterTransSNLength
  223. //
  224. this.afterTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  225. this.afterTransSNLength.Location = new System.Drawing.Point(268, 124);
  226. this.afterTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  227. this.afterTransSNLength.Name = "afterTransSNLength";
  228. this.afterTransSNLength.Size = new System.Drawing.Size(250, 34);
  229. this.afterTransSNLength.TabIndex = 90;
  230. this.afterTransSNLength.Text = "0";
  231. //
  232. // beforeTransSNLength
  233. //
  234. this.beforeTransSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  235. this.beforeTransSNLength.Location = new System.Drawing.Point(268, 74);
  236. this.beforeTransSNLength.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  237. this.beforeTransSNLength.Name = "beforeTransSNLength";
  238. this.beforeTransSNLength.Size = new System.Drawing.Size(250, 34);
  239. this.beforeTransSNLength.TabIndex = 89;
  240. this.beforeTransSNLength.Text = "0";
  241. //
  242. // afterTransSNPre
  243. //
  244. this.afterTransSNPre.AllPower = null;
  245. this.afterTransSNPre.BackColor = System.Drawing.Color.White;
  246. this.afterTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  247. this.afterTransSNPre.ID = null;
  248. this.afterTransSNPre.Location = new System.Drawing.Point(871, 126);
  249. this.afterTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  250. this.afterTransSNPre.Name = "afterTransSNPre";
  251. this.afterTransSNPre.Power = null;
  252. this.afterTransSNPre.Size = new System.Drawing.Size(250, 34);
  253. this.afterTransSNPre.Str = null;
  254. this.afterTransSNPre.Str1 = null;
  255. this.afterTransSNPre.Str2 = null;
  256. this.afterTransSNPre.TabIndex = 88;
  257. //
  258. // beforeTransSNPre
  259. //
  260. this.beforeTransSNPre.AllPower = null;
  261. this.beforeTransSNPre.BackColor = System.Drawing.Color.White;
  262. this.beforeTransSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  263. this.beforeTransSNPre.ID = null;
  264. this.beforeTransSNPre.Location = new System.Drawing.Point(871, 76);
  265. this.beforeTransSNPre.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  266. this.beforeTransSNPre.Name = "beforeTransSNPre";
  267. this.beforeTransSNPre.Power = null;
  268. this.beforeTransSNPre.Size = new System.Drawing.Size(250, 34);
  269. this.beforeTransSNPre.Str = null;
  270. this.beforeTransSNPre.Str1 = null;
  271. this.beforeTransSNPre.Str2 = null;
  272. this.beforeTransSNPre.TabIndex = 87;
  273. //
  274. // OperateResult
  275. //
  276. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.OperateResult.Location = new System.Drawing.Point(29, 184);
  278. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  279. this.OperateResult.Name = "OperateResult";
  280. this.OperateResult.Size = new System.Drawing.Size(1216, 428);
  281. this.OperateResult.TabIndex = 78;
  282. this.OperateResult.Text = "";
  283. //
  284. // sncode
  285. //
  286. this.sncode.AllPower = "ifall";
  287. this.sncode.BackColor = System.Drawing.Color.White;
  288. this.sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  289. this.sncode.ID = null;
  290. this.sncode.Location = new System.Drawing.Point(148, 641);
  291. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  292. this.sncode.Name = "sncode";
  293. this.sncode.Power = "ifwrite";
  294. this.sncode.Size = new System.Drawing.Size(238, 34);
  295. this.sncode.Str = null;
  296. this.sncode.Str1 = null;
  297. this.sncode.Str2 = null;
  298. this.sncode.TabIndex = 77;
  299. this.sncode.Tag = "IfWrite";
  300. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  301. //
  302. // ReCall
  303. //
  304. this.ReCall.AllPower = null;
  305. this.ReCall.BackColor = System.Drawing.Color.Transparent;
  306. this.ReCall.DownImage = ((System.Drawing.Image)(resources.GetObject("ReCall.DownImage")));
  307. this.ReCall.Image = ((System.Drawing.Image)(resources.GetObject("ReCall.Image")));
  308. this.ReCall.IsShowBorder = true;
  309. this.ReCall.Location = new System.Drawing.Point(663, 697);
  310. this.ReCall.Margin = new System.Windows.Forms.Padding(4);
  311. this.ReCall.MoveImage = ((System.Drawing.Image)(resources.GetObject("ReCall.MoveImage")));
  312. this.ReCall.Name = "ReCall";
  313. this.ReCall.NormalImage = ((System.Drawing.Image)(resources.GetObject("ReCall.NormalImage")));
  314. this.ReCall.Power = null;
  315. this.ReCall.Size = new System.Drawing.Size(105, 36);
  316. this.ReCall.TabIndex = 74;
  317. this.ReCall.Text = "撤销输入";
  318. this.ReCall.UseVisualStyleBackColor = true;
  319. this.ReCall.Click += new System.EventHandler(this.ReCall_Click);
  320. //
  321. // Confirm
  322. //
  323. this.Confirm.AllPower = "ifall";
  324. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  325. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  326. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  327. this.Confirm.IsShowBorder = true;
  328. this.Confirm.Location = new System.Drawing.Point(516, 697);
  329. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  330. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  331. this.Confirm.Name = "Confirm";
  332. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  333. this.Confirm.Power = null;
  334. this.Confirm.Size = new System.Drawing.Size(105, 36);
  335. this.Confirm.TabIndex = 73;
  336. this.Confirm.Tag = "IfWrite";
  337. this.Confirm.Text = "确认";
  338. this.Confirm.UseVisualStyleBackColor = true;
  339. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  340. //
  341. // Make_SeqTransform
  342. //
  343. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  344. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  345. this.ClientSize = new System.Drawing.Size(1274, 756);
  346. this.Controls.Add(this.pr_detail);
  347. this.Controls.Add(this.ma_code);
  348. this.Controls.Add(this.ma_prodcode);
  349. this.Controls.Add(this.label1);
  350. this.Controls.Add(this.changenum);
  351. this.Controls.Add(this.afterTransSNLength);
  352. this.Controls.Add(this.beforeTransSNLength);
  353. this.Controls.Add(this.afterTransSNPre);
  354. this.Controls.Add(this.beforeTransSNPre);
  355. this.Controls.Add(this.afterTransSNPre_checkBox);
  356. this.Controls.Add(this.beforeTransSNPre_checkBox);
  357. this.Controls.Add(this.afterTransSNLength_checkBox);
  358. this.Controls.Add(this.beforeTransSNLength_checkBox);
  359. this.Controls.Add(this.OperateResult);
  360. this.Controls.Add(this.sncode);
  361. this.Controls.Add(this.ReCall);
  362. this.Controls.Add(this.Confirm);
  363. this.Controls.Add(this.changenum_lanel);
  364. this.Controls.Add(this.ChangeResult);
  365. this.Controls.Add(this.sncode_label);
  366. this.Controls.Add(this.ms_makecode_label);
  367. this.Controls.Add(this.pr_detail_label);
  368. this.Controls.Add(this.ma_prodcode_label);
  369. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  370. this.Margin = new System.Windows.Forms.Padding(4);
  371. this.Name = "Make_SeqTransform";
  372. this.Tag = "Make!SeqTransform";
  373. this.Text = " ";
  374. this.Load += new System.EventHandler(this.序列转换_Load);
  375. this.SizeChanged += new System.EventHandler(this.序列转换_SizeChanged);
  376. this.ResumeLayout(false);
  377. this.PerformLayout();
  378. }
  379. #endregion
  380. private System.Windows.Forms.Label ms_makecode_label;
  381. private System.Windows.Forms.Label pr_detail_label;
  382. private System.Windows.Forms.Label ma_prodcode_label;
  383. private System.Windows.Forms.Label sncode_label;
  384. private System.Windows.Forms.CheckBox ChangeResult;
  385. private System.Windows.Forms.Label changenum_lanel;
  386. private CustomControl.ButtonUtil.NormalButton Confirm;
  387. private CustomControl.ButtonUtil.NormalButton ReCall;
  388. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  389. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  390. private System.Windows.Forms.CheckBox beforeTransSNLength_checkBox;
  391. private System.Windows.Forms.CheckBox afterTransSNLength_checkBox;
  392. private System.Windows.Forms.CheckBox beforeTransSNPre_checkBox;
  393. private System.Windows.Forms.CheckBox afterTransSNPre_checkBox;
  394. private CustomControl.TextBoxWithIcon.EnterTextBox beforeTransSNPre;
  395. private CustomControl.TextBoxWithIcon.EnterTextBox afterTransSNPre;
  396. private CustomControl.TextBoxWithIcon.TextBoxNumOnly beforeTransSNLength;
  397. private CustomControl.TextBoxWithIcon.TextBoxNumOnly afterTransSNLength;
  398. private CustomControl.TextBoxWithIcon.TextBoxNumOnly changenum;
  399. private System.Windows.Forms.Label label1;
  400. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  401. private System.Windows.Forms.Label ma_code;
  402. private CustomControl.ValueLabel.ValueLabel pr_detail;
  403. }
  404. }