OQC_PlanMaintain_NEW.designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. namespace UAS_MES_NEW.OQC
  2. {
  3. partial class OQC_PlanMaintain_NEW
  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(OQC_PlanMaintain_NEW));
  29. this.ms_sncode_label = new System.Windows.Forms.Label();
  30. this.ob_prodcode_label = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.ob_reworkcode = new System.Windows.Forms.Label();
  34. this.ob_source = new System.Windows.Forms.Label();
  35. this.Reject = new System.Windows.Forms.RadioButton();
  36. this.GoodProduct = new System.Windows.Forms.RadioButton();
  37. this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.ChooseAllButton();
  38. this.pr_detail = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  41. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.CheckTypeDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  43. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.pd_itemname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.CheckResult = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  46. this.ms_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  48. this.SaveData = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. this.ReturnStep = new System.Windows.Forms.CheckBox();
  50. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ms_sncode_label
  54. //
  55. this.ms_sncode_label.AutoSize = true;
  56. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.ms_sncode_label.Location = new System.Drawing.Point(43, 35);
  58. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  59. this.ms_sncode_label.Name = "ms_sncode_label";
  60. this.ms_sncode_label.Size = new System.Drawing.Size(114, 41);
  61. this.ms_sncode_label.TabIndex = 152;
  62. this.ms_sncode_label.Text = "序列号";
  63. //
  64. // ob_prodcode_label
  65. //
  66. this.ob_prodcode_label.AutoSize = true;
  67. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.ob_prodcode_label.Location = new System.Drawing.Point(523, 33);
  69. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  70. this.ob_prodcode_label.Name = "ob_prodcode_label";
  71. this.ob_prodcode_label.Size = new System.Drawing.Size(146, 41);
  72. this.ob_prodcode_label.TabIndex = 163;
  73. this.ob_prodcode_label.Text = "产品编号";
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label1.Location = new System.Drawing.Point(1512, 30);
  80. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(146, 41);
  83. this.label1.TabIndex = 186;
  84. this.label1.Text = "检验方案";
  85. //
  86. // pr_detail_label
  87. //
  88. this.pr_detail_label.AutoSize = true;
  89. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.pr_detail_label.Location = new System.Drawing.Point(1009, 33);
  91. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.pr_detail_label.Name = "pr_detail_label";
  93. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  94. this.pr_detail_label.TabIndex = 188;
  95. this.pr_detail_label.Text = "产品名称";
  96. //
  97. // ob_reworkcode
  98. //
  99. this.ob_reworkcode.AutoSize = true;
  100. this.ob_reworkcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ob_reworkcode.Location = new System.Drawing.Point(1592, 372);
  102. this.ob_reworkcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  103. this.ob_reworkcode.Name = "ob_reworkcode";
  104. this.ob_reworkcode.Size = new System.Drawing.Size(0, 41);
  105. this.ob_reworkcode.TabIndex = 195;
  106. this.ob_reworkcode.Visible = false;
  107. //
  108. // ob_source
  109. //
  110. this.ob_source.AutoSize = true;
  111. this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.ob_source.Location = new System.Drawing.Point(1592, 316);
  113. this.ob_source.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  114. this.ob_source.Name = "ob_source";
  115. this.ob_source.Size = new System.Drawing.Size(0, 41);
  116. this.ob_source.TabIndex = 196;
  117. this.ob_source.Visible = false;
  118. //
  119. // Reject
  120. //
  121. this.Reject.AutoSize = true;
  122. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.Reject.ForeColor = System.Drawing.Color.Red;
  124. this.Reject.Location = new System.Drawing.Point(214, 83);
  125. this.Reject.Margin = new System.Windows.Forms.Padding(6);
  126. this.Reject.Name = "Reject";
  127. this.Reject.Size = new System.Drawing.Size(167, 54);
  128. this.Reject.TabIndex = 198;
  129. this.Reject.TabStop = true;
  130. this.Reject.Text = "不良品";
  131. this.Reject.UseVisualStyleBackColor = true;
  132. //
  133. // GoodProduct
  134. //
  135. this.GoodProduct.AutoSize = true;
  136. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  138. this.GoodProduct.Location = new System.Drawing.Point(50, 83);
  139. this.GoodProduct.Margin = new System.Windows.Forms.Padding(6);
  140. this.GoodProduct.Name = "GoodProduct";
  141. this.GoodProduct.Size = new System.Drawing.Size(129, 54);
  142. this.GoodProduct.TabIndex = 197;
  143. this.GoodProduct.TabStop = true;
  144. this.GoodProduct.Text = "良品";
  145. this.GoodProduct.UseVisualStyleBackColor = true;
  146. //
  147. // ChooseAll
  148. //
  149. this.ChooseAll.Location = new System.Drawing.Point(50, 158);
  150. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  151. this.ChooseAll.Name = "ChooseAll";
  152. this.ChooseAll.Size = new System.Drawing.Size(76, 36);
  153. this.ChooseAll.TabIndex = 194;
  154. this.ChooseAll.Text = "全选";
  155. this.ChooseAll.UseVisualStyleBackColor = true;
  156. //
  157. // pr_detail
  158. //
  159. this.pr_detail.AllPower = null;
  160. this.pr_detail.BackColor = System.Drawing.Color.White;
  161. this.pr_detail.Enabled = false;
  162. this.pr_detail.ID = null;
  163. this.pr_detail.Location = new System.Drawing.Point(1169, 33);
  164. this.pr_detail.Margin = new System.Windows.Forms.Padding(4);
  165. this.pr_detail.Name = "pr_detail";
  166. this.pr_detail.Power = null;
  167. this.pr_detail.ReadOnly = true;
  168. this.pr_detail.Size = new System.Drawing.Size(268, 35);
  169. this.pr_detail.Str = null;
  170. this.pr_detail.Str1 = null;
  171. this.pr_detail.Str2 = null;
  172. this.pr_detail.TabIndex = 189;
  173. this.pr_detail.Tag = "NoAuto";
  174. //
  175. // pr_code
  176. //
  177. this.pr_code.AllPower = null;
  178. this.pr_code.Caller = null;
  179. this.pr_code.Condition = null;
  180. this.pr_code.DBTitle = null;
  181. this.pr_code.FormName = null;
  182. this.pr_code.Location = new System.Drawing.Point(1688, 30);
  183. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  184. this.pr_code.Name = "pr_code";
  185. this.pr_code.Power = null;
  186. this.pr_code.ReturnData = null;
  187. this.pr_code.SelectField = null;
  188. this.pr_code.SetValueField = null;
  189. this.pr_code.Size = new System.Drawing.Size(300, 42);
  190. this.pr_code.TabIndex = 187;
  191. this.pr_code.TableName = null;
  192. this.pr_code.Tag = "ob_projectcode";
  193. this.pr_code.TextBoxEnable = false;
  194. this.pr_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ob_projectcode_UserControlTextChanged);
  195. //
  196. // OperateResult
  197. //
  198. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.OperateResult.Location = new System.Drawing.Point(1554, 149);
  200. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  201. this.OperateResult.Name = "OperateResult";
  202. this.OperateResult.Size = new System.Drawing.Size(462, 921);
  203. this.OperateResult.TabIndex = 177;
  204. this.OperateResult.Text = "";
  205. //
  206. // Clean
  207. //
  208. this.Clean.AllPower = null;
  209. this.Clean.BackColor = System.Drawing.Color.Transparent;
  210. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  211. this.Clean.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  213. this.Clean.IsShowBorder = true;
  214. this.Clean.Location = new System.Drawing.Point(1718, 1100);
  215. this.Clean.Margin = new System.Windows.Forms.Padding(6);
  216. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  217. this.Clean.Name = "Clean";
  218. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  219. this.Clean.Power = null;
  220. this.Clean.Size = new System.Drawing.Size(136, 48);
  221. this.Clean.TabIndex = 176;
  222. this.Clean.Tag = "";
  223. this.Clean.Text = "清除";
  224. this.Clean.UseVisualStyleBackColor = true;
  225. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  226. //
  227. // CheckTypeDGV
  228. //
  229. this.CheckTypeDGV.AllowUserToAddRows = false;
  230. this.CheckTypeDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  231. this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  232. this.Choose,
  233. this.pd_itemname,
  234. this.CheckResult});
  235. this.CheckTypeDGV.EnableContentClick = true;
  236. this.CheckTypeDGV.Location = new System.Drawing.Point(50, 149);
  237. this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(6);
  238. this.CheckTypeDGV.Name = "CheckTypeDGV";
  239. this.CheckTypeDGV.RowHeadersWidth = 82;
  240. this.CheckTypeDGV.RowTemplate.Height = 23;
  241. this.CheckTypeDGV.Size = new System.Drawing.Size(1490, 925);
  242. this.CheckTypeDGV.TabIndex = 167;
  243. //
  244. // Choose
  245. //
  246. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  247. this.Choose.DataPropertyName = "Choose";
  248. this.Choose.HeaderText = "勾选";
  249. this.Choose.MinimumWidth = 10;
  250. this.Choose.Name = "Choose";
  251. this.Choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  252. this.Choose.Width = 60;
  253. //
  254. // pd_itemname
  255. //
  256. this.pd_itemname.DataPropertyName = "pd_itemname";
  257. this.pd_itemname.HeaderText = "检验项目";
  258. this.pd_itemname.MinimumWidth = 10;
  259. this.pd_itemname.Name = "pd_itemname";
  260. this.pd_itemname.ReadOnly = true;
  261. this.pd_itemname.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  262. this.pd_itemname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  263. this.pd_itemname.Width = 150;
  264. //
  265. // CheckResult
  266. //
  267. this.CheckResult.DataPropertyName = "CheckResult";
  268. this.CheckResult.HeaderText = "是否NG";
  269. this.CheckResult.MinimumWidth = 10;
  270. this.CheckResult.Name = "CheckResult";
  271. this.CheckResult.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  272. this.CheckResult.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  273. this.CheckResult.Width = 200;
  274. //
  275. // ms_prodcode
  276. //
  277. this.ms_prodcode.AllPower = null;
  278. this.ms_prodcode.BackColor = System.Drawing.Color.White;
  279. this.ms_prodcode.Enabled = false;
  280. this.ms_prodcode.ID = null;
  281. this.ms_prodcode.Location = new System.Drawing.Point(683, 33);
  282. this.ms_prodcode.Margin = new System.Windows.Forms.Padding(6);
  283. this.ms_prodcode.Name = "ms_prodcode";
  284. this.ms_prodcode.Power = null;
  285. this.ms_prodcode.Size = new System.Drawing.Size(268, 35);
  286. this.ms_prodcode.Str = null;
  287. this.ms_prodcode.Str1 = null;
  288. this.ms_prodcode.Str2 = null;
  289. this.ms_prodcode.TabIndex = 164;
  290. this.ms_prodcode.Tag = "NoAuto";
  291. //
  292. // ms_sncode
  293. //
  294. this.ms_sncode.AllPower = null;
  295. this.ms_sncode.BackColor = System.Drawing.Color.White;
  296. this.ms_sncode.ID = null;
  297. this.ms_sncode.Location = new System.Drawing.Point(201, 39);
  298. this.ms_sncode.Margin = new System.Windows.Forms.Padding(6);
  299. this.ms_sncode.Name = "ms_sncode";
  300. this.ms_sncode.Power = null;
  301. this.ms_sncode.Size = new System.Drawing.Size(268, 35);
  302. this.ms_sncode.Str = null;
  303. this.ms_sncode.Str1 = null;
  304. this.ms_sncode.Str2 = null;
  305. this.ms_sncode.TabIndex = 153;
  306. this.ms_sncode.Tag = "NoAuto";
  307. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
  308. //
  309. // SaveData
  310. //
  311. this.SaveData.AllPower = null;
  312. this.SaveData.BackColor = System.Drawing.Color.Transparent;
  313. this.SaveData.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveData.DownImage")));
  314. this.SaveData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.SaveData.Image = ((System.Drawing.Image)(resources.GetObject("SaveData.Image")));
  316. this.SaveData.IsShowBorder = true;
  317. this.SaveData.Location = new System.Drawing.Point(658, 1100);
  318. this.SaveData.Margin = new System.Windows.Forms.Padding(6);
  319. this.SaveData.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveData.MoveImage")));
  320. this.SaveData.Name = "SaveData";
  321. this.SaveData.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveData.NormalImage")));
  322. this.SaveData.Power = null;
  323. this.SaveData.Size = new System.Drawing.Size(136, 48);
  324. this.SaveData.TabIndex = 199;
  325. this.SaveData.Tag = "";
  326. this.SaveData.Text = "保存";
  327. this.SaveData.UseVisualStyleBackColor = true;
  328. this.SaveData.Click += new System.EventHandler(this.SaveData_Click);
  329. //
  330. // ReturnStep
  331. //
  332. this.ReturnStep.AutoSize = true;
  333. this.ReturnStep.Location = new System.Drawing.Point(410, 103);
  334. this.ReturnStep.Name = "ReturnStep";
  335. this.ReturnStep.Size = new System.Drawing.Size(138, 28);
  336. this.ReturnStep.TabIndex = 200;
  337. this.ReturnStep.Text = "是否回流";
  338. this.ReturnStep.UseVisualStyleBackColor = true;
  339. //
  340. // OQC_PlanMaintain_NEW
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(2044, 1166);
  345. this.Controls.Add(this.ReturnStep);
  346. this.Controls.Add(this.SaveData);
  347. this.Controls.Add(this.Reject);
  348. this.Controls.Add(this.GoodProduct);
  349. this.Controls.Add(this.ob_source);
  350. this.Controls.Add(this.ob_reworkcode);
  351. this.Controls.Add(this.ChooseAll);
  352. this.Controls.Add(this.pr_detail);
  353. this.Controls.Add(this.pr_detail_label);
  354. this.Controls.Add(this.pr_code);
  355. this.Controls.Add(this.label1);
  356. this.Controls.Add(this.OperateResult);
  357. this.Controls.Add(this.Clean);
  358. this.Controls.Add(this.CheckTypeDGV);
  359. this.Controls.Add(this.ms_prodcode);
  360. this.Controls.Add(this.ob_prodcode_label);
  361. this.Controls.Add(this.ms_sncode);
  362. this.Controls.Add(this.ms_sncode_label);
  363. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  364. this.Margin = new System.Windows.Forms.Padding(6);
  365. this.Name = "OQC_PlanMaintain_NEW";
  366. this.Tag = "OQC!PlanMaintain";
  367. this.Text = "抽样计划维护";
  368. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_PlanMaintain_FormClosing);
  369. this.Load += new System.EventHandler(this.抽样计划维护_Load);
  370. this.SizeChanged += new System.EventHandler(this.抽样计划维护_SizeChanged);
  371. ((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).EndInit();
  372. this.ResumeLayout(true);
  373. this.PerformLayout();
  374. }
  375. #endregion
  376. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  377. private System.Windows.Forms.Label ms_sncode_label;
  378. private CustomControl.TextBoxWithIcon.EnterTextBox ms_prodcode;
  379. private System.Windows.Forms.Label ob_prodcode_label;
  380. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CheckTypeDGV;
  381. private CustomControl.ButtonUtil.NormalButton Clean;
  382. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  383. private System.Windows.Forms.Label label1;
  384. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  385. private System.Windows.Forms.Label pr_detail_label;
  386. private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
  387. private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
  388. private System.Windows.Forms.Label ob_reworkcode;
  389. private System.Windows.Forms.Label ob_source;
  390. private System.Windows.Forms.RadioButton Reject;
  391. private System.Windows.Forms.RadioButton GoodProduct;
  392. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  393. private System.Windows.Forms.DataGridViewTextBoxColumn pd_itemname;
  394. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckResult;
  395. private CustomControl.ButtonUtil.NormalButton SaveData;
  396. private System.Windows.Forms.CheckBox ReturnStep;
  397. }
  398. }