Browse Source

导出Excel(大数据无格式)

chenxy 6 tháng trước cách đây
mục cha
commit
2f5f5161e4

+ 2 - 2
DK.Basics/BaseControls/DataGridView/C_DataGridView.cs

@@ -982,8 +982,8 @@ namespace Dongke.IBOSS.PRD.Basics.BaseControls
 
 
             this._mnuOutputFileXlsEPPlus.Name = "mnuOutputFileXlsEPPlus";
             this._mnuOutputFileXlsEPPlus.Name = "mnuOutputFileXlsEPPlus";
             this._mnuOutputFileXlsEPPlus.Size = new System.Drawing.Size(143, 22);
             this._mnuOutputFileXlsEPPlus.Size = new System.Drawing.Size(143, 22);
-            this._mnuOutputFileXlsEPPlus.ToolTipText = "大数据量时无表格式减小内存占用";
-            this._mnuOutputFileXlsEPPlus.Text = "导出Excel(大数据无式)";
+            this._mnuOutputFileXlsEPPlus.ToolTipText = "大数据量时无表格式减小内存占用";
+            this._mnuOutputFileXlsEPPlus.Text = "导出Excel(大数据无式)";
 
 
             this._mnuDelete.Name = "mnuDelete";
             this._mnuDelete.Name = "mnuDelete";
             this._mnuDelete.Size = new System.Drawing.Size(143, 22);
             this._mnuDelete.Size = new System.Drawing.Size(143, 22);

+ 1 - 1
DK.Basics/BaseControls/ExportExcel/ExportExcelProgress.Designer.cs

@@ -99,7 +99,7 @@ namespace Dongke.IBOSS.PRD.Basics.BaseControls.ExportExcel
             this.Name = "ExportExcelProgress";
             this.Name = "ExportExcelProgress";
             this.ShowIcon = false;
             this.ShowIcon = false;
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-            this.Text = "导出Excel(大数据无式)";
+            this.Text = "导出Excel(大数据无式)";
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportExcelProgress_FormClosing);
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportExcelProgress_FormClosing);
             this.ResumeLayout(false);
             this.ResumeLayout(false);