|
@@ -1,6 +1,8 @@
|
|
|
using OTSCLRINTERFACE;
|
|
|
+using OTSCommon;
|
|
|
using OTSIncAReportApp.OTSDataMgrFunction;
|
|
|
using System;
|
|
|
+using System.Collections;
|
|
|
using System.Collections.Generic;
|
|
|
using System.ComponentModel;
|
|
|
using System.Data;
|
|
@@ -33,6 +35,8 @@ namespace OTSIncAReportApp._1_UI.GBCalculate
|
|
|
{"4.5",20},
|
|
|
{"5",50 }
|
|
|
};
|
|
|
+ Language lan;
|
|
|
+ Hashtable table;
|
|
|
#endregion
|
|
|
|
|
|
public Purity(OTSIncAReportApp.frmReportApp a_ReportApp)
|
|
@@ -42,6 +46,8 @@ namespace OTSIncAReportApp._1_UI.GBCalculate
|
|
|
cBox_gride.DataSource=new string[] { "0.5", "1", "1.5", "2", "2.5", "3", "3.5", "4", "4.5", "5" };
|
|
|
cBox_gride.SelectedIndex=0;
|
|
|
rBx_process.Font = new Font(rBx_process.Font.FontFamily, 15);
|
|
|
+ lan = new Language(this);
|
|
|
+ table = lan.GetNameTable(this.Name);
|
|
|
}
|
|
|
|
|
|
private void Purity_Load(object sender, EventArgs e)
|