|
@@ -325,9 +325,6 @@ namespace OTSIncAReportApp
|
|
|
/// <param name="e"></param>
|
|
|
private void OTSReportApp_Load(object sender, EventArgs e)
|
|
|
{
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
log = NLog.LogManager.GetCurrentClassLogger();
|
|
|
|
|
|
//------------- initialize the HMI of the main form.
|
|
@@ -392,8 +389,8 @@ namespace OTSIncAReportApp
|
|
|
{
|
|
|
rbHelp.Enabled = true;
|
|
|
}
|
|
|
- m_RptConfigFile = RptConfigFile.GetRptConfig(); //报表程序的配置文件
|
|
|
- this.Text = "ReportApp(" + m_RptConfigFile.Systype.ToString() + ")";
|
|
|
+ m_RptConfigFile =RptConfigFile.GetRptConfig(); //报表程序的配置文件
|
|
|
+ this.Text = "ReportApp(" + m_rstDataMgr.m_RptConfigFile.Systype.ToString() + ")";
|
|
|
}
|
|
|
|
|
|
#endregion
|