在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#项目案例-Winform案例

C#项目案例-Winform案例

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.86M
  • 下载次数:5
  • 浏览次数:148
  • 发布时间:2021-11-10
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
项目管理 文档管理 网络监视 实时聊天 快递管理 俄罗斯方块 电子商务 博客论坛
【实例截图】
【核心代码】
4744300845172145135.rar
└── cs 案例
├── cs 案例内容说明.doc
├── 俄罗斯方块
│   ├── BlockingElements
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   └── Release
│   │   │   ├── BlockingElements.exe
│   │   │   └── BlockingElements.vshost.exe
│   │   ├── Block.cs
│   │   ├── BlockingElements.csproj
│   │   ├── BlockingElements.csproj.user
│   │   ├── BlockingElements.sln
│   │   ├── BlockingElements.suo
│   │   ├── BlockList.cs
│   │   ├── blocks.bmp
│   │   ├── BlockTypes.cs
│   │   ├── doc
│   │   │   ├── linear.html
│   │   │   ├── LinearHtml.css
│   │   │   └── ndoc.log
│   │   ├── GameEngine.cs
│   │   ├── GameModes.cs
│   │   ├── GameObjectBase.cs
│   │   ├── GamePieceBase.cs
│   │   ├── GameWindow.cs
│   │   ├── GameWindow.resx
│   │   ├── Grid.cs
│   │   ├── obj
│   │   │   ├── BlockingElements.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── BlockingElements.projdata
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── BlockingElements.About.resources
│   │   │   ├── BlockingElements.blocks.bmp
│   │   │   ├── BlockingElements.csproj.GenerateResource.Cache
│   │   │   ├── BlockingElements.exe
│   │   │   ├── BlockingElements.GameWindow.resources
│   │   │   ├── BlockingElements.Help.resources
│   │   │   ├── BlockingElements.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   ├── Shape.cs
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Window.cs
│   └── xcprof.txt
├── 博客论坛
│   ├── tBlogger
│   │   ├── AssemblyInfo.cs
│   │   ├── BackingStore
│   │   │   ├── Data1.xml
│   │   │   ├── SearchResultsDS.cs
│   │   │   ├── SearchResultsDS.xsd
│   │   │   ├── SearchResultsDS.xsx
│   │   │   ├── SiteDataSet.cs
│   │   │   ├── SiteDataSet.xsd
│   │   │   └── SiteDataSet.xsx
│   │   ├── bin
│   │   │   ├── freetextbox.dll
│   │   │   ├── tBlogger.dll
│   │   │   ├── tBlogger.pdb
│   │   │   └── tblogger.xml
│   │   ├── ChangeLog.txt
│   │   ├── Components
│   │   │   ├── QueryStringChecker.cs
│   │   │   ├── SearchIt.cs
│   │   │   └── Util.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Default.aspx.resx
│   │   ├── default.css
│   │   ├── DotAdmin
│   │   │   ├── AdminLogin.aspx
│   │   │   ├── AdminLogin.aspx.cs
│   │   │   ├── AdminLogin.aspx.resx
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.resx
│   │   │   ├── DeleteBlogEntry.aspx
│   │   │   ├── DeleteBlogEntry.aspx.cs
│   │   │   ├── DeleteBlogEntry.aspx.resx
│   │   │   ├── DeleteResponseEntry.aspx
│   │   │   ├── DeleteResponseEntry.aspx.cs
│   │   │   ├── DeleteResponseEntry.aspx.resx
│   │   │   ├── EditBlogEntry.aspx
│   │   │   ├── EditBlogEntry.aspx.cs
│   │   │   ├── EditBlogEntry.aspx.resx
│   │   │   ├── NewBlogEntry.aspx
│   │   │   ├── NewBlogEntry.aspx.cs
│   │   │   ├── NewBlogEntry.aspx.resx
│   │   │   ├── UploadImages.aspx
│   │   │   ├── UploadImages.aspx.cs
│   │   │   └── UploadImages.aspx.resx
│   │   ├── download
│   │   ├── FreeTextBox
│   │   │   ├── FreeTextBox-MainScript.js
│   │   │   ├── FreeTextBox-ToolbarItemsScript.js
│   │   │   ├── images
│   │   │   │   ├── bold.gif
│   │   │   │   ├── bulletedlist.gif
│   │   │   │   ├── copy.gif
│   │   │   │   ├── createlink.gif
│   │   │   │   ├── csharp.gif
│   │   │   │   ├── cut.gif
│   │   │   │   ├── delete.gif
│   │   │   │   ├── deletetablecolumn.gif
│   │   │   │   ├── deletetablerow.gif
│   │   │   │   ├── fontbackcolorpicker.gif
│   │   │   │   ├── fontforecolorpicker.gif
│   │   │   │   ├── indent.gif
│   │   │   │   ├── insertdate.gif
│   │   │   │   ├── insertimagefromgallery.gif
│   │   │   │   ├── insertimage.gif
│   │   │   │   ├── insertrule.gif
│   │   │   │   ├── inserttablecolumn.gif
│   │   │   │   ├── inserttable.gif
│   │   │   │   ├── inserttablerow.gif
│   │   │   │   ├── inserttime.gif
│   │   │   │   ├── italic.gif
│   │   │   │   ├── justifycenter.gif
│   │   │   │   ├── justifyfull.gif
│   │   │   │   ├── justifyleft.gif
│   │   │   │   ├── justifyright.gif
│   │   │   │   ├── mode.design.gif
│   │   │   │   ├── mode.html.gif
│   │   │   │   ├── numberedlist.gif
│   │   │   │   ├── outdent.gif
│   │   │   │   ├── paste.gif
│   │   │   │   ├── print.gif
│   │   │   │   ├── redo.gif
│   │   │   │   ├── removeformat.gif
│   │   │   │   ├── save.gif
│   │   │   │   ├── separator.horizontal.gif
│   │   │   │   ├── separator.vertical.gif
│   │   │   │   ├── spellcheck.gif
│   │   │   │   ├── strikethrough.gif
│   │   │   │   ├── subscript.gif
│   │   │   │   ├── superscript.gif
│   │   │   │   ├── toolbarbutton.down.gif
│   │   │   │   ├── toolbarbutton.over.gif
│   │   │   │   ├── toolbar.horizontal.background.gif
│   │   │   │   ├── toolbar.horizontal.end.gif
│   │   │   │   ├── toolbar.horizontal.start.gif
│   │   │   │   ├── toolbar.vertical.background.gif
│   │   │   │   ├── toolbar.vertical.end.gif
│   │   │   │   ├── toolbar.vertical.start.gif
│   │   │   │   ├── underline.gif
│   │   │   │   ├── undo.gif
│   │   │   │   ├── unlink.gif
│   │   │   │   ├── wordclean.gif
│   │   │   │   └── wordcount.gif
│   │   │   └── Languages
│   │   │   ├── en-en.xml
│   │   │   ├── es-ES.xml
│   │   │   ├── fr-FR.xml
│   │   │   ├── Languages.xml
│   │   │   └── zh-cn.xml
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── images
│   │   │   ├── Banner.gif
│   │   │   ├── cat.gif
│   │   │   ├── cat.jpg
│   │   │   └── x.jpg
│   │   ├── Modules
│   │   │   ├── About.ascx
│   │   │   ├── About.ascx.cs
│   │   │   ├── About.ascx.resx
│   │   │   ├── Blogs.ascx
│   │   │   ├── Blogs.ascx.cs
│   │   │   ├── Blogs.ascx.resx
│   │   │   ├── Contact.ascx
│   │   │   ├── Contact.ascx.cs
│   │   │   ├── Contact.ascx.resx
│   │   │   ├── Footer.ascx
│   │   │   ├── Footer.ascx.cs
│   │   │   ├── Footer.ascx.resx
│   │   │   ├── Links.ascx
│   │   │   ├── Links.ascx.cs
│   │   │   ├── Links.ascx.resx
│   │   │   ├── Respond.ascx
│   │   │   ├── Respond.ascx.cs
│   │   │   ├── Respond.ascx.resx
│   │   │   ├── Responses.ascx
│   │   │   ├── Responses.ascx.cs
│   │   │   ├── Responses.ascx.resx
│   │   │   ├── Search.ascx
│   │   │   ├── Search.ascx.cs
│   │   │   ├── Search.ascx.resx
│   │   │   ├── Welcome.ascx
│   │   │   ├── Welcome.ascx.cs
│   │   │   └── Welcome.ascx.resx
│   │   ├── Respond.aspx
│   │   ├── Respond.aspx.cs
│   │   ├── Respond.aspx.resx
│   │   ├── Responses.aspx
│   │   ├── Responses.aspx.cs
│   │   ├── Responses.aspx.resx
│   │   ├── responses.css
│   │   ├── tBlogger.csproj
│   │   ├── tBlogger.csproj.webinfo
│   │   ├── tBlogger.sln
│   │   ├── tBlogger.suo
│   │   ├── tblogger.xml
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Web.config
│   └── xcprof.txt
├── 实时聊天
│   ├── ChatClient
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── ChatClient.exe
│   │   │   │   ├── ChatClient.pdb
│   │   │   │   ├── ChatLink.dll
│   │   │   │   ├── ChatLink.pdb
│   │   │   │   └── settings.dat
│   │   │   └── Release
│   │   │   ├── ChatClient.exe
│   │   │   ├── ChatLink.dll
│   │   │   └── settings.dat
│   │   ├── ChatClient.cs
│   │   ├── ChatClient.csproj
│   │   ├── ChatClient.csproj.user
│   │   ├── ChatClient.resx
│   │   ├── ChatClient.sln
│   │   ├── ChatClient.suo
│   │   ├── ChatForm.cs
│   │   ├── ChatForm.resx
│   │   ├── doc
│   │   │   ├── linear.html
│   │   │   ├── LinearHtml.css
│   │   │   └── ndoc.log
│   │   ├── Info.cs
│   │   ├── Info.resx
│   │   └── obj
│   │   ├── ChatClient.csproj.FileList.txt
│   │   ├── Debug
│   │   │   ├── ChatClient.ChatClient.resources
│   │   │   ├── ChatClient.ChatForm.resources
│   │   │   ├── ChatClient.csproj.GenerateResource.Cache
│   │   │   ├── ChatClient.exe
│   │   │   ├── ChatClient.Info.resources
│   │   │   ├── ChatClient.pdb
│   │   │   ├── ChatClient.projdata
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── ChatClient.exe
│   │   ├── ChatClient.projdata
│   │   ├── temp
│   │   └── TempPE
│   ├── ChatLink
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── ChatLink.dll
│   │   │   │   └── ChatLink.pdb
│   │   │   └── Release
│   │   │   └── ChatLink.dll
│   │   ├── ChatLink.cs
│   │   ├── ChatLink.csproj
│   │   ├── ChatLink.csproj.user
│   │   ├── ChatLink.sln
│   │   ├── ChatLink.suo
│   │   ├── doc
│   │   │   ├── linear.html
│   │   │   ├── LinearHtml.css
│   │   │   └── ndoc.log
│   │   └── obj
│   │   ├── ChatLink.csproj.FileList.txt
│   │   ├── Debug
│   │   │   ├── ChatLink.dll
│   │   │   ├── ChatLink.pdb
│   │   │   ├── ChatLink.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── ChatLink.dll
│   │   ├── ChatLink.projdata
│   │   ├── temp
│   │   └── TempPE
│   ├── ChatServer
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── ChatLink.dll
│   │   │   │   ├── ChatLink.pdb
│   │   │   │   ├── ChatServer.exe
│   │   │   │   ├── ChatServer.pdb
│   │   │   │   └── ChatServer.vshost.exe
│   │   │   └── Release
│   │   │   ├── ChatLink.dll
│   │   │   ├── ChatServer.exe
│   │   │   ├── ChatServer.vshost.exe
│   │   │   └── chatserver.xml
│   │   ├── ChatServer.cs
│   │   ├── ChatServer.csproj
│   │   ├── ChatServer.csproj.user
│   │   ├── ChatServer.sln
│   │   ├── ChatServer.suo
│   │   ├── chatserver.xml
│   │   ├── doc
│   │   │   ├── LinearHtml.css
│   │   │   ├── ndoc_linearhtml_temp
│   │   │   │   └── ndoc_resources
│   │   │   │   └── xslt
│   │   │   │   ├── allmembers.xslt
│   │   │   │   ├── common.xslt
│   │   │   │   ├── doc.xslt
│   │   │   │   ├── event.xslt
│   │   │   │   ├── field.xslt
│   │   │   │   ├── filenames.xslt
│   │   │   │   ├── htmlcontents.xslt
│   │   │   │   ├── individualmembers.xslt
│   │   │   │   ├── linearHtml.xslt
│   │   │   │   ├── memberoverload.xslt
│   │   │   │   ├── memberscommon.xslt
│   │   │   │   ├── member.xslt
│   │   │   │   ├── namespacehierarchy.xslt
│   │   │   │   ├── namespace.xslt
│   │   │   │   ├── property.xslt
│   │   │   │   ├── syntax.xslt
│   │   │   │   ├── tags.xslt
│   │   │   │   ├── type.xslt
│   │   │   │   └── vb-syntax.xslt
│   │   │   └── ndoc.log
│   │   ├── obj
│   │   │   ├── ChatServer.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── ChatServer.exe
│   │   │   │   ├── ChatServer.pdb
│   │   │   │   ├── ChatServer.projdata
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── ChatServer.exe
│   │   │   ├── ChatServer.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── cschat
│   │   ├── cschat.sln
│   │   ├── cschat.suo
│   │   ├── doc
│   │   │   ├── linear.html
│   │   │   ├── LinearHtml.css
│   │   │   └── ndoc.log
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── xcprof.txt
├── 快递管理
│   ├── xcprof.txt
│   └── Yukon
│   ├── Ampher.cs
│   ├── Ampher.resx
│   ├── ampherSet.Designer.cs
│   ├── ampherSet.xsc
│   ├── ampherSet.xsd
│   ├── ampInvoice.Designer.cs
│   ├── ampInvoice.xsd
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   └── db
│   │   │   └── yukon.mdb
│   │   └── Release
│   │   ├── db
│   │   │   └── yukon.mdb
│   │   ├── Yukon.exe
│   │   └── Yukon.vshost.exe
│   ├── custInvoice.Designer.cs
│   ├── custInvoice.xsd
│   ├── custListSet.Designer.cs
│   ├── custListSet.xsd
│   ├── custListSet.xsx
│   ├── CustomerList.cs
│   ├── CustomerList.resx
│   ├── custSet.Designer.cs
│   ├── custSet.xsd
│   ├── Debt.cs
│   ├── DebtList.cs
│   ├── DebtList.resx
│   ├── debtListSet.Designer.cs
│   ├── debtListSet.xsd
│   ├── debtListSet.xsx
│   ├── Debt.resx
│   ├── debtSet.Designer.cs
│   ├── debtSet.xsd
│   ├── debtSet.xsx
│   ├── doc
│   │   ├── linear.html
│   │   ├── LinearHtml.css
│   │   └── ndoc.log
│   ├── Driver.cs
│   ├── driverInvoice.Designer.cs
│   ├── driverInvoice.xsd
│   ├── DriverList.cs
│   ├── DriverList.resx
│   ├── driverListSet.Designer.cs
│   ├── driverListSet.xsd
│   ├── driverListSet.xsx
│   ├── Driver.resx
│   ├── driverSet.Designer.cs
│   ├── driverSet.xsd
│   ├── empListSet.Designer.cs
│   ├── empListSet.xsd
│   ├── empListSet.xsx
│   ├── Employee.cs
│   ├── EmployeeList.cs
│   ├── EmployeeList.resx
│   ├── Employee.resx
│   ├── empSet.Designer.cs
│   ├── empSet.xsd
│   ├── Invoice.cs
│   ├── Invoice.resx
│   ├── invoiceSet.Designer.cs
│   ├── invoiceSet.xsd
│   ├── invView.Designer.cs
│   ├── invView.xsd
│   ├── invView.xsx
│   ├── Main.cs
│   ├── Main.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── temp
│   │   │   ├── TempPE
│   │   │   │   ├── ampherSet.cs.dll
│   │   │   │   ├── ampInvoice.cs.dll
│   │   │   │   ├── custInvoice.cs.dll
│   │   │   │   ├── custListSet.cs.dll
│   │   │   │   ├── custSet.cs.dll
│   │   │   │   ├── debtListSet.cs.dll
│   │   │   │   ├── debtSet.cs.dll
│   │   │   │   ├── driverInvoice.cs.dll
│   │   │   │   ├── driverListSet.cs.dll
│   │   │   │   ├── driverSet.cs.dll
│   │   │   │   ├── empListSet.cs.dll
│   │   │   │   ├── empSet.cs.dll
│   │   │   │   ├── invoiceSet.cs.dll
│   │   │   │   ├── invView.cs.dll
│   │   │   │   ├── prodInvoice.cs.dll
│   │   │   │   ├── productListSet.cs.dll
│   │   │   │   ├── productSet.cs.dll
│   │   │   │   ├── profileSet.cs.dll
│   │   │   │   ├── proInvoice.cs.dll
│   │   │   │   ├── provinceSet.cs.dll
│   │   │   │   └── viewInvoice1.cs.dll
│   │   │   └── Yukon.projdata
│   │   ├── Release
│   │   │   ├── temp
│   │   │   ├── TempPE
│   │   │   │   ├── ampherSet.cs.dll
│   │   │   │   ├── ampherSet.Designer.cs.dll
│   │   │   │   ├── ampInvoice.cs.dll
│   │   │   │   ├── ampInvoice.Designer.cs.dll
│   │   │   │   ├── custInvoice.cs.dll
│   │   │   │   ├── custInvoice.Designer.cs.dll
│   │   │   │   ├── custListSet.cs.dll
│   │   │   │   ├── custListSet.Designer.cs.dll
│   │   │   │   ├── custSet.cs.dll
│   │   │   │   ├── custSet.Designer.cs.dll
│   │   │   │   ├── debtListSet.cs.dll
│   │   │   │   ├── debtListSet.Designer.cs.dll
│   │   │   │   ├── debtSet.cs.dll
│   │   │   │   ├── debtSet.Designer.cs.dll
│   │   │   │   ├── driverInvoice.cs.dll
│   │   │   │   ├── driverInvoice.Designer.cs.dll
│   │   │   │   ├── driverListSet.cs.dll
│   │   │   │   ├── driverListSet.Designer.cs.dll
│   │   │   │   ├── driverSet.cs.dll
│   │   │   │   ├── driverSet.Designer.cs.dll
│   │   │   │   ├── empListSet.cs.dll
│   │   │   │   ├── empListSet.Designer.cs.dll
│   │   │   │   ├── empSet.cs.dll
│   │   │   │   ├── empSet.Designer.cs.dll
│   │   │   │   ├── invoiceSet.cs.dll
│   │   │   │   ├── invoiceSet.Designer.cs.dll
│   │   │   │   ├── invView.cs.dll
│   │   │   │   ├── invView.Designer.cs.dll
│   │   │   │   ├── prodInvoice.cs.dll
│   │   │   │   ├── prodInvoice.Designer.cs.dll
│   │   │   │   ├── productListSet.cs.dll
│   │   │   │   ├── productListSet.Designer.cs.dll
│   │   │   │   ├── productSet.cs.dll
│   │   │   │   ├── productSet.Designer.cs.dll
│   │   │   │   ├── profileSet.cs.dll
│   │   │   │   ├── profileSet.Designer.cs.dll
│   │   │   │   ├── proInvoice.cs.dll
│   │   │   │   ├── proInvoice.Designer.cs.dll
│   │   │   │   ├── provinceSet.cs.dll
│   │   │   │   ├── provinceSet.Designer.cs.dll
│   │   │   │   ├── viewInvoice1.cs.dll
│   │   │   │   └── viewInvoice.Designer.cs.dll
│   │   │   ├── Yukon.Ampher.resources
│   │   │   ├── Yukon.csproj.GenerateResource.Cache
│   │   │   ├── Yukon.CustomerList.resources
│   │   │   ├── Yukon.DebtList.resources
│   │   │   ├── Yukon.Debt.resources
│   │   │   ├── Yukon.DriverList.resources
│   │   │   ├── Yukon.Driver.resources
│   │   │   ├── Yukon.EmployeeList.resources
│   │   │   ├── Yukon.Employee.resources
│   │   │   ├── Yukon.exe
│   │   │   ├── Yukon.Invoice.resources
│   │   │   ├── Yukon.Main.resources
│   │   │   ├── Yukon.ProductList.resources
│   │   │   ├── Yukon.Product.resources
│   │   │   ├── Yukon.projdata
│   │   │   ├── Yukon.Province.resources
│   │   │   ├── Yukon.Registration.resources
│   │   │   └── Yukon.viewInvoice.resources
│   │   └── Yukon.csproj.FileList.txt
│   ├── prodInvoice.Designer.cs
│   ├── prodInvoice.xsd
│   ├── Product.cs
│   ├── ProductList.cs
│   ├── ProductList.resx
│   ├── productListSet.Designer.cs
│   ├── productListSet.xsd
│   ├── productListSet.xsx
│   ├── Product.resx
│   ├── productSet.Designer.cs
│   ├── productSet.xsc
│   ├── productSet.xsd
│   ├── profileSet.Designer.cs
│   ├── profileSet.xsd
│   ├── proInvoice.Designer.cs
│   ├── proInvoice.xsc
│   ├── proInvoice.xsd
│   ├── proInvoice.xss
│   ├── Province.cs
│   ├── Province.resx
│   ├── provinceSet.Designer.cs
│   ├── provinceSet.xsd
│   ├── Registration.cs
│   ├── Registration.resx
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── viewInvoice.cs
│   ├── viewInvoice.Designer.cs
│   ├── viewInvoice.resx
│   ├── viewInvoice.xsd
│   ├── Yukon.csproj
│   ├── Yukon.csproj.user
│   ├── Yukon.sln
│   ├── Yukon.suo
│   └── 输出-生成.txt
├── 文档管理
│   └── FileInfo
│   ├── App.cs
│   ├── App.ico
│   ├── App.resx
│   ├── AssemblyInfo.cs
│   ├── Backup
│   │   ├── App.cs
│   │   ├── App.ico
│   │   ├── App.resx
│   │   ├── AssemblyInfo.cs
│   │   ├── DirectoryDialog.cs
│   │   ├── DirectoryDialog.resx
│   │   ├── FileInfo.csproj
│   │   ├── FileInfo.csproj.user
│   │   ├── FileInfo.sln
│   │   ├── FileInfo.suo
│   │   └── MultithreadedFileInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   │   ├── FileInfo.exe
│   │   ├── FileInfo.vshost.exe
│   │   └── FileInfo.xml
│   ├── DirectoryDialog.cs
│   ├── DirectoryDialog.resx
│   ├── doc
│   │   ├── linear.html
│   │   ├── LinearHtml.css
│   │   └── ndoc.log
│   ├── FileInfo.csproj
│   ├── FileInfo.csproj.user
│   ├── FileInfo.sln
│   ├── FileInfo.suo
│   ├── FileInfo.xml
│   ├── MultithreadedFileInfo.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── FileInfo.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   ├── FileInfo.csproj.FileList.txt
│   │   └── Release
│   │   ├── FileInfo.AppFrame.resources
│   │   ├── FileInfo.csproj.GenerateResource.Cache
│   │   ├── FileInfo.DirectoryDialog.resources
│   │   ├── FileInfo.exe
│   │   ├── FileInfo.projdata
│   │   ├── temp
│   │   └── TempPE
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 电子商务
│   └── funstore
│   ├── database
│   │   └── funstore.mdf
│   ├── funstore
│   │   ├── addtocart.aspx
│   │   ├── addtocart.aspx.cs
│   │   ├── addtocart.aspx.resx
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── funstore.dll
│   │   │   ├── funstore.pdb
│   │   │   └── funstore.xml
│   │   ├── cartDB.cs
│   │   ├── checkout.aspx
│   │   ├── checkout.aspx.cs
│   │   ├── checkout.aspx.resx
│   │   ├── class
│   │   ├── Customer.cs
│   │   ├── db
│   │   │   └── fun.mdb
│   │   ├── default.aspx
│   │   ├── default.aspx.cs
│   │   ├── default.aspx.resx
│   │   ├── doc
│   │   │   ├── linear.html
│   │   │   ├── LinearHtml.css
│   │   │   └── ndoc.log
│   │   ├── Footer.ascx
│   │   ├── Footer.ascx.cs
│   │   ├── Footer.ascx.resx
│   │   ├── funstore.csproj
│   │   ├── funstore.csproj.webinfo
│   │   ├── funstore.sln
│   │   ├── funstore.suo
│   │   ├── funstore.xml
│   │   ├── furniture.swf
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── Header.ascx
│   │   ├── Header.ascx.cs
│   │   ├── Header.ascx.resx
│   │   ├── images
│   │   │   ├── BUY..JPG
│   │   │   ├── DEV.JPEG
│   │   │   ├── fun.JPG
│   │   │   ├── icon_mastercard.gif
│   │   │   ├── icon_visa.gif
│   │   │   ├── LOGO2.jpg
│   │   │   ├── logo.JPG
│   │   │   ├── reg.JPG
│   │   │   └── woman.jpg
│   │   ├── login.aspx
│   │   ├── login.aspx.cs
│   │   ├── login.aspx.resx
│   │   ├── Menu.ascx
│   │   ├── Menu.ascx.cs
│   │   ├── Menu.ascx.resx
│   │   ├── order.cs
│   │   ├── OrderDetails.aspx
│   │   ├── OrderDetails.aspx.cs
│   │   ├── OrderDetails.aspx.resx
│   │   ├── pictures
│   │   │   ├── bed1.jpg
│   │   │   ├── bed2.jpg
│   │   │   ├── bed3.jpg
│   │   │   ├── bed4.jpg
│   │   │   ├── breakdining4.jpg
│   │   │   ├── cabinet1.jpg
│   │   │   ├── cabinet2.jpg
│   │   │   ├── cabinet3.jpg
│   │   │   ├── chair1.jpg
│   │   │   ├── chair2.jpg
│   │   │   ├── chair3.jpg
│   │   │   ├── chair4.jpg
│   │   │   ├── comptable2.jpg
│   │   │   ├── comptable3.jpg
│   │   │   ├── comptable4.jpg
│   │   │   ├── comptable5.jpg
│   │   │   ├── comptable.jpg
│   │   │   ├── compworkstation.jpg
│   │   │   ├── dining1.jpg
│   │   │   ├── dining2.jpg
│   │   │   ├── dining3.jpg
│   │   │   ├── dining4.jpg
│   │   │   ├── diningchair1.jpg
│   │   │   ├── diningchair2.jpg
│   │   │   ├── drawer1.jpg
│   │   │   ├── drawer2.jpg
│   │   │   ├── drawer5.jpg
│   │   │   ├── kouchbag1.jpg
│   │   │   ├── register.jpg
│   │   │   ├── sofa1.jpg
│   │   │   ├── sofa2.jpg
│   │   │   ├── sofa3.jpg
│   │   │   ├── sofa4.jpg
│   │   │   ├── topimage_2.jpg
│   │   │   ├── tvrack2.jpg
│   │   │   └── tvrack.jpg
│   │   ├── Product.cs
│   │   ├── productdetails.aspx
│   │   ├── productdetails.aspx.cs
│   │   ├── productdetails.aspx.resx
│   │   ├── productlist.aspx
│   │   ├── productlist.aspx.cs
│   │   ├── productlist.aspx.resx
│   │   ├── register.aspx
│   │   ├── register.aspx.cs
│   │   ├── register.aspx.resx
│   │   ├── search.aspx
│   │   ├── search.aspx.cs
│   │   ├── search.aspx.resx
│   │   ├── searchResults.aspx.resx
│   │   ├── shoppingcart.aspx
│   │   ├── shoppingcart.aspx.cs
│   │   ├── shoppingcart.aspx.resx
│   │   ├── Shoppingcart.cs
│   │   ├── text1.swf
│   │   ├── thankyou.aspx
│   │   ├── thankyou.aspx.cs
│   │   ├── thankyou.aspx.resx
│   │   ├── vs99586603229663601_tmp.htm
│   │   ├── _vti_cnf
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── checkout.aspx
│   │   │   ├── checkout.aspx.cs
│   │   │   ├── checkout.aspx.resx
│   │   │   ├── Customer.cs
│   │   │   ├── default.aspx
│   │   │   ├── default.aspx.cs
│   │   │   ├── default.aspx.resx
│   │   │   ├── Footer.ascx
│   │   │   ├── Footer.ascx.cs
│   │   │   ├── Footer.ascx.resx
│   │   │   ├── funstore.csproj
│   │   │   ├── funstore.csproj.webinfo
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Global.asax.resx
│   │   │   ├── Header.ascx
│   │   │   ├── Header.ascx.cs
│   │   │   ├── Header.ascx.resx
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Menu.ascx.resx
│   │   │   ├── order.cs
│   │   │   ├── Product.cs
│   │   │   ├── productdetails.aspx
│   │   │   ├── productdetails.aspx.cs
│   │   │   ├── productdetails.aspx.resx
│   │   │   ├── productlist.aspx
│   │   │   ├── productlist.aspx.cs
│   │   │   ├── productlist.aspx.resx
│   │   │   ├── register.aspx
│   │   │   ├── register.aspx.cs
│   │   │   ├── register.aspx.resx
│   │   │   ├── search.aspx
│   │   │   ├── search.aspx.cs
│   │   │   ├── search.aspx.resx
│   │   │   ├── shoppingcart.aspx
│   │   │   ├── shoppingcart.aspx.cs
│   │   │   ├── shoppingcart.aspx.resx
│   │   │   ├── Shoppingcart.cs
│   │   │   └── Web.config
│   │   ├── _vti_pvt
│   │   │   ├── access.cnf
│   │   │   ├── deptodoc.btr
│   │   │   ├── doctodep.btr
│   │   │   ├── linkinfo.cnf
│   │   │   ├── service.cnf
│   │   │   ├── service.lck
│   │   │   └── services.cnf
│   │   ├── _vti_script
│   │   ├── _vti_txt
│   │   └── Web.config
│   └── xcprof.txt
├── 网络监视
│   ├── AboutForm.cs
│   ├── AboutForm.resx
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   │   └── PacketMonitor.exe
│   ├── doc
│   │   ├── linear.html
│   │   ├── LinearHtml.css
│   │   └── ndoc.log
│   ├── obj
│   │   ├── Debug
│   │   │   ├── PacketMonitor.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   └── Release
│   │   ├── Org.Mentalis.Network.PacketMonitor.AboutForm.resources
│   │   ├── Org.Mentalis.Network.PacketMonitor.PacketForm.resources
│   │   ├── Org.Mentalis.Network.PacketMonitor.PacketMonitorForm.resources
│   │   ├── PacketMonitor.exe
│   │   ├── PacketMonitor.projdata
│   │   ├── temp
│   │   └── TempPE
│   ├── Packet.cs
│   ├── PacketForm.cs
│   ├── PacketForm.resx
│   ├── PacketMonitor.cs
│   ├── PacketMonitor.csproj
│   ├── PacketMonitor.csproj.user
│   ├── PacketMonitor.csproj.vspscc
│   ├── PacketMonitorForm.cs
│   ├── PacketMonitorForm.resx
│   ├── PacketMonitor.sln
│   ├── PacketMonitor.suo
│   ├── PacketMonitor.vssscc
│   └── vssver.scc
└── 项目管理
└── TaskList
├── AssemblyInfo.cs
├── Backup
│   ├── TaskList
│   ├── TaskList.sln
│   └── TaskList.suo
├── bin
│   ├── BronzeMonkey.GeneralTaskList.dll
│   └── BronzeMonkey.GeneralTaskList.pdb
├── CreateTaskListDBSql2k.sql
├── CreateTaskListDBSql7.sql
├── Default.aspx
├── Default.aspx.cs
├── Default.aspx.resx
├── Global.asax
├── Global.asax.cs
├── Global.asax.resx
├── HTMLPage1.htm
├── images
│   ├── alert.gif
│   ├── Bug16.gif
│   ├── Bug22x30.gif
│   ├── Bug24.gif
│   ├── cancel.gif
│   ├── change.gif
│   ├── changepassword.gif
│   ├── delete.gif
│   ├── down.gif
│   ├── email.gif
│   ├── feature.gif
│   ├── general.gif
│   ├── info.gif
│   ├── preferences.gif
│   ├── refresh.gif
│   ├── save.gif
│   ├── security.gif
│   ├── task.gif
│   ├── tasklist.gif
│   ├── up.gif
│   ├── user16.gif
│   └── userproperties.gif
├── layout.css
├── login.aspx
├── login.aspx.cs
├── login.aspx.resx
├── Mailbox.aspx
├── Mailbox.aspx.cs
├── Mailbox.aspx.resx
├── ManageApplication.aspx
├── ManageApplication.aspx.cs
├── ManageApplication.aspx.resx
├── ManageNotification.aspx
├── ManageNotification.aspx.cs
├── ManageNotification.aspx.resx
├── ManageTaskList.aspx
├── ManageTaskList.aspx.cs
├── ManageTaskList.aspx.resx
├── ManageUsers.aspx
├── ManageUsers.aspx.cs
├── ManageUsers.aspx.resx
├── Message.aspx
├── Message.aspx.cs
├── Message.aspx.resx
├── objects
│   ├── CategoryItem.cs
│   └── StatusItem.cs
├── Pop3.cs
├── Preferences.aspx
├── Preferences.aspx.cs
├── Preferences.aspx.resx
├── Stored Procedures
│   ├── TaskList_AddCategory.sql
│   ├── TaskList_Add.sql
│   ├── TaskList_AddStartupTaskListID.sql
│   ├── TaskList_AddStatusShowPreference.sql
│   ├── TaskList_AddStatusType.sql
│   ├── TaskList_AddUser.sql
│   ├── TaskList_AddUserToTaskList.sql
│   ├── TaskList_ChangeStartupTaskListID.sql
│   ├── TaskList_ChangeStartupViewOption.sql
│   ├── TaskList_ClearStatusShowPreferences.sql
│   ├── TaskList_CreateTaskList.sql
│   ├── TaskList_DeleteCategory.sql
│   ├── TaskList_Delete.sql
│   ├── TaskList_DeleteStatusType.sql
│   ├── TaskList_DeleteTaskList.sql
│   ├── TaskList_DeleteUser.sql
│   ├── TaskList_GetCategoryByID.sql
│   ├── TaskList_GetCategoryList.sql
│   ├── TaskList_GetChangedTasksFromTaskList.sql
│   ├── TaskList_GetNotificationEmail.sql
│   ├── TaskList_GetNumberOfItemsToDisplayPerPage.sql
│   ├── TaskList_GetStartupTaskListID.sql
│   ├── TaskList_GetStartupViewOption.sql
│   ├── TaskList_GetStatusList.sql
│   ├── TaskList_GetStatusTypeByID.sql
│   ├── TaskList_GetTaskListItem.sql
│   ├── TaskList_GetTaskListList.sql
│   ├── TaskList_GetTaskListProperties.sql
│   ├── TaskList_GetTaskList.sql
│   ├── TaskList_GetUserInformation.sql
│   ├── TaskList_GetUserList.sql
│   ├── TaskList_GetUserProperties.sql
│   ├── TaskList_GetUsersAssignedToTaskList.sql
│   ├── TaskList_GetUserSortOrderPreferences.sql
│   ├── TaskList_GetUserStatusShowPreferences.sql
│   ├── TaskList_GetUserTaskLists.sql
│   ├── TaskList_LogUserInFromCookie.sql
│   ├── TaskList_LogUserIn.sql
│   ├── TaskList_ModifyUser.sql
│   ├── TaskList_RemoveUserFromTaskList.sql
│   ├── TaskList_RenameTaskList.sql
│   ├── TaskList_SetNumberOfItemsToDisplayPerPage.sql
│   ├── TaskList_UpdateCategory.sql
│   ├── TaskList_UpdateNotificationEmail.sql
│   ├── TaskList_UpdateSortOrderPreferences.sql
│   ├── TaskList_UpdateStatusType.sql
│   └── TaskList_UpdateUserNotification.sql
├── Task.aspx
├── Task.aspx.cs
├── Task.aspx.resx
├── TaskList.csproj
├── TaskList.csproj.webinfo
├── tasklist.mdf
├── TaskList.sln
├── TaskList.suo
├── TaskSummary.ascx
├── TaskSummary.ascx.cs
├── TaskSummary.ascx.resx
├── UpgradeLog.XML
├── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── Web.config
├── WebService.cs
└── xcprof.txt

138 directories, 853 files

标签:

实例下载地址

C#项目案例-Winform案例

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警