Make_SeqProgramTransform.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_SeqProgramTransform
  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_macode_label = new System.Windows.Forms.Label();
  29. this.ma_prodcode_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.remain_qty_label = new System.Windows.Forms.Label();
  32. this.PrintNum_label = new System.Windows.Forms.Label();
  33. this.ms_macode = new System.Windows.Forms.Label();
  34. this.remain_qty = new System.Windows.Forms.Label();
  35. this.count = new System.Windows.Forms.Label();
  36. this.TSNLength_checkBox = new System.Windows.Forms.CheckBox();
  37. this.SNLength_checkBox = new System.Windows.Forms.CheckBox();
  38. this.TSNPre_checkBox = new System.Windows.Forms.CheckBox();
  39. this.SNPre_checkBox = new System.Windows.Forms.CheckBox();
  40. this.tip = new System.Windows.Forms.Label();
  41. this.in_label = new System.Windows.Forms.Label();
  42. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  43. this.sn_code_label = new System.Windows.Forms.Label();
  44. this.show_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  46. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  48. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  49. this.SNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  50. this.TSNPre = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.SNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  52. this.TSNLength = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  53. this.ChangeResult = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  54. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // ms_macode_label
  58. //
  59. this.ms_macode_label.AutoSize = true;
  60. this.ms_macode_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  61. this.ms_macode_label.Location = new System.Drawing.Point(40, 14);
  62. this.ms_macode_label.Name = "ms_macode_label";
  63. this.ms_macode_label.Size = new System.Drawing.Size(110, 31);
  64. this.ms_macode_label.TabIndex = 0;
  65. this.ms_macode_label.Text = "工单编号";
  66. //
  67. // ma_prodcode_label
  68. //
  69. this.ma_prodcode_label.AutoSize = true;
  70. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  71. this.ma_prodcode_label.Location = new System.Drawing.Point(444, 14);
  72. this.ma_prodcode_label.Name = "ma_prodcode_label";
  73. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  74. this.ma_prodcode_label.TabIndex = 1;
  75. this.ma_prodcode_label.Text = "产品编号";
  76. //
  77. // pr_detail_label
  78. //
  79. this.pr_detail_label.AutoSize = true;
  80. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.pr_detail_label.Location = new System.Drawing.Point(802, 14);
  82. this.pr_detail_label.Name = "pr_detail_label";
  83. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  84. this.pr_detail_label.TabIndex = 2;
  85. this.pr_detail_label.Text = "产品名称";
  86. //
  87. // remain_qty_label
  88. //
  89. this.remain_qty_label.AutoSize = true;
  90. this.remain_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  91. this.remain_qty_label.Location = new System.Drawing.Point(40, 56);
  92. this.remain_qty_label.Name = "remain_qty_label";
  93. this.remain_qty_label.Size = new System.Drawing.Size(86, 31);
  94. this.remain_qty_label.TabIndex = 3;
  95. this.remain_qty_label.Text = "剩余数";
  96. //
  97. // PrintNum_label
  98. //
  99. this.PrintNum_label.AutoSize = true;
  100. this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  101. this.PrintNum_label.Location = new System.Drawing.Point(444, 56);
  102. this.PrintNum_label.Name = "PrintNum_label";
  103. this.PrintNum_label.Size = new System.Drawing.Size(62, 31);
  104. this.PrintNum_label.TabIndex = 4;
  105. this.PrintNum_label.Text = "计数";
  106. //
  107. // ms_macode
  108. //
  109. this.ms_macode.AutoSize = true;
  110. this.ms_macode.Font = new System.Drawing.Font("微软雅黑", 12F);
  111. this.ms_macode.Location = new System.Drawing.Point(152, 14);
  112. this.ms_macode.Name = "ms_macode";
  113. this.ms_macode.Size = new System.Drawing.Size(0, 31);
  114. this.ms_macode.TabIndex = 5;
  115. this.ms_macode.TextChanged += new System.EventHandler(this.ms_macode_TextChanged);
  116. //
  117. // remain_qty
  118. //
  119. this.remain_qty.AutoSize = true;
  120. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  121. this.remain_qty.Location = new System.Drawing.Point(152, 55);
  122. this.remain_qty.Name = "remain_qty";
  123. this.remain_qty.Size = new System.Drawing.Size(0, 31);
  124. this.remain_qty.TabIndex = 6;
  125. //
  126. // count
  127. //
  128. this.count.AutoSize = true;
  129. this.count.Font = new System.Drawing.Font("微软雅黑", 12F);
  130. this.count.Location = new System.Drawing.Point(556, 56);
  131. this.count.Name = "count";
  132. this.count.Size = new System.Drawing.Size(28, 31);
  133. this.count.TabIndex = 8;
  134. this.count.Text = "0";
  135. //
  136. // TSNLength_checkBox
  137. //
  138. this.TSNLength_checkBox.AutoSize = true;
  139. this.TSNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  140. this.TSNLength_checkBox.Location = new System.Drawing.Point(46, 100);
  141. this.TSNLength_checkBox.Name = "TSNLength_checkBox";
  142. this.TSNLength_checkBox.Size = new System.Drawing.Size(117, 31);
  143. this.TSNLength_checkBox.TabIndex = 10;
  144. this.TSNLength_checkBox.Text = "TSN长度";
  145. this.TSNLength_checkBox.UseVisualStyleBackColor = true;
  146. //
  147. // SNLength_checkBox
  148. //
  149. this.SNLength_checkBox.AutoSize = true;
  150. this.SNLength_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  151. this.SNLength_checkBox.Location = new System.Drawing.Point(46, 147);
  152. this.SNLength_checkBox.Name = "SNLength_checkBox";
  153. this.SNLength_checkBox.Size = new System.Drawing.Size(106, 31);
  154. this.SNLength_checkBox.TabIndex = 11;
  155. this.SNLength_checkBox.Text = "SN长度";
  156. this.SNLength_checkBox.UseVisualStyleBackColor = true;
  157. //
  158. // TSNPre_checkBox
  159. //
  160. this.TSNPre_checkBox.AutoSize = true;
  161. this.TSNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  162. this.TSNPre_checkBox.Location = new System.Drawing.Point(450, 100);
  163. this.TSNPre_checkBox.Name = "TSNPre_checkBox";
  164. this.TSNPre_checkBox.Size = new System.Drawing.Size(117, 31);
  165. this.TSNPre_checkBox.TabIndex = 12;
  166. this.TSNPre_checkBox.Text = "TSN前缀";
  167. this.TSNPre_checkBox.UseVisualStyleBackColor = true;
  168. //
  169. // SNPre_checkBox
  170. //
  171. this.SNPre_checkBox.AutoSize = true;
  172. this.SNPre_checkBox.Font = new System.Drawing.Font("微软雅黑", 10F);
  173. this.SNPre_checkBox.Location = new System.Drawing.Point(450, 148);
  174. this.SNPre_checkBox.Name = "SNPre_checkBox";
  175. this.SNPre_checkBox.Size = new System.Drawing.Size(106, 31);
  176. this.SNPre_checkBox.TabIndex = 13;
  177. this.SNPre_checkBox.Text = "SN前缀";
  178. this.SNPre_checkBox.UseVisualStyleBackColor = true;
  179. //
  180. // tip
  181. //
  182. this.tip.AutoSize = true;
  183. this.tip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
  184. this.tip.Location = new System.Drawing.Point(43, 182);
  185. this.tip.Name = "tip";
  186. this.tip.Size = new System.Drawing.Size(158, 31);
  187. this.tip.TabIndex = 18;
  188. this.tip.Text = "采集提示信息";
  189. //
  190. // in_label
  191. //
  192. this.in_label.AutoSize = true;
  193. this.in_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  194. this.in_label.Location = new System.Drawing.Point(43, 523);
  195. this.in_label.Name = "in_label";
  196. this.in_label.Size = new System.Drawing.Size(86, 31);
  197. this.in_label.TabIndex = 21;
  198. this.in_label.Text = "录入框";
  199. //
  200. // ClearSn_code
  201. //
  202. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  203. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  204. this.ClearSn_code.Location = new System.Drawing.Point(414, 481);
  205. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  206. this.ClearSn_code.Name = "ClearSn_code";
  207. this.ClearSn_code.Size = new System.Drawing.Size(24, 24);
  208. this.ClearSn_code.TabIndex = 144;
  209. this.ClearSn_code.TabStop = false;
  210. this.ClearSn_code.Click += new System.EventHandler(this.cancel_Click);
  211. //
  212. // sn_code_label
  213. //
  214. this.sn_code_label.AutoSize = true;
  215. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.sn_code_label.Location = new System.Drawing.Point(43, 481);
  217. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  218. this.sn_code_label.Name = "sn_code_label";
  219. this.sn_code_label.Size = new System.Drawing.Size(86, 31);
  220. this.sn_code_label.TabIndex = 142;
  221. this.sn_code_label.Text = "序列号";
  222. //
  223. // show_sncode
  224. //
  225. this.show_sncode.AllPower = null;
  226. this.show_sncode.BackColor = System.Drawing.Color.White;
  227. this.show_sncode.Enabled = false;
  228. this.show_sncode.Font = new System.Drawing.Font("微软雅黑", 10F);
  229. this.show_sncode.ID = null;
  230. this.show_sncode.Location = new System.Drawing.Point(138, 481);
  231. this.show_sncode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  232. this.show_sncode.Name = "show_sncode";
  233. this.show_sncode.Power = null;
  234. this.show_sncode.Size = new System.Drawing.Size(238, 34);
  235. this.show_sncode.Str = null;
  236. this.show_sncode.Str1 = null;
  237. this.show_sncode.Str2 = null;
  238. this.show_sncode.TabIndex = 143;
  239. //
  240. // ma_prodcode
  241. //
  242. this.ma_prodcode.AutoSize = true;
  243. this.ma_prodcode.CutLength = null;
  244. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.ma_prodcode.Location = new System.Drawing.Point(554, 14);
  246. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  247. this.ma_prodcode.MaximumSize = new System.Drawing.Size(164, 0);
  248. this.ma_prodcode.Name = "ma_prodcode";
  249. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  250. this.ma_prodcode.TabIndex = 24;
  251. //
  252. // pr_detail
  253. //
  254. this.pr_detail.AutoSize = true;
  255. this.pr_detail.CutLength = null;
  256. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.pr_detail.Location = new System.Drawing.Point(911, 14);
  258. this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  259. this.pr_detail.MaximumSize = new System.Drawing.Size(164, 0);
  260. this.pr_detail.Name = "pr_detail";
  261. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  262. this.pr_detail.TabIndex = 23;
  263. //
  264. // code
  265. //
  266. this.code.AllPower = null;
  267. this.code.BackColor = System.Drawing.Color.White;
  268. this.code.Font = new System.Drawing.Font("微软雅黑", 10F);
  269. this.code.ID = null;
  270. this.code.Location = new System.Drawing.Point(138, 526);
  271. this.code.Name = "code";
  272. this.code.Power = null;
  273. this.code.Size = new System.Drawing.Size(238, 34);
  274. this.code.Str = null;
  275. this.code.Str1 = null;
  276. this.code.Str2 = null;
  277. this.code.TabIndex = 22;
  278. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  279. //
  280. // OperateResult
  281. //
  282. this.OperateResult.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.OperateResult.Location = new System.Drawing.Point(46, 221);
  284. this.OperateResult.Name = "OperateResult";
  285. this.OperateResult.Size = new System.Drawing.Size(1153, 241);
  286. this.OperateResult.TabIndex = 19;
  287. this.OperateResult.Text = "";
  288. //
  289. // SNPre
  290. //
  291. this.SNPre.AllPower = null;
  292. this.SNPre.BackColor = System.Drawing.Color.White;
  293. this.SNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  294. this.SNPre.ID = null;
  295. this.SNPre.Location = new System.Drawing.Point(584, 147);
  296. this.SNPre.Name = "SNPre";
  297. this.SNPre.Power = null;
  298. this.SNPre.Size = new System.Drawing.Size(210, 34);
  299. this.SNPre.Str = null;
  300. this.SNPre.Str1 = null;
  301. this.SNPre.Str2 = null;
  302. this.SNPre.TabIndex = 17;
  303. //
  304. // TSNPre
  305. //
  306. this.TSNPre.AllPower = null;
  307. this.TSNPre.BackColor = System.Drawing.Color.White;
  308. this.TSNPre.Font = new System.Drawing.Font("微软雅黑", 10F);
  309. this.TSNPre.ID = null;
  310. this.TSNPre.Location = new System.Drawing.Point(584, 98);
  311. this.TSNPre.Name = "TSNPre";
  312. this.TSNPre.Power = null;
  313. this.TSNPre.Size = new System.Drawing.Size(210, 34);
  314. this.TSNPre.Str = null;
  315. this.TSNPre.Str1 = null;
  316. this.TSNPre.Str2 = null;
  317. this.TSNPre.TabIndex = 16;
  318. //
  319. // SNLength
  320. //
  321. this.SNLength.AllPower = null;
  322. this.SNLength.BackColor = System.Drawing.Color.White;
  323. this.SNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  324. this.SNLength.ID = null;
  325. this.SNLength.Location = new System.Drawing.Point(193, 144);
  326. this.SNLength.Name = "SNLength";
  327. this.SNLength.Negative = false;
  328. this.SNLength.Power = null;
  329. this.SNLength.Size = new System.Drawing.Size(213, 34);
  330. this.SNLength.Str = null;
  331. this.SNLength.Str1 = null;
  332. this.SNLength.Str2 = null;
  333. this.SNLength.TabIndex = 15;
  334. //
  335. // TSNLength
  336. //
  337. this.TSNLength.AllPower = null;
  338. this.TSNLength.BackColor = System.Drawing.Color.White;
  339. this.TSNLength.Font = new System.Drawing.Font("微软雅黑", 10F);
  340. this.TSNLength.ID = null;
  341. this.TSNLength.Location = new System.Drawing.Point(193, 98);
  342. this.TSNLength.Name = "TSNLength";
  343. this.TSNLength.Negative = false;
  344. this.TSNLength.Power = null;
  345. this.TSNLength.Size = new System.Drawing.Size(213, 34);
  346. this.TSNLength.Str = null;
  347. this.TSNLength.Str1 = null;
  348. this.TSNLength.Str2 = null;
  349. this.TSNLength.TabIndex = 14;
  350. //
  351. // ChangeResult
  352. //
  353. this.ChangeResult.AutoSize = true;
  354. this.ChangeResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.ChangeResult.Location = new System.Drawing.Point(414, 524);
  356. this.ChangeResult.Name = "ChangeResult";
  357. this.ChangeResult.Power = "ifspecial";
  358. this.ChangeResult.Size = new System.Drawing.Size(136, 35);
  359. this.ChangeResult.TabIndex = 145;
  360. this.ChangeResult.Text = "重新转换";
  361. this.ChangeResult.UseVisualStyleBackColor = true;
  362. //
  363. // Make_SeqProgramTransform
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.ClientSize = new System.Drawing.Size(1268, 591);
  368. this.Controls.Add(this.ChangeResult);
  369. this.Controls.Add(this.ClearSn_code);
  370. this.Controls.Add(this.show_sncode);
  371. this.Controls.Add(this.sn_code_label);
  372. this.Controls.Add(this.ma_prodcode);
  373. this.Controls.Add(this.pr_detail);
  374. this.Controls.Add(this.code);
  375. this.Controls.Add(this.in_label);
  376. this.Controls.Add(this.OperateResult);
  377. this.Controls.Add(this.tip);
  378. this.Controls.Add(this.SNPre);
  379. this.Controls.Add(this.TSNPre);
  380. this.Controls.Add(this.SNLength);
  381. this.Controls.Add(this.TSNLength);
  382. this.Controls.Add(this.SNPre_checkBox);
  383. this.Controls.Add(this.TSNPre_checkBox);
  384. this.Controls.Add(this.SNLength_checkBox);
  385. this.Controls.Add(this.TSNLength_checkBox);
  386. this.Controls.Add(this.count);
  387. this.Controls.Add(this.remain_qty);
  388. this.Controls.Add(this.ms_macode);
  389. this.Controls.Add(this.PrintNum_label);
  390. this.Controls.Add(this.remain_qty_label);
  391. this.Controls.Add(this.pr_detail_label);
  392. this.Controls.Add(this.ma_prodcode_label);
  393. this.Controls.Add(this.ms_macode_label);
  394. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  395. this.Name = "Make_SeqProgramTransform";
  396. this.Tag = "Make!SeqProgramTransform";
  397. this.Load += new System.EventHandler(this.Make_SeqProgramTransform_Load);
  398. this.SizeChanged += new System.EventHandler(this.序列烧录转换_SizeChanged);
  399. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  400. this.ResumeLayout(false);
  401. this.PerformLayout();
  402. }
  403. #endregion
  404. private System.Windows.Forms.Label ms_macode_label;
  405. private System.Windows.Forms.Label ma_prodcode_label;
  406. private System.Windows.Forms.Label pr_detail_label;
  407. private System.Windows.Forms.Label remain_qty_label;
  408. private System.Windows.Forms.Label PrintNum_label;
  409. private System.Windows.Forms.Label ms_macode;
  410. private System.Windows.Forms.Label remain_qty;
  411. private System.Windows.Forms.Label count;
  412. private System.Windows.Forms.CheckBox TSNLength_checkBox;
  413. private System.Windows.Forms.CheckBox SNLength_checkBox;
  414. private System.Windows.Forms.CheckBox TSNPre_checkBox;
  415. private System.Windows.Forms.CheckBox SNPre_checkBox;
  416. private CustomControl.TextBoxWithIcon.NumOnlyTextBox TSNLength;
  417. private CustomControl.TextBoxWithIcon.NumOnlyTextBox SNLength;
  418. private CustomControl.TextBoxWithIcon.EnterTextBox TSNPre;
  419. private CustomControl.TextBoxWithIcon.EnterTextBox SNPre;
  420. private System.Windows.Forms.Label tip;
  421. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  422. private System.Windows.Forms.Label in_label;
  423. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  424. private CustomControl.ValueLabel.ValueLabel pr_detail;
  425. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  426. private System.Windows.Forms.PictureBox ClearSn_code;
  427. private CustomControl.TextBoxWithIcon.EnterTextBox show_sncode;
  428. private System.Windows.Forms.Label sn_code_label;
  429. private CustomControl.CustomCheckBox.CustomCheckBox ChangeResult;
  430. }
  431. }