提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+23 -1
View File
@@ -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;
}
}
+28 -1
View File
@@ -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