在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 基于C#语言报表设计器源码

基于C#语言报表设计器源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:8.36M
  • 下载次数:112
  • 浏览次数:512
  • 发布时间:2021-12-09
  • 实例类别:C#语言基础
  • 发 布 人:忆意流
  • 文件格式:.rar
  • 所需积分:2
 相关标签: MES 项目 源码 C#

实例介绍

【实例简介】基于C#语言报表设计器源码

【实例截图】from clipboard

from clipboard

【核心代码】

.
├── MES_源代码
│   ├── Backup
│   │   ├── Report.BLL
│   │   │   ├── BLL.cd
│   │   │   ├── BLLReport.cs
│   │   │   ├── BLLUser.cs
│   │   │   ├── BLLUtil.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.BLL.csproj
│   │   │   └── Report.BLL.csproj.user
│   │   ├── Report.DAL
│   │   │   ├── DAL.cd
│   │   │   ├── DALReport.cs
│   │   │   ├── DALUser.cs
│   │   │   ├── DALUtil.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.DAL.csproj
│   │   │   └── Report.DAL.csproj.user
│   │   ├── Report.DALFactory
│   │   │   ├── DALFactory.cd
│   │   │   ├── DataAccess.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.DALFactory.csproj
│   │   │   └── Report.DALFactory.csproj.user
│   │   ├── Report.DALSQLServer
│   │   │   ├── DALReport.cs
│   │   │   ├── DALSQLServer.cd
│   │   │   ├── DALUser.cs
│   │   │   ├── DALUtil.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Report.DALSQLServer.csproj
│   │   ├── Report.FormUtility
│   │   │   ├── CellImpData.cs
│   │   │   ├── CellUtility.cs
│   │   │   ├── FrmUtility.cs
│   │   │   ├── MessageManager.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Report.FormUtility.csproj
│   │   ├── Report.IDAL
│   │   │   ├── IDAL.cd
│   │   │   ├── IDALReport.cs
│   │   │   ├── IDALUser.cs
│   │   │   ├── IDALUtil.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── Report.IDAL.csproj
│   │   ├── Report.MES.sln
│   │   ├── Report.Model
│   │   │   ├── 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
│   │   │   ├── Permission.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.Model.csproj
│   │   │   ├── Report.cs
│   │   │   ├── ReportData.cs
│   │   │   ├── ReportHistory.cs
│   │   │   ├── TagNames.cs
│   │   │   ├── User.cs
│   │   │   └── Var.cs
│   │   ├── Report.UI
│   │   │   ├── App.config
│   │   │   ├── CellStyleFunction.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Report.UI.csproj
│   │   │   ├── Report.UI.csproj.user
│   │   │   ├── Resources
│   │   │   │   ├── DDash.bmp
│   │   │   │   ├── DDashDot.bmp
│   │   │   │   ├── DDashDotdot.bmp
│   │   │   │   ├── DDot.bmp
│   │   │   │   ├── Dash.bmp
│   │   │   │   ├── DashDot.bmp
│   │   │   │   ├── DashDotdot.bmp
│   │   │   │   ├── DeleteTable.bmp
│   │   │   │   ├── Dot.bmp
│   │   │   │   ├── HTMLSubmitHS.png
│   │   │   │   ├── MidBorder.bmp
│   │   │   │   ├── MultiplePages.bmp
│   │   │   │   ├── ThickBorder.bmp
│   │   │   │   ├── ThinBorder.bmp
│   │   │   │   ├── UI.ico
│   │   │   │   ├── VSObject_Exception_Friend.bmp
│   │   │   │   ├── VSProject_asp.bmp
│   │   │   │   ├── about.gif
│   │   │   │   ├── 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
│   │   │   │   ├── database.bmp
│   │   │   │   ├── datasource.ico
│   │   │   │   ├── date.gif
│   │   │   │   ├── deletecol.gif
│   │   │   │   ├── deleterow.gif
│   │   │   │   ├── 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
│   │   │   │   ├── hyperlink.gif
│   │   │   │   ├── insertcol.gif
│   │   │   │   ├── insertpic.gif
│   │   │   │   ├── insertrow.gif
│   │   │   │   ├── insertsheet.gif
│   │   │   │   ├── italic.gif
│   │   │   │   ├── mergecell.gif
│   │   │   │   ├── mergecols.gif
│   │   │   │   ├── mergerows.gif
│   │   │   │   ├── new.gif
│   │   │   │   ├── open.gif
│   │   │   │   ├── openfolder3.png
│   │   │   │   ├── 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
│   │   │   │   ├── sum.gif
│   │   │   │   ├── sum3d.gif
│   │   │   │   ├── sumh.gif
│   │   │   │   ├── sumv.gif
│   │   │   │   ├── thousand.gif
│   │   │   │   ├── time.gif
│   │   │   │   ├── underline.gif
│   │   │   │   ├── undo.gif
│   │   │   │   ├── unmergecell.gif
│   │   │   │   ├── view3d.gif
│   │   │   │   ├── vpagebreak.gif
│   │   │   │   └── wordwrap.gif
│   │   │   ├── UI.cd
│   │   │   ├── dialogHeight.cs
│   │   │   ├── dialogHeight.resx
│   │   │   ├── dialogWidth.cs
│   │   │   ├── dialogWidth.resx
│   │   │   ├── frmCategory.Designer.cs
│   │   │   ├── frmCategory.cs
│   │   │   ├── frmCategory.resx
│   │   │   ├── frmChangePassword.Designer.cs
│   │   │   ├── frmChangePassword.cs
│   │   │   ├── frmChangePassword.resx
│   │   │   ├── frmCustomCal.Designer.cs
│   │   │   ├── frmCustomCal.cs
│   │   │   ├── frmCustomCal.resx
│   │   │   ├── frmCustomDraw.Designer.cs
│   │   │   ├── frmCustomDraw.cs
│   │   │   ├── frmCustomDraw.resx
│   │   │   ├── frmImportData.Designer.cs
│   │   │   ├── frmImportData.cs
│   │   │   ├── frmImportData.resx
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmManageCal.Designer.cs
│   │   │   ├── frmManageCal.cs
│   │   │   ├── frmManageCal.resx
│   │   │   ├── frmPHDDate.Designer.cs
│   │   │   ├── frmPHDDate.cs
│   │   │   ├── frmPHDDate.resx
│   │   │   ├── frmPasteSpecial.Designer.cs
│   │   │   ├── frmPasteSpecial.cs
│   │   │   ├── frmPasteSpecial.resx
│   │   │   ├── frmPreview.Designer.cs
│   │   │   ├── frmPreview.cs
│   │   │   ├── frmPreview.resx
│   │   │   ├── frmReport.Designer.cs
│   │   │   ├── frmReport.cs
│   │   │   ├── frmReport.resx
│   │   │   ├── frmSetupDB.Designer.cs
│   │   │   ├── frmSetupDB.cs
│   │   │   ├── frmSetupDB.resx
│   │   │   ├── frmSetupDBPHD.Designer.cs
│   │   │   ├── frmSetupDBPHD.cs
│   │   │   ├── frmSetupDBPHD.resx
│   │   │   ├── frmSetupDBSQLServer.Designer.cs
│   │   │   ├── frmSetupDBSQLServer.cs
│   │   │   ├── frmSetupDBSQLServer.resx
│   │   │   ├── frmSetupDataSource.Designer.cs
│   │   │   ├── frmSetupDataSource.cs
│   │   │   ├── frmSetupDataSource.resx
│   │   │   ├── frmSetupPHDDataSource.cs
│   │   │   ├── frmSetupPHDDataSource.designer.cs
│   │   │   ├── frmSetupPHDDataSource.resx
│   │   │   ├── frmUserManage.Designer.cs
│   │   │   ├── frmUserManage.cs
│   │   │   ├── frmUserManage.resx
│   │   │   └── oracle.sql
│   │   ├── Report.Utility
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.Utility.csproj
│   │   │   ├── Utility.cd
│   │   │   └── Utility.cs
│   │   ├── Report.Web
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.designer.cs
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── Login.aspx.designer.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Report.Web.csproj
│   │   │   ├── Report.Web.csproj.user
│   │   │   ├── ShowHistory.aspx
│   │   │   ├── ShowHistory.aspx.cs
│   │   │   ├── ShowHistory.aspx.designer.cs
│   │   │   ├── Web.cd
│   │   │   ├── Web.config
│   │   │   └── images
│   │   │       ├── Calendar_scheduleHS.png
│   │   │       ├── File_19.png
│   │   │       ├── Software Update.png
│   │   │       └── print_printer.png
│   │   └── Report.WebServer
│   │       ├── App.config
│   │       ├── Program.cs
│   │       ├── Properties
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── Resources.Designer.cs
│   │       │   ├── Resources.resx
│   │       │   ├── Settings.Designer.cs
│   │       │   └── Settings.settings
│   │       ├── Report.WebServer.csproj
│   │       ├── WebServer.ico
│   │       ├── frmWebServer.Designer.cs
│   │       ├── frmWebServer.cs
│   │       └── frmWebServer.resx
│   ├── Report.BLL
│   │   ├── BLL.cd
│   │   ├── BLLReport.cs
│   │   ├── BLLUser.cs
│   │   ├── BLLUtil.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.BLL.csproj
│   │   ├── Report.BLL.csproj.user
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Report.BLL.XML
│   │   │       ├── Report.BLL.dll
│   │   │       ├── Report.BLL.pdb
│   │   │       ├── 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
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.BLL.csproj.AssemblyReference.cache
│   │           ├── Report.BLL.csproj.FileListAbsolute.txt
│   │           ├── Report.BLL.csprojAssemblyReference.cache
│   │           ├── Report.BLL.dll
│   │           ├── Report.BLL.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── Report.DAL
│   │   ├── DAL.cd
│   │   ├── DALReport.cs
│   │   ├── DALUser.cs
│   │   ├── DALUtil.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.DAL.csproj
│   │   ├── Report.DAL.csproj.user
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── DBUtility.dll
│   │   │       ├── Report.DAL.XML
│   │   │       ├── Report.DAL.dll
│   │   │       ├── Report.DAL.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
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.DAL.csproj.AssemblyReference.cache
│   │           ├── Report.DAL.csproj.FileListAbsolute.txt
│   │           ├── Report.DAL.csprojAssemblyReference.cache
│   │           ├── Report.DAL.dll
│   │           ├── Report.DAL.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── Report.DALFactory
│   │   ├── DALFactory.cd
│   │   ├── DataAccess.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.DALFactory.csproj
│   │   ├── Report.DALFactory.csproj.user
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Report.DALFactory.XML
│   │   │       ├── Report.DALFactory.dll
│   │   │       ├── Report.DALFactory.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
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.DALFactory.csproj.FileListAbsolute.txt
│   │           ├── Report.DALFactory.csprojAssemblyReference.cache
│   │           ├── Report.DALFactory.dll
│   │           ├── Report.DALFactory.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── Report.DALSQLServer
│   │   ├── DALReport.cs
│   │   ├── DALSQLServer.cd
│   │   ├── DALUser.cs
│   │   ├── DALUtil.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.DALSQLServer.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── DBUtility.dll
│   │   │       ├── Report.DALSQLServer.XML
│   │   │       ├── Report.DALSQLServer.dll
│   │   │       ├── Report.DALSQLServer.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
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.DALSQLServer.csproj.FileListAbsolute.txt
│   │           ├── Report.DALSQLServer.csprojAssemblyReference.cache
│   │           ├── Report.DALSQLServer.dll
│   │           ├── Report.DALSQLServer.pdb
│   │           └── TempPE
│   ├── Report.FormUtility
│   │   ├── CellImpData.cs
│   │   ├── CellUtility.cs
│   │   ├── FrmUtility.cs
│   │   ├── MessageManager.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.FormUtility.csproj
│   │   ├── 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
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.FormUtility.csproj.FileListAbsolute.txt
│   │           ├── Report.FormUtility.csprojAssemblyReference.cache
│   │           ├── Report.FormUtility.dll
│   │           ├── Report.FormUtility.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── Report.IDAL
│   │   ├── IDAL.cd
│   │   ├── IDALReport.cs
│   │   ├── IDALUser.cs
│   │   ├── IDALUtil.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.IDAL.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Report.IDAL.XML
│   │   │       ├── Report.IDAL.dll
│   │   │       ├── Report.IDAL.pdb
│   │   │       ├── Report.Model.dll
│   │   │       ├── Report.Model.pdb
│   │   │       └── Report.Model.xml
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.IDAL.csproj.FileListAbsolute.txt
│   │           ├── Report.IDAL.csprojAssemblyReference.cache
│   │           ├── Report.IDAL.dll
│   │           ├── Report.IDAL.pdb
│   │           └── TempPE
│   ├── Report.MES.sln
│   ├── Report.MES.suo
│   ├── Report.Model
│   │   ├── 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
│   │   ├── Permission.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.Model.csproj
│   │   ├── Report.cs
│   │   ├── ReportData.cs
│   │   ├── ReportHistory.cs
│   │   ├── TagNames.cs
│   │   ├── User.cs
│   │   ├── Var.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Report.Model.XML
│   │   │       ├── Report.Model.dll
│   │   │       └── Report.Model.pdb
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.Model.csproj.FileListAbsolute.txt
│   │           ├── Report.Model.csprojAssemblyReference.cache
│   │           ├── Report.Model.dll
│   │           ├── Report.Model.pdb
│   │           └── TempPE
│   ├── Report.UI
│   │   ├── App.config
│   │   ├── CellStyleFunction.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Report.UI.csproj
│   │   ├── Report.UI.csproj.user
│   │   ├── Resources
│   │   │   ├── ActualSize.bmp
│   │   │   ├── DDash.bmp
│   │   │   ├── DDashDot.bmp
│   │   │   ├── DDashDotdot.bmp
│   │   │   ├── DDot.bmp
│   │   │   ├── Dash.bmp
│   │   │   ├── DashDot.bmp
│   │   │   ├── DashDotdot.bmp
│   │   │   ├── DeleteTable.bmp
│   │   │   ├── Dot.bmp
│   │   │   ├── HTMLSubmitHS.png
│   │   │   ├── MidBorder.bmp
│   │   │   ├── MultiplePages.bmp
│   │   │   ├── ThickBorder.bmp
│   │   │   ├── ThinBorder.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── UI.ico
│   │   │   ├── VSObject_Exception_Friend.bmp
│   │   │   ├── VSProject_asp.bmp
│   │   │   ├── about.gif
│   │   │   ├── 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
│   │   │   ├── database.bmp
│   │   │   ├── datasource.ico
│   │   │   ├── date.gif
│   │   │   ├── deletecol.gif
│   │   │   ├── deleterow.gif
│   │   │   ├── 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
│   │   │   ├── hyperlink.gif
│   │   │   ├── insertcol.gif
│   │   │   ├── insertpic.gif
│   │   │   ├── insertrow.gif
│   │   │   ├── insertsheet.gif
│   │   │   ├── italic.gif
│   │   │   ├── mergecell.gif
│   │   │   ├── mergecols.gif
│   │   │   ├── mergerows.gif
│   │   │   ├── new.gif
│   │   │   ├── open.gif
│   │   │   ├── openfolder3.png
│   │   │   ├── 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
│   │   │   ├── sum.gif
│   │   │   ├── sum3d.gif
│   │   │   ├── sumh.gif
│   │   │   ├── sumv.gif
│   │   │   ├── thousand.gif
│   │   │   ├── time.gif
│   │   │   ├── underline.gif
│   │   │   ├── undo.gif
│   │   │   ├── unmergecell.gif
│   │   │   ├── view3d.gif
│   │   │   ├── vpagebreak.gif
│   │   │   └── wordwrap.gif
│   │   ├── UI.cd
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AxInterop.CELL50Lib.dll
│   │   │       ├── DBUtility.dll
│   │   │       ├── DynamicCompiler.dll
│   │   │       ├── Interop.CELL50Lib.dll
│   │   │       ├── Report.BLL.dll
│   │   │       ├── Report.BLL.pdb
│   │   │       ├── Report.BLL.xml
│   │   │       ├── Report.DAL.dll
│   │   │       ├── Report.DAL.pdb
│   │   │       ├── Report.DAL.xml
│   │   │       ├── Report.DALFactory.dll
│   │   │       ├── Report.DALFactory.pdb
│   │   │       ├── Report.DALFactory.xml
│   │   │       ├── Report.DALSQLServer.dll
│   │   │       ├── Report.DALSQLServer.pdb
│   │   │       ├── Report.DALSQLServer.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.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.Utility.dll
│   │   │       ├── Report.Utility.pdb
│   │   │       ├── Report.Utility.xml
│   │   │       └── oracle.sql
│   │   ├── dialogHeight.cs
│   │   ├── dialogHeight.resx
│   │   ├── dialogWidth.cs
│   │   ├── dialogWidth.resx
│   │   ├── frmCategory.Designer.cs
│   │   ├── frmCategory.cs
│   │   ├── frmCategory.resx
│   │   ├── frmChangePassword.Designer.cs
│   │   ├── frmChangePassword.cs
│   │   ├── frmChangePassword.resx
│   │   ├── frmCustomCal.Designer.cs
│   │   ├── frmCustomCal.cs
│   │   ├── frmCustomCal.resx
│   │   ├── frmCustomDraw.Designer.cs
│   │   ├── frmCustomDraw.cs
│   │   ├── frmCustomDraw.resx
│   │   ├── frmImportData.Designer.cs
│   │   ├── frmImportData.cs
│   │   ├── frmImportData.resx
│   │   ├── frmLogin.Designer.cs
│   │   ├── frmLogin.cs
│   │   ├── frmLogin.resx
│   │   ├── frmMain.Designer.cs
│   │   ├── frmMain.cs
│   │   ├── frmMain.resx
│   │   ├── frmManageCal.Designer.cs
│   │   ├── frmManageCal.cs
│   │   ├── frmManageCal.resx
│   │   ├── frmPHDDate.Designer.cs
│   │   ├── frmPHDDate.cs
│   │   ├── frmPHDDate.resx
│   │   ├── frmPasteSpecial.Designer.cs
│   │   ├── frmPasteSpecial.cs
│   │   ├── frmPasteSpecial.resx
│   │   ├── frmPreview.Designer.cs
│   │   ├── frmPreview.cs
│   │   ├── frmPreview.resx
│   │   ├── frmReport.Designer.cs
│   │   ├── frmReport.cs
│   │   ├── frmReport.resx
│   │   ├── frmSetupDB.Designer.cs
│   │   ├── frmSetupDB.cs
│   │   ├── frmSetupDB.resx
│   │   ├── frmSetupDBPHD.Designer.cs
│   │   ├── frmSetupDBPHD.cs
│   │   ├── frmSetupDBPHD.resx
│   │   ├── frmSetupDBSQLServer.Designer.cs
│   │   ├── frmSetupDBSQLServer.cs
│   │   ├── frmSetupDBSQLServer.resx
│   │   ├── frmSetupDataSource.Designer.cs
│   │   ├── frmSetupDataSource.cs
│   │   ├── frmSetupDataSource.resx
│   │   ├── frmSetupPHDDataSource.cs
│   │   ├── frmSetupPHDDataSource.designer.cs
│   │   ├── frmSetupPHDDataSource.resx
│   │   ├── frmUserManage.Designer.cs
│   │   ├── frmUserManage.cs
│   │   ├── frmUserManage.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── Report.UI.Properties.Resources.resources
│   │   │       ├── Report.UI.csproj.AssemblyReference.cache
│   │   │       ├── Report.UI.csproj.FileListAbsolute.txt
│   │   │       ├── Report.UI.csproj.GenerateResource.Cache
│   │   │       ├── Report.UI.csprojAssemblyReference.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.frmPHDDate.resources
│   │   │       ├── Report.UI.frmPasteSpecial.resources
│   │   │       ├── Report.UI.frmPreview.resources
│   │   │       ├── Report.UI.frmReport.resources
│   │   │       ├── Report.UI.frmSetupDB.resources
│   │   │       ├── Report.UI.frmSetupDBPHD.resources
│   │   │       ├── Report.UI.frmSetupDBSQLServer.resources
│   │   │       ├── Report.UI.frmSetupDataSource.resources
│   │   │       ├── Report.UI.frmSetupPHDDataSource.resources
│   │   │       ├── Report.UI.frmUserManage.resources
│   │   │       ├── Report.UI.pdb
│   │   │       ├── ResolveAssemblyReference.cache
│   │   │       └── TempPE
│   │   │           └── Properties.Resources.Designer.cs.dll
│   │   └── oracle.sql
│   ├── Report.Utility
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report.Utility.csproj
│   │   ├── Utility.cd
│   │   ├── Utility.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Report.Model.dll
│   │   │       ├── Report.Model.pdb
│   │   │       ├── Report.Model.xml
│   │   │       ├── Report.Utility.XML
│   │   │       ├── Report.Utility.dll
│   │   │       └── Report.Utility.pdb
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.Utility.csproj.FileListAbsolute.txt
│   │           ├── Report.Utility.csprojAssemblyReference.cache
│   │           ├── Report.Utility.dll
│   │           ├── Report.Utility.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── Report.Web
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Default.aspx.designer.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── Login.aspx.designer.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Report
│   │   │   ├── History
│   │   │   │   ├── Report.Mes.Report.R3.345.cll
│   │   │   │   ├── Report.Mes.Report.R3.346.cll
│   │   │   │   ├── Report.Mes.Report.R3.347.cll
│   │   │   │   └── history.txt
│   │   │   ├── 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
│   │   ├── bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── DBUtility.dll
│   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   ├── Report.BLL.dll
│   │   │   ├── Report.BLL.pdb
│   │   │   ├── Report.BLL.xml
│   │   │   ├── Report.DAL.dll
│   │   │   ├── Report.DAL.pdb
│   │   │   ├── Report.DAL.xml
│   │   │   ├── Report.DALFactory.dll
│   │   │   ├── Report.DALFactory.pdb
│   │   │   ├── Report.DALFactory.xml
│   │   │   ├── 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
│   │   │   ├── Report.Web.XML
│   │   │   ├── Report.Web.dll
│   │   │   └── Report.Web.pdb
│   │   ├── cellweb5.cab
│   │   ├── images
│   │   │   ├── Calendar_scheduleHS.png
│   │   │   ├── File_19.png
│   │   │   ├── HomeHS.png
│   │   │   ├── PreviousPageHS.png
│   │   │   ├── PrintHS.png
│   │   │   ├── PrintPreviewHS.png
│   │   │   ├── Software Update.png
│   │   │   ├── SychronizeListHS.png
│   │   │   ├── file3.png
│   │   │   ├── folder3.png
│   │   │   ├── logo.jpg
│   │   │   ├── openfolder3.png
│   │   │   ├── print_printer.png
│   │   │   └── saveHS.png
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── Report.Web.csproj.AssemblyReference.cache
│   │   │       ├── Report.Web.csproj.FileListAbsolute.txt
│   │   │       ├── Report.Web.csprojAssemblyReference.cache
│   │   │       ├── Report.Web.dll
│   │   │       ├── Report.Web.pdb
│   │   │       ├── ResolveAssemblyReference.cache
│   │   │       └── TempPE
│   │   └── webctrl_client
│   │       └── 1_0
│   │           ├── Images
│   │           │   ├── folder.gif
│   │           │   ├── folderopen.gif
│   │           │   ├── html.gif
│   │           │   └── root.gif
│   │           ├── MultiPage.htc
│   │           ├── TabStrip.htc
│   │           ├── TreeImages
│   │           │   ├── L.gif
│   │           │   ├── Lminus.gif
│   │           │   ├── Lplus.gif
│   │           │   ├── Rminus.gif
│   │           │   ├── Rplus.gif
│   │           │   ├── T.gif
│   │           │   ├── Tminus.gif
│   │           │   ├── Tplus.gif
│   │           │   ├── f.gif
│   │           │   ├── fminus.gif
│   │           │   ├── fplus.gif
│   │           │   ├── i.gif
│   │           │   ├── minus.gif
│   │           │   ├── plus.gif
│   │           │   ├── r.gif
│   │           │   ├── rtl
│   │           │   │   ├── F.gif
│   │           │   │   ├── Fminus.gif
│   │           │   │   ├── Fplus.gif
│   │           │   │   ├── I.gif
│   │           │   │   ├── L.gif
│   │           │   │   ├── Lminus.gif
│   │           │   │   ├── Lplus.gif
│   │           │   │   ├── Rminus.gif
│   │           │   │   ├── Rplus.gif
│   │           │   │   ├── T.gif
│   │           │   │   ├── Tminus.gif
│   │           │   │   ├── Tplus.gif
│   │           │   │   ├── minus.gif
│   │           │   │   ├── plus.gif
│   │           │   │   ├── r.gif
│   │           │   │   └── white.gif
│   │           │   └── white.gif
│   │           ├── toolbar.htc
│   │           └── treeview.htc
│   ├── Report.WebServer
│   │   ├── App.config
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Report.WebServer.csproj
│   │   ├── WebServer.ico
│   │   ├── 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.DAL.pdb
│   │   │       ├── Report.DAL.xml
│   │   │       ├── Report.DALFactory.dll
│   │   │       ├── Report.DALFactory.pdb
│   │   │       ├── Report.DALFactory.xml
│   │   │       ├── Report.DALSQLServer.dll
│   │   │       ├── Report.DALSQLServer.pdb
│   │   │       ├── Report.DALSQLServer.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.Designer.cs
│   │   ├── frmWebServer.cs
│   │   ├── frmWebServer.resx
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── Report.WebServer.Properties.Resources.resources
│   │           ├── Report.WebServer.csproj.AssemblyReference.cache
│   │           ├── Report.WebServer.csproj.FileListAbsolute.txt
│   │           ├── Report.WebServer.csproj.GenerateResource.Cache
│   │           ├── Report.WebServer.csprojAssemblyReference.cache
│   │           ├── Report.WebServer.exe
│   │           ├── Report.WebServer.frmWebServer.resources
│   │           ├── Report.WebServer.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   ├── UpgradeLog.htm
│   ├── dll
│   │   ├── AjaxControlToolkit.dll
│   │   ├── AspNetServer.dll
│   │   ├── AxInterop.CELL50Lib.dll
│   │   ├── CellCtrl
│   │   │   ├── CellCtrl5.ocx
│   │   │   ├── CellResChs.dll
│   │   │   ├── Chart10.dll
│   │   │   ├── ChartChs.dll
│   │   │   ├── HAdo.dll
│   │   │   └── YRWXls.ocx
│   │   ├── CellWeb
│   │   │   ├── CellWChs.dll
│   │   │   ├── CellWEnu.dll
│   │   │   ├── CellWeb5.ocx
│   │   │   ├── Chart10W.dll
│   │   │   ├── ChartChs.dll
│   │   │   ├── ChartEnu.dll
│   │   │   ├── HAdo.dll
│   │   │   └── YRWXls.ocx
│   │   ├── DBUtility.dll
│   │   ├── DynamicCompiler.dll
│   │   ├── Interop.CELL50Lib.dll
│   │   └── Microsoft.Web.UI.WebControls.dll
│   └── doc
│       ├── TestDllImport.dll
│       ├── dll.txt
│       └── sample.txt
└── 好例子网_MES_源代码.rar

115 directories, 912 files




标签: MES 项目 源码 C#

实例下载地址

基于C#语言报表设计器源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 Wfs1530075705 发表于: 2021-12-28 16:12 02
不能用

支持(0) 盖楼(回复)

第 2 楼 lawrence1205 发表于: 2022-01-17 10:49 05
提示病毒?

支持(0) 盖楼(回复)

第 3 楼 zhangjialing 发表于: 2022-01-25 22:13 20
什么东西哟

支持(0) 盖楼(回复)

第 4 楼 yalhy 发表于: 2022-07-22 17:03 36
没有数据库

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有4条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警