Make_SeqTransform.Designer.cs 24 KB

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