实例介绍
完整的代码,带数据库文件,包含客户端+服务端
【实例截图】
【核心代码】
MES_源代码
└── MES_源代码
└── MES_源代码
├── dll
│ ├── AjaxControlToolkit.dll
│ ├── AspNetServer.dll
│ ├── AxInterop.CELL50Lib.dll
│ ├── CellCtrl
│ │ ├── CellCtrl5.ocx
│ │ ├── CellResChs.dll
│ │ ├── Chart10.dll
│ │ ├── ChartChs.dll
│ │ ├── HAdo.dll
│ │ └── YRWXls.ocx
│ ├── CellWeb
│ │ ├── CellWChs.dll
│ │ ├── CellWeb5.ocx
│ │ ├── CellWEnu.dll
│ │ ├── Chart10W.dll
│ │ ├── ChartChs.dll
│ │ ├── ChartEnu.dll
│ │ ├── HAdo.dll
│ │ └── YRWXls.ocx
│ ├── DBUtility.dll
│ ├── DynamicCompiler.dll
│ ├── Interop.CELL50Lib.dll
│ └── Microsoft.Web.UI.WebControls.dll
├── doc
│ ├── dll.txt
│ ├── sample.txt
│ └── TestDllImport.dll
├── Report.BLL
│ ├── bin
│ │ └── Debug
│ │ ├── Report.BLL.dll
│ │ ├── Report.BLL.pdb
│ │ ├── Report.BLL.XML
│ │ ├── Report.DALFactory.dll
│ │ ├── Report.DALFactory.pdb
│ │ ├── Report.DALFactory.xml
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.xml
│ ├── BLL.cd
│ ├── BLLReport.cs
│ ├── BLLUser.cs
│ ├── BLLUtil.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.BLL.csproj.FileListAbsolute.txt
│ │ ├── Report.BLL.dll
│ │ ├── Report.BLL.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report.BLL.csproj
│ └── Report.BLL.csproj.user
├── Report.DAL
│ ├── bin
│ │ └── Debug
│ │ ├── DBUtility.dll
│ │ ├── Report.DAL.dll
│ │ ├── Report.DAL.pdb
│ │ ├── Report.DAL.XML
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.xml
│ ├── DAL.cd
│ ├── DALReport.cs
│ ├── DALUser.cs
│ ├── DALUtil.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.DAL.csproj.FileListAbsolute.txt
│ │ ├── Report.DAL.dll
│ │ ├── Report.DAL.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report.DAL.csproj
│ └── Report.DAL.csproj.user
├── Report.DALFactory
│ ├── bin
│ │ └── Debug
│ │ ├── Report.DALFactory.dll
│ │ ├── Report.DALFactory.pdb
│ │ ├── Report.DALFactory.XML
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.xml
│ ├── DALFactory.cd
│ ├── DataAccess.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.DALFactory.csproj.FileListAbsolute.txt
│ │ ├── Report.DALFactory.dll
│ │ ├── Report.DALFactory.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report.DALFactory.csproj
│ └── Report.DALFactory.csproj.user
├── Report.DALSQLServer
│ ├── bin
│ │ └── Debug
│ │ ├── DBUtility.dll
│ │ ├── Report.DALSQLServer.dll
│ │ ├── Report.DALSQLServer.pdb
│ │ ├── Report.DALSQLServer.XML
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.xml
│ ├── DALReport.cs
│ ├── DALSQLServer.cd
│ ├── DALUser.cs
│ ├── DALUtil.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.DALSQLServer.csproj.FileListAbsolute.txt
│ │ ├── Report.DALSQLServer.dll
│ │ └── Report.DALSQLServer.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Report.DALSQLServer.csproj
├── Report.FormUtility
│ ├── bin
│ │ └── Debug
│ │ ├── AxInterop.CELL50Lib.dll
│ │ ├── DynamicCompiler.dll
│ │ ├── Interop.CELL50Lib.dll
│ │ ├── Report.BLL.dll
│ │ ├── Report.BLL.pdb
│ │ ├── Report.BLL.xml
│ │ ├── Report.DALFactory.dll
│ │ ├── Report.DALFactory.pdb
│ │ ├── Report.DALFactory.xml
│ │ ├── Report.FormUtility.dll
│ │ ├── Report.FormUtility.pdb
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.xml
│ ├── CellImpData.cs
│ ├── CellUtility.cs
│ ├── FrmUtility.cs
│ ├── MessageManager.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.FormUtility.csproj.FileListAbsolute.txt
│ │ ├── Report.FormUtility.dll
│ │ ├── Report.FormUtility.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Report.FormUtility.csproj
├── Report.IDAL
│ ├── bin
│ │ └── Debug
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.XML
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ └── Report.Model.xml
│ ├── IDAL.cd
│ ├── IDALReport.cs
│ ├── IDALUser.cs
│ ├── IDALUtil.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.IDAL.csproj.FileListAbsolute.txt
│ │ ├── Report.IDAL.dll
│ │ └── Report.IDAL.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Report.IDAL.csproj
├── Report.MES.sln
├── Report.MES.suo
├── Report.Model
│ ├── bin
│ │ └── Debug
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ └── Report.Model.XML
│ ├── Category.cs
│ ├── CellValue.cs
│ ├── Code.cs
│ ├── Column.cs
│ ├── ColumnPHD.cs
│ ├── CustomCal.cs
│ ├── CustomFunc.cs
│ ├── CustomVar.cs
│ ├── DisplayIndex.cs
│ ├── Field.cs
│ ├── FuncParam.cs
│ ├── Login.cs
│ ├── Model.cd
│ ├── obj
│ │ └── Debug
│ │ ├── Report.Model.csproj.FileListAbsolute.txt
│ │ ├── Report.Model.dll
│ │ └── Report.Model.pdb
│ ├── Permission.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report.cs
│ ├── ReportData.cs
│ ├── ReportHistory.cs
│ ├── Report.Model.csproj
│ ├── TagNames.cs
│ ├── User.cs
│ └── Var.cs
├── Report.UI
│ ├── App.config
│ ├── bin
│ │ └── Debug
│ │ ├── AxInterop.CELL50Lib.dll
│ │ ├── DBUtility.dll
│ │ ├── DynamicCompiler.dll
│ │ ├── Interop.CELL50Lib.dll
│ │ ├── oracle.sql
│ │ ├── Report.BLL.dll
│ │ ├── Report.BLL.pdb
│ │ ├── Report.BLL.xml
│ │ ├── Report.DAL.dll
│ │ ├── Report.DALFactory.dll
│ │ ├── Report.DALFactory.pdb
│ │ ├── Report.DALFactory.xml
│ │ ├── Report.DAL.pdb
│ │ ├── Report.DALSQLServer.dll
│ │ ├── Report.DALSQLServer.pdb
│ │ ├── Report.DALSQLServer.xml
│ │ ├── Report.DAL.xml
│ │ ├── Report.FormUtility.dll
│ │ ├── Report.FormUtility.pdb
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.UI.exe
│ │ ├── Report.UI.exe.config
│ │ ├── Report.UI.pdb
│ │ ├── Report.UI.vshost.exe
│ │ ├── Report.UI.vshost.exe.config
│ │ ├── Report.UI.vshost.exe.manifest
│ │ ├── Report.UI.XML
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.xml
│ ├── CellStyleFunction.cs
│ ├── dialogHeight.cs
│ ├── dialogHeight.resx
│ ├── dialogWidth.cs
│ ├── dialogWidth.resx
│ ├── frmCategory.cs
│ ├── frmCategory.Designer.cs
│ ├── frmCategory.resx
│ ├── frmChangePassword.cs
│ ├── frmChangePassword.Designer.cs
│ ├── frmChangePassword.resx
│ ├── frmCustomCal.cs
│ ├── frmCustomCal.Designer.cs
│ ├── frmCustomCal.resx
│ ├── frmCustomDraw.cs
│ ├── frmCustomDraw.Designer.cs
│ ├── frmCustomDraw.resx
│ ├── frmImportData.cs
│ ├── frmImportData.Designer.cs
│ ├── frmImportData.resx
│ ├── frmLogin.cs
│ ├── frmLogin.Designer.cs
│ ├── frmLogin.resx
│ ├── frmMain.cs
│ ├── frmMain.Designer.cs
│ ├── frmMain.resx
│ ├── frmManageCal.cs
│ ├── frmManageCal.Designer.cs
│ ├── frmManageCal.resx
│ ├── frmPasteSpecial.cs
│ ├── frmPasteSpecial.Designer.cs
│ ├── frmPasteSpecial.resx
│ ├── frmPHDDate.cs
│ ├── frmPHDDate.Designer.cs
│ ├── frmPHDDate.resx
│ ├── frmPreview.cs
│ ├── frmPreview.Designer.cs
│ ├── frmPreview.resx
│ ├── frmReport.cs
│ ├── frmReport.Designer.cs
│ ├── frmReport.resx
│ ├── frmSetupDataSource.cs
│ ├── frmSetupDataSource.Designer.cs
│ ├── frmSetupDataSource.resx
│ ├── frmSetupDB.cs
│ ├── frmSetupDB.Designer.cs
│ ├── frmSetupDBPHD.cs
│ ├── frmSetupDBPHD.Designer.cs
│ ├── frmSetupDBPHD.resx
│ ├── frmSetupDB.resx
│ ├── frmSetupDBSQLServer.cs
│ ├── frmSetupDBSQLServer.Designer.cs
│ ├── frmSetupDBSQLServer.resx
│ ├── frmSetupPHDDataSource.cs
│ ├── frmSetupPHDDataSource.designer.cs
│ ├── frmSetupPHDDataSource.resx
│ ├── frmUserManage.cs
│ ├── frmUserManage.Designer.cs
│ ├── frmUserManage.resx
│ ├── obj
│ │ └── Debug
│ │ ├── Report.UI.csproj.FileListAbsolute.txt
│ │ ├── Report.UI.csproj.GenerateResource.Cache
│ │ ├── Report.UI.dialogHeight.resources
│ │ ├── Report.UI.dialogWidth.resources
│ │ ├── Report.UI.exe
│ │ ├── Report.UI.frmCategory.resources
│ │ ├── Report.UI.frmChangePassword.resources
│ │ ├── Report.UI.frmCustomCal.resources
│ │ ├── Report.UI.frmCustomDraw.resources
│ │ ├── Report.UI.frmImportData.resources
│ │ ├── Report.UI.frmLogin.resources
│ │ ├── Report.UI.frmMain.resources
│ │ ├── Report.UI.frmManageCal.resources
│ │ ├── Report.UI.frmPasteSpecial.resources
│ │ ├── Report.UI.frmPHDDate.resources
│ │ ├── Report.UI.frmPreview.resources
│ │ ├── Report.UI.frmReport.resources
│ │ ├── Report.UI.frmSetupDataSource.resources
│ │ ├── Report.UI.frmSetupDBPHD.resources
│ │ ├── Report.UI.frmSetupDB.resources
│ │ ├── Report.UI.frmSetupDBSQLServer.resources
│ │ ├── Report.UI.frmSetupPHDDataSource.resources
│ │ ├── Report.UI.frmUserManage.resources
│ │ ├── Report.UI.pdb
│ │ ├── Report.UI.Properties.Resources.resources
│ │ └── ResolveAssemblyReference.cache
│ ├── oracle.sql
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Report.UI.csproj
│ ├── Report.UI.csproj.user
│ ├── Resources
│ │ ├── about.gif
│ │ ├── ActualSize.bmp
│ │ ├── alignbottom.gif
│ │ ├── aligncenter.gif
│ │ ├── alignleft.gif
│ │ ├── alignmiddle.gif
│ │ ├── alignright.gif
│ │ ├── aligntop.gif
│ │ ├── appendcol.gif
│ │ ├── appendrow.gif
│ │ ├── auditingsheet.gif
│ │ ├── auditingstylesheet.gif
│ │ ├── auditingworkbook.gif
│ │ ├── backcolor.gif
│ │ ├── barcode.gif
│ │ ├── bold.gif
│ │ ├── border.gif
│ │ ├── calculateall.gif
│ │ ├── cellproperty.gif
│ │ ├── cellsplith.gif
│ │ ├── cellsplitv.gif
│ │ ├── chartw.gif
│ │ ├── class.bmp
│ │ ├── copy.gif
│ │ ├── currency.gif
│ │ ├── customcal.ico
│ │ ├── customdraw.ico
│ │ ├── cut.gif
│ │ ├── Dash.bmp
│ │ ├── DashDot.bmp
│ │ ├── DashDotdot.bmp
│ │ ├── database.bmp
│ │ ├── datasource.ico
│ │ ├── date.gif
│ │ ├── DDash.bmp
│ │ ├── DDashDot.bmp
│ │ ├── DDashDotdot.bmp
│ │ ├── DDot.bmp
│ │ ├── deletecol.gif
│ │ ├── deleterow.gif
│ │ ├── DeleteTable.bmp
│ │ ├── Dot.bmp
│ │ ├── drawcal.bmp
│ │ ├── equalnext.gif
│ │ ├── equalprior.gif
│ │ ├── erase.gif
│ │ ├── file3.png
│ │ ├── fillserial.gif
│ │ ├── fillv.gif
│ │ ├── find.gif
│ │ ├── findnext.gif
│ │ ├── folder3.png
│ │ ├── forecolor.gif
│ │ ├── formula.gif
│ │ ├── formulaS.gif
│ │ ├── freeze.gif
│ │ ├── gear_32.bmp
│ │ ├── gridline.gif
│ │ ├── hpagebreak.gif
│ │ ├── HTMLSubmitHS.png
│ │ ├── hyperlink.gif
│ │ ├── insertcol.gif
│ │ ├── insertpic.gif
│ │ ├── insertrow.gif
│ │ ├── insertsheet.gif
│ │ ├── italic.gif
│ │ ├── mergecell.gif
│ │ ├── mergecols.gif
│ │ ├── mergerows.gif
│ │ ├── MidBorder.bmp
│ │ ├── MultiplePages.bmp
│ │ ├── new.gif
│ │ ├── openfolder3.png
│ │ ├── open.gif
│ │ ├── openweb.gif
│ │ ├── pagebreak.gif
│ │ ├── painter.gif
│ │ ├── paste.gif
│ │ ├── percent.gif
│ │ ├── phd.bmp
│ │ ├── preview.bmp
│ │ ├── print.gif
│ │ ├── printpreview.gif
│ │ ├── readonly.gif
│ │ ├── redo.gif
│ │ ├── repeatedly.gif
│ │ ├── rotate.gif
│ │ ├── save.gif
│ │ ├── sheetsize.gif
│ │ ├── sorta.gif
│ │ ├── sortd.gif
│ │ ├── sum3d.gif
│ │ ├── sum.gif
│ │ ├── sumh.gif
│ │ ├── sumv.gif
│ │ ├── ThickBorder.bmp
│ │ ├── ThinBorder.bmp
│ │ ├── thousand.gif
│ │ ├── Thumbs.db
│ │ ├── time.gif
│ │ ├── UI.ico
│ │ ├── underline.gif
│ │ ├── undo.gif
│ │ ├── unmergecell.gif
│ │ ├── view3d.gif
│ │ ├── vpagebreak.gif
│ │ ├── VSObject_Exception_Friend.bmp
│ │ ├── VSProject_asp.bmp
│ │ └── wordwrap.gif
│ └── UI.cd
├── Report.Utility
│ ├── bin
│ │ └── Debug
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── Report.Utility.XML
│ ├── obj
│ │ └── Debug
│ │ ├── Report.Utility.csproj.FileListAbsolute.txt
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report.Utility.csproj
│ ├── Utility.cd
│ └── Utility.cs
├── Report.Web
│ ├── bin
│ │ ├── AjaxControlToolkit.dll
│ │ ├── DBUtility.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── Report.BLL.dll
│ │ ├── Report.BLL.pdb
│ │ ├── Report.BLL.xml
│ │ ├── Report.DAL.dll
│ │ ├── Report.DALFactory.dll
│ │ ├── Report.DALFactory.pdb
│ │ ├── Report.DALFactory.xml
│ │ ├── Report.DAL.pdb
│ │ ├── Report.DALSQLServer.dll
│ │ ├── Report.DALSQLServer.pdb
│ │ ├── Report.DALSQLServer.xml
│ │ ├── Report.DAL.xml
│ │ ├── Report.IDAL.dll
│ │ ├── Report.IDAL.pdb
│ │ ├── Report.IDAL.xml
│ │ ├── Report.Model.dll
│ │ ├── Report.Model.pdb
│ │ ├── Report.Model.xml
│ │ ├── Report.Utility.dll
│ │ ├── Report.Utility.pdb
│ │ ├── Report.Utility.xml
│ │ ├── Report.Web.dll
│ │ ├── Report.Web.pdb
│ │ └── Report.Web.XML
│ ├── cellweb5.cab
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Default.aspx.designer.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── images
│ │ ├── Calendar_scheduleHS.png
│ │ ├── File_19.png
│ │ ├── file3.png
│ │ ├── folder3.png
│ │ ├── HomeHS.png
│ │ ├── logo.jpg
│ │ ├── openfolder3.png
│ │ ├── PreviousPageHS.png
│ │ ├── PrintHS.png
│ │ ├── PrintPreviewHS.png
│ │ ├── print_printer.png
│ │ ├── saveHS.png
│ │ ├── Software Update.png
│ │ └── SychronizeListHS.png
│ ├── Login.aspx
│ ├── Login.aspx.cs
│ ├── Login.aspx.designer.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Report.Web.csproj.FileListAbsolute.txt
│ │ ├── Report.Web.dll
│ │ ├── Report.Web.pdb
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Report
│ │ ├── History
│ │ │ ├── history.txt
│ │ │ ├── Report.Mes.Report.R3.345.cll
│ │ │ ├── Report.Mes.Report.R3.346.cll
│ │ │ └── Report.Mes.Report.R3.347.cll
│ │ ├── Report.Mes.Report.2.cll
│ │ └── Report.Mes.Report.3.cll
│ ├── Report.Web.csproj
│ ├── Report.Web.csproj.user
│ ├── ShowHistory.aspx
│ ├── ShowHistory.aspx.cs
│ ├── ShowHistory.aspx.designer.cs
│ ├── Web.cd
│ ├── Web.config
│ └── webctrl_client
│ └── 1_0
│ ├── Images
│ │ ├── folder.gif
│ │ ├── folderopen.gif
│ │ ├── html.gif
│ │ └── root.gif
│ ├── MultiPage.htc
│ ├── TabStrip.htc
│ ├── toolbar.htc
│ ├── TreeImages
│ │ ├── f.gif
│ │ ├── fminus.gif
│ │ ├── fplus.gif
│ │ ├── i.gif
│ │ ├── L.gif
│ │ ├── Lminus.gif
│ │ ├── Lplus.gif
│ │ ├── minus.gif
│ │ ├── plus.gif
│ │ ├── r.gif
│ │ ├── Rminus.gif
│ │ ├── Rplus.gif
│ │ ├── rtl
│ │ │ ├── F.gif
│ │ │ ├── Fminus.gif
│ │ │ ├── Fplus.gif
│ │ │ ├── I.gif
│ │ │ ├── L.gif
│ │ │ ├── Lminus.gif
│ │ │ ├── Lplus.gif
│ │ │ ├── minus.gif
│ │ │ ├── plus.gif
│ │ │ ├── r.gif
│ │ │ ├── Rminus.gif
│ │ │ ├── Rplus.gif
│ │ │ ├── T.gif
│ │ │ ├── Tminus.gif
│ │ │ ├── Tplus.gif
│ │ │ └── white.gif
│ │ ├── T.gif
│ │ ├── Tminus.gif
│ │ ├── Tplus.gif
│ │ └── white.gif
│ └── treeview.htc
└── Report.WebServer
├── App.config
├── bin
│ └── Debug
│ ├── AspNetServer.dll
│ ├── AxInterop.CELL50Lib.dll
│ ├── DBUtility.dll
│ ├── DynamicCompiler.dll
│ ├── Interop.CELL50Lib.dll
│ ├── Report.BLL.dll
│ ├── Report.BLL.pdb
│ ├── Report.BLL.xml
│ ├── Report.DAL.dll
│ ├── Report.DALFactory.dll
│ ├── Report.DALFactory.pdb
│ ├── Report.DALFactory.xml
│ ├── Report.DAL.pdb
│ ├── Report.DALSQLServer.dll
│ ├── Report.DALSQLServer.pdb
│ ├── Report.DALSQLServer.xml
│ ├── Report.DAL.xml
│ ├── Report.FormUtility.dll
│ ├── Report.FormUtility.pdb
│ ├── Report.IDAL.dll
│ ├── Report.IDAL.pdb
│ ├── Report.IDAL.xml
│ ├── Report.Model.dll
│ ├── Report.Model.pdb
│ ├── Report.Model.xml
│ ├── Report.Utility.dll
│ ├── Report.Utility.pdb
│ ├── Report.Utility.xml
│ ├── Report.WebServer.exe
│ ├── Report.WebServer.exe.config
│ ├── Report.WebServer.pdb
│ ├── Report.WebServer.vshost.exe
│ ├── Report.WebServer.vshost.exe.config
│ └── Report.WebServer.vshost.exe.manifest
├── frmWebServer.cs
├── frmWebServer.Designer.cs
├── frmWebServer.resx
├── obj
│ └── Debug
│ ├── Report.WebServer.csproj.FileListAbsolute.txt
│ ├── Report.WebServer.csproj.GenerateResource.Cache
│ ├── Report.WebServer.exe
│ ├── Report.WebServer.frmWebServer.resources
│ ├── Report.WebServer.pdb
│ ├── Report.WebServer.Properties.Resources.resources
│ ├── ResolveAssemblyReference.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Report.WebServer.csproj
└── WebServer.ico
81 directories, 608 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论