|
@@ -1433,7 +1433,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
if (sfd.ShowDialog() == DialogResult.OK)
|
|
|
{
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
|
outpic.resultFile = resultFile;
|
|
|
outpic.sfd = sfd;
|
|
@@ -1919,7 +1919,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
if (sfd.ShowDialog() == DialogResult.OK)
|
|
|
{
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
|
outpic.resultFile = resultFile;
|
|
|
outpic.sfd = sfd;
|
|
@@ -2240,7 +2240,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
if (sfd.ShowDialog() == DialogResult.OK)
|
|
|
{
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
|
outpic.resultFile = resultFile;
|
|
|
outpic.sfd = sfd;
|
|
@@ -2315,7 +2315,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
if (sfd.ShowDialog() == DialogResult.OK)
|
|
|
{
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
|
outpic.resultFile = resultFile;
|
|
|
outpic.sfd = sfd;
|
|
@@ -2338,7 +2338,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
if (sfd.ShowDialog() == DialogResult.OK)
|
|
|
{
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
|
outpic.resultFile = resultFile;
|
|
|
outpic.sfd = sfd;
|
|
@@ -2580,7 +2580,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
{
|
|
|
var datd = GetGBDataTable(sender, (int)CALCULATE_TABLE_TYPE.GB_Method1);
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.GBDatatableOne = datd;
|
|
|
outpic.GridLength = Convert.ToInt32(710.0 / imageDisHelper.m_pixelSize);
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
@@ -2604,7 +2604,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
{
|
|
|
var datd = GetGBDataTable(sender, (int)CALCULATE_TABLE_TYPE.GB_Method2);
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.GBDatatableOne = datd;
|
|
|
outpic.GridLength = Convert.ToInt32(710.0 / imageDisHelper.m_pixelSize);
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|
|
@@ -2628,7 +2628,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
{
|
|
|
var datd = GetGBDataTable(sender, (int)CALCULATE_TABLE_TYPE.ASTM);
|
|
|
this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
|
|
|
- OutPIC outpic = new OutPIC();
|
|
|
+ ImageExporter outpic = new ImageExporter();
|
|
|
outpic.GBDatatableOne = datd;
|
|
|
outpic.GridLength = Convert.ToInt32(710.0 / imageDisHelper.m_pixelSize);
|
|
|
outpic.m_list_allDfield = m_list_allDfield;
|