提交当前本机整理版本
This commit is contained in:
+23
-1
@@ -288,4 +288,26 @@ namespace Lskj.PubSpecialImport
|
||||
((System.ComponentModel.ISupportInitialize)(this.tipsEdit.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).EndInit();
|
||||
this.splitMainContainer.ResumeLayout(false);
|
||||
this.ResumeLayout(f
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
private DevExpress.XtraEditors.SimpleButton btnImport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnRead;
|
||||
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
||||
private DevExpress.XtraEditors.SimpleButton btnOk;
|
||||
private DevExpress.XtraEditors.PanelControl pl_cond;
|
||||
private DevExpress.XtraEditors.TextEdit condTxtEdit;
|
||||
private System.Windows.Forms.Label lb_cond;
|
||||
private DevExpress.XtraEditors.PanelControl pl_purview;
|
||||
private Control.LabelMultiAutoTextEdit purview_Mulit;
|
||||
private System.Windows.Forms.Label lb_purview;
|
||||
private DevExpress.XtraEditors.PanelControl tips;
|
||||
private DevExpress.XtraEditors.TextEdit tipsEdit;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitMainContainer;
|
||||
private Control.GridControlEx gcMain;
|
||||
private Control.GridControlEx gc_Right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1627,4 +1627,31 @@ namespace Lskj.PubSpecialImport
|
||||
{
|
||||
case CellType.String:
|
||||
cellValue = cell.StringCellValue;
|
||||
|
||||
break;
|
||||
case CellType.Numeric:
|
||||
cellValue = cell.NumericCellValue.ToString();
|
||||
break;
|
||||
case CellType.Boolean:
|
||||
cellValue = cell.BooleanCellValue.ToString();
|
||||
break;
|
||||
case CellType.Blank:
|
||||
break;
|
||||
default:
|
||||
cellValue.ToString();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
cellValue = cell.ToString();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
return cellValue;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||
Reference in New Issue
Block a user