在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 2019年最新整理出的20 套 c# 项目(包含开发实例及源代码)

2019年最新整理出的20 套 c# 项目(包含开发实例及源代码)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:58.67M
  • 下载次数:7
  • 浏览次数:186
  • 发布时间:2021-02-18
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
2019年最新整理出的20 套 c# 项目(包含开发实例及源代码)
【实例截图】
【核心代码】
8b5c7e0f-123a-4cca-b749-1f1b67002e51
└── 2019年最新整理出的20 套 c# 项目(包含开发实例及源代码)
├── 01 BBS论坛系统
│   ├── EntLibForum
│   │   ├── AssemblyInfo.cs
│   │   ├── Backup
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── classes
│   │   │   │   ├── AdminPage.cs
│   │   │   │   ├── BaseControl.cs
│   │   │   │   ├── BaseUserControl.cs
│   │   │   │   ├── BBCode.cs
│   │   │   │   ├── BoardSettings.cs
│   │   │   │   ├── ClientSideFocus.cs
│   │   │   │   ├── Config.cs
│   │   │   │   ├── Data.cs
│   │   │   │   ├── DB.cs
│   │   │   │   ├── FormatMsg.cs
│   │   │   │   ├── HighLighter.cs
│   │   │   │   ├── IForumUser.cs
│   │   │   │   ├── Localizer.cs
│   │   │   │   ├── MySession.cs
│   │   │   │   ├── Nntp.cs
│   │   │   │   ├── RssFeed.cs
│   │   │   │   ├── SectionHandler.cs
│   │   │   │   ├── SqlHelper.cs
│   │   │   │   ├── UrlBuilder.cs
│   │   │   │   ├── URLBuilderRewrite.cs
│   │   │   │   ├── UtilityValidation.cs
│   │   │   │   └── Utils.cs
│   │   │   ├── controls
│   │   │   │   ├── AdminMenu.cs
│   │   │   │   ├── DataPanel.cs
│   │   │   │   ├── DisplayPost.ascx
│   │   │   │   ├── DisplayPost.ascx.cs
│   │   │   │   ├── DisplayPost.ascx.designer.cs
│   │   │   │   ├── DisplayPost.ascx.resx
│   │   │   │   ├── EditUsersAvatar.ascx
│   │   │   │   ├── EditUsersAvatar.ascx.cs
│   │   │   │   ├── EditUsersAvatar.ascx.designer.cs
│   │   │   │   ├── EditUsersGroups.ascx
│   │   │   │   ├── EditUsersGroups.ascx.cs
│   │   │   │   ├── EditUsersGroups.ascx.designer.cs
│   │   │   │   ├── EditUsersInfo.ascx
│   │   │   │   ├── EditUsersInfo.ascx.cs
│   │   │   │   ├── EditUsersInfo.ascx.designer.cs
│   │   │   │   ├── EditUsersPoints.ascx
│   │   │   │   ├── EditUsersPoints.ascx.cs
│   │   │   │   ├── EditUsersPoints.ascx.designer.cs
│   │   │   │   ├── EditUsersProfile.ascx
│   │   │   │   ├── EditUsersProfile.ascx.cs
│   │   │   │   ├── EditUsersProfile.ascx.designer.cs
│   │   │   │   ├── EditUsersSignature.ascx
│   │   │   │   ├── EditUsersSignature.ascx.cs
│   │   │   │   ├── EditUsersSignature.ascx.designer.cs
│   │   │   │   ├── EditUsersSuspend.ascx
│   │   │   │   ├── EditUsersSuspend.ascx.cs
│   │   │   │   ├── EditUsersSuspend.ascx.designer.cs
│   │   │   │   ├── Footer.cs
│   │   │   │   ├── ForumJump.cs
│   │   │   │   ├── ForumList.ascx
│   │   │   │   ├── ForumList.ascx.cs
│   │   │   │   ├── ForumList.ascx.designer.cs
│   │   │   │   ├── ForumList.ascx.resx
│   │   │   │   ├── ForumUsers.cs
│   │   │   │   ├── Header.cs
│   │   │   │   ├── HelpMenu.cs
│   │   │   │   ├── IconLegend.cs
│   │   │   │   ├── MyLinkButton.cs
│   │   │   │   ├── PageAccess.cs
│   │   │   │   ├── PageLinks.cs
│   │   │   │   ├── Pager.cs
│   │   │   │   ├── PopMenu.cs
│   │   │   │   ├── ProfileMenu.cs
│   │   │   │   ├── SmartScroller.cs
│   │   │   │   ├── smileys.ascx
│   │   │   │   ├── smileys.ascx.cs
│   │   │   │   ├── smileys.ascx.designer.cs
│   │   │   │   ├── smileys.ascx.resx
│   │   │   │   └── TopicLine.cs
│   │   │   ├── default.aspx
│   │   │   ├── defs
│   │   │   │   ├── asm.def
│   │   │   │   ├── asp.def
│   │   │   │   ├── bas.def
│   │   │   │   ├── c.def
│   │   │   │   ├── cpp.def
│   │   │   │   ├── cs.def
│   │   │   │   ├── DefFiles.txt
│   │   │   │   ├── frm.def
│   │   │   │   ├── htm.def
│   │   │   │   ├── java.def
│   │   │   │   ├── sql.def
│   │   │   │   └── vb.def
│   │   │   ├── editors
│   │   │   │   ├── FCKEditorV2
│   │   │   │   │   ├── editor
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── behaviors
│   │   │   │   │   │   │   │   ├── disablehandles.htc
│   │   │   │   │   │   │   │   └── showtableborders.htc
│   │   │   │   │   │   │   ├── fck_editorarea.css
│   │   │   │   │   │   │   ├── fck_internal.css
│   │   │   │   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── block_address.png
│   │   │   │   │   │   │   ├── block_blockquote.png
│   │   │   │   │   │   │   ├── block_div.png
│   │   │   │   │   │   │   ├── block_h1.png
│   │   │   │   │   │   │   ├── block_h2.png
│   │   │   │   │   │   │   ├── block_h3.png
│   │   │   │   │   │   │   ├── block_h4.png
│   │   │   │   │   │   │   ├── block_h5.png
│   │   │   │   │   │   │   ├── block_h6.png
│   │   │   │   │   │   │   ├── block_p.png
│   │   │   │   │   │   │   ├── block_pre.png
│   │   │   │   │   │   │   ├── fck_anchor.gif
│   │   │   │   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   │   │   │   ├── fck_hiddenfield.gif
│   │   │   │   │   │   │   ├── fck_pagebreak.gif
│   │   │   │   │   │   │   └── fck_plugin.gif
│   │   │   │   │   │   ├── dialog
│   │   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   │   ├── locked.gif
│   │   │   │   │   │   │   │   ├── reset.gif
│   │   │   │   │   │   │   │   └── unlocked.gif
│   │   │   │   │   │   │   ├── fck_about
│   │   │   │   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   │   │   │   ├── logo_fredck.gif
│   │   │   │   │   │   │   │   └── sponsors
│   │   │   │   │   │   │   │   └── spellchecker_net.gif
│   │   │   │   │   │   │   ├── fck_anchor.html
│   │   │   │   │   │   │   ├── fck_button.html
│   │   │   │   │   │   │   ├── fck_checkbox.html
│   │   │   │   │   │   │   ├── fck_colorselector.html
│   │   │   │   │   │   │   ├── fck_docprops
│   │   │   │   │   │   │   │   └── fck_document_preview.html
│   │   │   │   │   │   │   ├── fck_docprops.html
│   │   │   │   │   │   │   ├── fck_flash
│   │   │   │   │   │   │   │   ├── fck_flash.js
│   │   │   │   │   │   │   │   └── fck_flash_preview.html
│   │   │   │   │   │   │   ├── fck_flash.html
│   │   │   │   │   │   │   ├── fck_form.html
│   │   │   │   │   │   │   ├── fck_hiddenfield.html
│   │   │   │   │   │   │   ├── fck_image
│   │   │   │   │   │   │   │   └── fck_image.js
│   │   │   │   │   │   │   ├── fck_image.html
│   │   │   │   │   │   │   ├── fck_link
│   │   │   │   │   │   │   │   └── fck_link.js
│   │   │   │   │   │   │   ├── fck_link.html
│   │   │   │   │   │   │   ├── fck_listprop.html
│   │   │   │   │   │   │   ├── fck_paste.html
│   │   │   │   │   │   │   ├── fck_radiobutton.html
│   │   │   │   │   │   │   ├── fck_replace.html
│   │   │   │   │   │   │   ├── fck_select
│   │   │   │   │   │   │   │   └── fck_select.js
│   │   │   │   │   │   │   ├── fck_select.html
│   │   │   │   │   │   │   ├── fck_smiley.html
│   │   │   │   │   │   │   ├── fck_source.html
│   │   │   │   │   │   │   ├── fck_specialchar.html
│   │   │   │   │   │   │   ├── fck_spellerpages
│   │   │   │   │   │   │   │   └── spellerpages
│   │   │   │   │   │   │   │   ├── blank.html
│   │   │   │   │   │   │   │   ├── controls.html
│   │   │   │   │   │   │   │   ├── controlWindow.js
│   │   │   │   │   │   │   │   ├── server-scripts
│   │   │   │   │   │   │   │   │   ├── spellchecker.cfm
│   │   │   │   │   │   │   │   │   ├── spellchecker.php
│   │   │   │   │   │   │   │   │   └── spellchecker.pl
│   │   │   │   │   │   │   │   ├── spellchecker.html
│   │   │   │   │   │   │   │   ├── spellChecker.js
│   │   │   │   │   │   │   │   ├── spellerStyle.css
│   │   │   │   │   │   │   │   └── wordWindow.js
│   │   │   │   │   │   │   ├── fck_spellerpages.html
│   │   │   │   │   │   │   ├── fck_tablecell.html
│   │   │   │   │   │   │   ├── fck_table.html
│   │   │   │   │   │   │   ├── fck_template
│   │   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   │   ├── template1.gif
│   │   │   │   │   │   │   │   ├── template2.gif
│   │   │   │   │   │   │   │   └── template3.gif
│   │   │   │   │   │   │   ├── fck_template.html
│   │   │   │   │   │   │   ├── fck_textarea.html
│   │   │   │   │   │   │   └── fck_textfield.html
│   │   │   │   │   │   ├── dtd
│   │   │   │   │   │   │   ├── fck_dtd_test.html
│   │   │   │   │   │   │   ├── fck_xhtml10strict.js
│   │   │   │   │   │   │   └── fck_xhtml10transitional.js
│   │   │   │   │   │   ├── fckdebug.html
│   │   │   │   │   │   ├── fckdialog.html
│   │   │   │   │   │   ├── fckeditor.html
│   │   │   │   │   │   ├── fckeditor.original.html
│   │   │   │   │   │   ├── filemanager
│   │   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   │   └── default
│   │   │   │   │   │   │   │   ├── browser.css
│   │   │   │   │   │   │   │   ├── browser.html
│   │   │   │   │   │   │   │   ├── frmactualfolder.html
│   │   │   │   │   │   │   │   ├── frmcreatefolder.html
│   │   │   │   │   │   │   │   ├── frmfolders.html
│   │   │   │   │   │   │   │   ├── frmresourceslist.html
│   │   │   │   │   │   │   │   ├── frmresourcetype.html
│   │   │   │   │   │   │   │   ├── frmupload.html
│   │   │   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   │   │   ├── ButtonArrow.gif
│   │   │   │   │   │   │   │   │   ├── Folder32.gif
│   │   │   │   │   │   │   │   │   ├── Folder.gif
│   │   │   │   │   │   │   │   │   ├── FolderOpened32.gif
│   │   │   │   │   │   │   │   │   ├── FolderOpened.gif
│   │   │   │   │   │   │   │   │   ├── FolderUp.gif
│   │   │   │   │   │   │   │   │   ├── icons
│   │   │   │   │   │   │   │   │   │   ├── 32
│   │   │   │   │   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   │   │   │   ├── htm.gif
│   │   │   │   │   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   │   │   │   ├── png.gif
│   │   │   │   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   │   │   ├── htm.gif
│   │   │   │   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   │   │   ├── png.gif
│   │   │   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   │   │   └── spacer.gif
│   │   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   │   │   └── fckxml.js
│   │   │   │   │   │   │   └── connectors
│   │   │   │   │   │   │   └── aspx
│   │   │   │   │   │   │   ├── config.ascx
│   │   │   │   │   │   │   ├── connector.aspx
│   │   │   │   │   │   │   └── upload.aspx
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── anchor.gif
│   │   │   │   │   │   │   ├── arrow_ltr.gif
│   │   │   │   │   │   │   ├── arrow_rtl.gif
│   │   │   │   │   │   │   ├── smiley
│   │   │   │   │   │   │   │   └── msn
│   │   │   │   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   │   │   │   ├── broken_heart.gif
│   │   │   │   │   │   │   │   ├── cake.gif
│   │   │   │   │   │   │   │   ├── confused_smile.gif
│   │   │   │   │   │   │   │   ├── cry_smile.gif
│   │   │   │   │   │   │   │   ├── devil_smile.gif
│   │   │   │   │   │   │   │   ├── embaressed_smile.gif
│   │   │   │   │   │   │   │   ├── envelope.gif
│   │   │   │   │   │   │   │   ├── heart.gif
│   │   │   │   │   │   │   │   ├── kiss.gif
│   │   │   │   │   │   │   │   ├── lightbulb.gif
│   │   │   │   │   │   │   │   ├── omg_smile.gif
│   │   │   │   │   │   │   │   ├── regular_smile.gif
│   │   │   │   │   │   │   │   ├── sad_smile.gif
│   │   │   │   │   │   │   │   ├── shades_smile.gif
│   │   │   │   │   │   │   │   ├── teeth_smile.gif
│   │   │   │   │   │   │   │   ├── thumbs_down.gif
│   │   │   │   │   │   │   │   ├── thumbs_up.gif
│   │   │   │   │   │   │   │   ├── tounge_smile.gif
│   │   │   │   │   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   │   │   │   │   └── wink_smile.gif
│   │   │   │   │   │   │   └── spacer.gif
│   │   │   │   │   │   ├── js
│   │   │   │   │   │   │   ├── fckadobeair.js
│   │   │   │   │   │   │   ├── fckeditorcode_gecko.js
│   │   │   │   │   │   │   └── fckeditorcode_ie.js
│   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   │   │   └── zh.js
│   │   │   │   │   │   ├── plugins
│   │   │   │   │   │   │   ├── autogrow
│   │   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   │   ├── bbcode
│   │   │   │   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   │   │   │   └── _sample
│   │   │   │   │   │   │   │   ├── sample.config.js
│   │   │   │   │   │   │   │   └── sample.html
│   │   │   │   │   │   │   ├── dragresizetable
│   │   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   │   ├── placeholder
│   │   │   │   │   │   │   │   ├── fck_placeholder.html
│   │   │   │   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   │   │   └── pl.js
│   │   │   │   │   │   │   │   └── placeholder.gif
│   │   │   │   │   │   │   ├── simplecommands
│   │   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   │   └── tablecommands
│   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   └── skins
│   │   │   │   │   │   ├── default
│   │   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   │   │   ├── sprites.gif
│   │   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   │   ├── office2003
│   │   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   │   │   ├── sprites.gif
│   │   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   │   ├── toolbar.bg.gif
│   │   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   │   └── silver
│   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   │   ├── sprites.gif
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   ├── toolbar.buttonbg.gif
│   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   ├── fckconfig.js
│   │   │   │   │   ├── fckeditor.js
│   │   │   │   │   ├── fckpackager.xml
│   │   │   │   │   ├── fckstyles.xml
│   │   │   │   │   ├── fcktemplates.xml
│   │   │   │   │   ├── fckutils.cfm
│   │   │   │   │   └── license.txt
│   │   │   │   ├── ForumEditor.cs
│   │   │   │   └── yafEditor
│   │   │   │   ├── backcolor.gif
│   │   │   │   ├── bold.gif
│   │   │   │   ├── code.gif
│   │   │   │   ├── forecolor.gif
│   │   │   │   ├── image.gif
│   │   │   │   ├── indent.gif
│   │   │   │   ├── italic.gif
│   │   │   │   ├── justifycenter.gif
│   │   │   │   ├── justifyleft.gif
│   │   │   │   ├── justifyright.gif
│   │   │   │   ├── link.gif
│   │   │   │   ├── orderedlist.gif
│   │   │   │   ├── outdent.gif
│   │   │   │   ├── quote.gif
│   │   │   │   ├── smiley.gif
│   │   │   │   ├── spellcheck.gif
│   │   │   │   ├── underline.gif
│   │   │   │   ├── unorderedlist.gif
│   │   │   │   └── yafEditor.js
│   │   │   ├── EntLibForum.csproj
│   │   │   ├── EntLibForum.csproj.user
│   │   │   ├── EntLibForum.sln
│   │   │   ├── EntLibForum.suo
│   │   │   ├── error.aspx
│   │   │   ├── error.aspx.cs
│   │   │   ├── error.aspx.designer.cs
│   │   │   ├── error.aspx.resx
│   │   │   ├── favicon.ico
│   │   │   ├── framehelper.aspx
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── images
│   │   │   │   ├── background
│   │   │   │   │   ├── ad_bg.gif
│   │   │   │   │   ├── bg_black.gif
│   │   │   │   │   ├── bg_blue.gif
│   │   │   │   │   ├── bg_gray.gif
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── button3_bg.jpg
│   │   │   │   │   ├── menubg.gif
│   │   │   │   │   ├── navbar_bg.gif
│   │   │   │   │   ├── ppctitle.gif
│   │   │   │   │   └── titleBack.gif
│   │   │   │   ├── common
│   │   │   │   │   ├── arrow2.gif
│   │   │   │   │   ├── arrow3.gif
│   │   │   │   │   ├── EnterEntLibBlog.gif
│   │   │   │   │   ├── EnterEntLibCom.gif
│   │   │   │   │   ├── entlib120_ad.gif
│   │   │   │   │   ├── homeicon.gif
│   │   │   │   │   ├── linebreak.gif
│   │   │   │   │   └── pen.gif
│   │   │   │   ├── delete_icon.gif
│   │   │   │   ├── entlib.gif
│   │   │   │   ├── eventError.gif
│   │   │   │   ├── eventInfo.gif
│   │   │   │   ├── eventWarning.gif
│   │   │   │   ├── folder.gif
│   │   │   │   ├── ForumIcons
│   │   │   │   │   ├── icon_biztalk.gif
│   │   │   │   │   ├── icon_ebook.gif
│   │   │   │   │   ├── icon_ecommerce.gif
│   │   │   │   │   ├── icon_enterpriselibrary.gif
│   │   │   │   │   ├── icon_EntLibBlogLogo.gif
│   │   │   │   │   ├── icon_EntLibForumLogo.gif
│   │   │   │   │   ├── icon_entlib.gif
│   │   │   │   │   ├── icon_entlibhelp.gif
│   │   │   │   │   ├── icon_netframework.gif
│   │   │   │   │   ├── icon_news.gif
│   │   │   │   │   ├── icon_sqlserver.gif
│   │   │   │   │   └── icon_wcf_wf.gif
│   │   │   │   ├── forum_locked_icon.gif
│   │   │   │   ├── forum_unlock_icon.gif
│   │   │   │   ├── noavatar.gif
│   │   │   │   ├── powerby
│   │   │   │   │   └── Powerby_EntlibForum.gif
│   │   │   │   ├── rss.gif
│   │   │   │   ├── spacer.gif
│   │   │   │   └── topics
│   │   │   │   ├── agree.gif
│   │   │   │   ├── attachment.gif
│   │   │   │   ├── digest_1.gif
│   │   │   │   ├── digest_2.gif
│   │   │   │   └── digest_3.gif
│   │   │   ├── Include
│   │   │   │   ├── pagefooter.ascx
│   │   │   │   ├── pagefooter.ascx.cs
│   │   │   │   └── pagefooter.ascx.designer.cs
│   │   │   ├── languages
│   │   │   │   ├── china.xml
│   │   │   │   └── english.xml
│   │   │   ├── pages
│   │   │   │   ├── active.ascx
│   │   │   │   ├── active.ascx.cs
│   │   │   │   ├── active.ascx.designer.cs
│   │   │   │   ├── active.ascx.resx
│   │   │   │   ├── activeusers.ascx
│   │   │   │   ├── activeusers.ascx.cs
│   │   │   │   ├── activeusers.ascx.designer.cs
│   │   │   │   ├── activeusers.ascx.resx
│   │   │   │   ├── admin
│   │   │   │   │   ├── accessmasks.ascx
│   │   │   │   │   ├── accessmasks.ascx.cs
│   │   │   │   │   ├── accessmasks.ascx.designer.cs
│   │   │   │   │   ├── accessmasks.ascx.resx
│   │   │   │   │   ├── admin.ascx
│   │   │   │   │   ├── admin.ascx.cs
│   │   │   │   │   ├── admin.ascx.designer.cs
│   │   │   │   │   ├── admin.ascx.resx
│   │   │   │   │   ├── attachments.ascx
│   │   │   │   │   ├── attachments.ascx.cs
│   │   │   │   │   ├── attachments.ascx.designer.cs
│   │   │   │   │   ├── attachments.ascx.resx
│   │   │   │   │   ├── bannedip.ascx
│   │   │   │   │   ├── bannedip.ascx.cs
│   │   │   │   │   ├── bannedip.ascx.designer.cs
│   │   │   │   │   ├── bannedip.ascx.resx
│   │   │   │   │   ├── bannedip_edit.ascx
│   │   │   │   │   ├── bannedip_edit.ascx.cs
│   │   │   │   │   ├── bannedip_edit.ascx.designer.cs
│   │   │   │   │   ├── bannedip_edit.ascx.resx
│   │   │   │   │   ├── boards.ascx
│   │   │   │   │   ├── boards.ascx.cs
│   │   │   │   │   ├── boards.ascx.designer.cs
│   │   │   │   │   ├── boards.ascx.resx
│   │   │   │   │   ├── boardsettings.ascx
│   │   │   │   │   ├── boardsettings.ascx.cs
│   │   │   │   │   ├── boardsettings.ascx.designer.cs
│   │   │   │   │   ├── boardsettings.ascx.resx
│   │   │   │   │   ├── editaccessmask.ascx
│   │   │   │   │   ├── editaccessmask.ascx.cs
│   │   │   │   │   ├── editaccessmask.ascx.designer.cs
│   │   │   │   │   ├── editaccessmask.ascx.resx
│   │   │   │   │   ├── editboard.ascx
│   │   │   │   │   ├── editboard.ascx.cs
│   │   │   │   │   ├── editboard.ascx.designer.cs
│   │   │   │   │   ├── editboard.ascx.resx
│   │   │   │   │   ├── editcategory.ascx
│   │   │   │   │   ├── editcategory.ascx.cs
│   │   │   │   │   ├── editcategory.ascx.designer.cs
│   │   │   │   │   ├── editcategory.ascx.resx
│   │   │   │   │   ├── editforum.ascx
│   │   │   │   │   ├── editforum.ascx.cs
│   │   │   │   │   ├── editforum.ascx.designer.cs
│   │   │   │   │   ├── editforum.ascx.resx
│   │   │   │   │   ├── editgroup.ascx
│   │   │   │   │   ├── editgroup.ascx.cs
│   │   │   │   │   ├── editgroup.ascx.designer.cs
│   │   │   │   │   ├── editgroup.ascx.resx
│   │   │   │   │   ├── editnntpforum.ascx
│   │   │   │   │   ├── editnntpforum.ascx.cs
│   │   │   │   │   ├── editnntpforum.ascx.designer.cs
│   │   │   │   │   ├── editnntpforum.ascx.resx
│   │   │   │   │   ├── editnntpserver.ascx
│   │   │   │   │   ├── editnntpserver.ascx.cs
│   │   │   │   │   ├── editnntpserver.ascx.designer.cs
│   │   │   │   │   ├── editnntpserver.ascx.resx
│   │   │   │   │   ├── editrank.ascx
│   │   │   │   │   ├── editrank.ascx.cs
│   │   │   │   │   ├── editrank.ascx.designer.cs
│   │   │   │   │   ├── editrank.ascx.resx
│   │   │   │   │   ├── edituser.ascx
│   │   │   │   │   ├── edituser.ascx.cs
│   │   │   │   │   ├── edituser.ascx.designer.cs
│   │   │   │   │   ├── edituser.ascx.resx
│   │   │   │   │   ├── eventlog.ascx
│   │   │   │   │   ├── eventlog.ascx.cs
│   │   │   │   │   ├── eventlog.ascx.designer.cs
│   │   │   │   │   ├── eventlog.ascx.resx
│   │   │   │   │   ├── forums.ascx
│   │   │   │   │   ├── forums.ascx.cs
│   │   │   │   │   ├── forums.ascx.designer.cs
│   │   │   │   │   ├── forums.ascx.resx
│   │   │   │   │   ├── groups.ascx
│   │   │   │   │   ├── groups.ascx.cs
│   │   │   │   │   ├── groups.ascx.designer.cs
│   │   │   │   │   ├── groups.ascx.resx
│   │   │   │   │   ├── hostsettings.ascx
│   │   │   │   │   ├── hostsettings.ascx.cs
│   │   │   │   │   ├── hostsettings.ascx.designer.cs
│   │   │   │   │   ├── hostsettings.ascx.resx
│   │   │   │   │   ├── mail.ascx
│   │   │   │   │   ├── mail.ascx.cs
│   │   │   │   │   ├── mail.ascx.designer.cs
│   │   │   │   │   ├── mail.ascx.resx
│   │   │   │   │   ├── pm.ascx
│   │   │   │   │   ├── pm.ascx.cs
│   │   │   │   │   ├── pm.ascx.designer.cs
│   │   │   │   │   ├── pm.ascx.resx
│   │   │   │   │   ├── prune.ascx
│   │   │   │   │   ├── prune.ascx.cs
│   │   │   │   │   ├── prune.ascx.designer.cs
│   │   │   │   │   ├── prune.ascx.resx
│   │   │   │   │   ├── ranks.ascx
│   │   │   │   │   ├── ranks.ascx.cs
│   │   │   │   │   ├── ranks.ascx.designer.cs
│   │   │   │   │   ├── ranks.ascx.resx
│   │   │   │   │   ├── reguser.ascx
│   │   │   │   │   ├── reguser.ascx.cs
│   │   │   │   │   ├── reguser.ascx.designer.cs
│   │   │   │   │   ├── reguser.ascx.resx
│   │   │   │   │   ├── replacewords.ascx
│   │   │   │   │   ├── replacewords.ascx.cs
│   │   │   │   │   ├── replacewords.ascx.designer.cs
│   │   │   │   │   ├── replacewords.ascx.resx
│   │   │   │   │   ├── replacewords_edit.ascx
│   │   │   │   │   ├── replacewords_edit.ascx.cs
│   │   │   │   │   ├── replacewords_edit.ascx.designer.cs
│   │   │   │   │   ├── replacewords_edit.ascx.resx
│   │   │   │   │   ├── smilies.ascx
│   │   │   │   │   ├── smilies.ascx.cs
│   │   │   │   │   ├── smilies.ascx.designer.cs
│   │   │   │   │   ├── smilies.ascx.resx
│   │   │   │   │   ├── smilies_edit.ascx
│   │   │   │   │   ├── smilies_edit.ascx.cs
│   │   │   │   │   ├── smilies_edit.ascx.designer.cs
│   │   │   │   │   ├── smilies_edit.ascx.resx
│   │   │   │   │   ├── smilies_import.ascx
│   │   │   │   │   ├── smilies_import.ascx.cs
│   │   │   │   │   ├── smilies_import.ascx.designer.cs
│   │   │   │   │   ├── smilies_import.ascx.resx
│   │   │   │   │   ├── users.ascx
│   │   │   │   │   ├── users.ascx.cs
│   │   │   │   │   ├── users.ascx.designer.cs
│   │   │   │   │   └── users.ascx.resx
│   │   │   │   ├── approve.ascx
│   │   │   │   ├── approve.ascx.cs
│   │   │   │   ├── approve.ascx.designer.cs
│   │   │   │   ├── approve.ascx.resx
│   │   │   │   ├── attachments.ascx
│   │   │   │   ├── attachments.ascx.cs
│   │   │   │   ├── attachments.ascx.designer.cs
│   │   │   │   ├── attachments.ascx.resx
│   │   │   │   ├── avatar.ascx
│   │   │   │   ├── avatar.ascx.cs
│   │   │   │   ├── avatar.ascx.designer.cs
│   │   │   │   ├── avatar.ascx.resx
│   │   │   │   ├── cp_editavatar.ascx
│   │   │   │   ├── cp_editavatar.ascx.cs
│   │   │   │   ├── cp_editavatar.ascx.designer.cs
│   │   │   │   ├── cp_editprofile.ascx
│   │   │   │   ├── cp_editprofile.ascx.cs
│   │   │   │   ├── cp_editprofile.ascx.designer.cs
│   │   │   │   ├── cp_editprofile.ascx.resx
│   │   │   │   ├── cp_inbox.ascx
│   │   │   │   ├── cp_inbox.ascx.cs
│   │   │   │   ├── cp_inbox.ascx.designer.cs
│   │   │   │   ├── cp_inbox.ascx.resx
│   │   │   │   ├── cp_message.ascx
│   │   │   │   ├── cp_message.ascx.cs
│   │   │   │   ├── cp_message.ascx.designer.cs
│   │   │   │   ├── cp_message.ascx.resx
│   │   │   │   ├── cp_profile.ascx
│   │   │   │   ├── cp_profile.ascx.cs
│   │   │   │   ├── cp_profile.ascx.designer.cs
│   │   │   │   ├── cp_profile.ascx.resx
│   │   │   │   ├── cp_signature.ascx
│   │   │   │   ├── cp_signature.ascx.cs
│   │   │   │   ├── cp_signature.ascx.designer.cs
│   │   │   │   ├── cp_signature.ascx.resx
│   │   │   │   ├── cp_subscriptions.ascx
│   │   │   │   ├── cp_subscriptions.ascx.cs
│   │   │   │   ├── cp_subscriptions.ascx.designer.cs
│   │   │   │   ├── cp_subscriptions.ascx.resx
│   │   │   │   ├── emailtopic.ascx
│   │   │   │   ├── emailtopic.ascx.cs
│   │   │   │   ├── emailtopic.ascx.designer.cs
│   │   │   │   ├── emailtopic.ascx.resx
│   │   │   │   ├── error.ascx
│   │   │   │   ├── error.ascx.cs
│   │   │   │   ├── error.ascx.designer.cs
│   │   │   │   ├── error.ascx.resx
│   │   │   │   ├── forum.ascx
│   │   │   │   ├── forum.ascx.cs
│   │   │   │   ├── forum.ascx.designer.cs
│   │   │   │   ├── forum.ascx.resx
│   │   │   │   ├── Forum.cs
│   │   │   │   ├── ForumPage.cs
│   │   │   │   ├── help
│   │   │   │   │   ├── index.ascx
│   │   │   │   │   ├── index.ascx.cs
│   │   │   │   │   ├── index.ascx.designer.cs
│   │   │   │   │   ├── index.ascx.resx
│   │   │   │   │   ├── recover.ascx
│   │   │   │   │   ├── recover.ascx.cs
│   │   │   │   │   ├── recover.ascx.designer.cs
│   │   │   │   │   └── recover.ascx.resx
│   │   │   │   ├── im_aim.ascx
│   │   │   │   ├── im_aim.ascx.cs
│   │   │   │   ├── im_aim.ascx.designer.cs
│   │   │   │   ├── im_aim.ascx.resx
│   │   │   │   ├── im_email.ascx
│   │   │   │   ├── im_email.ascx.cs
│   │   │   │   ├── im_email.ascx.designer.cs
│   │   │   │   ├── im_email.ascx.resx
│   │   │   │   ├── im_icq.ascx
│   │   │   │   ├── im_icq.ascx.cs
│   │   │   │   ├── im_icq.ascx.designer.cs
│   │   │   │   ├── im_icq.ascx.resx
│   │   │   │   ├── im_yim.ascx
│   │   │   │   ├── im_yim.ascx.cs
│   │   │   │   ├── im_yim.ascx.designer.cs
│   │   │   │   ├── im_yim.ascx.resx
│   │   │   │   ├── info.ascx
│   │   │   │   ├── info.ascx.cs
│   │   │   │   ├── info.ascx.designer.cs
│   │   │   │   ├── info.ascx.resx
│   │   │   │   ├── lastposts.ascx
│   │   │   │   ├── lastposts.ascx.cs
│   │   │   │   ├── lastposts.ascx.designer.cs
│   │   │   │   ├── lastposts.ascx.resx
│   │   │   │   ├── login.ascx
│   │   │   │   ├── login.ascx.cs
│   │   │   │   ├── login.ascx.designer.cs
│   │   │   │   ├── login.ascx.resx
│   │   │   │   ├── logout.ascx
│   │   │   │   ├── logout.ascx.cs
│   │   │   │   ├── logout.ascx.designer.cs
│   │   │   │   ├── logout.ascx.resx
│   │   │   │   ├── members.ascx
│   │   │   │   ├── members.ascx.cs
│   │   │   │   ├── members.ascx.designer.cs
│   │   │   │   ├── members.ascx.resx
│   │   │   │   ├── moderate
│   │   │   │   │   ├── forum.ascx
│   │   │   │   │   ├── forum.ascx.cs
│   │   │   │   │   ├── forum.ascx.designer.cs
│   │   │   │   │   ├── forum.ascx.resx
│   │   │   │   │   ├── index.ascx
│   │   │   │   │   ├── index.ascx.cs
│   │   │   │   │   ├── index.ascx.designer.cs
│   │   │   │   │   └── index.ascx.resx
│   │   │   │   ├── moderate.ascx
│   │   │   │   ├── moderate.ascx.cs
│   │   │   │   ├── moderate.ascx.designer.cs
│   │   │   │   ├── moderate.ascx.resx
│   │   │   │   ├── mod_forumuser.ascx
│   │   │   │   ├── mod_forumuser.ascx.cs
│   │   │   │   ├── mod_forumuser.ascx.designer.cs
│   │   │   │   ├── mod_forumuser.ascx.resx
│   │   │   │   ├── movetopic.ascx
│   │   │   │   ├── movetopic.ascx.cs
│   │   │   │   ├── movetopic.ascx.designer.cs
│   │   │   │   ├── movetopic.ascx.resx
│   │   │   │   ├── pmessage.ascx
│   │   │   │   ├── pmessage.ascx.cs
│   │   │   │   ├── pmessage.ascx.designer.cs
│   │   │   │   ├── pmessage.ascx.resx
│   │   │   │   ├── postmessage.ascx
│   │   │   │   ├── postmessage.ascx.cs
│   │   │   │   ├── postmessage.ascx.designer.cs
│   │   │   │   ├── postmessage.ascx.resx
│   │   │   │   ├── posts.ascx
│   │   │   │   ├── posts.ascx.cs
│   │   │   │   ├── posts.ascx.designer.cs
│   │   │   │   ├── posts.ascx.resx
│   │   │   │   ├── printtopic.ascx
│   │   │   │   ├── printtopic.ascx.cs
│   │   │   │   ├── printtopic.ascx.designer.cs
│   │   │   │   ├── printtopic.ascx.resx
│   │   │   │   ├── profile.ascx
│   │   │   │   ├── profile.ascx.cs
│   │   │   │   ├── profile.ascx.designer.cs
│   │   │   │   ├── profile.ascx.resx
│   │   │   │   ├── register.ascx
│   │   │   │   ├── register.ascx.cs
│   │   │   │   ├── register.ascx.designer.cs
│   │   │   │   ├── register.ascx.resx
│   │   │   │   ├── rsstopic.ascx
│   │   │   │   ├── rsstopic.ascx.cs
│   │   │   │   ├── rsstopic.ascx.designer.cs
│   │   │   │   ├── rsstopic.ascx.resx
│   │   │   │   ├── rules.ascx
│   │   │   │   ├── rules.ascx.cs
│   │   │   │   ├── rules.ascx.designer.cs
│   │   │   │   ├── rules.ascx.resx
│   │   │   │   ├── search.ascx
│   │   │   │   ├── search.ascx.cs
│   │   │   │   ├── search.ascx.designer.cs
│   │   │   │   ├── search.ascx.resx
│   │   │   │   ├── topics.ascx
│   │   │   │   ├── topics.ascx.cs
│   │   │   │   ├── topics.ascx.designer.cs
│   │   │   │   └── topics.ascx.resx
│   │   │   ├── readme.txt
│   │   │   ├── resource.ashx
│   │   │   ├── resource.ashx.cs
│   │   │   ├── rss.xsl
│   │   │   ├── templates
│   │   │   │   ├── changeemail.txt
│   │   │   │   ├── emailtopic.txt
│   │   │   │   ├── pmnotification.txt
│   │   │   │   ├── topicpost.txt
│   │   │   │   └── verifyemail.txt
│   │   │   ├── themes
│   │   │   │   ├── ASPNET
│   │   │   │   │   ├── b_button_attach.gif
│   │   │   │   │   ├── b_delete_post.gif
│   │   │   │   │   ├── b_editpost.gif
│   │   │   │   │   ├── b_moderate.gif
│   │   │   │   │   ├── b_movetopic.gif
│   │   │   │   │   ├── b_new_topic.gif
│   │   │   │   │   ├── b_post_reply.gif
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── forum_private.gif
│   │   │   │   │   ├── forum_status.gif
│   │   │   │   │   ├── forum_status_new.gif
│   │   │   │   │   ├── forum_status_poll.gif
│   │   │   │   │   ├── forum_status_poll_new.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── icon_stats.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── post_button_email.gif
│   │   │   │   │   ├── post_button_locked.gif
│   │   │   │   │   ├── post_button_pm.gif
│   │   │   │   │   ├── post_button_stats.gif
│   │   │   │   │   ├── post_button_unlocked.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_weblog.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yim.gif
│   │   │   │   │   ├── quote.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic-announce.gif
│   │   │   │   │   ├── topic-announce_notread.gif
│   │   │   │   │   ├── topic.gif
│   │   │   │   │   ├── topic-locked.gif
│   │   │   │   │   ├── topic-locked_notread.gif
│   │   │   │   │   ├── topic_moved.gif
│   │   │   │   │   ├── topic_notread.gif
│   │   │   │   │   ├── topic-pinned.gif
│   │   │   │   │   ├── topic-pinned_notread.gif
│   │   │   │   │   ├── users_icon.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── ASPNET.txt
│   │   │   │   ├── ASPNet.xml
│   │   │   │   ├── camo1
│   │   │   │   │   ├── b_attachments.gif
│   │   │   │   │   ├── b_delete_post.gif
│   │   │   │   │   ├── b_delete_topic.gif
│   │   │   │   │   ├── b_edit_post.gif
│   │   │   │   │   ├── b_lock_topic.gif
│   │   │   │   │   ├── b_move_topic.gif
│   │   │   │   │   ├── b_post_reply.gif
│   │   │   │   │   ├── b_post_topic.gif
│   │   │   │   │   ├── b_quote_post.gif
│   │   │   │   │   ├── b_unlock_topic.gif
│   │   │   │   │   ├── folder_stats.gif
│   │   │   │   │   ├── folder_who.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yim.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce_new.png
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.gif
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_poll.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── user_rank1.gif
│   │   │   │   │   ├── user_rank2.gif
│   │   │   │   │   ├── user_rank3.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── camo1.xml
│   │   │   │   ├── chrome
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── bg_footer1.png
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── bg_header2.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yahoo.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   ├── voting_bar.gif
│   │   │   │   │   └── voting_bar.psd
│   │   │   │   ├── chrome.xml
│   │   │   │   ├── djrm1
│   │   │   │   │   ├── b_attachments.gif
│   │   │   │   │   ├── b_delete_post.gif
│   │   │   │   │   ├── b_delete_topic.gif
│   │   │   │   │   ├── b_edit_post.gif
│   │   │   │   │   ├── bg_footer1.png
│   │   │   │   │   ├── bgh1.gif
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── bg_header2.gif
│   │   │   │   │   ├── bg_header2.png
│   │   │   │   │   ├── b_lock_topic.gif
│   │   │   │   │   ├── b_mod.gif
│   │   │   │   │   ├── b_move_topic.gif
│   │   │   │   │   ├── b_post_reply.gif
│   │   │   │   │   ├── b_post_topic.gif
│   │   │   │   │   ├── b_quote_post.gif
│   │   │   │   │   ├── b_unlock_topic.gif
│   │   │   │   │   ├── folder_stats.gif
│   │   │   │   │   ├── folder_who.gif
│   │   │   │   │   ├── hdbg1.gif
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── m_ann.gif
│   │   │   │   │   ├── m_ann_new.gif
│   │   │   │   │   ├── m.gif
│   │   │   │   │   ├── m_locked.gif
│   │   │   │   │   ├── m_moved.gif
│   │   │   │   │   ├── m_new.gif
│   │   │   │   │   ├── m_new_locked.gif
│   │   │   │   │   ├── m_poll.gif
│   │   │   │   │   ├── m_poll_new.gif
│   │   │   │   │   ├── m_sticky.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yim.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce_new.png
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic.gif
│   │   │   │   │   ├── topic_lock.gif
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.gif
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_poll_new.png
│   │   │   │   │   ├── topic_poll.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── user_rank1.gif
│   │   │   │   │   ├── user_rank2.gif
│   │   │   │   │   ├── user_rank3.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── djrm1.txt
│   │   │   │   ├── djrm1.xml
│   │   │   │   ├── FlatEarth
│   │   │   │   │   ├── b_attachments.png
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── bg_header2.png
│   │   │   │   │   ├── bg_header5.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_reply_pm.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── earthback.jpg
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_weblog.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yahoo.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce_new.png
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_poll_new.png
│   │   │   │   │   ├── topic_poll.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── user_rank1.gif
│   │   │   │   │   ├── user_rank2.gif
│   │   │   │   │   ├── user_rank3.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── flatearth.xml
│   │   │   │   ├── icgstation
│   │   │   │   │   ├── b_attachments.gif
│   │   │   │   │   ├── b_delete_post.gif
│   │   │   │   │   ├── b_move_topic.gif
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── Copy of folder_stats.gif
│   │   │   │   │   ├── Copy of sort_down.gif
│   │   │   │   │   ├── Copy of sort_up.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_announce.gif
│   │   │   │   │   ├── folder_announce_new.gif
│   │   │   │   │   ├── folder_big.gif
│   │   │   │   │   ├── folder.gif
│   │   │   │   │   ├── folder_locked_big.gif
│   │   │   │   │   ├── folder_lock.gif
│   │   │   │   │   ├── folder_lock_new.gif
│   │   │   │   │   ├── folder_new_big.gif
│   │   │   │   │   ├── folder_new.gif
│   │   │   │   │   ├── folder.psd
│   │   │   │   │   ├── folder_stats.gif
│   │   │   │   │   ├── folder_sticky.gif
│   │   │   │   │   ├── folderYAF.psd
│   │   │   │   │   ├── icon_aim.gif
│   │   │   │   │   ├── icon_blog.gif
│   │   │   │   │   ├── icon_edit.gif
│   │   │   │   │   ├── icone_edit.gif
│   │   │   │   │   ├── icon_email.gif
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_icq.gif
│   │   │   │   │   ├── icon_ip.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_msnm.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── icon_pm.gif
│   │   │   │   │   ├── icon-post-attach.gif
│   │   │   │   │   ├── icon-post-delete.gif
│   │   │   │   │   ├── icon_profile.gif
│   │   │   │   │   ├── icon.psd
│   │   │   │   │   ├── icon_quote.gif
│   │   │   │   │   ├── icon_search.gif
│   │   │   │   │   ├── icon_www.gif
│   │   │   │   │   ├── icon_yim.gif
│   │   │   │   │   ├── msg_newpost.gif
│   │   │   │   │   ├── post.gif
│   │   │   │   │   ├── reply.gif
│   │   │   │   │   ├── reply-locked.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── tb2_m.gif
│   │   │   │   │   ├── tb3_m.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_delete.gif
│   │   │   │   │   ├── topic_moderate.gif
│   │   │   │   │   ├── topic_move.gif
│   │   │   │   │   ├── topic_poll.gif
│   │   │   │   │   ├── topic_poll_new.gif
│   │   │   │   │   ├── topic-unlock.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   ├── voting_bar.gif
│   │   │   │   │   └── whosonline.gif
│   │   │   │   ├── icgstation.xml
│   │   │   │   ├── purple
│   │   │   │   │   ├── bg_footer1.png
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── bg_header2.png
│   │   │   │   │   ├── ButtonPack1
│   │   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   │   └── topic_moderate.png
│   │   │   │   │   ├── ButtonPack2
│   │   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   │   └── topic_moderate.png
│   │   │   │   │   ├── ButtonPack3
│   │   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   │   └── topic_moderate.png
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_lock_new.png
│   │   │   │   │   ├── folder_lock.png
│   │   │   │   │   ├── folder_new.png
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yahoo.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   ├── voting_bar.gif
│   │   │   │   │   └── voting_bar.psd
│   │   │   │   ├── purple1.xml
│   │   │   │   ├── purple2.xml
│   │   │   │   ├── purple3.xml
│   │   │   │   ├── soclean
│   │   │   │   │   ├── b_attachments.png
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_reply_pm.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.png
│   │   │   │   │   ├── p_blog.png
│   │   │   │   │   ├── p_email.png
│   │   │   │   │   ├── p_icq.png
│   │   │   │   │   ├── p_msn.png
│   │   │   │   │   ├── p_pm.png
│   │   │   │   │   ├── p_www.png
│   │   │   │   │   ├── p_yim.png
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce_new.png
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_poll_new.png
│   │   │   │   │   ├── topic_poll.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── soclean.xml
│   │   │   │   ├── standard
│   │   │   │   │   ├── b_attachments.png
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── bg_footer1.png
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── bg_header2.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yim.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce_new.png
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_poll_new.png
│   │   │   │   │   ├── topic_poll.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── user_rank1.gif
│   │   │   │   │   ├── user_rank2.gif
│   │   │   │   │   ├── user_rank3.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── standard.xml
│   │   │   │   ├── yafpro
│   │   │   │   │   ├── b_attachments.png
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_reply_pm.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_stats.gif
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.gif
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yahoo.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── titleBack.gif
│   │   │   │   │   ├── topic_announce.gif
│   │   │   │   │   ├── topic_announce_new.gif
│   │   │   │   │   ├── topic.gif
│   │   │   │   │   ├── topic_lock.gif
│   │   │   │   │   ├── topic_lock_new.gif
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.gif
│   │   │   │   │   ├── topic_new.gif
│   │   │   │   │   ├── topic_poll.gif
│   │   │   │   │   ├── topic_poll_new.gif
│   │   │   │   │   ├── topic_sticky.gif
│   │   │   │   │   ├── user_rank1.gif
│   │   │   │   │   ├── user_rank2.gif
│   │   │   │   │   ├── user_rank3.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   ├── yafpro.xml
│   │   │   │   ├── yafvision
│   │   │   │   │   ├── b_attachments.png
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── bg_footer1.png
│   │   │   │   │   ├── bg_header1.png
│   │   │   │   │   ├── bg_header2.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_reply_pm.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── collapse.gif
│   │   │   │   │   ├── expand.gif
│   │   │   │   │   ├── folder_stats.png
│   │   │   │   │   ├── folder_who.png
│   │   │   │   │   ├── icon_file.gif
│   │   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   │   ├── p_aim.gif
│   │   │   │   │   ├── p_blog.gif
│   │   │   │   │   ├── p_email.gif
│   │   │   │   │   ├── p_icq.gif
│   │   │   │   │   ├── p_msn.gif
│   │   │   │   │   ├── p_pm.gif
│   │   │   │   │   ├── p_www.gif
│   │   │   │   │   ├── p_yim.gif
│   │   │   │   │   ├── sort_down.gif
│   │   │   │   │   ├── sort_up.gif
│   │   │   │   │   ├── theme.css
│   │   │   │   │   ├── topic_announce_new.png
│   │   │   │   │   ├── topic_announce.png
│   │   │   │   │   ├── topic_lock_new.png
│   │   │   │   │   ├── topic_lock.png
│   │   │   │   │   ├── topic_moderate.png
│   │   │   │   │   ├── topic_moved.png
│   │   │   │   │   ├── topic_new.png
│   │   │   │   │   ├── topic.png
│   │   │   │   │   ├── topic_poll_new.png
│   │   │   │   │   ├── topic_poll.png
│   │   │   │   │   ├── topic_sticky.png
│   │   │   │   │   ├── user_rank1.gif
│   │   │   │   │   ├── user_rank2.gif
│   │   │   │   │   ├── user_rank3.gif
│   │   │   │   │   ├── vote_lcap.gif
│   │   │   │   │   ├── vote_rcap.gif
│   │   │   │   │   └── voting_bar.gif
│   │   │   │   └── yafvision.xml
│   │   │   └── web.config
│   │   ├── bin
│   │   │   ├── FredCK.FCKeditorV2.dll
│   │   │   ├── WebValidates.dll
│   │   │   ├── yaf.dll
│   │   │   └── yaf.pdb
│   │   ├── classes
│   │   │   ├── AdminPage.cs
│   │   │   ├── BaseControl.cs
│   │   │   ├── BaseUserControl.cs
│   │   │   ├── BBCode.cs
│   │   │   ├── BoardSettings.cs
│   │   │   ├── ClientSideFocus.cs
│   │   │   ├── Config.cs
│   │   │   ├── Data.cs
│   │   │   ├── DB.cs
│   │   │   ├── FormatMsg.cs
│   │   │   ├── HighLighter.cs
│   │   │   ├── IForumUser.cs
│   │   │   ├── Localizer.cs
│   │   │   ├── MySession.cs
│   │   │   ├── Nntp.cs
│   │   │   ├── RssFeed.cs
│   │   │   ├── SectionHandler.cs
│   │   │   ├── SqlHelper.cs
│   │   │   ├── UrlBuilder.cs
│   │   │   ├── URLBuilderRewrite.cs
│   │   │   ├── UtilityValidation.cs
│   │   │   └── Utils.cs
│   │   ├── controls
│   │   │   ├── AdminMenu.cs
│   │   │   ├── DataPanel.cs
│   │   │   ├── DisplayPost.ascx
│   │   │   ├── DisplayPost.ascx.cs
│   │   │   ├── DisplayPost.ascx.designer.cs
│   │   │   ├── DisplayPost.ascx.resx
│   │   │   ├── EditUsersAvatar.ascx
│   │   │   ├── EditUsersAvatar.ascx.cs
│   │   │   ├── EditUsersAvatar.ascx.designer.cs
│   │   │   ├── EditUsersGroups.ascx
│   │   │   ├── EditUsersGroups.ascx.cs
│   │   │   ├── EditUsersGroups.ascx.designer.cs
│   │   │   ├── EditUsersInfo.ascx
│   │   │   ├── EditUsersInfo.ascx.cs
│   │   │   ├── EditUsersInfo.ascx.designer.cs
│   │   │   ├── EditUsersPoints.ascx
│   │   │   ├── EditUsersPoints.ascx.cs
│   │   │   ├── EditUsersPoints.ascx.designer.cs
│   │   │   ├── EditUsersProfile.ascx
│   │   │   ├── EditUsersProfile.ascx.cs
│   │   │   ├── EditUsersProfile.ascx.designer.cs
│   │   │   ├── EditUsersSignature.ascx
│   │   │   ├── EditUsersSignature.ascx.cs
│   │   │   ├── EditUsersSignature.ascx.designer.cs
│   │   │   ├── EditUsersSuspend.ascx
│   │   │   ├── EditUsersSuspend.ascx.cs
│   │   │   ├── EditUsersSuspend.ascx.designer.cs
│   │   │   ├── Footer.cs
│   │   │   ├── ForumJump.cs
│   │   │   ├── ForumList.ascx
│   │   │   ├── ForumList.ascx.cs
│   │   │   ├── ForumList.ascx.designer.cs
│   │   │   ├── ForumList.ascx.resx
│   │   │   ├── ForumUsers.cs
│   │   │   ├── Header.cs
│   │   │   ├── HelpMenu.cs
│   │   │   ├── IconLegend.cs
│   │   │   ├── MyLinkButton.cs
│   │   │   ├── PageAccess.cs
│   │   │   ├── PageLinks.cs
│   │   │   ├── Pager.cs
│   │   │   ├── PopMenu.cs
│   │   │   ├── ProfileMenu.cs
│   │   │   ├── SmartScroller.cs
│   │   │   ├── smileys.ascx
│   │   │   ├── smileys.ascx.cs
│   │   │   ├── smileys.ascx.designer.cs
│   │   │   ├── smileys.ascx.resx
│   │   │   └── TopicLine.cs
│   │   ├── ConversionReport.txt
│   │   ├── default.aspx
│   │   ├── defs
│   │   │   ├── asm.def
│   │   │   ├── asp.def
│   │   │   ├── bas.def
│   │   │   ├── c.def
│   │   │   ├── cpp.def
│   │   │   ├── cs.def
│   │   │   ├── DefFiles.txt
│   │   │   ├── frm.def
│   │   │   ├── htm.def
│   │   │   ├── java.def
│   │   │   ├── sql.def
│   │   │   └── vb.def
│   │   ├── editors
│   │   │   ├── FCKEditorV2
│   │   │   │   ├── editor
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── behaviors
│   │   │   │   │   │   │   ├── disablehandles.htc
│   │   │   │   │   │   │   └── showtableborders.htc
│   │   │   │   │   │   ├── fck_editorarea1.css
│   │   │   │   │   │   ├── fck_editorarea.css
│   │   │   │   │   │   ├── fck_internal.css
│   │   │   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── block_address.png
│   │   │   │   │   │   ├── block_blockquote.png
│   │   │   │   │   │   ├── block_div.png
│   │   │   │   │   │   ├── block_h1.png
│   │   │   │   │   │   ├── block_h2.png
│   │   │   │   │   │   ├── block_h3.png
│   │   │   │   │   │   ├── block_h4.png
│   │   │   │   │   │   ├── block_h5.png
│   │   │   │   │   │   ├── block_h6.png
│   │   │   │   │   │   ├── block_p.png
│   │   │   │   │   │   ├── block_pre.png
│   │   │   │   │   │   ├── fck_anchor.gif
│   │   │   │   │   │   ├── fck_flashlogo.gif
│   │   │   │   │   │   ├── fck_hiddenfield.gif
│   │   │   │   │   │   ├── fck_pagebreak.gif
│   │   │   │   │   │   └── fck_plugin.gif
│   │   │   │   │   ├── dialog
│   │   │   │   │   │   ├── common
│   │   │   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── locked.gif
│   │   │   │   │   │   │   ├── reset.gif
│   │   │   │   │   │   │   └── unlocked.gif
│   │   │   │   │   │   ├── fck_about
│   │   │   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   │   │   ├── logo_fredck.gif
│   │   │   │   │   │   │   ├── sponsors
│   │   │   │   │   │   │   │   ├── spellchecker_net.gif
│   │   │   │   │   │   │   │   └── Thumbs.db
│   │   │   │   │   │   │   └── Thumbs.db
│   │   │   │   │   │   ├── fck_anchor.html
│   │   │   │   │   │   ├── fck_button.html
│   │   │   │   │   │   ├── fck_checkbox.html
│   │   │   │   │   │   ├── fck_colorselector.html
│   │   │   │   │   │   ├── fck_docprops
│   │   │   │   │   │   │   └── fck_document_preview.html
│   │   │   │   │   │   ├── fck_docprops.html
│   │   │   │   │   │   ├── fck_flash
│   │   │   │   │   │   │   ├── fck_flash.js
│   │   │   │   │   │   │   └── fck_flash_preview.html
│   │   │   │   │   │   ├── fck_flash.html
│   │   │   │   │   │   ├── fck_form.html
│   │   │   │   │   │   ├── fck_hiddenfield.html
│   │   │   │   │   │   ├── fck_image
│   │   │   │   │   │   │   └── fck_image.js
│   │   │   │   │   │   ├── fck_image.html
│   │   │   │   │   │   ├── fck_link
│   │   │   │   │   │   │   └── fck_link.js
│   │   │   │   │   │   ├── fck_link.html
│   │   │   │   │   │   ├── fck_listprop.html
│   │   │   │   │   │   ├── fck_paste.html
│   │   │   │   │   │   ├── fck_radiobutton.html
│   │   │   │   │   │   ├── fck_replace.html
│   │   │   │   │   │   ├── fck_select
│   │   │   │   │   │   │   └── fck_select.js
│   │   │   │   │   │   ├── fck_select.html
│   │   │   │   │   │   ├── fck_smiley.html
│   │   │   │   │   │   ├── fck_source.html
│   │   │   │   │   │   ├── fck_specialchar.html
│   │   │   │   │   │   ├── fck_spellerpages
│   │   │   │   │   │   │   └── spellerpages
│   │   │   │   │   │   │   ├── blank.html
│   │   │   │   │   │   │   ├── controls.html
│   │   │   │   │   │   │   ├── controlWindow.js
│   │   │   │   │   │   │   ├── server-scripts
│   │   │   │   │   │   │   │   ├── spellchecker.cfm
│   │   │   │   │   │   │   │   ├── spellchecker.php
│   │   │   │   │   │   │   │   └── spellchecker.pl
│   │   │   │   │   │   │   ├── spellchecker.html
│   │   │   │   │   │   │   ├── spellChecker.js
│   │   │   │   │   │   │   ├── spellerStyle.css
│   │   │   │   │   │   │   └── wordWindow.js
│   │   │   │   │   │   ├── fck_spellerpages.html
│   │   │   │   │   │   ├── fck_tablecell.html
│   │   │   │   │   │   ├── fck_table.html
│   │   │   │   │   │   ├── fck_template
│   │   │   │   │   │   │   └── images
│   │   │   │   │   │   │   ├── template1.gif
│   │   │   │   │   │   │   ├── template2.gif
│   │   │   │   │   │   │   └── template3.gif
│   │   │   │   │   │   ├── fck_template.html
│   │   │   │   │   │   ├── fck_textarea.html
│   │   │   │   │   │   └── fck_textfield.html
│   │   │   │   │   ├── dtd
│   │   │   │   │   │   ├── fck_dtd_test.html
│   │   │   │   │   │   ├── fck_xhtml10strict.js
│   │   │   │   │   │   └── fck_xhtml10transitional.js
│   │   │   │   │   ├── fckdebug.html
│   │   │   │   │   ├── fckdialog.html
│   │   │   │   │   ├── fckeditor.html
│   │   │   │   │   ├── fckeditor.original.html
│   │   │   │   │   ├── filemanager
│   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   └── default
│   │   │   │   │   │   │   ├── browser.css
│   │   │   │   │   │   │   ├── browser.html
│   │   │   │   │   │   │   ├── frmactualfolder.html
│   │   │   │   │   │   │   ├── frmcreatefolder.html
│   │   │   │   │   │   │   ├── frmfolders.html
│   │   │   │   │   │   │   ├── frmresourceslist.html
│   │   │   │   │   │   │   ├── frmresourcetype.html
│   │   │   │   │   │   │   ├── frmupload.html
│   │   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   │   ├── ButtonArrow.gif
│   │   │   │   │   │   │   │   ├── Folder32.gif
│   │   │   │   │   │   │   │   ├── Folder.gif
│   │   │   │   │   │   │   │   ├── FolderOpened32.gif
│   │   │   │   │   │   │   │   ├── FolderOpened.gif
│   │   │   │   │   │   │   │   ├── FolderUp.gif
│   │   │   │   │   │   │   │   ├── icons
│   │   │   │   │   │   │   │   │   ├── 32
│   │   │   │   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   │   │   ├── htm.gif
│   │   │   │   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   │   │   ├── png.gif
│   │   │   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   │   ├── htm.gif
│   │   │   │   │   │   │   │   │   ├── html.gif
│   │   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   │   ├── png.gif
│   │   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   │   └── spacer.gif
│   │   │   │   │   │   │   └── js
│   │   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   │   └── fckxml.js
│   │   │   │   │   │   └── connectors
│   │   │   │   │   │   └── aspx
│   │   │   │   │   │   ├── config.ascx
│   │   │   │   │   │   ├── connector.aspx
│   │   │   │   │   │   └── upload.aspx
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── anchor.gif
│   │   │   │   │   │   ├── arrow_ltr.gif
│   │   │   │   │   │   ├── arrow_rtl.gif
│   │   │   │   │   │   ├── smiley
│   │   │   │   │   │   │   └── msn
│   │   │   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   │   │   ├── broken_heart.gif
│   │   │   │   │   │   │   ├── cake.gif
│   │   │   │   │   │   │   ├── confused_smile.gif
│   │   │   │   │   │   │   ├── cry_smile.gif
│   │   │   │   │   │   │   ├── devil_smile.gif
│   │   │   │   │   │   │   ├── embaressed_smile.gif
│   │   │   │   │   │   │   ├── envelope.gif
│   │   │   │   │   │   │   ├── heart.gif
│   │   │   │   │   │   │   ├── kiss.gif
│   │   │   │   │   │   │   ├── lightbulb.gif
│   │   │   │   │   │   │   ├── omg_smile.gif
│   │   │   │   │   │   │   ├── regular_smile.gif
│   │   │   │   │   │   │   ├── sad_smile.gif
│   │   │   │   │   │   │   ├── shades_smile.gif
│   │   │   │   │   │   │   ├── teeth_smile.gif
│   │   │   │   │   │   │   ├── thumbs_down.gif
│   │   │   │   │   │   │   ├── thumbs_up.gif
│   │   │   │   │   │   │   ├── tounge_smile.gif
│   │   │   │   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   │   │   │   └── wink_smile.gif
│   │   │   │   │   │   └── spacer.gif
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── fckadobeair.js
│   │   │   │   │   │   ├── fckeditorcode_gecko.js
│   │   │   │   │   │   └── fckeditorcode_ie.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   │   └── zh.js
│   │   │   │   │   ├── plugins
│   │   │   │   │   │   ├── autogrow
│   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   ├── bbcode
│   │   │   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   │   │   └── _sample
│   │   │   │   │   │   │   ├── sample.config.js
│   │   │   │   │   │   │   └── sample.html
│   │   │   │   │   │   ├── code
│   │   │   │   │   │   │   ├── code.gif
│   │   │   │   │   │   │   ├── fck_code.html
│   │   │   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   │   │   └── lang
│   │   │   │   │   │   │   └── ch.js
│   │   │   │   │   │   ├── code.rar
│   │   │   │   │   │   ├── dragresizetable
│   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   ├── insertcode
│   │   │   │   │   │   │   ├── fck_insertcode.html
│   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   ├── insertcode.rar
│   │   │   │   │   │   ├── placeholder
│   │   │   │   │   │   │   ├── fck_placeholder.html
│   │   │   │   │   │   │   ├── fckplugin.js
│   │   │   │   │   │   │   ├── lang
│   │   │   │   │   │   │   │   ├── de.js
│   │   │   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   │   │   ├── es.js
│   │   │   │   │   │   │   │   ├── fr.js
│   │   │   │   │   │   │   │   ├── it.js
│   │   │   │   │   │   │   │   └── pl.js
│   │   │   │   │   │   │   └── placeholder.gif
│   │   │   │   │   │   ├── simplecommands
│   │   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   │   └── tablecommands
│   │   │   │   │   │   └── fckplugin.js
│   │   │   │   │   └── skins
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   │   ├── sprites.gif
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   ├── office2003
│   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   │   ├── sprites.gif
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   ├── toolbar.bg.gif
│   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   └── silver
│   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   ├── fck_dialog_ie6.js
│   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   ├── fck_strip.gif
│   │   │   │   │   └── images
│   │   │   │   │   ├── dialog.sides.gif
│   │   │   │   │   ├── dialog.sides.png
│   │   │   │   │   ├── dialog.sides.rtl.png
│   │   │   │   │   ├── sprites.gif
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.buttonbg.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   ├── fckconfig.js
│   │   │   │   ├── fckeditor.js
│   │   │   │   ├── fckpackager.xml
│   │   │   │   ├── fckstyles.xml
│   │   │   │   ├── fcktemplates.xml
│   │   │   │   ├── fckutils.cfm
│   │   │   │   └── license.txt
│   │   │   ├── ForumEditor.cs
│   │   │   └── yafEditor
│   │   │   ├── backcolor.gif
│   │   │   ├── bold.gif
│   │   │   ├── code.gif
│   │   │   ├── forecolor.gif
│   │   │   ├── image.gif
│   │   │   ├── indent.gif
│   │   │   ├── italic.gif
│   │   │   ├── justifycenter.gif
│   │   │   ├── justifyleft.gif
│   │   │   ├── justifyright.gif
│   │   │   ├── link.gif
│   │   │   ├── orderedlist.gif
│   │   │   ├── outdent.gif
│   │   │   ├── quote.gif
│   │   │   ├── smiley.gif
│   │   │   ├── spellcheck.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── underline.gif
│   │   │   ├── unorderedlist.gif
│   │   │   └── yafEditor.js
│   │   ├── EntLibForum.csproj
│   │   ├── EntLibForum.csproj.user
│   │   ├── EntLibForum.sln
│   │   ├── EntLibForum.suo
│   │   ├── error.aspx
│   │   ├── error.aspx.cs
│   │   ├── error.aspx.designer.cs
│   │   ├── error.aspx.resx
│   │   ├── favicon.ico
│   │   ├── framehelper.aspx
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── images
│   │   │   ├── avatars
│   │   │   │   ├── CoolGuys
│   │   │   │   │   ├── Snk_all_00.gif
│   │   │   │   │   ├── Snk_all_01.gif
│   │   │   │   │   ├── Snk_all_03.gif
│   │   │   │   │   ├── Snk_all_04.gif
│   │   │   │   │   ├── Snk_all_05.gif
│   │   │   │   │   ├── Snk_all_06.gif
│   │   │   │   │   ├── Snk_all_07.gif
│   │   │   │   │   ├── Snk_all_08.gif
│   │   │   │   │   ├── Snk_all_09.gif
│   │   │   │   │   ├── Snk_all_10.gif
│   │   │   │   │   ├── Snk_all_11.gif
│   │   │   │   │   ├── Snk_all_12.gif
│   │   │   │   │   ├── Snk_all_13.gif
│   │   │   │   │   ├── Snk_all_14.gif
│   │   │   │   │   ├── Snk_all_15.gif
│   │   │   │   │   ├── Snk_all_16.gif
│   │   │   │   │   ├── Snk_all_17.gif
│   │   │   │   │   ├── Snk_all_18.gif
│   │   │   │   │   ├── Snk_all_19.gif
│   │   │   │   │   ├── Snk_all_20.gif
│   │   │   │   │   ├── Snk_all_21.gif
│   │   │   │   │   ├── Snk_all_22.gif
│   │   │   │   │   ├── Snk_all_23.gif
│   │   │   │   │   └── Thumbs.db
│   │   │   │   └── EntLibLogo
│   │   │   │   └── Thumbs.db
│   │   │   ├── background
│   │   │   │   ├── ad_bg.gif
│   │   │   │   ├── bg_black.gif
│   │   │   │   ├── bg_blue.gif
│   │   │   │   ├── bg_gray.gif
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── button3_bg.jpg
│   │   │   │   ├── menubg.gif
│   │   │   │   ├── navbar_bg.gif
│   │   │   │   ├── ppctitle.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   └── titleBack.gif
│   │   │   ├── common
│   │   │   │   ├── arrow2.gif
│   │   │   │   ├── arrow3.gif
│   │   │   │   ├── EnterEntLibBlog.gif
│   │   │   │   ├── EnterEntLibCom.gif
│   │   │   │   ├── entlib120_ad.gif
│   │   │   │   ├── homeicon.gif
│   │   │   │   ├── linebreak.gif
│   │   │   │   ├── pen.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── delete_icon.gif
│   │   │   ├── emoticons
│   │   │   │   ├── eusa_angel.gif
│   │   │   │   ├── eusa_boohoo.gif
│   │   │   │   ├── eusa_clap.gif
│   │   │   │   ├── eusa_dance.gif
│   │   │   │   ├── eusa_doh.gif
│   │   │   │   ├── eusa_drool.gif
│   │   │   │   ├── eusa_eh.gif
│   │   │   │   ├── eusa_hand.gif
│   │   │   │   ├── eusa_liar.gif
│   │   │   │   ├── eusa_naughty.gif
│   │   │   │   ├── eusa.pak
│   │   │   │   ├── eusa_pray.gif
│   │   │   │   ├── eusa_shhh.gif
│   │   │   │   ├── eusa_shifty.gif
│   │   │   │   ├── eusa_sick.gif
│   │   │   │   ├── eusa_silenced.gif
│   │   │   │   ├── eusa_snooty.gif
│   │   │   │   ├── eusa_think.gif
│   │   │   │   ├── eusa_wall.gif
│   │   │   │   ├── eusa_whistle.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── entlib.gif
│   │   │   ├── eventError.gif
│   │   │   ├── eventInfo.gif
│   │   │   ├── eventWarning.gif
│   │   │   ├── folder.gif
│   │   │   ├── ForumIcons
│   │   │   │   ├── icon_biztalk.gif
│   │   │   │   ├── icon_ebook.gif
│   │   │   │   ├── icon_ecommerce.gif
│   │   │   │   ├── icon_enterpriselibrary.gif
│   │   │   │   ├── icon_EntLibBlogLogo.gif
│   │   │   │   ├── icon_EntLibForumLogo.gif
│   │   │   │   ├── icon_entlib.gif
│   │   │   │   ├── icon_entlibhelp.gif
│   │   │   │   ├── icon_netframework.gif
│   │   │   │   ├── icon_news.gif
│   │   │   │   ├── icon_sqlserver.gif
│   │   │   │   ├── icon_wcf_wf.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── forum_locked_icon.gif
│   │   │   ├── forum_unlock_icon.gif
│   │   │   ├── noavatar.gif
│   │   │   ├── powerby
│   │   │   │   ├── Powerby_EntlibForum.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── ranks
│   │   │   │   ├── star1.gif
│   │   │   │   ├── star2.gif
│   │   │   │   ├── star3.gif
│   │   │   │   ├── star4.gif
│   │   │   │   ├── star5.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── rss.gif
│   │   │   ├── spacer.gif
│   │   │   ├── Thumbs.db
│   │   │   └── topics
│   │   │   ├── agree.gif
│   │   │   ├── attachment.gif
│   │   │   ├── digest_1.gif
│   │   │   ├── digest_2.gif
│   │   │   ├── digest_3.gif
│   │   │   └── Thumbs.db
│   │   ├── Include
│   │   │   ├── pagefooter.ascx
│   │   │   ├── pagefooter.ascx.cs
│   │   │   └── pagefooter.ascx.designer.cs
│   │   ├── languages
│   │   │   ├── china.xml
│   │   │   └── english.xml
│   │   ├── obj
│   │   │   ├── 5JBB.COM.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── 5JBB.COM.csproj.GenerateResource.Cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── EntLibForum.csproj.FileListAbsolute.txt
│   │   │   │   ├── EntLibForum.csproj.GenerateResource.Cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Web References.RegisterForum.Reference.cs.dll
│   │   │   │   ├── yaf.App_GlobalResources.DataPanel.js
│   │   │   │   ├── yaf.App_GlobalResources.yaf.js
│   │   │   │   ├── yaf.controls.DisplayPost.resources
│   │   │   │   ├── yaf.controls.ForumList.resources
│   │   │   │   ├── yaf.controls.smileys.resources
│   │   │   │   ├── yaf.dll
│   │   │   │   ├── yaf.error.resources
│   │   │   │   ├── yaf.install._default.resources
│   │   │   │   ├── yaf.pages.active.resources
│   │   │   │   ├── yaf.pages.activeusers.resources
│   │   │   │   ├── yaf.pages.admin.accessmasks.resources
│   │   │   │   ├── yaf.pages.admin.admin.resources
│   │   │   │   ├── yaf.pages.admin.attachments.resources
│   │   │   │   ├── yaf.pages.admin.bannedip_edit.resources
│   │   │   │   ├── yaf.pages.admin.bannedip.resources
│   │   │   │   ├── yaf.pages.admin.boardsettings.resources
│   │   │   │   ├── yaf.pages.admin.boards.resources
│   │   │   │   ├── yaf.pages.admin.editaccessmask.resources
│   │   │   │   ├── yaf.pages.admin.editboard.resources
│   │   │   │   ├── yaf.pages.admin.editcategory.resources
│   │   │   │   ├── yaf.pages.admin.editforum.resources
│   │   │   │   ├── yaf.pages.admin.editgroup.resources
│   │   │   │   ├── yaf.pages.admin.editnntpforum.resources
│   │   │   │   ├── yaf.pages.admin.editnntpserver.resources
│   │   │   │   ├── yaf.pages.admin.editrank.resources
│   │   │   │   ├── yaf.pages.admin.edituser.resources
│   │   │   │   ├── yaf.pages.admin.eventlog.resources
│   │   │   │   ├── yaf.pages.admin.forums.resources
│   │   │   │   ├── yaf.pages.admin.groups.resources
│   │   │   │   ├── yaf.pages.admin.hostsettings.resources
│   │   │   │   ├── yaf.pages.admin.mail.resources
│   │   │   │   ├── yaf.pages.admin.pm.resources
│   │   │   │   ├── yaf.pages.admin.prune.resources
│   │   │   │   ├── yaf.pages.admin.ranks.resources
│   │   │   │   ├── yaf.pages.admin.reguser.resources
│   │   │   │   ├── yaf.pages.admin.replacewords_edit.resources
│   │   │   │   ├── yaf.pages.admin.replacewords.resources
│   │   │   │   ├── yaf.pages.admin.smilies_edit.resources
│   │   │   │   ├── yaf.pages.admin.smilies_import.resources
│   │   │   │   ├── yaf.pages.admin.smilies.resources
│   │   │   │   ├── yaf.pages.admin.users.resources
│   │   │   │   ├── yaf.pages.approve.resources
│   │   │   │   ├── yaf.pages.attachments.resources
│   │   │   │   ├── yaf.pages.avatar.resources
│   │   │   │   ├── yaf.pages.cp_editprofile.resources
│   │   │   │   ├── yaf.pages.cp_inbox.resources
│   │   │   │   ├── yaf.pages.cp_message.resources
│   │   │   │   ├── yaf.pages.cp_profile.resources
│   │   │   │   ├── yaf.pages.cp_signature.resources
│   │   │   │   ├── yaf.pages.cp_subscriptions.resources
│   │   │   │   ├── yaf.pages.emailtopic.resources
│   │   │   │   ├── yaf.pages.error.resources
│   │   │   │   ├── yaf.pages.forum.resources
│   │   │   │   ├── yaf.pages.help.index.resources
│   │   │   │   ├── yaf.pages.help.recover.resources
│   │   │   │   ├── yaf.pages.im_aim.resources
│   │   │   │   ├── yaf.pages.im_email.resources
│   │   │   │   ├── yaf.pages.im_icq.resources
│   │   │   │   ├── yaf.pages.im_yim.resources
│   │   │   │   ├── yaf.pages.info.resources
│   │   │   │   ├── yaf.pages.lastposts.resources
│   │   │   │   ├── yaf.pages.login.resources
│   │   │   │   ├── yaf.pages.logout.resources
│   │   │   │   ├── yaf.pages.members.resources
│   │   │   │   ├── yaf.pages.moderate0.resources
│   │   │   │   ├── yaf.pages.moderate.forum.resources
│   │   │   │   ├── yaf.pages.moderate.index.resources
│   │   │   │   ├── yaf.pages.mod_forumuser.resources
│   │   │   │   ├── yaf.pages.movetopic.resources
│   │   │   │   ├── yaf.pages.pmessage.resources
│   │   │   │   ├── yaf.pages.postmessage.resources
│   │   │   │   ├── yaf.pages.posts.resources
│   │   │   │   ├── yaf.pages.printtopic.resources
│   │   │   │   ├── yaf.pages.profile.resources
│   │   │   │   ├── yaf.pages.register.resources
│   │   │   │   ├── yaf.pages.rsstopic.resources
│   │   │   │   ├── yaf.pages.rules.resources
│   │   │   │   ├── yaf.pages.search.resources
│   │   │   │   ├── yaf.pages.topics.resources
│   │   │   │   ├── yaf.pdb
│   │   │   │   └── yetanotherforum.net.csproj.GenerateResource.Cache
│   │   │   ├── EntLibForum.csproj.FileListAbsolute.txt
│   │   │   ├── EntLibForum.csproj.FileList.txt
│   │   │   ├── Release
│   │   │   │   ├── 5JBB.COM.csproj.GenerateResource.Cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Web References.RegisterForum.Reference.cs.dll
│   │   │   │   ├── yaf.App_GlobalResources.DataPanel.js
│   │   │   │   ├── yaf.App_GlobalResources.yaf.js
│   │   │   │   ├── yaf.controls.DisplayPost.resources
│   │   │   │   ├── yaf.controls.ForumList.resources
│   │   │   │   ├── yaf.controls.smileys.resources
│   │   │   │   ├── yaf.dll
│   │   │   │   ├── yaf.error.resources
│   │   │   │   ├── yaf.install._default.resources
│   │   │   │   ├── yaf.pages.active.resources
│   │   │   │   ├── yaf.pages.activeusers.resources
│   │   │   │   ├── yaf.pages.admin.accessmasks.resources
│   │   │   │   ├── yaf.pages.admin.admin.resources
│   │   │   │   ├── yaf.pages.admin.attachments.resources
│   │   │   │   ├── yaf.pages.admin.bannedip_edit.resources
│   │   │   │   ├── yaf.pages.admin.bannedip.resources
│   │   │   │   ├── yaf.pages.admin.boardsettings.resources
│   │   │   │   ├── yaf.pages.admin.boards.resources
│   │   │   │   ├── yaf.pages.admin.editaccessmask.resources
│   │   │   │   ├── yaf.pages.admin.editboard.resources
│   │   │   │   ├── yaf.pages.admin.editcategory.resources
│   │   │   │   ├── yaf.pages.admin.editforum.resources
│   │   │   │   ├── yaf.pages.admin.editgroup.resources
│   │   │   │   ├── yaf.pages.admin.editnntpforum.resources
│   │   │   │   ├── yaf.pages.admin.editnntpserver.resources
│   │   │   │   ├── yaf.pages.admin.editrank.resources
│   │   │   │   ├── yaf.pages.admin.edituser.resources
│   │   │   │   ├── yaf.pages.admin.eventlog.resources
│   │   │   │   ├── yaf.pages.admin.forums.resources
│   │   │   │   ├── yaf.pages.admin.groups.resources
│   │   │   │   ├── yaf.pages.admin.hostsettings.resources
│   │   │   │   ├── yaf.pages.admin.mail.resources
│   │   │   │   ├── yaf.pages.admin.nntpforums.resources
│   │   │   │   ├── yaf.pages.admin.nntpretrieve.resources
│   │   │   │   ├── yaf.pages.admin.nntpservers.resources
│   │   │   │   ├── yaf.pages.admin.pm.resources
│   │   │   │   ├── yaf.pages.admin.prune.resources
│   │   │   │   ├── yaf.pages.admin.ranks.resources
│   │   │   │   ├── yaf.pages.admin.reguser.resources
│   │   │   │   ├── yaf.pages.admin.replacewords_edit.resources
│   │   │   │   ├── yaf.pages.admin.replacewords.resources
│   │   │   │   ├── yaf.pages.admin.smilies_edit.resources
│   │   │   │   ├── yaf.pages.admin.smilies_import.resources
│   │   │   │   ├── yaf.pages.admin.smilies.resources
│   │   │   │   ├── yaf.pages.admin.users.resources
│   │   │   │   ├── yaf.pages.admin.version.resources
│   │   │   │   ├── yaf.pages.approve.resources
│   │   │   │   ├── yaf.pages.attachments.resources
│   │   │   │   ├── yaf.pages.avatar.resources
│   │   │   │   ├── yaf.pages.cp_editprofile.resources
│   │   │   │   ├── yaf.pages.cp_inbox.resources
│   │   │   │   ├── yaf.pages.cp_message.resources
│   │   │   │   ├── yaf.pages.cp_profile.resources
│   │   │   │   ├── yaf.pages.cp_signature.resources
│   │   │   │   ├── yaf.pages.cp_subscriptions.resources
│   │   │   │   ├── yaf.pages.emailtopic.resources
│   │   │   │   ├── yaf.pages.error.resources
│   │   │   │   ├── yaf.pages.forum.resources
│   │   │   │   ├── yaf.pages.help.index.resources
│   │   │   │   ├── yaf.pages.help.recover.resources
│   │   │   │   ├── yaf.pages.im_aim.resources
│   │   │   │   ├── yaf.pages.im_email.resources
│   │   │   │   ├── yaf.pages.im_icq.resources
│   │   │   │   ├── yaf.pages.im_yim.resources
│   │   │   │   ├── yaf.pages.info.resources
│   │   │   │   ├── yaf.pages.lastposts.resources
│   │   │   │   ├── yaf.pages.login.resources
│   │   │   │   ├── yaf.pages.logout.resources
│   │   │   │   ├── yaf.pages.members.resources
│   │   │   │   ├── yaf.pages.moderate0.resources
│   │   │   │   ├── yaf.pages.moderate.forum.resources
│   │   │   │   ├── yaf.pages.moderate.index.resources
│   │   │   │   ├── yaf.pages.mod_forumuser.resources
│   │   │   │   ├── yaf.pages.movetopic.resources
│   │   │   │   ├── yaf.pages.pmessage.resources
│   │   │   │   ├── yaf.pages.postmessage.resources
│   │   │   │   ├── yaf.pages.posts.resources
│   │   │   │   ├── yaf.pages.printtopic.resources
│   │   │   │   ├── yaf.pages.profile.resources
│   │   │   │   ├── yaf.pages.register.resources
│   │   │   │   ├── yaf.pages.rsstopic.resources
│   │   │   │   ├── yaf.pages.rules.resources
│   │   │   │   ├── yaf.pages.search.resources
│   │   │   │   ├── yaf.pages.topics.resources
│   │   │   │   └── yetanotherforum.net.csproj.GenerateResource.Cache
│   │   │   └── yetanotherforum.net.csproj.FileList.txt
│   │   ├── pages
│   │   │   ├── active.ascx
│   │   │   ├── active.ascx.cs
│   │   │   ├── active.ascx.designer.cs
│   │   │   ├── active.ascx.resx
│   │   │   ├── activeusers.ascx
│   │   │   ├── activeusers.ascx.cs
│   │   │   ├── activeusers.ascx.designer.cs
│   │   │   ├── activeusers.ascx.resx
│   │   │   ├── admin
│   │   │   │   ├── accessmasks.ascx
│   │   │   │   ├── accessmasks.ascx.cs
│   │   │   │   ├── accessmasks.ascx.designer.cs
│   │   │   │   ├── accessmasks.ascx.resx
│   │   │   │   ├── admin.ascx
│   │   │   │   ├── admin.ascx.cs
│   │   │   │   ├── admin.ascx.designer.cs
│   │   │   │   ├── admin.ascx.resx
│   │   │   │   ├── attachments.ascx
│   │   │   │   ├── attachments.ascx.cs
│   │   │   │   ├── attachments.ascx.designer.cs
│   │   │   │   ├── attachments.ascx.resx
│   │   │   │   ├── bannedip.ascx
│   │   │   │   ├── bannedip.ascx.cs
│   │   │   │   ├── bannedip.ascx.designer.cs
│   │   │   │   ├── bannedip.ascx.resx
│   │   │   │   ├── bannedip_edit.ascx
│   │   │   │   ├── bannedip_edit.ascx.cs
│   │   │   │   ├── bannedip_edit.ascx.designer.cs
│   │   │   │   ├── bannedip_edit.ascx.resx
│   │   │   │   ├── boards.ascx
│   │   │   │   ├── boards.ascx.cs
│   │   │   │   ├── boards.ascx.designer.cs
│   │   │   │   ├── boards.ascx.resx
│   │   │   │   ├── boardsettings.ascx
│   │   │   │   ├── boardsettings.ascx.cs
│   │   │   │   ├── boardsettings.ascx.designer.cs
│   │   │   │   ├── boardsettings.ascx.resx
│   │   │   │   ├── editaccessmask.ascx
│   │   │   │   ├── editaccessmask.ascx.cs
│   │   │   │   ├── editaccessmask.ascx.designer.cs
│   │   │   │   ├── editaccessmask.ascx.resx
│   │   │   │   ├── editboard.ascx
│   │   │   │   ├── editboard.ascx.cs
│   │   │   │   ├── editboard.ascx.designer.cs
│   │   │   │   ├── editboard.ascx.resx
│   │   │   │   ├── editcategory.ascx
│   │   │   │   ├── editcategory.ascx.cs
│   │   │   │   ├── editcategory.ascx.designer.cs
│   │   │   │   ├── editcategory.ascx.resx
│   │   │   │   ├── editforum.ascx
│   │   │   │   ├── editforum.ascx.cs
│   │   │   │   ├── editforum.ascx.designer.cs
│   │   │   │   ├── editforum.ascx.resx
│   │   │   │   ├── editgroup.ascx
│   │   │   │   ├── editgroup.ascx.cs
│   │   │   │   ├── editgroup.ascx.designer.cs
│   │   │   │   ├── editgroup.ascx.resx
│   │   │   │   ├── editnntpforum.ascx
│   │   │   │   ├── editnntpforum.ascx.cs
│   │   │   │   ├── editnntpforum.ascx.designer.cs
│   │   │   │   ├── editnntpforum.ascx.resx
│   │   │   │   ├── editnntpserver.ascx
│   │   │   │   ├── editnntpserver.ascx.cs
│   │   │   │   ├── editnntpserver.ascx.designer.cs
│   │   │   │   ├── editnntpserver.ascx.resx
│   │   │   │   ├── editrank.ascx
│   │   │   │   ├── editrank.ascx.cs
│   │   │   │   ├── editrank.ascx.designer.cs
│   │   │   │   ├── editrank.ascx.resx
│   │   │   │   ├── edituser.ascx
│   │   │   │   ├── edituser.ascx.cs
│   │   │   │   ├── edituser.ascx.designer.cs
│   │   │   │   ├── edituser.ascx.resx
│   │   │   │   ├── eventlog.ascx
│   │   │   │   ├── eventlog.ascx.cs
│   │   │   │   ├── eventlog.ascx.designer.cs
│   │   │   │   ├── eventlog.ascx.resx
│   │   │   │   ├── forums.ascx
│   │   │   │   ├── forums.ascx.cs
│   │   │   │   ├── forums.ascx.designer.cs
│   │   │   │   ├── forums.ascx.resx
│   │   │   │   ├── groups.ascx
│   │   │   │   ├── groups.ascx.cs
│   │   │   │   ├── groups.ascx.designer.cs
│   │   │   │   ├── groups.ascx.resx
│   │   │   │   ├── hostsettings.ascx
│   │   │   │   ├── hostsettings.ascx.cs
│   │   │   │   ├── hostsettings.ascx.designer.cs
│   │   │   │   ├── hostsettings.ascx.resx
│   │   │   │   ├── mail.ascx
│   │   │   │   ├── mail.ascx.cs
│   │   │   │   ├── mail.ascx.designer.cs
│   │   │   │   ├── mail.ascx.resx
│   │   │   │   ├── pm.ascx
│   │   │   │   ├── pm.ascx.cs
│   │   │   │   ├── pm.ascx.designer.cs
│   │   │   │   ├── pm.ascx.resx
│   │   │   │   ├── prune.ascx
│   │   │   │   ├── prune.ascx.cs
│   │   │   │   ├── prune.ascx.designer.cs
│   │   │   │   ├── prune.ascx.resx
│   │   │   │   ├── ranks.ascx
│   │   │   │   ├── ranks.ascx.cs
│   │   │   │   ├── ranks.ascx.designer.cs
│   │   │   │   ├── ranks.ascx.resx
│   │   │   │   ├── reguser.ascx
│   │   │   │   ├── reguser.ascx.cs
│   │   │   │   ├── reguser.ascx.designer.cs
│   │   │   │   ├── reguser.ascx.resx
│   │   │   │   ├── replacewords.ascx
│   │   │   │   ├── replacewords.ascx.cs
│   │   │   │   ├── replacewords.ascx.designer.cs
│   │   │   │   ├── replacewords.ascx.resx
│   │   │   │   ├── replacewords_edit.ascx
│   │   │   │   ├── replacewords_edit.ascx.cs
│   │   │   │   ├── replacewords_edit.ascx.designer.cs
│   │   │   │   ├── replacewords_edit.ascx.resx
│   │   │   │   ├── smilies.ascx
│   │   │   │   ├── smilies.ascx.cs
│   │   │   │   ├── smilies.ascx.designer.cs
│   │   │   │   ├── smilies.ascx.resx
│   │   │   │   ├── smilies_edit.ascx
│   │   │   │   ├── smilies_edit.ascx.cs
│   │   │   │   ├── smilies_edit.ascx.designer.cs
│   │   │   │   ├── smilies_edit.ascx.resx
│   │   │   │   ├── smilies_import.ascx
│   │   │   │   ├── smilies_import.ascx.cs
│   │   │   │   ├── smilies_import.ascx.designer.cs
│   │   │   │   ├── smilies_import.ascx.resx
│   │   │   │   ├── users.ascx
│   │   │   │   ├── users.ascx.cs
│   │   │   │   ├── users.ascx.designer.cs
│   │   │   │   └── users.ascx.resx
│   │   │   ├── approve.ascx
│   │   │   ├── approve.ascx.cs
│   │   │   ├── approve.ascx.designer.cs
│   │   │   ├── approve.ascx.resx
│   │   │   ├── attachments.ascx
│   │   │   ├── attachments.ascx.cs
│   │   │   ├── attachments.ascx.designer.cs
│   │   │   ├── attachments.ascx.resx
│   │   │   ├── avatar.ascx
│   │   │   ├── avatar.ascx.cs
│   │   │   ├── avatar.ascx.designer.cs
│   │   │   ├── avatar.ascx.resx
│   │   │   ├── cp_editavatar.ascx
│   │   │   ├── cp_editavatar.ascx.cs
│   │   │   ├── cp_editavatar.ascx.designer.cs
│   │   │   ├── cp_editprofile.ascx
│   │   │   ├── cp_editprofile.ascx.cs
│   │   │   ├── cp_editprofile.ascx.designer.cs
│   │   │   ├── cp_editprofile.ascx.resx
│   │   │   ├── cp_inbox.ascx
│   │   │   ├── cp_inbox.ascx.cs
│   │   │   ├── cp_inbox.ascx.designer.cs
│   │   │   ├── cp_inbox.ascx.resx
│   │   │   ├── cp_message.ascx
│   │   │   ├── cp_message.ascx.cs
│   │   │   ├── cp_message.ascx.designer.cs
│   │   │   ├── cp_message.ascx.resx
│   │   │   ├── cp_profile.ascx
│   │   │   ├── cp_profile.ascx.cs
│   │   │   ├── cp_profile.ascx.designer.cs
│   │   │   ├── cp_profile.ascx.resx
│   │   │   ├── cp_signature.ascx
│   │   │   ├── cp_signature.ascx.cs
│   │   │   ├── cp_signature.ascx.designer.cs
│   │   │   ├── cp_signature.ascx.resx
│   │   │   ├── cp_subscriptions.ascx
│   │   │   ├── cp_subscriptions.ascx.cs
│   │   │   ├── cp_subscriptions.ascx.designer.cs
│   │   │   ├── cp_subscriptions.ascx.resx
│   │   │   ├── emailtopic.ascx
│   │   │   ├── emailtopic.ascx.cs
│   │   │   ├── emailtopic.ascx.designer.cs
│   │   │   ├── emailtopic.ascx.resx
│   │   │   ├── error.ascx
│   │   │   ├── error.ascx.cs
│   │   │   ├── error.ascx.designer.cs
│   │   │   ├── error.ascx.resx
│   │   │   ├── forum.ascx
│   │   │   ├── forum.ascx.cs
│   │   │   ├── forum.ascx.designer.cs
│   │   │   ├── forum.ascx.resx
│   │   │   ├── Forum.cs
│   │   │   ├── ForumPage.cs
│   │   │   ├── help
│   │   │   │   ├── index.ascx
│   │   │   │   ├── index.ascx.cs
│   │   │   │   ├── index.ascx.designer.cs
│   │   │   │   ├── index.ascx.resx
│   │   │   │   ├── recover.ascx
│   │   │   │   ├── recover.ascx.cs
│   │   │   │   ├── recover.ascx.designer.cs
│   │   │   │   └── recover.ascx.resx
│   │   │   ├── im_aim.ascx
│   │   │   ├── im_aim.ascx.cs
│   │   │   ├── im_aim.ascx.designer.cs
│   │   │   ├── im_aim.ascx.resx
│   │   │   ├── im_email.ascx
│   │   │   ├── im_email.ascx.cs
│   │   │   ├── im_email.ascx.designer.cs
│   │   │   ├── im_email.ascx.resx
│   │   │   ├── im_icq.ascx
│   │   │   ├── im_icq.ascx.cs
│   │   │   ├── im_icq.ascx.designer.cs
│   │   │   ├── im_icq.ascx.resx
│   │   │   ├── im_yim.ascx
│   │   │   ├── im_yim.ascx.cs
│   │   │   ├── im_yim.ascx.designer.cs
│   │   │   ├── im_yim.ascx.resx
│   │   │   ├── info.ascx
│   │   │   ├── info.ascx.cs
│   │   │   ├── info.ascx.designer.cs
│   │   │   ├── info.ascx.resx
│   │   │   ├── lastposts.ascx
│   │   │   ├── lastposts.ascx.cs
│   │   │   ├── lastposts.ascx.designer.cs
│   │   │   ├── lastposts.ascx.resx
│   │   │   ├── login.ascx
│   │   │   ├── login.ascx.cs
│   │   │   ├── login.ascx.designer.cs
│   │   │   ├── login.ascx.resx
│   │   │   ├── logout.ascx
│   │   │   ├── logout.ascx.cs
│   │   │   ├── logout.ascx.designer.cs
│   │   │   ├── logout.ascx.resx
│   │   │   ├── members.ascx
│   │   │   ├── members.ascx.cs
│   │   │   ├── members.ascx.designer.cs
│   │   │   ├── members.ascx.resx
│   │   │   ├── moderate
│   │   │   │   ├── forum.ascx
│   │   │   │   ├── forum.ascx.cs
│   │   │   │   ├── forum.ascx.designer.cs
│   │   │   │   ├── forum.ascx.resx
│   │   │   │   ├── index.ascx
│   │   │   │   ├── index.ascx.cs
│   │   │   │   ├── index.ascx.designer.cs
│   │   │   │   └── index.ascx.resx
│   │   │   ├── moderate.ascx
│   │   │   ├── moderate.ascx.cs
│   │   │   ├── moderate.ascx.designer.cs
│   │   │   ├── moderate.ascx.resx
│   │   │   ├── mod_forumuser.ascx
│   │   │   ├── mod_forumuser.ascx.cs
│   │   │   ├── mod_forumuser.ascx.designer.cs
│   │   │   ├── mod_forumuser.ascx.resx
│   │   │   ├── movetopic.ascx
│   │   │   ├── movetopic.ascx.cs
│   │   │   ├── movetopic.ascx.designer.cs
│   │   │   ├── movetopic.ascx.resx
│   │   │   ├── pmessage.ascx
│   │   │   ├── pmessage.ascx.cs
│   │   │   ├── pmessage.ascx.designer.cs
│   │   │   ├── pmessage.ascx.resx
│   │   │   ├── postmessage.ascx
│   │   │   ├── postmessage.ascx.cs
│   │   │   ├── postmessage.ascx.designer.cs
│   │   │   ├── postmessage.ascx.resx
│   │   │   ├── posts.ascx
│   │   │   ├── posts.ascx.cs
│   │   │   ├── posts.ascx.designer.cs
│   │   │   ├── posts.ascx.resx
│   │   │   ├── printtopic.ascx
│   │   │   ├── printtopic.ascx.cs
│   │   │   ├── printtopic.ascx.designer.cs
│   │   │   ├── printtopic.ascx.resx
│   │   │   ├── profile.ascx
│   │   │   ├── profile.ascx.cs
│   │   │   ├── profile.ascx.designer.cs
│   │   │   ├── profile.ascx.resx
│   │   │   ├── register.ascx
│   │   │   ├── register.ascx.cs
│   │   │   ├── register.ascx.designer.cs
│   │   │   ├── register.ascx.resx
│   │   │   ├── rsstopic.ascx
│   │   │   ├── rsstopic.ascx.cs
│   │   │   ├── rsstopic.ascx.designer.cs
│   │   │   ├── rsstopic.ascx.resx
│   │   │   ├── rules.ascx
│   │   │   ├── rules.ascx.cs
│   │   │   ├── rules.ascx.designer.cs
│   │   │   ├── rules.ascx.resx
│   │   │   ├── search.ascx
│   │   │   ├── search.ascx.cs
│   │   │   ├── search.ascx.designer.cs
│   │   │   ├── search.ascx.resx
│   │   │   ├── topics.ascx
│   │   │   ├── topics.ascx.cs
│   │   │   ├── topics.ascx.designer.cs
│   │   │   └── topics.ascx.resx
│   │   ├── resource.ashx
│   │   ├── resource.ashx.cs
│   │   ├── rss.xsl
│   │   ├── templates
│   │   │   ├── changeemail.txt
│   │   │   ├── emailtopic.txt
│   │   │   ├── pmnotification.txt
│   │   │   ├── topicpost.txt
│   │   │   └── verifyemail.txt
│   │   ├── themes
│   │   │   ├── ASPNET
│   │   │   │   ├── b_button_attach.gif
│   │   │   │   ├── b_delete_post.gif
│   │   │   │   ├── b_editpost.gif
│   │   │   │   ├── b_moderate.gif
│   │   │   │   ├── b_movetopic.gif
│   │   │   │   ├── b_new_topic.gif
│   │   │   │   ├── b_post_reply.gif
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── forum_private.gif
│   │   │   │   ├── forum_status.gif
│   │   │   │   ├── forum_status_new.gif
│   │   │   │   ├── forum_status_poll.gif
│   │   │   │   ├── forum_status_poll_new.gif
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── icon_stats.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── post_button_email.gif
│   │   │   │   ├── post_button_locked.gif
│   │   │   │   ├── post_button_pm.gif
│   │   │   │   ├── post_button_stats.gif
│   │   │   │   ├── post_button_unlocked.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_weblog.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yim.gif
│   │   │   │   ├── quote.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic-announce.gif
│   │   │   │   ├── topic-announce_notread.gif
│   │   │   │   ├── topic.gif
│   │   │   │   ├── topic-locked.gif
│   │   │   │   ├── topic-locked_notread.gif
│   │   │   │   ├── topic_moved.gif
│   │   │   │   ├── topic_notread.gif
│   │   │   │   ├── topic-pinned.gif
│   │   │   │   ├── topic-pinned_notread.gif
│   │   │   │   ├── users_icon.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── ASPNET.txt
│   │   │   ├── ASPNet.xml
│   │   │   ├── camo1
│   │   │   │   ├── b_attachments.gif
│   │   │   │   ├── b_delete_post.gif
│   │   │   │   ├── b_delete_topic.gif
│   │   │   │   ├── b_edit_post.gif
│   │   │   │   ├── b_lock_topic.gif
│   │   │   │   ├── b_move_topic.gif
│   │   │   │   ├── b_post_reply.gif
│   │   │   │   ├── b_post_topic.gif
│   │   │   │   ├── b_quote_post.gif
│   │   │   │   ├── b_unlock_topic.gif
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.gif
│   │   │   │   ├── folder_who.gif
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yim.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce_new.png
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.gif
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_poll.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── user_rank1.gif
│   │   │   │   ├── user_rank2.gif
│   │   │   │   ├── user_rank3.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── camo1.xml
│   │   │   ├── chrome
│   │   │   │   ├── b_attachments.png
│   │   │   │   ├── b_delete_post.png
│   │   │   │   ├── b_delete_topic.png
│   │   │   │   ├── b_edit_post.png
│   │   │   │   ├── bg_footer1.png
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── bg_header2.png
│   │   │   │   ├── b_lock_topic.png
│   │   │   │   ├── b_move_topic.png
│   │   │   │   ├── b_post_reply.png
│   │   │   │   ├── b_post_topic.png
│   │   │   │   ├── b_quote_post.png
│   │   │   │   ├── b_unlock_topic.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yahoo.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   ├── voting_bar.gif
│   │   │   │   └── voting_bar.psd
│   │   │   ├── chrome.xml
│   │   │   ├── djrm1
│   │   │   │   ├── b_attachments.gif
│   │   │   │   ├── b_delete_post.gif
│   │   │   │   ├── b_delete_topic.gif
│   │   │   │   ├── b_edit_post.gif
│   │   │   │   ├── bg_footer1.png
│   │   │   │   ├── bgh1.gif
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── bg_header2.gif
│   │   │   │   ├── bg_header2.png
│   │   │   │   ├── b_lock_topic.gif
│   │   │   │   ├── b_mod.gif
│   │   │   │   ├── b_move_topic.gif
│   │   │   │   ├── b_post_reply.gif
│   │   │   │   ├── b_post_topic.gif
│   │   │   │   ├── b_quote_post.gif
│   │   │   │   ├── b_unlock_topic.gif
│   │   │   │   ├── folder_stats.gif
│   │   │   │   ├── folder_who.gif
│   │   │   │   ├── hdbg1.gif
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── m_ann.gif
│   │   │   │   ├── m_ann_new.gif
│   │   │   │   ├── m.gif
│   │   │   │   ├── m_locked.gif
│   │   │   │   ├── m_moved.gif
│   │   │   │   ├── m_new.gif
│   │   │   │   ├── m_new_locked.gif
│   │   │   │   ├── m_poll.gif
│   │   │   │   ├── m_poll_new.gif
│   │   │   │   ├── m_sticky.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yim.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce_new.png
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic.gif
│   │   │   │   ├── topic_lock.gif
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.gif
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_poll_new.png
│   │   │   │   ├── topic_poll.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── user_rank1.gif
│   │   │   │   ├── user_rank2.gif
│   │   │   │   ├── user_rank3.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── djrm1.txt
│   │   │   ├── djrm1.xml
│   │   │   ├── FlatEarth
│   │   │   │   ├── b_attachments.png
│   │   │   │   ├── b_delete_post.png
│   │   │   │   ├── b_delete_topic.png
│   │   │   │   ├── b_edit_post.png
│   │   │   │   ├── bg_header2.png
│   │   │   │   ├── bg_header5.png
│   │   │   │   ├── b_lock_topic.png
│   │   │   │   ├── b_move_topic.png
│   │   │   │   ├── b_post_reply.png
│   │   │   │   ├── b_post_topic.png
│   │   │   │   ├── b_quote_post.png
│   │   │   │   ├── b_reply_pm.png
│   │   │   │   ├── b_unlock_topic.png
│   │   │   │   ├── button_template2.png
│   │   │   │   ├── button_template.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── earthback.jpg
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_weblog.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yahoo.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce_new.png
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_poll_new.png
│   │   │   │   ├── topic_poll.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── user_rank1.gif
│   │   │   │   ├── user_rank2.gif
│   │   │   │   ├── user_rank3.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── flatearth.xml
│   │   │   ├── icgstation
│   │   │   │   ├── b_attachments.gif
│   │   │   │   ├── b_delete_post.gif
│   │   │   │   ├── b_move_topic.gif
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── Copy of folder_stats.gif
│   │   │   │   ├── Copy of sort_down.gif
│   │   │   │   ├── Copy of sort_up.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_announce.gif
│   │   │   │   ├── folder_announce_new.gif
│   │   │   │   ├── folder_big.gif
│   │   │   │   ├── folder.gif
│   │   │   │   ├── folder_locked_big.gif
│   │   │   │   ├── folder_lock.gif
│   │   │   │   ├── folder_lock_new.gif
│   │   │   │   ├── folder_new_big.gif
│   │   │   │   ├── folder_new.gif
│   │   │   │   ├── folder.psd
│   │   │   │   ├── folder_stats.gif
│   │   │   │   ├── folder_sticky.gif
│   │   │   │   ├── folderYAF.psd
│   │   │   │   ├── icon_aim.gif
│   │   │   │   ├── icon_blog.gif
│   │   │   │   ├── icon_edit.gif
│   │   │   │   ├── icone_edit.gif
│   │   │   │   ├── icon_email.gif
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_icq.gif
│   │   │   │   ├── icon_ip.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_msnm.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── icon_pm.gif
│   │   │   │   ├── icon-post-attach.gif
│   │   │   │   ├── icon-post-delete.gif
│   │   │   │   ├── icon_profile.gif
│   │   │   │   ├── icon.psd
│   │   │   │   ├── icon_quote.gif
│   │   │   │   ├── icon_search.gif
│   │   │   │   ├── icon_www.gif
│   │   │   │   ├── icon_yim.gif
│   │   │   │   ├── msg_newpost.gif
│   │   │   │   ├── post.gif
│   │   │   │   ├── reply.gif
│   │   │   │   ├── reply-locked.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── tb2_m.gif
│   │   │   │   ├── tb3_m.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_delete.gif
│   │   │   │   ├── topic_moderate.gif
│   │   │   │   ├── topic_move.gif
│   │   │   │   ├── topic_poll.gif
│   │   │   │   ├── topic_poll_new.gif
│   │   │   │   ├── topic-unlock.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   ├── voting_bar.gif
│   │   │   │   └── whosonline.gif
│   │   │   ├── icgstation.xml
│   │   │   ├── purple
│   │   │   │   ├── bg_footer1.png
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── bg_header2.png
│   │   │   │   ├── ButtonPack1
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── topic_moderate.png
│   │   │   │   ├── ButtonPack2
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── topic_moderate.png
│   │   │   │   ├── ButtonPack3
│   │   │   │   │   ├── b_delete_post.png
│   │   │   │   │   ├── b_delete_topic.png
│   │   │   │   │   ├── b_edit_post.png
│   │   │   │   │   ├── b_lock_topic.png
│   │   │   │   │   ├── b_move_topic.png
│   │   │   │   │   ├── b_post_reply.png
│   │   │   │   │   ├── b_post_topic.png
│   │   │   │   │   ├── b_quote_post.png
│   │   │   │   │   ├── b_unlock_topic.png
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── topic_moderate.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_lock_new.png
│   │   │   │   ├── folder_lock.png
│   │   │   │   ├── folder_new.png
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yahoo.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   ├── voting_bar.gif
│   │   │   │   └── voting_bar.psd
│   │   │   ├── purple1.xml
│   │   │   ├── purple2.xml
│   │   │   ├── purple3.xml
│   │   │   ├── soclean
│   │   │   │   ├── b_attachments.png
│   │   │   │   ├── b_delete_post.png
│   │   │   │   ├── b_delete_topic.png
│   │   │   │   ├── b_edit_post.png
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── b_lock_topic.png
│   │   │   │   ├── b_move_topic.png
│   │   │   │   ├── b_post_reply.png
│   │   │   │   ├── b_post_topic.png
│   │   │   │   ├── b_quote_post.png
│   │   │   │   ├── b_reply_pm.png
│   │   │   │   ├── b_unlock_topic.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.png
│   │   │   │   ├── p_blog.png
│   │   │   │   ├── p_email.png
│   │   │   │   ├── p_icq.png
│   │   │   │   ├── p_msn.png
│   │   │   │   ├── p_pm.png
│   │   │   │   ├── p_www.png
│   │   │   │   ├── p_yim.png
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce_new.png
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_poll_new.png
│   │   │   │   ├── topic_poll.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── soclean.xml
│   │   │   ├── standard
│   │   │   │   ├── b_attachments.png
│   │   │   │   ├── b_delete_post.png
│   │   │   │   ├── b_delete_topic.png
│   │   │   │   ├── b_edit_post.png
│   │   │   │   ├── bg_footer1.png
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── bg_header2.png
│   │   │   │   ├── b_lock_topic.png
│   │   │   │   ├── b_move_topic.png
│   │   │   │   ├── b_post_reply.png
│   │   │   │   ├── b_post_topic.png
│   │   │   │   ├── b_quote_post.png
│   │   │   │   ├── b_unlock_topic.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yim.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce_new.png
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_poll_new.png
│   │   │   │   ├── topic_poll.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── user_rank1.gif
│   │   │   │   ├── user_rank2.gif
│   │   │   │   ├── user_rank3.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── standard.xml
│   │   │   ├── Thumbs.db
│   │   │   ├── yafpro
│   │   │   │   ├── b_attachments.png
│   │   │   │   ├── b_delete_post.png
│   │   │   │   ├── b_delete_topic.png
│   │   │   │   ├── b_edit_post.png
│   │   │   │   ├── b_lock_topic.png
│   │   │   │   ├── b_move_topic.png
│   │   │   │   ├── b_post_reply.png
│   │   │   │   ├── b_post_topic.png
│   │   │   │   ├── b_quote_post.png
│   │   │   │   ├── b_reply_pm.png
│   │   │   │   ├── b_unlock_topic.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.gif
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.gif
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yahoo.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── titleBack.gif
│   │   │   │   ├── topic_announce.gif
│   │   │   │   ├── topic_announce_new.gif
│   │   │   │   ├── topic.gif
│   │   │   │   ├── topic_lock.gif
│   │   │   │   ├── topic_lock_new.gif
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.gif
│   │   │   │   ├── topic_new.gif
│   │   │   │   ├── topic_poll.gif
│   │   │   │   ├── topic_poll_new.gif
│   │   │   │   ├── topic_sticky.gif
│   │   │   │   ├── user_rank1.gif
│   │   │   │   ├── user_rank2.gif
│   │   │   │   ├── user_rank3.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   ├── yafpro.xml
│   │   │   ├── yafvision
│   │   │   │   ├── b_attachments.png
│   │   │   │   ├── b_delete_post.png
│   │   │   │   ├── b_delete_topic.png
│   │   │   │   ├── b_edit_post.png
│   │   │   │   ├── bg_footer1.png
│   │   │   │   ├── bg_header1.png
│   │   │   │   ├── bg_header2.png
│   │   │   │   ├── b_lock_topic.png
│   │   │   │   ├── b_move_topic.png
│   │   │   │   ├── b_post_reply.png
│   │   │   │   ├── b_post_topic.png
│   │   │   │   ├── b_quote_post.png
│   │   │   │   ├── b_reply_pm.png
│   │   │   │   ├── b_unlock_topic.png
│   │   │   │   ├── collapse.gif
│   │   │   │   ├── expand.gif
│   │   │   │   ├── folder_stats.png
│   │   │   │   ├── folder_who.png
│   │   │   │   ├── icon_file.gif
│   │   │   │   ├── icon_latest_reply.gif
│   │   │   │   ├── icon_newest_reply.gif
│   │   │   │   ├── p_aim.gif
│   │   │   │   ├── p_blog.gif
│   │   │   │   ├── p_email.gif
│   │   │   │   ├── p_icq.gif
│   │   │   │   ├── p_msn.gif
│   │   │   │   ├── p_pm.gif
│   │   │   │   ├── p_www.gif
│   │   │   │   ├── p_yim.gif
│   │   │   │   ├── sort_down.gif
│   │   │   │   ├── sort_up.gif
│   │   │   │   ├── theme.css
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── topic_announce_new.png
│   │   │   │   ├── topic_announce.png
│   │   │   │   ├── topic_lock_new.png
│   │   │   │   ├── topic_lock.png
│   │   │   │   ├── topic_moderate.png
│   │   │   │   ├── topic_moved.png
│   │   │   │   ├── topic_new.png
│   │   │   │   ├── topic.png
│   │   │   │   ├── topic_poll_new.png
│   │   │   │   ├── topic_poll.png
│   │   │   │   ├── topic_sticky.png
│   │   │   │   ├── user_rank1.gif
│   │   │   │   ├── user_rank2.gif
│   │   │   │   ├── user_rank3.gif
│   │   │   │   ├── vote_lcap.gif
│   │   │   │   ├── vote_rcap.gif
│   │   │   │   └── voting_bar.gif
│   │   │   └── yafvision.xml
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── upload
│   │   │   ├── 56.attachment.gif
│   │   │   ├── 56.EntLibcom_Forum_v3.0.gif
│   │   │   ├── 57.agree.gif
│   │   │   ├── 71.agree.gif
│   │   │   └── 74.agree.gif
│   │   ├── useruploadfiles
│   │   │   └── admin
│   │   │   └── image
│   │   │   └── test
│   │   │   ├── AcceleratedSQLServer2008.gif
│   │   │   └── Thumbs.db
│   │   └── web.config
│   └── 数据库
│   ├── EntLib_BBS_log.ldf
│   └── EntLib_BBS.mdf
├── 02 电话客服系统
│   ├── Daila
│   │   ├── Backup
│   │   │   ├── Daila
│   │   │   │   ├── D160A.cs
│   │   │   │   ├── Daila.csproj
│   │   │   │   ├── DataBase
│   │   │   │   │   └── db_Dainla.mdb
│   │   │   │   ├── frmCustomer.cs
│   │   │   │   ├── frmCustomer.Designer.cs
│   │   │   │   ├── frmCustomer.resx
│   │   │   │   ├── frmCustomerUpdate.cs
│   │   │   │   ├── frmCustomerUpdate.Designer.cs
│   │   │   │   ├── frmCustomerUpdate.resx
│   │   │   │   ├── frmDai.cs
│   │   │   │   ├── frmDai.Designer.cs
│   │   │   │   ├── frmDai.resx
│   │   │   │   ├── frmEmployeeInfo.cs
│   │   │   │   ├── frmEmployeeInfo.Designer.cs
│   │   │   │   ├── frmEmployeeInfo.resx
│   │   │   │   ├── frmMain.cs
│   │   │   │   ├── frmMain.Designer.cs
│   │   │   │   ├── frmMain.resx
│   │   │   │   ├── frmProd.cs
│   │   │   │   ├── frmProd.Designer.cs
│   │   │   │   ├── frmProd.resx
│   │   │   │   ├── frmtbProduction.cs
│   │   │   │   ├── frmtbProduction.Designer.cs
│   │   │   │   ├── frmtbProduction.resx
│   │   │   │   ├── frmtbProPath.cs
│   │   │   │   ├── frmtbProPath.Designer.cs
│   │   │   │   ├── frmtbProPathNew.cs
│   │   │   │   ├── frmtbProPathNew.Designer.cs
│   │   │   │   ├── frmtbProPathNew.resx
│   │   │   │   ├── frmtbProPath.resx
│   │   │   │   ├── frmTel.cs
│   │   │   │   ├── frmTel.Designer.cs
│   │   │   │   ├── frmTel.resx
│   │   │   │   ├── login.cs
│   │   │   │   ├── login.Designer.cs
│   │   │   │   ├── login.resx
│   │   │   │   ├── NewClass
│   │   │   │   │   ├── tbCustomerClass.cs
│   │   │   │   │   ├── tbEmployeeClass.cs
│   │   │   │   │   ├── tbProductionClass.cs
│   │   │   │   │   ├── tbProPathClass.cs
│   │   │   │   │   └── tbTelRecordClass.cs
│   │   │   │   ├── NewMehod
│   │   │   │   │   ├── tbCustomerMethod.cs
│   │   │   │   │   ├── tbDaiConnection.cs
│   │   │   │   │   ├── tbDistionMenthod.cs
│   │   │   │   │   ├── tbEmployeeMenthod.cs
│   │   │   │   │   ├── tbProductionMenthod.cs
│   │   │   │   │   ├── tbProPathMenthod.cs
│   │   │   │   │   └── tbTelRecordMenthod.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── Resources
│   │   │   │   ├── 取消按钮.bmp
│   │   │   │   ├── 确定按钮.bmp
│   │   │   │   └── 背景.bmp
│   │   │   ├── Daila.sln
│   │   │   └── Daila.suo
│   │   ├── Daila
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Daila.exe
│   │   │   │   ├── Daila.exe.config
│   │   │   │   ├── Daila.pdb
│   │   │   │   ├── Daila.vshost.exe
│   │   │   │   ├── Daila.vshost.exe.config
│   │   │   │   └── Daila.vshost.exe.manifest
│   │   │   ├── D160A.cs
│   │   │   ├── Daila.csproj
│   │   │   ├── Daila.csproj.user
│   │   │   ├── DataBase
│   │   │   │   └── db_Dainla.mdb
│   │   │   ├── Form4.Designer.cs
│   │   │   ├── frmCustomer.cs
│   │   │   ├── frmCustomer.Designer.cs
│   │   │   ├── frmCustomer.resx
│   │   │   ├── frmCustomerUpdate.cs
│   │   │   ├── frmCustomerUpdate.Designer.cs
│   │   │   ├── frmCustomerUpdate.resx
│   │   │   ├── frmDai.cs
│   │   │   ├── frmDai.Designer.cs
│   │   │   ├── frmDai.resx
│   │   │   ├── frmEmployeeInfo.cs
│   │   │   ├── frmEmployeeInfo.Designer.cs
│   │   │   ├── frmEmployeeInfo.resx
│   │   │   ├── frmMain.cs
│   │   │   ├── frmMain.Designer.cs
│   │   │   ├── frmMain.resx
│   │   │   ├── frmProd.cs
│   │   │   ├── frmProd.Designer.cs
│   │   │   ├── frmProd.resx
│   │   │   ├── frmtbProduction.cs
│   │   │   ├── frmtbProduction.Designer.cs
│   │   │   ├── frmtbProduction.resx
│   │   │   ├── frmtbProPath.cs
│   │   │   ├── frmtbProPath.Designer.cs
│   │   │   ├── frmtbProPathNew.cs
│   │   │   ├── frmtbProPathNew.Designer.cs
│   │   │   ├── frmtbProPathNew.resx
│   │   │   ├── frmtbProPath.resx
│   │   │   ├── frmTel.cs
│   │   │   ├── frmTel.Designer.cs
│   │   │   ├── frmTel.resx
│   │   │   ├── login.cs
│   │   │   ├── login.Designer.cs
│   │   │   ├── login.resx
│   │   │   ├── NewClass
│   │   │   │   ├── tbCustomerClass.cs
│   │   │   │   ├── tbEmployeeClass.cs
│   │   │   │   ├── tbProductionClass.cs
│   │   │   │   ├── tbProPathClass.cs
│   │   │   │   └── tbTelRecordClass.cs
│   │   │   ├── NewMehod
│   │   │   │   ├── tbCustomerMethod.cs
│   │   │   │   ├── tbDaiConnection.cs
│   │   │   │   ├── tbDistionMenthod.cs
│   │   │   │   ├── tbEmployeeMenthod.cs
│   │   │   │   ├── tbProductionMenthod.cs
│   │   │   │   ├── tbProPathMenthod.cs
│   │   │   │   └── tbTelRecordMenthod.cs
│   │   │   ├── obj
│   │   │   │   ├── Daila.csproj.FileList.txt
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Daila.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Daila.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Daila.exe
│   │   │   │   │   ├── Daila.frmCustomer.resources
│   │   │   │   │   ├── Daila.frmCustomerUpdate.resources
│   │   │   │   │   ├── Daila.frmDai.resources
│   │   │   │   │   ├── Daila.frmEmployeeInfo.resources
│   │   │   │   │   ├── Daila.frmMain.resources
│   │   │   │   │   ├── Daila.frmProd.resources
│   │   │   │   │   ├── Daila.frmtbProduction.resources
│   │   │   │   │   ├── Daila.frmtbProPathNew.resources
│   │   │   │   │   ├── Daila.frmtbProPath.resources
│   │   │   │   │   ├── Daila.frmTel.resources
│   │   │   │   │   ├── Daila.login.resources
│   │   │   │   │   ├── Daila.pdb
│   │   │   │   │   ├── Daila.Properties.Resources.resources
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   ├── DataBase.DainlaDataSet.Designer.cs.dll
│   │   │   │   │   ├── DataBase.db_DainlaDataSet.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Daila.csproj.GenerateResource.Cache
│   │   │   │   ├── Daila.exe
│   │   │   │   ├── Daila.frmCustomerAdd.resources
│   │   │   │   ├── Daila.frmCustomer.resources
│   │   │   │   ├── Daila.frmCustomerUpdate.resources
│   │   │   │   ├── Daila.frmDai.resources
│   │   │   │   ├── Daila.frmEmployeeInfo.resources
│   │   │   │   ├── Daila.frmEmployee.resources
│   │   │   │   ├── Daila.frmMain.resources
│   │   │   │   ├── Daila.frmProd.resources
│   │   │   │   ├── Daila.frmtbProduction.resources
│   │   │   │   ├── Daila.frmtbProPathNew.resources
│   │   │   │   ├── Daila.frmtbProPath.resources
│   │   │   │   ├── Daila.frmTel.resources
│   │   │   │   ├── Daila.login.resources
│   │   │   │   ├── Daila.pdb
│   │   │   │   ├── Daila.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Resources
│   │   │   ├── 取消按钮.bmp
│   │   │   ├── 确定按钮.bmp
│   │   │   └── 背景.bmp
│   │   ├── Daila.sln
│   │   ├── Daila.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── readme.doc
├── 03在线留言簿系统
│   ├── database
│   │   ├── AjaxLeavewordDB_log.ldf
│   │   └── AjaxLeavewordDB.mdf
│   └── Liuyan
│   ├── AjaxLeaveword.suo
│   ├── AjaxService.asmx
│   ├── App_Code
│   │   ├── AjaxService.cs
│   │   ├── ASPNETAJAXWeb.cs
│   │   └── lei.cs
│   ├── App_Themes
│   │   └── css
│   │   ├── mm.skin
│   │   ├── Thumbs.db
│   │   └── web.css
│   ├── Backup
│   │   ├── Leaveword.sln
│   │   ├── Leaveword.suo
│   │   └── Liuyan
│   │   ├── AjaxService.asmx
│   │   ├── App_Code
│   │   │   ├── AjaxService.cs
│   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   └── lei.cs
│   │   ├── App_Themes
│   │   │   └── css
│   │   │   ├── mm.skin
│   │   │   └── web.css
│   │   ├── Backup
│   │   │   └── Leaveword.sln
│   │   ├── Bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   └── zh-CHS
│   │   │   └── AjaxControlToolkit.resources.dll
│   │   ├── Guanli.aspx
│   │   ├── Guanli.aspx.cs
│   │   ├── Huifu.aspx
│   │   ├── Huifu.aspx.cs
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── LeavewordFen.aspx
│   │   ├── LeavewordFen.aspx.cs
│   │   ├── Leaveword.sln
│   │   ├── UpgradeLog.XML
│   │   ├── Web.config
│   │   └── Yanzheng.aspx
│   ├── Bin
│   │   ├── AjaxControlToolkit.dll
│   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   └── zh-CHS
│   │   └── AjaxControlToolkit.resources.dll
│   ├── Guanli.aspx
│   ├── Guanli.aspx.cs
│   ├── Huifu.aspx
│   ├── Huifu.aspx.cs
│   ├── Index.aspx
│   ├── Index.aspx.cs
│   ├── LeavewordFen.aspx
│   ├── LeavewordFen.aspx.cs
│   ├── Leaveword.sln
│   ├── Leaveword.suo
│   ├── Liuyan.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Web.config
│   └── Yanzheng.aspx
├── 04仿QQ聊天系统
│   ├── MyQQ
│   │   ├── MyQQClient
│   │   │   ├── MyQQClient
│   │   │   │   ├── 0.bmp
│   │   │   │   ├── 1.bmp
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── MyQQClient.exe
│   │   │   │   │   ├── MyQQClient.pdb
│   │   │   │   │   ├── MyQQClient.vshost.exe
│   │   │   │   │   ├── QQClass.dll
│   │   │   │   │   └── QQClass.pdb
│   │   │   │   ├── F_Chat.cs
│   │   │   │   ├── F_Chat.Designer.cs
│   │   │   │   ├── F_Chat.resx
│   │   │   │   ├── F_Client.cs
│   │   │   │   ├── F_Client.Designer.cs
│   │   │   │   ├── F_Client.resx
│   │   │   │   ├── F_Logon.cs
│   │   │   │   ├── F_Logon.Designer.cs
│   │   │   │   ├── F_Logon.resx
│   │   │   │   ├── F_SerSetup.cs
│   │   │   │   ├── F_SerSetup.Designer.cs
│   │   │   │   ├── F_SerSetup.resx
│   │   │   │   ├── Image
│   │   │   │   │   ├── 0.bmp
│   │   │   │   │   ├── 1.bmp
│   │   │   │   │   ├── center.jpg
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── man1.bmp
│   │   │   │   │   │   ├── man.bmp
│   │   │   │   │   │   ├── my-QQ_03.jpg
│   │   │   │   │   │   ├── my-QQ_05.jpg
│   │   │   │   │   │   ├── my-QQ_07.jpg
│   │   │   │   │   │   ├── my-QQ_08.jpg
│   │   │   │   │   │   ├── my-QQ_09.jpg
│   │   │   │   │   │   ├── my-QQ_10.jpg
│   │   │   │   │   │   ├── my-QQ_11.jpg
│   │   │   │   │   │   ├── my-QQ_12.jpg
│   │   │   │   │   │   ├── my-QQ_14.jpg
│   │   │   │   │   │   ├── my-QQ_15.jpg
│   │   │   │   │   │   ├── my-QQ_16.jpg
│   │   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   │   └── video_03.png
│   │   │   │   │   ├── my-QQ_03.jpg
│   │   │   │   │   ├── my-QQ_05.jpg
│   │   │   │   │   ├── my-QQ_07.jpg
│   │   │   │   │   ├── my-QQ_09.jpg
│   │   │   │   │   ├── my-QQ_10.jpg
│   │   │   │   │   ├── my-QQ_11.jpg
│   │   │   │   │   ├── my-QQ_14.jpg
│   │   │   │   │   ├── my-QQ_15.jpg
│   │   │   │   │   ├── my-QQ_16.jpg
│   │   │   │   │   ├── QQ08.jpg
│   │   │   │   │   ├── QQ12.jpg
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── video_03.png
│   │   │   │   │   └── 登录_03.jpg
│   │   │   │   ├── MyQQClient.csproj
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── MyQQClient.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── MyQQClient.exe
│   │   │   │   │   │   ├── MyQQClient.F_Chat.resources
│   │   │   │   │   │   ├── MyQQClient.F_Client.resources
│   │   │   │   │   │   ├── MyQQClient.F_Logon.resources
│   │   │   │   │   │   ├── MyQQClient.F_SerSetup.resources
│   │   │   │   │   │   ├── MyQQClient.pdb
│   │   │   │   │   │   ├── MyQQClient.Properties.Resources.resources
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   └── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   └── MyQQClient.csproj.FileList.txt
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── MyQQClient.sln
│   │   │   └── MyQQClient.suo
│   │   ├── MyQQServer
│   │   │   ├── MyQQServer
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── MyQQServer.exe
│   │   │   │   │   │   ├── MyQQServer.pdb
│   │   │   │   │   │   ├── MyQQServer.vshost.exe
│   │   │   │   │   │   ├── QQClass.dll
│   │   │   │   │   │   └── QQClass.pdb
│   │   │   │   │   └── x86
│   │   │   │   │   └── Debug
│   │   │   │   │   └── MyQQServer.vshost.exe
│   │   │   │   ├── DataBase
│   │   │   │   │   ├── db_MyQQData_Data.MDF
│   │   │   │   │   └── db_MyQQData_log.LDF
│   │   │   │   ├── F_Server.cs
│   │   │   │   ├── F_Server.Designer.cs
│   │   │   │   ├── F_Server.resx
│   │   │   │   ├── MyQQServer.csproj
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── MyQQServer.csproj.GenerateResource.Cache
│   │   │   │   │   │   ├── MyQQServer.exe
│   │   │   │   │   │   ├── MyQQServer.F_Server.resources
│   │   │   │   │   │   ├── MyQQServer.pdb
│   │   │   │   │   │   ├── MyQQServer.Properties.Resources.resources
│   │   │   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   │   │   └── MyQQServer.csproj.FileList.txt
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── MyQQ.sln
│   │   │   └── MyQQ.suo
│   │   └── QQClass
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── QQClass.dll
│   │   │   └── QQClass.pdb
│   │   ├── ClassForms.cs
│   │   ├── ClassMsg.cs
│   │   ├── ClassOptionData.cs
│   │   ├── ClassSerializers.cs
│   │   ├── ClassUserInfo.cs
│   │   ├── ClassUsers.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── QQClass.dll
│   │   │   │   ├── QQClass.pdb
│   │   │   │   └── Refactor
│   │   │   │   └── QQClass.dll
│   │   │   └── QQClass.csproj.FileList.txt
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Publec_Class.cs
│   │   ├── QQClass.csproj
│   │   ├── UDPSocket.cs
│   │   ├── UDPSocket.Designer.cs
│   │   └── Video.cs
│   └── readme.doc
├── 05个人通讯录系统
│   └── Communication
│   ├── Backup
│   │   ├── MyFriends
│   │   │   ├── 3rd Party Libraries
│   │   │   │   └── FishEye
│   │   │   │   └── FishEyeDemo.cs
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Controls
│   │   │   │   ├── AddNewFriendControl.xaml
│   │   │   │   ├── AddNewFriendControl.xaml.cs
│   │   │   │   ├── StoredImageControl.xaml
│   │   │   │   ├── StoredImageControl.xaml.cs
│   │   │   │   ├── ViewAllUsersControl.xaml
│   │   │   │   └── ViewAllUsersControl.xaml.cs
│   │   │   ├── Converters
│   │   │   │   ├── HeaderToImageConverter.cs
│   │   │   │   └── SourceToVisibilityConverter.cs
│   │   │   ├── Grid Cell Validators
│   │   │   │   ├── EmailValidationRule.cs
│   │   │   │   └── NotEmptyValidationRule.cs
│   │   │   ├── Helpers
│   │   │   │   └── FriendContent.cs
│   │   │   ├── LINQ
│   │   │   │   ├── Custom LINQ Extensions
│   │   │   │   │   ├── LINQ Extensions.cs
│   │   │   │   │   └── XLINQ Extensions.cs
│   │   │   │   └── XLINQ File Handling
│   │   │   │   ├── Friend.cs
│   │   │   │   ├── FriendsList.cs
│   │   │   │   └── XMLFileOperations.cs
│   │   │   ├── MyFriends.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── Styles.xaml
│   │   │   │   └── Templates.xaml
│   │   │   ├── Win32
│   │   │   │   └── CommonDialog.cs
│   │   │   └── Windows
│   │   │   ├── AddFriendImageWindow.xaml
│   │   │   ├── AddFriendImageWindow.xaml.cs
│   │   │   ├── MainInterfaceWindow.xaml
│   │   │   ├── MainInterfaceWindow.xaml.cs
│   │   │   ├── OptionsWindow.xaml
│   │   │   ├── OptionsWindow.xaml.cs
│   │   │   ├── VideoViewerWindow.xaml
│   │   │   └── VideoViewerWindow.xaml.cs
│   │   ├── MYFRIENDS.sln
│   │   └── MYFRIENDS.suo
│   ├── Backup1
│   │   ├── MyFriends
│   │   │   ├── 3rd Party Libraries
│   │   │   │   └── FishEye
│   │   │   │   └── FishEyeDemo.cs
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── Controls
│   │   │   │   ├── AddNewFriendControl.xaml
│   │   │   │   ├── AddNewFriendControl.xaml.cs
│   │   │   │   ├── StoredImageControl.xaml
│   │   │   │   ├── StoredImageControl.xaml.cs
│   │   │   │   ├── ViewAllUsersControl.xaml
│   │   │   │   └── ViewAllUsersControl.xaml.cs
│   │   │   ├── Converters
│   │   │   │   ├── HeaderToImageConverter.cs
│   │   │   │   └── SourceToVisibilityConverter.cs
│   │   │   ├── Grid Cell Validators
│   │   │   │   ├── EmailValidationRule.cs
│   │   │   │   └── NotEmptyValidationRule.cs
│   │   │   ├── Helpers
│   │   │   │   └── FriendContent.cs
│   │   │   ├── LINQ
│   │   │   │   ├── Custom LINQ Extensions
│   │   │   │   │   ├── LINQ Extensions.cs
│   │   │   │   │   └── XLINQ Extensions.cs
│   │   │   │   └── XLINQ File Handling
│   │   │   │   ├── Friend.cs
│   │   │   │   ├── FriendsList.cs
│   │   │   │   └── XMLFileOperations.cs
│   │   │   ├── MyFriends.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── Styles.xaml
│   │   │   │   └── Templates.xaml
│   │   │   ├── Win32
│   │   │   │   └── CommonDialog.cs
│   │   │   └── Windows
│   │   │   ├── AddFriendImageWindow.xaml
│   │   │   ├── AddFriendImageWindow.xaml.cs
│   │   │   ├── MainInterfaceWindow.xaml
│   │   │   ├── MainInterfaceWindow.xaml.cs
│   │   │   ├── OptionsWindow.xaml
│   │   │   ├── OptionsWindow.xaml.cs
│   │   │   ├── VideoViewerWindow.xaml
│   │   │   └── VideoViewerWindow.xaml.cs
│   │   ├── MYFRIENDS.sln
│   │   └── MYFRIENDS.suo
│   ├── Communication.sln
│   ├── Communication.suo
│   ├── MYFRIENDS
│   │   ├── 3RD PARTY LIBRARIES
│   │   │   └── FISHEYE
│   │   │   └── FISHEYEDEMO.CS
│   │   ├── app.config
│   │   ├── APP.XAML
│   │   ├── APP.XAML.CS
│   │   ├── BIN
│   │   │   └── DEBUG
│   │   │   ├── DEBUG.RAR
│   │   │   ├── MYFRIENDS.EXE
│   │   │   ├── MyFriends.exe.config
│   │   │   ├── MYFRIENDS.PDB
│   │   │   ├── MYFRIENDS.VSHOST.EXE
│   │   │   ├── MyFriends.vshost.exe.config
│   │   │   ├── MYFRIENDS.VSHOST.EXE.MANIFEST
│   │   │   ├── MYFRIENDS.XML
│   │   │   ├── XCEED.WPF.CONTROLS.DLL
│   │   │   ├── XCEED.WPF.CONTROLS.XML
│   │   │   ├── XCEED.WPF.DATAGRID.DLL
│   │   │   └── XCEED.WPF.DATAGRID.XML
│   │   ├── CLASSDIAGRAM1.CD
│   │   ├── CONTROLS
│   │   │   ├── ADDNEWFRIENDCONTROL.XAML
│   │   │   ├── ADDNEWFRIENDCONTROL.XAML.CS
│   │   │   ├── STOREDIMAGECONTROL.XAML
│   │   │   ├── STOREDIMAGECONTROL.XAML.CS
│   │   │   ├── VIEWALLUSERSCONTROL.XAML
│   │   │   └── VIEWALLUSERSCONTROL.XAML.CS
│   │   ├── CONVERTERS
│   │   │   ├── HEADERTOIMAGECONVERTER.CS
│   │   │   └── SOURCETOVISIBILITYCONVERTER.CS
│   │   ├── GRID CELL VALIDATORS
│   │   │   ├── EMAILVALIDATIONRULE.CS
│   │   │   └── NOTEMPTYVALIDATIONRULE.CS
│   │   ├── HELPERS
│   │   │   └── FRIENDCONTENT.CS
│   │   ├── IMAGES
│   │   │   ├── ADDFRIENDWORDS.png
│   │   │   ├── ADDFRIENDWORDS.png.psd
│   │   │   ├── DISKDRIVE.PNG
│   │   │   ├── FOLDER.PNG
│   │   │   ├── MUSIC.PNG
│   │   │   ├── MYFRIENDS.PNG
│   │   │   ├── MYFRIENDSSMALL.PNG
│   │   │   ├── MYFRIENDSWORDS.PNG
│   │   │   ├── TEST.ICO
│   │   │   ├── THUMBS.DB
│   │   │   ├── VIEWFRIENDWORDS1.PNG
│   │   │   └── VIEWFRIENDWORDS.PNG
│   │   ├── LINQ
│   │   │   ├── CUSTOM LINQ EXTENSIONS
│   │   │   │   ├── LINQ EXTENSIONS.CS
│   │   │   │   └── XLINQ EXTENSIONS.CS
│   │   │   └── XLINQ FILE HANDLING
│   │   │   ├── FRIEND.CS
│   │   │   ├── FRIENDSLIST.CS
│   │   │   └── XMLFILEOPERATIONS.CS
│   │   ├── MYFRIENDS.CSPROJ
│   │   ├── MyFriends.csproj.user
│   │   ├── MYFRIENDS.SLN
│   │   ├── MYFRIENDS.SUO
│   │   ├── OBJ
│   │   │   └── DEBUG
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── CONTROLS
│   │   │   │   ├── AddNewFriendControl.baml
│   │   │   │   ├── AddNewFriendControl.g.cs
│   │   │   │   ├── AddNewFriendControl.g.i.cs
│   │   │   │   ├── StoredImageControl.baml
│   │   │   │   ├── StoredImageControl.g.cs
│   │   │   │   ├── StoredImageControl.g.i.cs
│   │   │   │   ├── ViewAllUsersControl.baml
│   │   │   │   ├── ViewAllUsersControl.g.cs
│   │   │   │   └── ViewAllUsersControl.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── MYFRIENDS.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   ├── MYFRIENDS.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   ├── MyFriends.exe
│   │   │   ├── MYFRIENDS.G.RESOURCES
│   │   │   ├── MYFRIENDS_MARKUPCOMPILE.CACHE
│   │   │   ├── MyFriends_MarkupCompile.i.cache
│   │   │   ├── MyFriends_MarkupCompile.i.lref
│   │   │   ├── MYFRIENDS_MARKUPCOMPILE.LREF
│   │   │   ├── MYFRIENDS.PDB
│   │   │   ├── MYFRIENDS.PROPERTIES.RESOURCES.RESOURCES
│   │   │   ├── RESOLVEASSEMBLYREFERENCE.CACHE
│   │   │   ├── RESOURCES
│   │   │   │   ├── Styles.baml
│   │   │   │   └── Templates.baml
│   │   │   ├── TEMPPE
│   │   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   │   └── WINDOWS
│   │   │   ├── AddFriendImageWindow.baml
│   │   │   ├── AddFriendImageWindow.g.cs
│   │   │   ├── AddFriendImageWindow.g.i.cs
│   │   │   ├── MainInterfaceWindow.baml
│   │   │   ├── MainInterfaceWindow.g.cs
│   │   │   ├── MainInterfaceWindow.g.i.cs
│   │   │   ├── OptionsWindow.baml
│   │   │   ├── OptionsWindow.g.cs
│   │   │   ├── OptionsWindow.g.i.cs
│   │   │   ├── VideoViewerWindow.baml
│   │   │   ├── VideoViewerWindow.g.cs
│   │   │   └── VideoViewerWindow.g.i.cs
│   │   ├── PROPERTIES
│   │   │   ├── ASSEMBLYINFO.CS
│   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   ├── RESOURCES.RESX
│   │   │   ├── SETTINGS.DESIGNER.CS
│   │   │   └── SETTINGS.SETTINGS
│   │   ├── RESOURCES
│   │   │   ├── STYLES.XAML
│   │   │   └── TEMPLATES.XAML
│   │   ├── WIN32
│   │   │   └── COMMONDIALOG.CS
│   │   └── WINDOWS
│   │   ├── ADDFRIENDIMAGEWINDOW.XAML
│   │   ├── ADDFRIENDIMAGEWINDOW.XAML.CS
│   │   ├── MAININTERFACEWINDOW.XAML
│   │   ├── MAININTERFACEWINDOW.XAML.CS
│   │   ├── OPTIONSWINDOW.XAML
│   │   ├── OPTIONSWINDOW.XAML.CS
│   │   ├── VIDEOVIEWERWINDOW.XAML
│   │   └── VIDEOVIEWERWINDOW.XAML.CS
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog3.XML
│   ├── UpgradeLog4.XML
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 06客房管理系统
│   ├── RoomManage
│   │   ├── App_Code
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Global.asax.cs
│   │   │   ├── ModuleBase.cs
│   │   │   └── PageBase.cs
│   │   ├── Css
│   │   │   └── GinShopManage.css
│   │   ├── CustomersMan.aspx
│   │   ├── CustomersMan.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── ErrorPage.aspx
│   │   ├── ErrorPage.aspx.cs
│   │   ├── Global.asax
│   │   ├── img
│   │   │   └── head.jpg
│   │   ├── Modules
│   │   │   ├── BannerModule.ascx
│   │   │   ├── BannerModule.ascx.cs
│   │   │   ├── ButtomModule.ascx
│   │   │   ├── ButtomModule.ascx.cs
│   │   │   ├── CustomersManModule.ascx
│   │   │   ├── CustomersManModule.ascx.cs
│   │   │   ├── ListModule.ascx
│   │   │   ├── ListModule.ascx.cs
│   │   │   ├── LogonModule.ascx
│   │   │   ├── LogonModule.ascx.cs
│   │   │   ├── RBussiManModule.ascx
│   │   │   ├── RBussiManModule.ascx.cs
│   │   │   ├── RCatgAddModule.ascx
│   │   │   ├── RCatgAddModule.ascx.cs
│   │   │   ├── RCatgEditModule.ascx
│   │   │   ├── RCatgEditModule.ascx.cs
│   │   │   ├── RCatgManModule.ascx
│   │   │   ├── RCatgManModule.ascx.cs
│   │   │   ├── RoomAddModule.ascx
│   │   │   ├── RoomAddModule.ascx.cs
│   │   │   ├── RoomCheckOutModule.ascx
│   │   │   ├── RoomCheckOutModule.ascx.cs
│   │   │   ├── RoomEditModule.ascx
│   │   │   ├── RoomEditModule.ascx.cs
│   │   │   ├── RoomOrderModule.ascx
│   │   │   ├── RoomOrderModule.ascx.cs
│   │   │   ├── RoomsManModule.ascx
│   │   │   ├── RoomsManModule.ascx.cs
│   │   │   ├── TurnOverStatModule.ascx
│   │   │   └── TurnOverStatModule.ascx.cs
│   │   ├── RBussinessMan.aspx
│   │   ├── RBussinessMan.aspx.cs
│   │   ├── RCategoryAdd.aspx
│   │   ├── RCategoryAdd.aspx.cs
│   │   ├── RCategoryEdit.aspx
│   │   ├── RCategoryEdit.aspx.cs
│   │   ├── RCategoryMan.aspx
│   │   ├── RCategoryMan.aspx.cs
│   │   ├── RoomAdd.aspx
│   │   ├── RoomAdd.aspx.cs
│   │   ├── RoomCheckOut.aspx
│   │   ├── RoomCheckOut.aspx.cs
│   │   ├── RoomEdit.aspx
│   │   ├── RoomEdit.aspx.cs
│   │   ├── RoomOrder.aspx
│   │   ├── RoomOrder.aspx.cs
│   │   ├── RoomsMan.aspx
│   │   ├── RoomsMan.aspx.cs
│   │   ├── TurnoverStat.aspx
│   │   ├── TurnoverStat.aspx.cs
│   │   └── Web.config
│   └── 数据库
│   └── DataBase
│   ├── ST_GinShopManage_log.ldf
│   └── ST_GinShopManage.mdf
├── 07 KTV点歌系统
│   ├── KTV
│   │   ├── KTV
│   │   │   ├── app.config
│   │   │   ├── Auton.cs
│   │   │   ├── Auton.Designer.cs
│   │   │   ├── Auton.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Database
│   │   │   │   │   └── db_KTV.mdb
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── KTV.exe
│   │   │   │   ├── KTV.exe.config
│   │   │   │   ├── KTV.pdb
│   │   │   │   ├── KTV.vshost.exe
│   │   │   │   ├── KTV.vshost.exe.config
│   │   │   │   └── KTV.vshost.exe.manifest
│   │   │   ├── DaiGe.cs
│   │   │   ├── DaiGe.Designer.cs
│   │   │   ├── DaiGe.resx
│   │   │   ├── Database
│   │   │   │   ├── db_KTV.ldb
│   │   │   │   └── db_KTV.mdb
│   │   │   ├── dictionary.cs
│   │   │   ├── dictionary.Designer.cs
│   │   │   ├── dictionary.resx
│   │   │   ├── KTVclass
│   │   │   │   ├── frmdictionaryMenthod.cs
│   │   │   │   ├── getConnection.cs
│   │   │   │   ├── tb_authorinfo.cs
│   │   │   │   ├── tb_authorinfoMenthod.cs
│   │   │   │   ├── tb_computer.cs
│   │   │   │   ├── tb_dictionary.cs
│   │   │   │   ├── tb_musicinfo.cs
│   │   │   │   └── tbMusicnfoMenthod.cs
│   │   │   ├── KTV.csproj
│   │   │   ├── KTV.csproj.user
│   │   │   ├── Login.cs
│   │   │   ├── Login.Designer.cs
│   │   │   ├── Login.resx
│   │   │   ├── Main.cs
│   │   │   ├── Main.Designer.cs
│   │   │   ├── Main.resx
│   │   │   ├── Musicinfo.cs
│   │   │   ├── Musicinfo.Designer.cs
│   │   │   ├── Musicinfo.resx
│   │   │   ├── Number.cs
│   │   │   ├── Number.Designer.cs
│   │   │   ├── Number.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   │   ├── KTV.Auton.resources
│   │   │   │   │   ├── KTV.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── KTV.csproj.GenerateResource.Cache
│   │   │   │   │   ├── KTV.csproj.ResolveComReference.cache
│   │   │   │   │   ├── KTV.DaiGe.resources
│   │   │   │   │   ├── KTV.dictionary.resources
│   │   │   │   │   ├── KTV.exe
│   │   │   │   │   ├── KTV.Login.resources
│   │   │   │   │   ├── KTV.Main.resources
│   │   │   │   │   ├── KTV.Musicinfo.resources
│   │   │   │   │   ├── KTV.Number.resources
│   │   │   │   │   ├── KTV.pdb
│   │   │   │   │   ├── KTV.Play.resources
│   │   │   │   │   ├── KTV.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   ├── Database.db_KTVDataSet.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── KTV.csproj.FileList.txt
│   │   │   ├── Play.cs
│   │   │   ├── Play.Designer.cs
│   │   │   ├── Play.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Resources
│   │   │   ├── 0.png
│   │   │   ├── 取消按钮.bmp
│   │   │   ├── 拼音点歌.png
│   │   │   ├── 播放.png
│   │   │   ├── 数字点歌.png
│   │   │   ├── 明星点歌.png
│   │   │   ├── 歌名点歌.png
│   │   │   ├── 确定按钮.bmp
│   │   │   ├── 背景.bmp
│   │   │   ├── 背景图.bmp
│   │   │   ├── 退出.png
│   │   │   └── 选择.png
│   │   ├── KTV.sln
│   │   ├── KTV.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── readme.doc
├── 08企业及时通讯系统
│   ├── Backup
│   │   ├── ChatNDraw
│   │   │   ├── ChatNDraw.csproj
│   │   │   ├── ChatNDrawForm.cs
│   │   │   ├── ChatNDrawForm.Designer.cs
│   │   │   ├── ChatNDrawForm.resx
│   │   │   ├── LoginForm.cs
│   │   │   ├── LoginForm.Designer.cs
│   │   │   ├── LoginForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SelectRoomForm.cs
│   │   │   ├── SelectRoomForm.Designer.cs
│   │   │   ├── SelectRoomForm.resx
│   │   │   └── smile6.ico
│   │   ├── PrismServer
│   │   │   ├── AdminMsgForm.cs
│   │   │   ├── AdminMsgForm.Designer.cs
│   │   │   ├── AdminMsgForm.resx
│   │   │   ├── NeoPrism.ico
│   │   │   ├── PrismServerAdmin.csproj
│   │   │   ├── PrismServerForm.cs
│   │   │   ├── PrismServerForm.Designer.cs
│   │   │   ├── PrismServerForm.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SettingsForm.cs
│   │   │   ├── SettingsForm.Designer.cs
│   │   │   └── SettingsForm.resx
│   │   ├── SCG.Prism
│   │   │   ├── ChangeLog.txt
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── GameCoordinator.bmp
│   │   │   ├── GameCoordinator.cs
│   │   │   ├── GameCoordinator.Designer.cs
│   │   │   ├── PrismConnection.bmp
│   │   │   ├── PrismConnection.cs
│   │   │   ├── PrismConnection.Designer.cs
│   │   │   ├── PrismGuest.cs
│   │   │   ├── PrismNetworkStream.cs
│   │   │   ├── PrismProtocol.txt
│   │   │   ├── PrismRoom.cs
│   │   │   ├── PrismServer.bmp
│   │   │   ├── PrismServer.cs
│   │   │   ├── PrismServer.Designer.cs
│   │   │   ├── PrismServerFileImplementation.bmp
│   │   │   ├── PrismServerFileImplementation.cs
│   │   │   ├── PrismServerFileImplementation.Designer.cs
│   │   │   ├── PrismServerImplementation.bmp
│   │   │   ├── PrismServerImplementation.cs
│   │   │   ├── PrismServerImplementation.Designer.cs
│   │   │   ├── PrismServerStats.cs
│   │   │   ├── PrismServerStatsDialog.bmp
│   │   │   ├── PrismServerStatsDialog.cs
│   │   │   ├── PrismServerStatsDialog.Designer.cs
│   │   │   ├── PrismUser.cs
│   │   │   ├── PrismUserInfoDialog.bmp
│   │   │   ├── PrismUserInfoDialog.cs
│   │   │   ├── PrismUserInfoDialog.Designer.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── SCG.Prism.csproj
│   │   │   ├── ServerStatsForm.cs
│   │   │   ├── ServerStatsForm.Designer.cs
│   │   │   ├── ServerStatsForm.resx
│   │   │   ├── Tokenizer.cs
│   │   │   ├── UserInfoForm.cs
│   │   │   ├── UserInfoForm.designer.cs
│   │   │   └── UserInfoForm.resx
│   │   ├── SCG.PRISM.sln
│   │   └── SCG.PRISM.suo
│   ├── CHATNDRAW
│   │   ├── app.config
│   │   ├── BIN
│   │   │   └── DEBUG
│   │   │   ├── CHATNDRAW.EXE
│   │   │   ├── CHATNDRAW.PDB
│   │   │   ├── CHATNDRAW.VSHOST.EXE
│   │   │   ├── CHATNDRAW.VSHOST.EXE.MANIFEST
│   │   │   ├── SCG.PRISM.DLL
│   │   │   └── SCG.PRISM.PDB
│   │   ├── CHATNDRAW.CSPROJ
│   │   ├── ChatNDraw.csproj.user
│   │   ├── CHATNDRAWFORM.CS
│   │   ├── CHATNDRAWFORM.DESIGNER.CS
│   │   ├── CHATNDRAWFORM.RESX
│   │   ├── CHATROOM.BMP
│   │   ├── ERASE.BMP
│   │   ├── LOGINFORM.CS
│   │   ├── LOGINFORM.DESIGNER.CS
│   │   ├── LOGINFORM.RESX
│   │   ├── OBJ
│   │   │   └── DEBUG
│   │   │   ├── CHATNDRAW.CHATNDRAWFORM.RESOURCES
│   │   │   ├── CHATNDRAW.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   ├── CHATNDRAW.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   ├── CHATNDRAW.EXE
│   │   │   ├── CHATNDRAW.LOGINFORM.RESOURCES
│   │   │   ├── CHATNDRAW.PDB
│   │   │   ├── CHATNDRAW.PROPERTIES.RESOURCES.RESOURCES
│   │   │   ├── CHATNDRAW.SELECTROOMFORM.RESOURCES
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── RESOLVEASSEMBLYREFERENCE.CACHE
│   │   │   └── TEMPPE
│   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   ├── PALETTE.BMP
│   │   ├── PEOPLE.BMP
│   │   ├── PROGRAM.CS
│   │   ├── PROPERTIES
│   │   │   ├── ASSEMBLYINFO.CS
│   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   ├── RESOURCES.RESX
│   │   │   ├── SETTINGS.DESIGNER.CS
│   │   │   └── SETTINGS.SETTINGS
│   │   ├── RESOURCES
│   │   │   └── CHATNDRAWICON.ICO
│   │   ├── SELECTROOMFORM.CS
│   │   ├── SELECTROOMFORM.DESIGNER.CS
│   │   ├── SELECTROOMFORM.RESX
│   │   ├── SMILE6.ICO
│   │   └── STATS.BMP
│   ├── PRISMSERVER
│   │   ├── ADMIN.BMP
│   │   ├── ADMINMSGFORM.CS
│   │   ├── ADMINMSGFORM.DESIGNER.CS
│   │   ├── ADMINMSGFORM.RESX
│   │   ├── app.config
│   │   ├── BIN
│   │   │   └── DEBUG
│   │   │   ├── PRISMSERVER.EXE
│   │   │   ├── PrismServer.exe.config
│   │   │   ├── PRISMSERVER.PDB
│   │   │   ├── PRISMSERVER.VSHOST.EXE
│   │   │   ├── PrismServer.vshost.exe.config
│   │   │   ├── PRISMSERVER.VSHOST.EXE.MANIFEST
│   │   │   ├── SCG.PRISM.DLL
│   │   │   ├── SCG.PRISM.PDB
│   │   │   └── USERS
│   │   │   ├── DINGDING.PRU
│   │   │   ├── LINCATS_88.PRU
│   │   │   ├── LINCATS.PRU
│   │   │   ├── LINUX.PRU
│   │   │   └── SETTINGS.TXT
│   │   ├── CHATNDRAW.BMP
│   │   ├── DOOR.BMP
│   │   ├── GAMECOORDINATOR.BMP
│   │   ├── NEOPRISM.ICO
│   │   ├── OBJ
│   │   │   └── DEBUG
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── PRISMSERVERADMIN.ADMINMSGFORM.RESOURCES
│   │   │   ├── PRISMSERVERADMIN.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   ├── PRISMSERVERADMIN.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   ├── PRISMSERVERADMIN.PRISMSERVERFORM.RESOURCES
│   │   │   ├── PRISMSERVERADMIN.SETTINGSFORM.RESOURCES
│   │   │   ├── PRISMSERVER.EXE
│   │   │   ├── PRISMSERVER.PDB
│   │   │   ├── PRISMSERVER.PROPERTIES.RESOURCES.RESOURCES
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TEMPPE
│   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   ├── PRISMSERVERADMIN.CSPROJ
│   │   ├── PrismServerAdmin.csproj.user
│   │   ├── PRISMSERVERFORM.CS
│   │   ├── PRISMSERVERFORM.DESIGNER.CS
│   │   ├── PRISMSERVERFORM.RESX
│   │   ├── PROGRAM.CS
│   │   ├── PROPERTIES
│   │   │   ├── ASSEMBLYINFO.CS
│   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   ├── RESOURCES.RESX
│   │   │   ├── SETTINGS.DESIGNER.CS
│   │   │   └── SETTINGS.SETTINGS
│   │   ├── SERVER.BMP
│   │   ├── SETTINGS.BMP
│   │   ├── SETTINGSFORM.CS
│   │   ├── SETTINGSFORM.DESIGNER.CS
│   │   ├── SETTINGSFORM.RESX
│   │   ├── SPHERE.BMP
│   │   └── SPHEREGREEN.BMP
│   ├── PRISM.TXT
│   ├── SCG
│   │   ├── PRISM.TXT
│   │   └── SCG.PRISM
│   │   └── SCG.PRISM
│   │   ├── CHATNDRAW
│   │   │   ├── BIN
│   │   │   │   └── DEBUG
│   │   │   │   ├── CHATNDRAW.EXE
│   │   │   │   ├── CHATNDRAW.PDB
│   │   │   │   ├── CHATNDRAW.VSHOST.EXE
│   │   │   │   ├── CHATNDRAW.VSHOST.EXE.MANIFEST
│   │   │   │   ├── SCG.PRISM.DLL
│   │   │   │   └── SCG.PRISM.PDB
│   │   │   ├── CHATNDRAW.CSPROJ
│   │   │   ├── CHATNDRAWFORM.CS
│   │   │   ├── CHATNDRAWFORM.DESIGNER.CS
│   │   │   ├── CHATNDRAWFORM.RESX
│   │   │   ├── CHATROOM.BMP
│   │   │   ├── ERASE.BMP
│   │   │   ├── LOGINFORM.CS
│   │   │   ├── LOGINFORM.DESIGNER.CS
│   │   │   ├── LOGINFORM.RESX
│   │   │   ├── OBJ
│   │   │   │   └── DEBUG
│   │   │   │   ├── CHATNDRAW.CHATNDRAWFORM.RESOURCES
│   │   │   │   ├── CHATNDRAW.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   │   ├── CHATNDRAW.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   │   ├── CHATNDRAW.EXE
│   │   │   │   ├── CHATNDRAW.LOGINFORM.RESOURCES
│   │   │   │   ├── CHATNDRAW.PDB
│   │   │   │   ├── CHATNDRAW.PROPERTIES.RESOURCES.RESOURCES
│   │   │   │   ├── CHATNDRAW.SELECTROOMFORM.RESOURCES
│   │   │   │   ├── RESOLVEASSEMBLYREFERENCE.CACHE
│   │   │   │   └── TEMPPE
│   │   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   │   ├── PALETTE.BMP
│   │   │   ├── PEOPLE.BMP
│   │   │   ├── PROGRAM.CS
│   │   │   ├── PROPERTIES
│   │   │   │   ├── ASSEMBLYINFO.CS
│   │   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   │   ├── RESOURCES.RESX
│   │   │   │   ├── SETTINGS.DESIGNER.CS
│   │   │   │   └── SETTINGS.SETTINGS
│   │   │   ├── RESOURCES
│   │   │   │   └── CHATNDRAWICON.ICO
│   │   │   ├── SELECTROOMFORM.CS
│   │   │   ├── SELECTROOMFORM.DESIGNER.CS
│   │   │   ├── SELECTROOMFORM.RESX
│   │   │   ├── SMILE6.ICO
│   │   │   └── STATS.BMP
│   │   ├── PRISMSERVER
│   │   │   ├── ADMIN.BMP
│   │   │   ├── ADMINMSGFORM.CS
│   │   │   ├── ADMINMSGFORM.DESIGNER.CS
│   │   │   ├── ADMINMSGFORM.RESX
│   │   │   ├── BIN
│   │   │   │   └── DEBUG
│   │   │   │   ├── PRISMSERVER.EXE
│   │   │   │   ├── PRISMSERVER.PDB
│   │   │   │   ├── PRISMSERVER.VSHOST.EXE
│   │   │   │   ├── PRISMSERVER.VSHOST.EXE.MANIFEST
│   │   │   │   ├── SCG.PRISM.DLL
│   │   │   │   ├── SCG.PRISM.PDB
│   │   │   │   └── USERS
│   │   │   │   ├── DINGDING.PRU
│   │   │   │   ├── LINCATS_88.PRU
│   │   │   │   ├── LINCATS.PRU
│   │   │   │   ├── LINUX.PRU
│   │   │   │   └── SETTINGS.TXT
│   │   │   ├── CHATNDRAW.BMP
│   │   │   ├── DOOR.BMP
│   │   │   ├── GAMECOORDINATOR.BMP
│   │   │   ├── NEOPRISM.ICO
│   │   │   ├── OBJ
│   │   │   │   └── DEBUG
│   │   │   │   ├── PRISMSERVERADMIN.ADMINMSGFORM.RESOURCES
│   │   │   │   ├── PRISMSERVERADMIN.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   │   ├── PRISMSERVERADMIN.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   │   ├── PRISMSERVERADMIN.PRISMSERVERFORM.RESOURCES
│   │   │   │   ├── PRISMSERVERADMIN.SETTINGSFORM.RESOURCES
│   │   │   │   ├── PRISMSERVER.EXE
│   │   │   │   ├── PRISMSERVER.PDB
│   │   │   │   ├── PRISMSERVER.PROPERTIES.RESOURCES.RESOURCES
│   │   │   │   ├── RESOLVEASSEMBLYREFERENCE.CACHE
│   │   │   │   └── TEMPPE
│   │   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   │   ├── PRISMSERVERADMIN.CSPROJ
│   │   │   ├── PRISMSERVERFORM.CS
│   │   │   ├── PRISMSERVERFORM.DESIGNER.CS
│   │   │   ├── PRISMSERVERFORM.RESX
│   │   │   ├── PROGRAM.CS
│   │   │   ├── PROPERTIES
│   │   │   │   ├── ASSEMBLYINFO.CS
│   │   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   │   ├── RESOURCES.RESX
│   │   │   │   ├── SETTINGS.DESIGNER.CS
│   │   │   │   └── SETTINGS.SETTINGS
│   │   │   ├── SERVER.BMP
│   │   │   ├── SETTINGS.BMP
│   │   │   ├── SETTINGSFORM.CS
│   │   │   ├── SETTINGSFORM.DESIGNER.CS
│   │   │   ├── SETTINGSFORM.RESX
│   │   │   ├── SPHERE.BMP
│   │   │   └── SPHEREGREEN.BMP
│   │   ├── SCG.PRISM
│   │   │   ├── BIN
│   │   │   │   └── DEBUG
│   │   │   │   ├── SCG.PRISM.DLL
│   │   │   │   └── SCG.PRISM.PDB
│   │   │   ├── CHANGELOG.TXT
│   │   │   ├── CLASSDIAGRAM1.CD
│   │   │   ├── GAMECOORDINATOR.BMP
│   │   │   ├── GAMECOORDINATOR.CS
│   │   │   ├── GAMECOORDINATOR.DESIGNER.CS
│   │   │   ├── OBJ
│   │   │   │   └── DEBUG
│   │   │   │   ├── SCG.PRISM.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   │   ├── SCG.PRISM.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   │   ├── SCG.PRISM.DLL
│   │   │   │   ├── SCG.PRISM.PDB
│   │   │   │   ├── SCG.PRISM.PROPERTIES.RESOURCES.RESOURCES
│   │   │   │   ├── SCG.PRISM.SERVERSTATSFORM.RESOURCES
│   │   │   │   ├── SCG.PRISM.USERINFOFORM.RESOURCES
│   │   │   │   └── TEMPPE
│   │   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   │   ├── PRISMCONNECTION.BMP
│   │   │   ├── PRISMCONNECTION.CS
│   │   │   ├── PRISMCONNECTION.DESIGNER.CS
│   │   │   ├── PRISMGUEST.CS
│   │   │   ├── PRISMNETWORKSTREAM.CS
│   │   │   ├── PRISMPROTOCOL.TXT
│   │   │   ├── PRISMROOM.CS
│   │   │   ├── PRISMSERVER.BMP
│   │   │   ├── PRISMSERVER.CS
│   │   │   ├── PRISMSERVER.DESIGNER.CS
│   │   │   ├── PRISMSERVERFILEIMPLEMENTATION.BMP
│   │   │   ├── PRISMSERVERFILEIMPLEMENTATION.CS
│   │   │   ├── PRISMSERVERFILEIMPLEMENTATION.DESIGNER.CS
│   │   │   ├── PRISMSERVERIMPLEMENTATION.BMP
│   │   │   ├── PRISMSERVERIMPLEMENTATION.CS
│   │   │   ├── PRISMSERVERIMPLEMENTATION.DESIGNER.CS
│   │   │   ├── PRISMSERVERSTATS.CS
│   │   │   ├── PRISMSERVERSTATSDIALOG.BMP
│   │   │   ├── PRISMSERVERSTATSDIALOG.CS
│   │   │   ├── PRISMSERVERSTATSDIALOG.DESIGNER.CS
│   │   │   ├── PRISMUSER.CS
│   │   │   ├── PRISMUSERINFODIALOG.BMP
│   │   │   ├── PRISMUSERINFODIALOG.CS
│   │   │   ├── PRISMUSERINFODIALOG.DESIGNER.CS
│   │   │   ├── PROPERTIES
│   │   │   │   ├── ASSEMBLYINFO.CS
│   │   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   │   └── RESOURCES.RESX
│   │   │   ├── SCG.PRISM.CSPROJ
│   │   │   ├── SERVERSTATSFORM.CS
│   │   │   ├── SERVERSTATSFORM.DESIGNER.CS
│   │   │   ├── SERVERSTATSFORM.RESX
│   │   │   ├── TOKENIZER.CS
│   │   │   ├── USERINFOFORM.CS
│   │   │   ├── USERINFOFORM.DESIGNER.CS
│   │   │   └── USERINFOFORM.RESX
│   │   ├── SCG.PRISM.SLN
│   │   └── SCG.PRISM.SUO
│   ├── SCG.PRISM
│   │   ├── BIN
│   │   │   └── DEBUG
│   │   │   ├── SCG.PRISM.DLL
│   │   │   └── SCG.PRISM.PDB
│   │   ├── CHANGELOG.TXT
│   │   ├── CLASSDIAGRAM1.CD
│   │   ├── GAMECOORDINATOR.BMP
│   │   ├── GAMECOORDINATOR.CS
│   │   ├── GAMECOORDINATOR.DESIGNER.CS
│   │   ├── OBJ
│   │   │   └── DEBUG
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── SCG.PRISM.CSPROJ.FILELISTABSOLUTE.TXT
│   │   │   ├── SCG.PRISM.CSPROJ.GENERATERESOURCE.CACHE
│   │   │   ├── SCG.PRISM.DLL
│   │   │   ├── SCG.PRISM.PDB
│   │   │   ├── SCG.PRISM.PROPERTIES.RESOURCES.RESOURCES
│   │   │   ├── SCG.PRISM.SERVERSTATSFORM.RESOURCES
│   │   │   ├── SCG.PRISM.USERINFOFORM.RESOURCES
│   │   │   └── TEMPPE
│   │   │   └── PROPERTIES.RESOURCES.DESIGNER.CS.DLL
│   │   ├── PRISMCONNECTION.BMP
│   │   ├── PRISMCONNECTION.CS
│   │   ├── PRISMCONNECTION.DESIGNER.CS
│   │   ├── PRISMGUEST.CS
│   │   ├── PRISMNETWORKSTREAM.CS
│   │   ├── PRISMPROTOCOL.TXT
│   │   ├── PRISMROOM.CS
│   │   ├── PRISMSERVER.BMP
│   │   ├── PRISMSERVER.CS
│   │   ├── PRISMSERVER.DESIGNER.CS
│   │   ├── PRISMSERVERFILEIMPLEMENTATION.BMP
│   │   ├── PRISMSERVERFILEIMPLEMENTATION.CS
│   │   ├── PRISMSERVERFILEIMPLEMENTATION.DESIGNER.CS
│   │   ├── PRISMSERVERIMPLEMENTATION.BMP
│   │   ├── PRISMSERVERIMPLEMENTATION.CS
│   │   ├── PRISMSERVERIMPLEMENTATION.DESIGNER.CS
│   │   ├── PRISMSERVERSTATS.CS
│   │   ├── PRISMSERVERSTATSDIALOG.BMP
│   │   ├── PRISMSERVERSTATSDIALOG.CS
│   │   ├── PRISMSERVERSTATSDIALOG.DESIGNER.CS
│   │   ├── PRISMUSER.CS
│   │   ├── PRISMUSERINFODIALOG.BMP
│   │   ├── PRISMUSERINFODIALOG.CS
│   │   ├── PRISMUSERINFODIALOG.DESIGNER.CS
│   │   ├── PROPERTIES
│   │   │   ├── ASSEMBLYINFO.CS
│   │   │   ├── RESOURCES.DESIGNER.CS
│   │   │   └── RESOURCES.RESX
│   │   ├── SCG.PRISM.CSPROJ
│   │   ├── SCG.Prism.csproj.user
│   │   ├── SERVERSTATSFORM.CS
│   │   ├── SERVERSTATSFORM.DESIGNER.CS
│   │   ├── SERVERSTATSFORM.RESX
│   │   ├── TOKENIZER.CS
│   │   ├── USERINFOFORM.CS
│   │   ├── USERINFOFORM.DESIGNER.CS
│   │   └── USERINFOFORM.RESX
│   ├── SCG.PRISM.SLN
│   ├── SCG.PRISM.SUO
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 09在线IT商场系统
│   ├── data
│   │   ├── AjaxEBusinessDB_log.ldf
│   │   └── AjaxEBusinessDB.mdf
│   └── shop
│   ├── 123.jpg
│   ├── AjaxService.asmx
│   ├── App_Code
│   │   ├── AjaxService.cs
│   │   ├── ASPNETAJAXWeb.cs
│   │   ├── Category.cs
│   │   ├── cd
│   │   │   ├── Category.cd
│   │   │   ├── Order.cd
│   │   │   ├── product.cd
│   │   │   └── ShoppingCart.cd
│   │   ├── Product.cs
│   │   └── ShoppingCart.cs
│   ├── App_Themes
│   │   └── ASPNETAjaxWeb
│   │   ├── Images
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   ├── add.gif
│   │   │   ├── add.jpg
│   │   │   ├── add.PNG
│   │   │   ├── attch.gif
│   │   │   ├── authority.PNG
│   │   │   ├── badd.gif
│   │   │   ├── ball.jpg
│   │   │   ├── bcancel.gif
│   │   │   ├── bcommit.gif
│   │   │   ├── bdo.gif
│   │   │   ├── bedit.gif
│   │   │   ├── bfirst.gif
│   │   │   ├── bg.jpg
│   │   │   ├── bldo.gif
│   │   │   ├── blfirst.gif
│   │   │   ├── blnext.gif
│   │   │   ├── blogin.gif
│   │   │   ├── blprev.gif
│   │   │   ├── bltail.gif
│   │   │   ├── bnext.gif
│   │   │   ├── bnextstep.gif
│   │   │   ├── bom_r1_c1.jpg
│   │   │   ├── bom_r1_c35.jpg
│   │   │   ├── bom_r1_c37.jpg
│   │   │   ├── bprev.gif
│   │   │   ├── bprevstep.gif
│   │   │   ├── bprint.gif
│   │   │   ├── breturn.gif
│   │   │   ├── breview.gif
│   │   │   ├── bstore.gif
│   │   │   ├── btail.gif
│   │   │   ├── bupdate.gif
│   │   │   ├── c_annu.gif
│   │   │   ├── cfcother.PNG
│   │   │   ├── comment.PNG
│   │   │   ├── content.gif
│   │   │   ├── delete.gif
│   │   │   ├── delete.PNG
│   │   │   ├── deletes.gif
│   │   │   ├── dn.gif
│   │   │   ├── down.gif
│   │   │   ├── down.png
│   │   │   ├── edit.gif
│   │   │   ├── edit.PNG
│   │   │   ├── ffwd.gif
│   │   │   ├── folder.gif
│   │   │   ├── frew.gif
│   │   │   ├── fwd.gif
│   │   │   ├── i_b_line1.jpg
│   │   │   ├── i_b_line2.jpg
│   │   │   ├── index_36.gif
│   │   │   ├── l_b_bg.jpg
│   │   │   ├── l_bg.jpg
│   │   │   ├── left_1_r3_c3.jpg
│   │   │   ├── left_1_r5_c2.jpg
│   │   │   ├── left_2_r1_c1.jpg
│   │   │   ├── left_2_r1_c5.jpg
│   │   │   ├── left_2_r1_c6.jpg
│   │   │   ├── left_annu.gif
│   │   │   ├── left.PNG
│   │   │   ├── l_left_line_b.jpg
│   │   │   ├── l_left_line_c.jpg
│   │   │   ├── l_left_line_t.jpg
│   │   │   ├── login.jpg
│   │   │   ├── l_right_line_b.jpg
│   │   │   ├── l_r_jiao1.gif
│   │   │   ├── l_r_jiao2.gif
│   │   │   ├── l_r_jiao3.gif
│   │   │   ├── l_r_jiao4.gif
│   │   │   ├── l_r_tb1.gif
│   │   │   ├── lt.gif
│   │   │   ├── member.PNG
│   │   │   ├── more.jpg
│   │   │   ├── new.gif
│   │   │   ├── paa.GIF
│   │   │   ├── pagebg.jpg
│   │   │   ├── pic.GIF
│   │   │   ├── print.gif
│   │   │   ├── reset.PNG
│   │   │   ├── rew.gif
│   │   │   ├── right_annu.gif
│   │   │   ├── right.PNG
│   │   │   ├── rt.gif
│   │   │   ├── sub.jpg
│   │   │   ├── sub.PNG
│   │   │   ├── Thumbs.db
│   │   │   ├── title_r1_c4.jpg
│   │   │   ├── title_r1_c5.jpg
│   │   │   ├── titletopbg.JPG
│   │   │   ├── titletop.GIF
│   │   │   ├── tm.gif
│   │   │   ├── top_lm_r1_c18.jpg
│   │   │   ├── top_lm_r2_c11.jpg
│   │   │   ├── top_lm_r2_c13.jpg
│   │   │   ├── top_lm_r2_c15.jpg
│   │   │   ├── top_lm_r2_c17.jpg
│   │   │   ├── top_lm_r2_c3.jpg
│   │   │   ├── top_lm_r2_c5.jpg
│   │   │   ├── top_lm_r2_c7.jpg
│   │   │   ├── top_lm_r2_c9.jpg
│   │   │   ├── tp_2.jpg
│   │   │   ├── unknown.GIF
│   │   │   ├── update.gif
│   │   │   ├── up.gif
│   │   │   ├── up.png
│   │   │   ├── url.gif
│   │   │   └── view.PNG
│   │   ├── mm.skin
│   │   └── web.css
│   ├── Backup
│   │   ├── shop
│   │   │   ├── AjaxService.asmx
│   │   │   ├── App_Code
│   │   │   │   ├── AjaxService.cs
│   │   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   │   ├── Category.cs
│   │   │   │   ├── cd
│   │   │   │   │   ├── Category.cd
│   │   │   │   │   ├── Order.cd
│   │   │   │   │   ├── product.cd
│   │   │   │   │   └── ShoppingCart.cd
│   │   │   │   ├── Product.cs
│   │   │   │   └── ShoppingCart.cs
│   │   │   ├── App_Themes
│   │   │   │   └── ASPNETAjaxWeb
│   │   │   │   ├── Images
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   ├── 6.jpg
│   │   │   │   │   ├── 7.jpg
│   │   │   │   │   ├── 8.jpg
│   │   │   │   │   ├── add.gif
│   │   │   │   │   ├── add.jpg
│   │   │   │   │   ├── add.PNG
│   │   │   │   │   ├── attch.gif
│   │   │   │   │   ├── authority.PNG
│   │   │   │   │   ├── badd.gif
│   │   │   │   │   ├── ball.jpg
│   │   │   │   │   ├── bcancel.gif
│   │   │   │   │   ├── bcommit.gif
│   │   │   │   │   ├── bdo.gif
│   │   │   │   │   ├── bedit.gif
│   │   │   │   │   ├── bfirst.gif
│   │   │   │   │   ├── bg.jpg
│   │   │   │   │   ├── bldo.gif
│   │   │   │   │   ├── blfirst.gif
│   │   │   │   │   ├── blnext.gif
│   │   │   │   │   ├── blogin.gif
│   │   │   │   │   ├── blprev.gif
│   │   │   │   │   ├── bltail.gif
│   │   │   │   │   ├── bnext.gif
│   │   │   │   │   ├── bnextstep.gif
│   │   │   │   │   ├── bom_r1_c1.jpg
│   │   │   │   │   ├── bom_r1_c35.jpg
│   │   │   │   │   ├── bom_r1_c37.jpg
│   │   │   │   │   ├── bprev.gif
│   │   │   │   │   ├── bprevstep.gif
│   │   │   │   │   ├── bprint.gif
│   │   │   │   │   ├── breturn.gif
│   │   │   │   │   ├── breview.gif
│   │   │   │   │   ├── bstore.gif
│   │   │   │   │   ├── btail.gif
│   │   │   │   │   ├── bupdate.gif
│   │   │   │   │   ├── c_annu.gif
│   │   │   │   │   ├── cfcother.PNG
│   │   │   │   │   ├── comment.PNG
│   │   │   │   │   ├── content.gif
│   │   │   │   │   ├── delete.gif
│   │   │   │   │   ├── delete.PNG
│   │   │   │   │   ├── deletes.gif
│   │   │   │   │   ├── dn.gif
│   │   │   │   │   ├── down.gif
│   │   │   │   │   ├── down.png
│   │   │   │   │   ├── edit.gif
│   │   │   │   │   ├── edit.PNG
│   │   │   │   │   ├── ffwd.gif
│   │   │   │   │   ├── folder.gif
│   │   │   │   │   ├── frew.gif
│   │   │   │   │   ├── fwd.gif
│   │   │   │   │   ├── i_b_line1.jpg
│   │   │   │   │   ├── i_b_line2.jpg
│   │   │   │   │   ├── index_36.gif
│   │   │   │   │   ├── l_b_bg.jpg
│   │   │   │   │   ├── l_bg.jpg
│   │   │   │   │   ├── left_1_r3_c3.jpg
│   │   │   │   │   ├── left_1_r5_c2.jpg
│   │   │   │   │   ├── left_2_r1_c1.jpg
│   │   │   │   │   ├── left_2_r1_c5.jpg
│   │   │   │   │   ├── left_2_r1_c6.jpg
│   │   │   │   │   ├── left_annu.gif
│   │   │   │   │   ├── left.PNG
│   │   │   │   │   ├── l_left_line_b.jpg
│   │   │   │   │   ├── l_left_line_c.jpg
│   │   │   │   │   ├── l_left_line_t.jpg
│   │   │   │   │   ├── login.jpg
│   │   │   │   │   ├── l_right_line_b.jpg
│   │   │   │   │   ├── l_r_jiao1.gif
│   │   │   │   │   ├── l_r_jiao2.gif
│   │   │   │   │   ├── l_r_jiao3.gif
│   │   │   │   │   ├── l_r_jiao4.gif
│   │   │   │   │   ├── l_r_tb1.gif
│   │   │   │   │   ├── lt.gif
│   │   │   │   │   ├── member.PNG
│   │   │   │   │   ├── more.jpg
│   │   │   │   │   ├── new.gif
│   │   │   │   │   ├── paa.GIF
│   │   │   │   │   ├── pagebg.jpg
│   │   │   │   │   ├── pic.GIF
│   │   │   │   │   ├── print.gif
│   │   │   │   │   ├── reset.PNG
│   │   │   │   │   ├── rew.gif
│   │   │   │   │   ├── right_annu.gif
│   │   │   │   │   ├── right.PNG
│   │   │   │   │   ├── rt.gif
│   │   │   │   │   ├── sub.jpg
│   │   │   │   │   ├── sub.PNG
│   │   │   │   │   ├── title_r1_c4.jpg
│   │   │   │   │   ├── title_r1_c5.jpg
│   │   │   │   │   ├── titletopbg.JPG
│   │   │   │   │   ├── titletop.GIF
│   │   │   │   │   ├── tm.gif
│   │   │   │   │   ├── top_lm_r1_c18.jpg
│   │   │   │   │   ├── top_lm_r2_c11.jpg
│   │   │   │   │   ├── top_lm_r2_c13.jpg
│   │   │   │   │   ├── top_lm_r2_c15.jpg
│   │   │   │   │   ├── top_lm_r2_c17.jpg
│   │   │   │   │   ├── top_lm_r2_c3.jpg
│   │   │   │   │   ├── top_lm_r2_c5.jpg
│   │   │   │   │   ├── top_lm_r2_c7.jpg
│   │   │   │   │   ├── top_lm_r2_c9.jpg
│   │   │   │   │   ├── tp_2.jpg
│   │   │   │   │   ├── unknown.GIF
│   │   │   │   │   ├── update.gif
│   │   │   │   │   ├── up.gif
│   │   │   │   │   ├── up.png
│   │   │   │   │   ├── url.gif
│   │   │   │   │   └── view.PNG
│   │   │   │   ├── mm.skin
│   │   │   │   └── web.css
│   │   │   ├── Backup
│   │   │   │   └── shop.sln
│   │   │   ├── Bin
│   │   │   │   ├── AjaxControlToolkit.dll
│   │   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   │   └── zh-CHS
│   │   │   │   └── AjaxControlToolkit.resources.dll
│   │   │   ├── Category
│   │   │   │   ├── AddClass.aspx
│   │   │   │   ├── AddClass.aspx.cs
│   │   │   │   ├── Classes.aspx
│   │   │   │   ├── Classes.aspx.cs
│   │   │   │   ├── UpdateClasses.aspx
│   │   │   │   └── UpdateClasses.aspx.cs
│   │   │   ├── Charge.aspx
│   │   │   ├── Charge.aspx.cs
│   │   │   ├── Classes.aspx
│   │   │   ├── Classes.aspx.cs
│   │   │   ├── Click.aspx
│   │   │   ├── Click.aspx.cs
│   │   │   ├── Compare
│   │   │   │   ├── ProductCompare.aspx
│   │   │   │   └── ProductCompare.aspx.cs
│   │   │   ├── Daohang.aspx
│   │   │   ├── Daohang.aspx.cs
│   │   │   ├── data
│   │   │   │   ├── AjaxEBusinessDB_log.ldf
│   │   │   │   └── AjaxEBusinessDB.mdf
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Global.asax
│   │   │   ├── Header.aspx
│   │   │   ├── img
│   │   │   │   ├── 123.jpg
│   │   │   │   ├── 20070829143400531.jpg
│   │   │   │   ├── 20070829143400531.jpg.jpg
│   │   │   │   ├── 20070829143417906.jpg
│   │   │   │   ├── 20070829143429265.jpg
│   │   │   │   ├── 20070901102127046.jpg
│   │   │   │   └── 20080307174621906.jpg
│   │   │   ├── Login
│   │   │   │   ├── LoginUC.ascx
│   │   │   │   ├── LoginUC.ascx.cs
│   │   │   │   ├── LogoffUC.ascx
│   │   │   │   └── LogoffUC.ascx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── Name.aspx
│   │   │   ├── Name.aspx.cs
│   │   │   ├── Order
│   │   │   │   ├── AddOrder.aspx
│   │   │   │   ├── AddOrder.aspx.cs
│   │   │   │   ├── OrderList.aspx
│   │   │   │   ├── OrderList.aspx.cs
│   │   │   │   ├── OrderManage.aspx
│   │   │   │   ├── OrderManage.aspx.cs
│   │   │   │   ├── ViewOrder.aspx
│   │   │   │   └── ViewOrder.aspx.cs
│   │   │   ├── Product
│   │   │   │   ├── AddProduct.aspx
│   │   │   │   ├── AddProduct.aspx.cs
│   │   │   │   ├── Product.aspx
│   │   │   │   ├── Product.aspx.cs
│   │   │   │   ├── ProductPicture.aspx
│   │   │   │   ├── ProductPicture.aspx.cs
│   │   │   │   ├── ProductPinglun.aspx
│   │   │   │   ├── ProductPinglun.aspx.cs
│   │   │   │   ├── ProductUC
│   │   │   │   │   ├── ProductAttribute.ascx
│   │   │   │   │   └── ProductAttribute.ascx.cs
│   │   │   │   ├── UpdateProduct.aspx
│   │   │   │   └── UpdateProduct.aspx.cs
│   │   │   ├── Product.aspx
│   │   │   ├── Product.aspx.cs
│   │   │   ├── Sales.aspx
│   │   │   ├── Sales.aspx.cs
│   │   │   ├── Search
│   │   │   │   ├── SearchByKey.aspx
│   │   │   │   ├── SearchByKey.aspx.cs
│   │   │   │   ├── SearchByPrice.aspx
│   │   │   │   ├── SearchByPrice.aspx.cs
│   │   │   │   ├── SearchByTime.aspx
│   │   │   │   └── SearchByTime.aspx.cs
│   │   │   ├── ShoppingCart
│   │   │   │   ├── ViewShoppingCart.aspx
│   │   │   │   └── ViewShoppingCart.aspx.cs
│   │   │   ├── shop.sln
│   │   │   ├── ShowProduct.aspx
│   │   │   ├── ShowProduct.aspx.cs
│   │   │   ├── Time.aspx
│   │   │   ├── Time.aspx.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── Web.config
│   │   │   └── Yanzheng.aspx
│   │   ├── shop.sln
│   │   └── shop.suo
│   ├── Bin
│   │   ├── AjaxControlToolkit.dll
│   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   └── zh-CHS
│   │   └── AjaxControlToolkit.resources.dll
│   ├── Category
│   │   ├── AddClass.aspx
│   │   ├── AddClass.aspx.cs
│   │   ├── Classes.aspx
│   │   ├── Classes.aspx.cs
│   │   ├── UpdateClasses.aspx
│   │   └── UpdateClasses.aspx.cs
│   ├── Charge.aspx
│   ├── Charge.aspx.cs
│   ├── Classes.aspx
│   ├── Classes.aspx.cs
│   ├── Click.aspx
│   ├── Click.aspx.cs
│   ├── Compare
│   │   ├── ProductCompare.aspx
│   │   └── ProductCompare.aspx.cs
│   ├── Daohang.aspx
│   ├── Daohang.aspx.cs
│   ├── data
│   │   ├── AjaxEBusinessDB_log.ldf
│   │   └── AjaxEBusinessDB.mdf
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Global.asax
│   ├── Header.aspx
│   ├── img
│   │   ├── 20070829143400531.jpg
│   │   ├── 20070829143400531.jpg.jpg
│   │   ├── 20070829143417906.jpg
│   │   ├── 20070829143429265.jpg
│   │   ├── 20070901102127046.jpg
│   │   ├── 20080307174621906.jpg
│   │   └── Thumbs.db
│   ├── Login
│   │   ├── LoginUC.ascx
│   │   ├── LoginUC.ascx.cs
│   │   ├── LogoffUC.ascx
│   │   └── LogoffUC.ascx.cs
│   ├── Login.aspx
│   ├── Login.aspx.cs
│   ├── Name.aspx
│   ├── Name.aspx.cs
│   ├── Order
│   │   ├── AddOrder.aspx
│   │   ├── AddOrder.aspx.cs
│   │   ├── OrderList.aspx
│   │   ├── OrderList.aspx.cs
│   │   ├── OrderManage.aspx
│   │   ├── OrderManage.aspx.cs
│   │   ├── ViewOrder.aspx
│   │   └── ViewOrder.aspx.cs
│   ├── Product
│   │   ├── AddProduct.aspx
│   │   ├── AddProduct.aspx.cs
│   │   ├── Product.aspx
│   │   ├── Product.aspx.cs
│   │   ├── ProductPicture.aspx
│   │   ├── ProductPicture.aspx.cs
│   │   ├── ProductPinglun.aspx
│   │   ├── ProductPinglun.aspx.cs
│   │   ├── ProductUC
│   │   │   ├── ProductAttribute.ascx
│   │   │   └── ProductAttribute.ascx.cs
│   │   ├── UpdateProduct.aspx
│   │   └── UpdateProduct.aspx.cs
│   ├── Product.aspx
│   ├── Product.aspx.cs
│   ├── Sales.aspx
│   ├── Sales.aspx.cs
│   ├── Search
│   │   ├── SearchByKey.aspx
│   │   ├── SearchByKey.aspx.cs
│   │   ├── SearchByPrice.aspx
│   │   ├── SearchByPrice.aspx.cs
│   │   ├── SearchByTime.aspx
│   │   └── SearchByTime.aspx.cs
│   ├── ShoppingCart
│   │   ├── ViewShoppingCart.aspx
│   │   └── ViewShoppingCart.aspx.cs
│   ├── shop.sln
│   ├── shop.suo
│   ├── ShowProduct.aspx
│   ├── ShowProduct.aspx.cs
│   ├── Time.aspx
│   ├── Time.aspx.cs
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Web.config
│   └── Yanzheng.aspx
├── 10 企业人事管理系统
│   ├── PWMS
│   │   ├── Backup
│   │   │   ├── PWMS
│   │   │   │   ├── DataClass
│   │   │   │   │   └── MyMeans.cs
│   │   │   │   ├── F_Login.cs
│   │   │   │   ├── F_Login.designer.cs
│   │   │   │   ├── F_Login.resx
│   │   │   │   ├── F_Main.cs
│   │   │   │   ├── F_Main.designer.cs
│   │   │   │   ├── F_Main.resx
│   │   │   │   ├── InfoAddForm
│   │   │   │   │   ├── F_Address.cs
│   │   │   │   │   ├── F_Address.Designer.cs
│   │   │   │   │   ├── F_Address.resx
│   │   │   │   │   ├── F_Basic.cs
│   │   │   │   │   ├── F_Basic.Designer.cs
│   │   │   │   │   ├── F_Basic.resx
│   │   │   │   │   ├── F_ClewSet.cs
│   │   │   │   │   ├── F_ClewSet.Designer.cs
│   │   │   │   │   └── F_ClewSet.resx
│   │   │   │   ├── ModuleClass
│   │   │   │   │   └── MyModule.cs
│   │   │   │   ├── PerForm
│   │   │   │   │   ├── F_AddressList.cs
│   │   │   │   │   ├── F_AddressList.Designer.cs
│   │   │   │   │   ├── F_AddressList.resx
│   │   │   │   │   ├── F_ClearData.cs
│   │   │   │   │   ├── F_ClearData.Designer.cs
│   │   │   │   │   ├── F_ClearData.resx
│   │   │   │   │   ├── F_Find.cs
│   │   │   │   │   ├── F_Find.Designer.cs
│   │   │   │   │   ├── F_Find.resx
│   │   │   │   │   ├── F_HaveBack.cs
│   │   │   │   │   ├── F_HaveBack.Designer.cs
│   │   │   │   │   ├── F_HaveBack.resx
│   │   │   │   │   ├── F_ManFile.cs
│   │   │   │   │   ├── F_ManFile.Designer.cs
│   │   │   │   │   ├── F_ManFile.resx
│   │   │   │   │   ├── F_Stat.cs
│   │   │   │   │   ├── F_Stat.Designer.cs
│   │   │   │   │   ├── F_Stat.resx
│   │   │   │   │   ├── F_UserAdd.cs
│   │   │   │   │   ├── F_UserAdd.Designer.cs
│   │   │   │   │   ├── F_UserAdd.resx
│   │   │   │   │   ├── F_User.cs
│   │   │   │   │   ├── F_User.Designer.cs
│   │   │   │   │   ├── F_UserPope.cs
│   │   │   │   │   ├── F_UserPope.Designer.cs
│   │   │   │   │   ├── F_UserPope.resx
│   │   │   │   │   ├── F_User.resx
│   │   │   │   │   ├── F_WordPad.cs
│   │   │   │   │   ├── F_WordPad.Designer.cs
│   │   │   │   │   └── F_WordPad.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── PWMS.csproj
│   │   │   ├── PWMS.sln
│   │   │   └── PWMS.suo
│   │   ├── PWMS
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── bar
│   │   │   │   │   └── 2008-1-9104229.bak
│   │   │   │   ├── Interop.Office.dll
│   │   │   │   ├── Interop.VBIDE.dll
│   │   │   │   ├── Interop.Word.dll
│   │   │   │   ├── PWMS.exe
│   │   │   │   ├── PWMS.exe.config
│   │   │   │   ├── PWMS.pdb
│   │   │   │   ├── PWMS.vshost.exe
│   │   │   │   ├── PWMS.vshost.exe.config
│   │   │   │   └── PWMS.vshost.exe.manifest
│   │   │   ├── DataBase
│   │   │   │   ├── db_PWMS_log.ldf
│   │   │   │   └── db_PWMS.mdf
│   │   │   ├── DataClass
│   │   │   │   └── MyMeans.cs
│   │   │   ├── F_Login.cs
│   │   │   ├── F_Login.Designer.cs
│   │   │   ├── F_Login.resx
│   │   │   ├── F_Main.cs
│   │   │   ├── F_Main.Designer.cs
│   │   │   ├── F_Main.resx
│   │   │   ├── Image
│   │   │   │   ├── 01.png
│   │   │   │   ├── 02.PNG
│   │   │   │   ├── 03.PNG
│   │   │   │   ├── 04.PNG
│   │   │   │   ├── 05.PNG
│   │   │   │   ├── 06.PNG
│   │   │   │   ├── 07.PNG
│   │   │   │   ├── 08.PNG
│   │   │   │   ├── 09.PNG
│   │   │   │   ├── PEOPLE.jpg
│   │   │   │   ├── 主界面.bmp
│   │   │   │   ├── 人事档案浏览.bmp
│   │   │   │   ├── 人事资料查询.BMP
│   │   │   │   ├── 修改.BMP
│   │   │   │   ├── 关闭.BMP
│   │   │   │   ├── 删除.BMP
│   │   │   │   ├── 员工合同提示.BMP
│   │   │   │   ├── 备份.bmp
│   │   │   │   ├── 日常记事.bmp
│   │   │   │   ├── 权限.BMP
│   │   │   │   ├── 添加.BMP
│   │   │   │   ├── 登录1.BMP
│   │   │   │   ├── 登录.BMP
│   │   │   │   ├── 退出系统.BMP
│   │   │   │   └── 通讯录.BMP
│   │   │   ├── InfoAddForm
│   │   │   │   ├── F_Address.cs
│   │   │   │   ├── F_Address.Designer.cs
│   │   │   │   ├── F_Address.resx
│   │   │   │   ├── F_Basic.cs
│   │   │   │   ├── F_Basic.Designer.cs
│   │   │   │   ├── F_Basic.resx
│   │   │   │   ├── F_ClewSet.cs
│   │   │   │   ├── F_ClewSet.Designer.cs
│   │   │   │   └── F_ClewSet.resx
│   │   │   ├── ModuleClass
│   │   │   │   └── MyModule.cs
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Interop.Microsoft.Office.Core.dll
│   │   │   │   │   ├── Interop.Office.dll
│   │   │   │   │   ├── Interop.VBIDE.dll
│   │   │   │   │   ├── Interop.Word.dll
│   │   │   │   │   ├── PWMS.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── PWMS.csproj.GenerateResource.Cache
│   │   │   │   │   ├── PWMS.csproj.ResolveComReference.cache
│   │   │   │   │   ├── PWMS.exe
│   │   │   │   │   ├── PWMS.F_Login.resources
│   │   │   │   │   ├── PWMS.F_Main.resources
│   │   │   │   │   ├── PWMS.InfoAddForm.F_Address.resources
│   │   │   │   │   ├── PWMS.InfoAddForm.F_Basic.resources
│   │   │   │   │   ├── PWMS.InfoAddForm.F_ClewSet.resources
│   │   │   │   │   ├── PWMS.pdb
│   │   │   │   │   ├── PWMS.PerForm.F_AddressList.resources
│   │   │   │   │   ├── PWMS.PerForm.F_ClearData.resources
│   │   │   │   │   ├── PWMS.PerForm.F_Find.resources
│   │   │   │   │   ├── PWMS.PerForm.F_HaveBack.resources
│   │   │   │   │   ├── PWMS.PerForm.F_ManFile.resources
│   │   │   │   │   ├── PWMS.PerForm.F_Stat.resources
│   │   │   │   │   ├── PWMS.PerForm.F_UserAdd.resources
│   │   │   │   │   ├── PWMS.PerForm.F_UserPope.resources
│   │   │   │   │   ├── PWMS.PerForm.F_User.resources
│   │   │   │   │   ├── PWMS.PerForm.F_WordPad.resources
│   │   │   │   │   ├── PWMS.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── PWMS.csproj.FileList.txt
│   │   │   ├── PerForm
│   │   │   │   ├── F_AddressList.cs
│   │   │   │   ├── F_AddressList.Designer.cs
│   │   │   │   ├── F_AddressList.resx
│   │   │   │   ├── F_ClearData.cs
│   │   │   │   ├── F_ClearData.Designer.cs
│   │   │   │   ├── F_ClearData.resx
│   │   │   │   ├── F_Find.cs
│   │   │   │   ├── F_Find.Designer.cs
│   │   │   │   ├── F_Find.resx
│   │   │   │   ├── F_HaveBack.cs
│   │   │   │   ├── F_HaveBack.Designer.cs
│   │   │   │   ├── F_HaveBack.resx
│   │   │   │   ├── F_ManFile.cs
│   │   │   │   ├── F_ManFile.Designer.cs
│   │   │   │   ├── F_ManFile.resx
│   │   │   │   ├── F_Stat.cs
│   │   │   │   ├── F_Stat.Designer.cs
│   │   │   │   ├── F_Stat.resx
│   │   │   │   ├── F_UserAdd.cs
│   │   │   │   ├── F_UserAdd.Designer.cs
│   │   │   │   ├── F_UserAdd.resx
│   │   │   │   ├── F_User.cs
│   │   │   │   ├── F_User.Designer.cs
│   │   │   │   ├── F_UserPope.cs
│   │   │   │   ├── F_UserPope.Designer.cs
│   │   │   │   ├── F_UserPope.resx
│   │   │   │   ├── F_User.resx
│   │   │   │   ├── F_WordPad.cs
│   │   │   │   ├── F_WordPad.Designer.cs
│   │   │   │   └── F_WordPad.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── PWMS.csproj
│   │   │   └── PWMS.csproj.user
│   │   ├── PWMS.sln
│   │   ├── PWMS.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── readme.doc
├── 11 企业交互系统
│   ├── Customer
│   │   ├── App_Code
│   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   ├── caboodle.cd
│   │   │   ├── Caboodle.cs
│   │   │   ├── Data.cs
│   │   │   ├── File.cs
│   │   │   ├── group.cd
│   │   │   ├── Group.cs
│   │   │   ├── info.cd
│   │   │   ├── Leaveword.cs
│   │   │   ├── Message.cs
│   │   │   ├── user.cd
│   │   │   └── User.cs
│   │   ├── App_Themes
│   │   │   └── ASPNETAjaxWeb
│   │   │   ├── Images
│   │   │   │   ├── 1.jpg
│   │   │   │   ├── 2.jpg
│   │   │   │   ├── 3.jpg
│   │   │   │   ├── 4.jpg
│   │   │   │   ├── 5.jpg
│   │   │   │   ├── 6.jpg
│   │   │   │   ├── 7.jpg
│   │   │   │   ├── 8.jpg
│   │   │   │   ├── add.gif
│   │   │   │   ├── add.jpg
│   │   │   │   ├── add.PNG
│   │   │   │   ├── attch.gif
│   │   │   │   ├── authority.PNG
│   │   │   │   ├── badd.gif
│   │   │   │   ├── ball.jpg
│   │   │   │   ├── bcancel.gif
│   │   │   │   ├── bcommit.gif
│   │   │   │   ├── bdo.gif
│   │   │   │   ├── bedit.gif
│   │   │   │   ├── bfirst.gif
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── bldo.gif
│   │   │   │   ├── blfirst.gif
│   │   │   │   ├── blnext.gif
│   │   │   │   ├── blogin.gif
│   │   │   │   ├── blprev.gif
│   │   │   │   ├── bltail.gif
│   │   │   │   ├── bnext.gif
│   │   │   │   ├── bnextstep.gif
│   │   │   │   ├── bom_r1_c1.jpg
│   │   │   │   ├── bom_r1_c35.jpg
│   │   │   │   ├── bom_r1_c37.jpg
│   │   │   │   ├── bprev.gif
│   │   │   │   ├── bprevstep.gif
│   │   │   │   ├── bprint.gif
│   │   │   │   ├── breturn.gif
│   │   │   │   ├── breview.gif
│   │   │   │   ├── bstore.gif
│   │   │   │   ├── btail.gif
│   │   │   │   ├── bupdate.gif
│   │   │   │   ├── c_annu.gif
│   │   │   │   ├── cfcother.PNG
│   │   │   │   ├── comment.PNG
│   │   │   │   ├── content.gif
│   │   │   │   ├── delete.gif
│   │   │   │   ├── delete.PNG
│   │   │   │   ├── deletes.gif
│   │   │   │   ├── dn.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── down.png
│   │   │   │   ├── edit.gif
│   │   │   │   ├── edit.PNG
│   │   │   │   ├── ffwd.gif
│   │   │   │   ├── folder.gif
│   │   │   │   ├── frew.gif
│   │   │   │   ├── fwd.gif
│   │   │   │   ├── i_b_line1.jpg
│   │   │   │   ├── i_b_line2.jpg
│   │   │   │   ├── index_36.gif
│   │   │   │   ├── l_b_bg.jpg
│   │   │   │   ├── l_bg.jpg
│   │   │   │   ├── left_1_r3_c3.jpg
│   │   │   │   ├── left_1_r5_c2.jpg
│   │   │   │   ├── left_2_r1_c1.jpg
│   │   │   │   ├── left_2_r1_c5.jpg
│   │   │   │   ├── left_2_r1_c6.jpg
│   │   │   │   ├── left_annu.gif
│   │   │   │   ├── left.PNG
│   │   │   │   ├── l_left_line_b.jpg
│   │   │   │   ├── l_left_line_c.jpg
│   │   │   │   ├── l_left_line_t.jpg
│   │   │   │   ├── login.jpg
│   │   │   │   ├── l_right_line_b.jpg
│   │   │   │   ├── l_r_jiao1.gif
│   │   │   │   ├── l_r_jiao2.gif
│   │   │   │   ├── l_r_jiao3.gif
│   │   │   │   ├── l_r_jiao4.gif
│   │   │   │   ├── l_r_tb1.gif
│   │   │   │   ├── lt.gif
│   │   │   │   ├── manageshow.gif
│   │   │   │   ├── member.PNG
│   │   │   │   ├── more.jpg
│   │   │   │   ├── new.gif
│   │   │   │   ├── paa.GIF
│   │   │   │   ├── pagebg.jpg
│   │   │   │   ├── pic.GIF
│   │   │   │   ├── print.gif
│   │   │   │   ├── reset.PNG
│   │   │   │   ├── rew.gif
│   │   │   │   ├── right_annu.gif
│   │   │   │   ├── right.PNG
│   │   │   │   ├── rt.gif
│   │   │   │   ├── sub.jpg
│   │   │   │   ├── sub.PNG
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── title_r1_c4.jpg
│   │   │   │   ├── title_r1_c5.jpg
│   │   │   │   ├── titletopbg.JPG
│   │   │   │   ├── titletop.GIF
│   │   │   │   ├── tm.gif
│   │   │   │   ├── top_lm_r1_c18.jpg
│   │   │   │   ├── top_lm_r2_c11.jpg
│   │   │   │   ├── top_lm_r2_c13.jpg
│   │   │   │   ├── top_lm_r2_c15.jpg
│   │   │   │   ├── top_lm_r2_c17.jpg
│   │   │   │   ├── top_lm_r2_c3.jpg
│   │   │   │   ├── top_lm_r2_c5.jpg
│   │   │   │   ├── top_lm_r2_c7.jpg
│   │   │   │   ├── top_lm_r2_c9.jpg
│   │   │   │   ├── tp_2.jpg
│   │   │   │   ├── unknown.GIF
│   │   │   │   ├── update.gif
│   │   │   │   ├── up.gif
│   │   │   │   ├── up.png
│   │   │   │   ├── url.gif
│   │   │   │   └── view.PNG
│   │   │   ├── mm.skin
│   │   │   └── web.css
│   │   ├── Backup
│   │   │   ├── Customer
│   │   │   │   ├── App_Code
│   │   │   │   │   ├── ASPNETAJAXWeb.cs
│   │   │   │   │   ├── caboodle.cd
│   │   │   │   │   ├── Caboodle.cs
│   │   │   │   │   ├── Data.cs
│   │   │   │   │   ├── File.cs
│   │   │   │   │   ├── group.cd
│   │   │   │   │   ├── Group.cs
│   │   │   │   │   ├── info.cd
│   │   │   │   │   ├── Leaveword.cs
│   │   │   │   │   ├── Message.cs
│   │   │   │   │   ├── user.cd
│   │   │   │   │   └── User.cs
│   │   │   │   ├── App_Themes
│   │   │   │   │   └── ASPNETAjaxWeb
│   │   │   │   │   ├── Images
│   │   │   │   │   │   ├── 1.jpg
│   │   │   │   │   │   ├── 2.jpg
│   │   │   │   │   │   ├── 3.jpg
│   │   │   │   │   │   ├── 4.jpg
│   │   │   │   │   │   ├── 5.jpg
│   │   │   │   │   │   ├── 6.jpg
│   │   │   │   │   │   ├── 7.jpg
│   │   │   │   │   │   ├── 8.jpg
│   │   │   │   │   │   ├── add.gif
│   │   │   │   │   │   ├── add.jpg
│   │   │   │   │   │   ├── add.PNG
│   │   │   │   │   │   ├── attch.gif
│   │   │   │   │   │   ├── authority.PNG
│   │   │   │   │   │   ├── badd.gif
│   │   │   │   │   │   ├── ball.jpg
│   │   │   │   │   │   ├── bcancel.gif
│   │   │   │   │   │   ├── bcommit.gif
│   │   │   │   │   │   ├── bdo.gif
│   │   │   │   │   │   ├── bedit.gif
│   │   │   │   │   │   ├── bfirst.gif
│   │   │   │   │   │   ├── bg.jpg
│   │   │   │   │   │   ├── bldo.gif
│   │   │   │   │   │   ├── blfirst.gif
│   │   │   │   │   │   ├── blnext.gif
│   │   │   │   │   │   ├── blogin.gif
│   │   │   │   │   │   ├── blprev.gif
│   │   │   │   │   │   ├── bltail.gif
│   │   │   │   │   │   ├── bnext.gif
│   │   │   │   │   │   ├── bnextstep.gif
│   │   │   │   │   │   ├── bom_r1_c1.jpg
│   │   │   │   │   │   ├── bom_r1_c35.jpg
│   │   │   │   │   │   ├── bom_r1_c37.jpg
│   │   │   │   │   │   ├── bprev.gif
│   │   │   │   │   │   ├── bprevstep.gif
│   │   │   │   │   │   ├── bprint.gif
│   │   │   │   │   │   ├── breturn.gif
│   │   │   │   │   │   ├── breview.gif
│   │   │   │   │   │   ├── bstore.gif
│   │   │   │   │   │   ├── btail.gif
│   │   │   │   │   │   ├── bupdate.gif
│   │   │   │   │   │   ├── c_annu.gif
│   │   │   │   │   │   ├── cfcother.PNG
│   │   │   │   │   │   ├── comment.PNG
│   │   │   │   │   │   ├── content.gif
│   │   │   │   │   │   ├── delete.gif
│   │   │   │   │   │   ├── delete.PNG
│   │   │   │   │   │   ├── deletes.gif
│   │   │   │   │   │   ├── dn.gif
│   │   │   │   │   │   ├── down.gif
│   │   │   │   │   │   ├── down.png
│   │   │   │   │   │   ├── edit.gif
│   │   │   │   │   │   ├── edit.PNG
│   │   │   │   │   │   ├── ffwd.gif
│   │   │   │   │   │   ├── folder.gif
│   │   │   │   │   │   ├── frew.gif
│   │   │   │   │   │   ├── fwd.gif
│   │   │   │   │   │   ├── i_b_line1.jpg
│   │   │   │   │   │   ├── i_b_line2.jpg
│   │   │   │   │   │   ├── index_36.gif
│   │   │   │   │   │   ├── l_b_bg.jpg
│   │   │   │   │   │   ├── l_bg.jpg
│   │   │   │   │   │   ├── left_1_r3_c3.jpg
│   │   │   │   │   │   ├── left_1_r5_c2.jpg
│   │   │   │   │   │   ├── left_2_r1_c1.jpg
│   │   │   │   │   │   ├── left_2_r1_c5.jpg
│   │   │   │   │   │   ├── left_2_r1_c6.jpg
│   │   │   │   │   │   ├── left_annu.gif
│   │   │   │   │   │   ├── left.PNG
│   │   │   │   │   │   ├── l_left_line_b.jpg
│   │   │   │   │   │   ├── l_left_line_c.jpg
│   │   │   │   │   │   ├── l_left_line_t.jpg
│   │   │   │   │   │   ├── login.jpg
│   │   │   │   │   │   ├── l_right_line_b.jpg
│   │   │   │   │   │   ├── l_r_jiao1.gif
│   │   │   │   │   │   ├── l_r_jiao2.gif
│   │   │   │   │   │   ├── l_r_jiao3.gif
│   │   │   │   │   │   ├── l_r_jiao4.gif
│   │   │   │   │   │   ├── l_r_tb1.gif
│   │   │   │   │   │   ├── lt.gif
│   │   │   │   │   │   ├── manageshow.gif
│   │   │   │   │   │   ├── member.PNG
│   │   │   │   │   │   ├── more.jpg
│   │   │   │   │   │   ├── new.gif
│   │   │   │   │   │   ├── paa.GIF
│   │   │   │   │   │   ├── pagebg.jpg
│   │   │   │   │   │   ├── pic.GIF
│   │   │   │   │   │   ├── print.gif
│   │   │   │   │   │   ├── reset.PNG
│   │   │   │   │   │   ├── rew.gif
│   │   │   │   │   │   ├── right_annu.gif
│   │   │   │   │   │   ├── right.PNG
│   │   │   │   │   │   ├── rt.gif
│   │   │   │   │   │   ├── sub.jpg
│   │   │   │   │   │   ├── sub.PNG
│   │   │   │   │   │   ├── title_r1_c4.jpg
│   │   │   │   │   │   ├── title_r1_c5.jpg
│   │   │   │   │   │   ├── titletopbg.JPG
│   │   │   │   │   │   ├── titletop.GIF
│   │   │   │   │   │   ├── tm.gif
│   │   │   │   │   │   ├── top_lm_r1_c18.jpg
│   │   │   │   │   │   ├── top_lm_r2_c11.jpg
│   │   │   │   │   │   ├── top_lm_r2_c13.jpg
│   │   │   │   │   │   ├── top_lm_r2_c15.jpg
│   │   │   │   │   │   ├── top_lm_r2_c17.jpg
│   │   │   │   │   │   ├── top_lm_r2_c3.jpg
│   │   │   │   │   │   ├── top_lm_r2_c5.jpg
│   │   │   │   │   │   ├── top_lm_r2_c7.jpg
│   │   │   │   │   │   ├── top_lm_r2_c9.jpg
│   │   │   │   │   │   ├── tp_2.jpg
│   │   │   │   │   │   ├── unknown.GIF
│   │   │   │   │   │   ├── update.gif
│   │   │   │   │   │   ├── up.gif
│   │   │   │   │   │   ├── up.png
│   │   │   │   │   │   ├── url.gif
│   │   │   │   │   │   └── view.PNG
│   │   │   │   │   ├── mm.skin
│   │   │   │   │   └── web.css
│   │   │   │   ├── Backup
│   │   │   │   │   └── Customer.sln
│   │   │   │   ├── Bin
│   │   │   │   │   ├── AjaxControlToolkit.dll
│   │   │   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   │   │   └── zh-CHS
│   │   │   │   │   └── AjaxControlToolkit.resources.dll
│   │   │   │   ├── Caboodle
│   │   │   │   │   ├── AddCaboodle.aspx
│   │   │   │   │   ├── AddCaboodle.aspx.cs
│   │   │   │   │   ├── AddCaboodleUser.aspx
│   │   │   │   │   ├── AddCaboodleUser.aspx.cs
│   │   │   │   │   ├── CaboodleManage.aspx
│   │   │   │   │   ├── CaboodleManage.aspx.cs
│   │   │   │   │   ├── CaboodleUserManage.aspx
│   │   │   │   │   ├── CaboodleUserManage.aspx.cs
│   │   │   │   │   ├── UpdateCaboodle.aspx
│   │   │   │   │   └── UpdateCaboodle.aspx.cs
│   │   │   │   ├── CaboodleMessaging.aspx
│   │   │   │   ├── CaboodleMessaging.aspx.cs
│   │   │   │   ├── Customer.sln
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Default.aspx.cs
│   │   │   │   ├── Desktop.aspx
│   │   │   │   ├── Desktop.aspx.cs
│   │   │   │   ├── File.aspx
│   │   │   │   ├── File.aspx.cs
│   │   │   │   ├── Files
│   │   │   │   │   ├── 20070907143021656.gif
│   │   │   │   │   ├── 20080308083725328.jpg
│   │   │   │   │   ├── 20080308084215687.jpg
│   │   │   │   │   └── 20080309095350781.doc
│   │   │   │   ├── Global.asax
│   │   │   │   ├── Hailfellow
│   │   │   │   │   ├── AddFellow.aspx
│   │   │   │   │   ├── AddFellow.aspx.cs
│   │   │   │   │   ├── AddGroup.aspx
│   │   │   │   │   ├── AddGroup.aspx.cs
│   │   │   │   │   ├── Fellow.aspx
│   │   │   │   │   ├── Fellow.aspx.cs
│   │   │   │   │   ├── FellowManage.aspx
│   │   │   │   │   ├── FellowManage.aspx.cs
│   │   │   │   │   ├── GroupManage.aspx
│   │   │   │   │   ├── GroupManage.aspx.cs
│   │   │   │   │   ├── MoveFellow.aspx
│   │   │   │   │   ├── MoveFellow.aspx.cs
│   │   │   │   │   ├── SearchFellow.aspx
│   │   │   │   │   ├── SearchFellow.aspx.cs
│   │   │   │   │   ├── ShowFellowInfo.aspx
│   │   │   │   │   ├── ShowFellowInfo.aspx.cs
│   │   │   │   │   ├── UpdateGroup.aspx
│   │   │   │   │   └── UpdateGroup.aspx.cs
│   │   │   │   ├── Header.aspx
│   │   │   │   ├── Leaveword.aspx
│   │   │   │   ├── Leaveword.aspx.cs
│   │   │   │   ├── Login.aspx
│   │   │   │   ├── Login.aspx.cs
│   │   │   │   ├── LogOff.aspx
│   │   │   │   ├── LogOff.aspx.cs
│   │   │   │   ├── Manager.aspx
│   │   │   │   ├── Manager.aspx.cs
│   │   │   │   ├── Messaging.aspx
│   │   │   │   ├── Messaging.aspx.cs
│   │   │   │   ├── SelectCaboodle.aspx
│   │   │   │   ├── SelectCaboodle.aspx.cs
│   │   │   │   ├── Toolbar.aspx
│   │   │   │   ├── Toolbar.aspx.cs
│   │   │   │   ├── UpgradeLog.XML
│   │   │   │   ├── UserInfo
│   │   │   │   │   ├── MyFile.aspx
│   │   │   │   │   ├── MyFile.aspx.cs
│   │   │   │   │   ├── MyLeaveword.aspx
│   │   │   │   │   ├── MyLeaveword.aspx.cs
│   │   │   │   │   ├── MyMessage.aspx
│   │   │   │   │   ├── MyMessage.aspx.cs
│   │   │   │   │   ├── OutputToExcel.aspx
│   │   │   │   │   ├── OutputToExcel.aspx.cs
│   │   │   │   │   ├── OutputToTxt.aspx
│   │   │   │   │   ├── OutputToTxt.aspx.cs
│   │   │   │   │   ├── ShowLeavewordInfo.aspx
│   │   │   │   │   └── ShowLeavewordInfo.aspx.cs
│   │   │   │   ├── ValidateCode.aspx
│   │   │   │   └── Web.config
│   │   │   ├── Customer.sln
│   │   │   └── Customer.suo
│   │   ├── Bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   │   └── zh-CHS
│   │   │   └── AjaxControlToolkit.resources.dll
│   │   ├── Caboodle
│   │   │   ├── AddCaboodle.aspx
│   │   │   ├── AddCaboodle.aspx.cs
│   │   │   ├── AddCaboodleUser.aspx
│   │   │   ├── AddCaboodleUser.aspx.cs
│   │   │   ├── CaboodleManage.aspx
│   │   │   ├── CaboodleManage.aspx.cs
│   │   │   ├── CaboodleUserManage.aspx
│   │   │   ├── CaboodleUserManage.aspx.cs
│   │   │   ├── UpdateCaboodle.aspx
│   │   │   └── UpdateCaboodle.aspx.cs
│   │   ├── CaboodleMessaging.aspx
│   │   ├── CaboodleMessaging.aspx.cs
│   │   ├── Customer.sln
│   │   ├── Customer.suo
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Desktop.aspx
│   │   ├── Desktop.aspx.cs
│   │   ├── File.aspx
│   │   ├── File.aspx.cs
│   │   ├── Files
│   │   │   ├── 20070907143021656.gif
│   │   │   ├── 20080308083725328.jpg
│   │   │   ├── 20080308084215687.jpg
│   │   │   ├── 20080309095350781.doc
│   │   │   └── Thumbs.db
│   │   ├── Global.asax
│   │   ├── Hailfellow
│   │   │   ├── AddFellow.aspx
│   │   │   ├── AddFellow.aspx.cs
│   │   │   ├── AddGroup.aspx
│   │   │   ├── AddGroup.aspx.cs
│   │   │   ├── Fellow.aspx
│   │   │   ├── Fellow.aspx.cs
│   │   │   ├── FellowManage.aspx
│   │   │   ├── FellowManage.aspx.cs
│   │   │   ├── GroupManage.aspx
│   │   │   ├── GroupManage.aspx.cs
│   │   │   ├── MoveFellow.aspx
│   │   │   ├── MoveFellow.aspx.cs
│   │   │   ├── SearchFellow.aspx
│   │   │   ├── SearchFellow.aspx.cs
│   │   │   ├── ShowFellowInfo.aspx
│   │   │   ├── ShowFellowInfo.aspx.cs
│   │   │   ├── UpdateGroup.aspx
│   │   │   └── UpdateGroup.aspx.cs
│   │   ├── Header.aspx
│   │   ├── Leaveword.aspx
│   │   ├── Leaveword.aspx.cs
│   │   ├── Login.aspx
│   │   ├── Login.aspx.cs
│   │   ├── LogOff.aspx
│   │   ├── LogOff.aspx.cs
│   │   ├── Manager.aspx
│   │   ├── Manager.aspx.cs
│   │   ├── Messaging.aspx
│   │   ├── Messaging.aspx.cs
│   │   ├── SelectCaboodle.aspx
│   │   ├── SelectCaboodle.aspx.cs
│   │   ├── Toolbar.aspx
│   │   ├── Toolbar.aspx.cs
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── UserInfo
│   │   │   ├── MyFile.aspx
│   │   │   ├── MyFile.aspx.cs
│   │   │   ├── MyLeaveword.aspx
│   │   │   ├── MyLeaveword.aspx.cs
│   │   │   ├── MyMessage.aspx
│   │   │   ├── MyMessage.aspx.cs
│   │   │   ├── OutputToExcel.aspx
│   │   │   ├── OutputToExcel.aspx.cs
│   │   │   ├── OutputToTxt.aspx
│   │   │   ├── OutputToTxt.aspx.cs
│   │   │   ├── ShowLeavewordInfo.aspx
│   │   │   └── ShowLeavewordInfo.aspx.cs
│   │   ├── ValidateCode.aspx
│   │   └── Web.config
│   └── data
│   ├── AjaxInstantMessagingDB_log.ldf
│   └── AjaxInstantMessagingDB.mdf
├── 12 企业网站系统
│   ├── 数据库
│   │   ├── ST_EnterpriseOnlineInfoManage_Data.MDF
│   │   └── ST_EnterpriseOnlineInfoManage_Log.LDF
│   └── 源代码
│   ├── ST_EnterpriseOnlineInfoManage
│   │   ├── Admin_addnews.aspx
│   │   ├── Admin_addnews.aspx.cs
│   │   ├── Admin_addpro.aspx
│   │   ├── Admin_addpro.aspx.cs
│   │   ├── Admin_index.aspx
│   │   ├── Admin_index.aspx.cs
│   │   ├── Admin_Index_Left.aspx
│   │   ├── Admin_Index_Left.aspx.cs
│   │   ├── Admin_Index_Top.aspx
│   │   ├── Admin_Index_Top.aspx.cs
│   │   ├── Admin_login.aspx
│   │   ├── Admin_login.aspx.cs
│   │   ├── Admin_Mainx.aspx
│   │   ├── Admin_Mainx.aspx.cs
│   │   ├── Admin_newsdel.aspx
│   │   ├── Admin_newsdel.aspx.cs
│   │   ├── Admin_newsman.aspx
│   │   ├── Admin_newsman.aspx.cs
│   │   ├── Admin_orderlist.aspx
│   │   ├── Admin_orderlist.aspx.cs
│   │   ├── Admin_orderlistd.aspx
│   │   ├── Admin_orderlistd.aspx.cs
│   │   ├── Admin_orderlistnd.aspx
│   │   ├── Admin_orderlistnd.aspx.cs
│   │   ├── Admin_proman.aspx
│   │   ├── Admin_proman.aspx.cs
│   │   ├── Admin_userman.aspx
│   │   ├── Admin_userman.aspx.cs
│   │   ├── App_Code
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DataBase.cs
│   │   │   └── Global.asax.cs
│   │   ├── contraller.aspx
│   │   ├── contraller.aspx.cs
│   │   ├── css
│   │   │   ├── Admin_STYLE.CSS
│   │   │   ├── content.css
│   │   │   └── style.css
│   │   ├── Global.asax
│   │   ├── images
│   │   │   ├── Admin_left_2.gif
│   │   │   ├── admin_top_bg.gif
│   │   │   ├── admin_top_close.gif
│   │   │   ├── admin_top_icon_1.gif
│   │   │   ├── admin_top_open.gif
│   │   │   ├── arrobas_accueil.gif
│   │   │   ├── barre2.jpg
│   │   │   ├── barre_accueil.gif
│   │   │   ├── barre_interviews.gif
│   │   │   ├── bg.gif
│   │   │   ├── dot_1.gif
│   │   │   ├── Links
│   │   │   │   └── Thumbs.db
│   │   │   ├── perso.gif
│   │   │   ├── pointilles2.gif
│   │   │   ├── Product
│   │   │   │   └── Thumbs.db
│   │   │   ├── space.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── title_bg_quit.gif
│   │   │   ├── topbanner.gif
│   │   │   ├── topbanner.jpg
│   │   │   ├── top_bg2(1).gif
│   │   │   └── top_bg2.gif
│   │   ├── Index.aspx
│   │   ├── Index.aspx.cs
│   │   ├── Info.aspx
│   │   ├── Info.aspx.cs
│   │   ├── kfoot.ascx
│   │   ├── kfoot.ascx.cs
│   │   ├── khead.ascx
│   │   ├── khead.ascx.cs
│   │   ├── knewslist.aspx
│   │   ├── knewslist.aspx.cs
│   │   ├── kprolist.aspx
│   │   ├── kprolist.aspx.cs
│   │   ├── kshownews.aspx
│   │   ├── kshownews.aspx.cs
│   │   ├── kshowpro.aspx
│   │   ├── kshowpro.aspx.cs
│   │   ├── kuserleft.ascx
│   │   ├── kuserleft.ascx.cs
│   │   ├── productpic
│   │   │   ├── cpu.jpg
│   │   │   ├── ibm.jpg
│   │   │   ├── mp3.jpg
│   │   │   └── neicun.jpg
│   │   ├── userinfoedit.aspx
│   │   ├── userinfoedit.aspx.cs
│   │   ├── userorderlist.aspx
│   │   ├── userorderlist.aspx.cs
│   │   ├── userorderpro.aspx
│   │   ├── userorderpro.aspx.cs
│   │   ├── userreg.aspx
│   │   ├── userreg.aspx.cs
│   │   └── Web.config
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── 企业在线信息管理系统.sln
│   └── 企业在线信息管理系统.suo
├── 13餐饮管理系统
│   ├── CanYin
│   │   ├── eat.sln
│   │   ├── eat.suo
│   │   └── MrCy
│   │   ├── AboutBox1.cs
│   │   ├── AboutBox1.Designer.cs
│   │   ├── AboutBox1.resx
│   │   ├── BaseClass
│   │   │   └── DBConn.cs
│   │   ├── BF.cs
│   │   ├── BF.Designer.cs
│   │   ├── BF.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DataBase
│   │   │   │   ├── db_MrCy_Data.MDF
│   │   │   │   └── db_MrCy_Log.LDF
│   │   │   ├── MrCy.exe
│   │   │   ├── MrCy.pdb
│   │   │   └── MrCy.vshost.exe
│   │   ├── Calender.cs
│   │   ├── Calender.Designer.cs
│   │   ├── Calender.resx
│   │   ├── DataBase
│   │   │   ├── db_MrCy_Data.mdf
│   │   │   └── db_MrCy_Log.ldf
│   │   ├── DC.cs
│   │   ├── DC.Designer.cs
│   │   ├── DC.resx
│   │   ├── Desk.cs
│   │   ├── Desk.Designer.cs
│   │   ├── Desk.resx
│   │   ├── Details.cs
│   │   ├── Details.Designer.cs
│   │   ├── Details.resx
│   │   ├── eat.csproj
│   │   ├── HF.cs
│   │   ├── HF.Designer.cs
│   │   ├── HF.resx
│   │   ├── Image
│   │   │   ├── a_1.gif
│   │   │   ├── a_1.jpg
│   │   │   ├── a_2.gif
│   │   │   ├── a_2.jpg
│   │   │   ├── bg_03.gif
│   │   │   ├── bg0.jpg
│   │   │   ├── bg.jpg
│   │   │   ├── j_1.gif
│   │   │   └── login.jpg
│   │   ├── JZ.cs
│   │   ├── JZ.Designer.cs
│   │   ├── JZ.resx
│   │   ├── Lock.cs
│   │   ├── Lock.Designer.cs
│   │   ├── Lock.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── eat.csproj.GenerateResource.Cache
│   │   │   │   ├── MrCy.AboutBox1.resources
│   │   │   │   ├── MrCy.BF.resources
│   │   │   │   ├── MrCy.Calender.resources
│   │   │   │   ├── MrCy.csproj.GenerateResource.Cache
│   │   │   │   ├── MrCy.DC.resources
│   │   │   │   ├── MrCy.Desk.resources
│   │   │   │   ├── MrCy.Details.resources
│   │   │   │   ├── MrCy.exe
│   │   │   │   ├── MrCy.HF.resources
│   │   │   │   ├── MrCy.JZ.resources
│   │   │   │   ├── MrCy.Lock.resources
│   │   │   │   ├── MrCy.Login.resources
│   │   │   │   ├── MrCy.Main.resources
│   │   │   │   ├── MrCy.Open.resources
│   │   │   │   ├── MrCy.pdb
│   │   │   │   ├── MrCy.Properties.Resources.resources
│   │   │   │   ├── MrCy.Pwd.resources
│   │   │   │   ├── MrCy.QxGl.resources
│   │   │   │   ├── MrCy.Serch.resources
│   │   │   │   ├── MrCy.User.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── eat.csproj.FileList.txt
│   │   │   └── MrCy.csproj.FileList.txt
│   │   ├── Open.cs
│   │   ├── Open.Designer.cs
│   │   ├── Open.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Pwd.cs
│   │   ├── Pwd.Designer.cs
│   │   ├── Pwd.resx
│   │   ├── QxGl.cs
│   │   ├── QxGl.Designer.cs
│   │   ├── QxGl.resx
│   │   ├── Serch.cs
│   │   ├── Serch.Designer.cs
│   │   ├── Serch.resx
│   │   ├── User.cs
│   │   ├── User.Designer.cs
│   │   └── User.resx
│   └── readme.doc
├── 14 医院管理系统
│   ├── Backup
│   │   ├── Hospital_MIS
│   │   │   ├── app.config
│   │   │   ├── background.bmp
│   │   │   ├── CRTcheck.cs
│   │   │   ├── CRTcheck.rpt
│   │   │   ├── CRTdoccom.cs
│   │   │   ├── CRTdoccom.rpt
│   │   │   ├── CRTmydocmand.cs
│   │   │   ├── CRTmydocmand.rpt
│   │   │   ├── CRTpay.cs
│   │   │   ├── CRTpay.rpt
│   │   │   ├── CRTreg.cs
│   │   │   ├── CRTreg.rpt
│   │   │   ├── databaseoperate.cs
│   │   │   ├── Frm_addmedci.cs
│   │   │   ├── Frm_addmedci.Designer.cs
│   │   │   ├── Frm_addmedci.resx
│   │   │   ├── Frm_appointment.cs
│   │   │   ├── Frm_appointment.Designer.cs
│   │   │   ├── Frm_appointment.resx
│   │   │   ├── Frm_cardmanage.cs
│   │   │   ├── Frm_cardmanage.Designer.cs
│   │   │   ├── Frm_cardmanage.resx
│   │   │   ├── Frm_check.cs
│   │   │   ├── Frm_check.Designer.cs
│   │   │   ├── Frm_check.resx
│   │   │   ├── Frm_countday.cs
│   │   │   ├── Frm_countday.Designer.cs
│   │   │   ├── Frm_countday.resx
│   │   │   ├── Frm_countdepart.cs
│   │   │   ├── Frm_countdepart.Designer.cs
│   │   │   ├── Frm_countdepart.resx
│   │   │   ├── Frm_department.cs
│   │   │   ├── Frm_department.Designer.cs
│   │   │   ├── Frm_department.resx
│   │   │   ├── Frm_doccommand.cs
│   │   │   ├── Frm_doccommand.Designer.cs
│   │   │   ├── Frm_doccommand.resx
│   │   │   ├── Frm_docscore.cs
│   │   │   ├── Frm_docscore.Designer.cs
│   │   │   ├── Frm_docscore.resx
│   │   │   ├── Frm_employee.cs
│   │   │   ├── Frm_employee.Designer.cs
│   │   │   ├── Frm_employee.resx
│   │   │   ├── Frm_exitmedci.cs
│   │   │   ├── Frm_exitmedci.Designer.cs
│   │   │   ├── Frm_exitmedcienter.cs
│   │   │   ├── Frm_exitmedcienter.Designer.cs
│   │   │   ├── Frm_exitmedcienter.resx
│   │   │   ├── Frm_exitmedci.resx
│   │   │   ├── Frm_exitpay.cs
│   │   │   ├── Frm_exitpay.Designer.cs
│   │   │   ├── Frm_exitpay.resx
│   │   │   ├── Frm_login.cs
│   │   │   ├── Frm_login.Designer.cs
│   │   │   ├── Frm_login.resx
│   │   │   ├── Frm_Main.cs
│   │   │   ├── Frm_Main.Designer.cs
│   │   │   ├── Frm_Main.resx
│   │   │   ├── Frm_medimanage.cs
│   │   │   ├── Frm_medimanage.Designer.cs
│   │   │   ├── Frm_medimanage.resx
│   │   │   ├── Frm_needpay.cs
│   │   │   ├── Frm_needpay.Designer.cs
│   │   │   ├── Frm_needpay.resx
│   │   │   ├── Frm_onduty.cs
│   │   │   ├── Frm_onduty.Designer.cs
│   │   │   ├── Frm_onduty.resx
│   │   │   ├── Frm_patient.cs
│   │   │   ├── Frm_patient.Designer.cs
│   │   │   ├── Frm_patient.resx
│   │   │   ├── Frm_payment.cs
│   │   │   ├── Frm_payment.Designer.cs
│   │   │   ├── Frm_payment.resx
│   │   │   ├── Frm_printdoccom.cs
│   │   │   ├── Frm_printdoccom.Designer.cs
│   │   │   ├── Frm_printdoccommand.cs
│   │   │   ├── Frm_printdoccommand.Designer.cs
│   │   │   ├── Frm_printdoccommand.resx
│   │   │   ├── Frm_printdoccom.resx
│   │   │   ├── Frm_printpay.cs
│   │   │   ├── Frm_printpay.Designer.cs
│   │   │   ├── Frm_printpay.resx
│   │   │   ├── Frm_printreg.cs
│   │   │   ├── Frm_printreg.Designer.cs
│   │   │   ├── Frm_printreg.resx
│   │   │   ├── Frm_regmanage.cs
│   │   │   ├── Frm_regmanage.Designer.cs
│   │   │   ├── Frm_regmanage.resx
│   │   │   ├── Frm_sendmedci.cs
│   │   │   ├── Frm_sendmedci.Designer.cs
│   │   │   ├── Frm_sendmedci.resx
│   │   │   ├── Frm_treat.cs
│   │   │   ├── Frm_treat.Designer.cs
│   │   │   ├── Frm_treat.resx
│   │   │   ├── Frm_usermanage.cs
│   │   │   ├── Frm_usermanage.Designer.cs
│   │   │   ├── Frm_usermanage.resx
│   │   │   ├── Hospital_MIS.csproj
│   │   │   ├── Hospital_MIS.csproj.user
│   │   │   ├── operateinfo.cs
│   │   │   ├── PayRecordDataSet.Designer.cs
│   │   │   ├── PayRecordDataSet.xsc
│   │   │   ├── PayRecordDataSet.xsd
│   │   │   ├── PayRecordDataSet.xss
│   │   │   ├── printdoccom.cs
│   │   │   ├── printdoccom.rpt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── UseMedica.Designer.cs
│   │   │   ├── UseMedica.xsc
│   │   │   ├── UseMedica.xsd
│   │   │   └── UseMedica.xss
│   │   ├── Hospital_MIS.sln
│   │   └── Hospital_MIS.suo
│   ├── data
│   │   ├── Hospital_MIS_Data.MDF
│   │   └── Hospital_MIS_Log.LDF
│   ├── Hospital_MIS
│   │   ├── app.config
│   │   ├── background.bmp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── background.bmp
│   │   │   ├── Hospital_MIS.exe
│   │   │   ├── Hospital_MIS.exe.config
│   │   │   ├── Hospital_MIS.pdb
│   │   │   ├── Hospital_MIS.vshost.exe
│   │   │   ├── Hospital_MIS.vshost.exe.config
│   │   │   └── Hospital_MIS.vshost.exe.manifest
│   │   ├── CRTcheck.cs
│   │   ├── CRTcheck.rpt
│   │   ├── CRTdoccom.cs
│   │   ├── CRTdoccom.rpt
│   │   ├── CRTmydocmand.cs
│   │   ├── CRTmydocmand.rpt
│   │   ├── CRTpay.cs
│   │   ├── CRTpay.rpt
│   │   ├── CRTreg.cs
│   │   ├── CRTreg.rpt
│   │   ├── databaseoperate.cs
│   │   ├── DataSet11.Designer.cs
│   │   ├── DataSet1.Designer.cs
│   │   ├── DataSet1.xsc
│   │   ├── DataSet1.xsd
│   │   ├── DataSet1.xss
│   │   ├── Frm_addmedci.cs
│   │   ├── Frm_addmedci.Designer.cs
│   │   ├── Frm_addmedci.resx
│   │   ├── Frm_appointment.cs
│   │   ├── Frm_appointment.Designer.cs
│   │   ├── Frm_appointment.resx
│   │   ├── Frm_cardmanage.cs
│   │   ├── Frm_cardmanage.Designer.cs
│   │   ├── Frm_cardmanage.resx
│   │   ├── Frm_check.cs
│   │   ├── Frm_check.Designer.cs
│   │   ├── Frm_check.resx
│   │   ├── Frm_countday.cs
│   │   ├── Frm_countday.Designer.cs
│   │   ├── Frm_countday.resx
│   │   ├── Frm_countdepart.cs
│   │   ├── Frm_countdepart.Designer.cs
│   │   ├── Frm_countdepart.resx
│   │   ├── Frm_department.cs
│   │   ├── Frm_department.Designer.cs
│   │   ├── Frm_department.resx
│   │   ├── Frm_doccommand.cs
│   │   ├── Frm_doccommand.Designer.cs
│   │   ├── Frm_doccommand.resx
│   │   ├── Frm_docscore.cs
│   │   ├── Frm_docscore.Designer.cs
│   │   ├── Frm_docscore.resx
│   │   ├── Frm_employee.cs
│   │   ├── Frm_employee.Designer.cs
│   │   ├── Frm_employee.resx
│   │   ├── Frm_exitmedci.cs
│   │   ├── Frm_exitmedci.Designer.cs
│   │   ├── Frm_exitmedcienter.cs
│   │   ├── Frm_exitmedcienter.Designer.cs
│   │   ├── Frm_exitmedcienter.resx
│   │   ├── Frm_exitmedci.resx
│   │   ├── Frm_exitpay.cs
│   │   ├── Frm_exitpay.Designer.cs
│   │   ├── Frm_exitpay.resx
│   │   ├── Frm_login.cs
│   │   ├── Frm_login.Designer.cs
│   │   ├── Frm_login.resx
│   │   ├── Frm_Main.cs
│   │   ├── Frm_Main.Designer.cs
│   │   ├── Frm_Main.resx
│   │   ├── Frm_medimanage.cs
│   │   ├── Frm_medimanage.Designer.cs
│   │   ├── Frm_medimanage.resx
│   │   ├── Frm_needpay.cs
│   │   ├── Frm_needpay.Designer.cs
│   │   ├── Frm_needpay.resx
│   │   ├── Frm_onduty.cs
│   │   ├── Frm_onduty.Designer.cs
│   │   ├── Frm_onduty.resx
│   │   ├── Frm_patient.cs
│   │   ├── Frm_patient.Designer.cs
│   │   ├── Frm_patient.resx
│   │   ├── Frm_payment.cs
│   │   ├── Frm_payment.Designer.cs
│   │   ├── Frm_payment.resx
│   │   ├── Frm_printdoccom.cs
│   │   ├── Frm_printdoccom.Designer.cs
│   │   ├── Frm_printdoccommand.cs
│   │   ├── Frm_printdoccommand.Designer.cs
│   │   ├── Frm_printdoccommand.resx
│   │   ├── Frm_printdoccom.resx
│   │   ├── Frm_printpay.cs
│   │   ├── Frm_printpay.Designer.cs
│   │   ├── Frm_printpay.resx
│   │   ├── Frm_printreg.cs
│   │   ├── Frm_printreg.Designer.cs
│   │   ├── Frm_printreg.resx
│   │   ├── Frm_regmanage.cs
│   │   ├── Frm_regmanage.Designer.cs
│   │   ├── Frm_regmanage.resx
│   │   ├── Frm_sendmedci.cs
│   │   ├── Frm_sendmedci.Designer.cs
│   │   ├── Frm_sendmedci.resx
│   │   ├── Frm_treat.cs
│   │   ├── Frm_treat.Designer.cs
│   │   ├── Frm_treat.resx
│   │   ├── Frm_usermanage.cs
│   │   ├── Frm_usermanage.Designer.cs
│   │   ├── Frm_usermanage.resx
│   │   ├── Hospital_MIS.csproj
│   │   ├── Hospital_MIS.csproj.user
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Hospital_MIS.CRTcheck.rpt
│   │   │   │   ├── Hospital_MIS.CRTdoccom.rpt
│   │   │   │   ├── Hospital_MIS.CRTmydocmand.rpt
│   │   │   │   ├── Hospital_MIS.CRTpay.rpt
│   │   │   │   ├── Hospital_MIS.CRTreg.rpt
│   │   │   │   ├── Hospital_MIS.csproj.FileListAbsolute.txt
│   │   │   │   ├── Hospital_MIS.csproj.GenerateResource.Cache
│   │   │   │   ├── Hospital_MIS.exe
│   │   │   │   ├── Hospital_MIS.Frm_addmedci.resources
│   │   │   │   ├── Hospital_MIS.Frm_appointment.resources
│   │   │   │   ├── Hospital_MIS.Frm_cardmanage.resources
│   │   │   │   ├── Hospital_MIS.Frm_check.resources
│   │   │   │   ├── Hospital_MIS.Frm_countday.resources
│   │   │   │   ├── Hospital_MIS.Frm_countdepart.resources
│   │   │   │   ├── Hospital_MIS.Frm_department.resources
│   │   │   │   ├── Hospital_MIS.Frm_doccommand.resources
│   │   │   │   ├── Hospital_MIS.Frm_docscore.resources
│   │   │   │   ├── Hospital_MIS.Frm_employee.resources
│   │   │   │   ├── Hospital_MIS.Frm_exitmedcienter.resources
│   │   │   │   ├── Hospital_MIS.Frm_exitmedci.resources
│   │   │   │   ├── Hospital_MIS.Frm_exitpay.resources
│   │   │   │   ├── Hospital_MIS.Frm_login.resources
│   │   │   │   ├── Hospital_MIS.Frm_Main.resources
│   │   │   │   ├── Hospital_MIS.Frm_medimanage.resources
│   │   │   │   ├── Hospital_MIS.Frm_needpay.resources
│   │   │   │   ├── Hospital_MIS.Frm_onduty.resources
│   │   │   │   ├── Hospital_MIS.Frm_patient.resources
│   │   │   │   ├── Hospital_MIS.Frm_payment.resources
│   │   │   │   ├── Hospital_MIS.Frm_printdoccommand.resources
│   │   │   │   ├── Hospital_MIS.Frm_printdoccom.resources
│   │   │   │   ├── Hospital_MIS.Frm_printpay.resources
│   │   │   │   ├── Hospital_MIS.Frm_printreg.resources
│   │   │   │   ├── Hospital_MIS.Frm_regmanage.resources
│   │   │   │   ├── Hospital_MIS.Frm_sendmedci.resources
│   │   │   │   ├── Hospital_MIS.Frm_treat.resources
│   │   │   │   ├── Hospital_MIS.Frm_usermanage.resources
│   │   │   │   ├── Hospital_MIS.pdb
│   │   │   │   ├── Hospital_MIS.printdoccom.rpt
│   │   │   │   ├── Hospital_MIS.Properties.Resources.resources
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   ├── CRTcheck.cs.dll
│   │   │   │   ├── CRTdoccom.cs.dll
│   │   │   │   ├── CRTmydocmand.cs.dll
│   │   │   │   ├── CRTpay.cs.dll
│   │   │   │   ├── CRTreg.cs.dll
│   │   │   │   ├── DataSet11.Designer.cs.dll
│   │   │   │   ├── DataSet1.Designer.cs.dll
│   │   │   │   ├── PayRecordDataSet.Designer.cs.dll
│   │   │   │   ├── printdoccom.cs.dll
│   │   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   │   └── UseMedica.Designer.cs.dll
│   │   │   └── Hospital_MIS.csproj.FileList.txt
│   │   ├── operateinfo.cs
│   │   ├── PayRecordDataSet.Designer.cs
│   │   ├── PayRecordDataSet.xsc
│   │   ├── PayRecordDataSet.xsd
│   │   ├── PayRecordDataSet.xss
│   │   ├── printdoccom.cs
│   │   ├── printdoccom.rpt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UseMedica.Designer.cs
│   │   ├── UseMedica.xsc
│   │   ├── UseMedica.xsd
│   │   └── UseMedica.xss
│   ├── Hospital_MIS.sln
│   ├── Hospital_MIS.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── 数据库脚本.txt
├── 15 短信群发系统
│   └── SMS
│   ├── readme.doc
│   ├── SMS
│   │   ├── AboutBox1.cs
│   │   ├── AboutBox1.Designer.cs
│   │   ├── AboutBox1.resx
│   │   ├── AddDy.cs
│   │   ├── AddDy.Designer.cs
│   │   ├── AddDy.resx
│   │   ├── AddUser.cs
│   │   ├── AddUser.Designer.cs
│   │   ├── AddUser.resx
│   │   ├── BaseClass
│   │   │   ├── ConnClass.cs
│   │   │   └── GSM.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── DataBase
│   │   │   │   └── db_SMS.mdb
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── SMS.exe
│   │   │   ├── SMS.pdb
│   │   │   └── SMS.vshost.exe
│   │   ├── ChangePwd.cs
│   │   ├── ChangePwd.Designer.cs
│   │   ├── ChangePwd.resx
│   │   ├── Cydy.cs
│   │   ├── Cydy.Designer.cs
│   │   ├── Cydy.resx
│   │   ├── DataBase
│   │   │   └── db_SMS.mdb
│   │   ├── DyChange.cs
│   │   ├── DyChange.Designer.cs
│   │   ├── DyChange.resx
│   │   ├── Dy.cs
│   │   ├── Dy.Designer.cs
│   │   ├── Dy.resx
│   │   ├── Image
│   │   │   ├── an_1.gif
│   │   │   ├── an_2.gif
│   │   │   ├── b1.gif
│   │   │   ├── b2.gif
│   │   │   ├── bg_1.gif
│   │   │   ├── bg_2.gif
│   │   │   ├── bg.jpg
│   │   │   ├── j_1.gif
│   │   │   ├── login_1.gif
│   │   │   ├── login_2.gif
│   │   │   └── login.jpg
│   │   ├── Lock.cs
│   │   ├── Lock.Designer.cs
│   │   ├── Lock.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── SMS.AboutBox1.resources
│   │   │   │   ├── SMS.AddDy.resources
│   │   │   │   ├── SMS.AddUser.resources
│   │   │   │   ├── SMS.ChangePwd.resources
│   │   │   │   ├── SMS.csproj.GenerateResource.Cache
│   │   │   │   ├── SMS.csproj.ResolveComReference.cache
│   │   │   │   ├── SMS.Cydy.resources
│   │   │   │   ├── SMS.DyChange.resources
│   │   │   │   ├── SMS.Dy.resources
│   │   │   │   ├── SMS.exe
│   │   │   │   ├── SMS.Lock.resources
│   │   │   │   ├── SMS.Login.resources
│   │   │   │   ├── SMS.Main.resources
│   │   │   │   ├── SMS.pdb
│   │   │   │   ├── SMS.Properties.Resources.resources
│   │   │   │   ├── SMS.Resvice.resources
│   │   │   │   ├── SMS.SendSMS.resources
│   │   │   │   ├── SMS.SmsXX.resources
│   │   │   │   ├── SMS.TelNote.resources
│   │   │   │   ├── SMS.Tel.resources
│   │   │   │   ├── SMS.Yfxx.resources
│   │   │   │   └── TempPE
│   │   │   │   ├── DataBase.db_SMSDataSet1.Designer.cs.dll
│   │   │   │   ├── DataBase.db_SMSDataSet.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── SMS.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── bg10.gif
│   │   │   ├── login.jpg
│   │   │   ├── mb_08.gif
│   │   │   ├── menu_top_r1_c2.gif
│   │   │   ├── new_nav_r1_c1.gif
│   │   │   ├── plyer_r5_c2.jpg
│   │   │   ├── search_bg.jpg
│   │   │   ├── sort_bg_02.gif
│   │   │   └── vod_mf_r21_c7.jpg
│   │   ├── Resvice.cs
│   │   ├── Resvice.Designer.cs
│   │   ├── Resvice.resx
│   │   ├── SendSMS.cs
│   │   ├── SendSMS.Designer.cs
│   │   ├── SendSMS.resx
│   │   ├── SMS.csproj
│   │   ├── SMS.csproj.user
│   │   ├── SmsXX.cs
│   │   ├── SmsXX.Designer.cs
│   │   ├── SmsXX.resx
│   │   ├── Tel.cs
│   │   ├── Tel.Designer.cs
│   │   ├── TelNote.cs
│   │   ├── TelNote.Designer.cs
│   │   ├── TelNote.resx
│   │   ├── Tel.resx
│   │   ├── Yfxx.cs
│   │   ├── Yfxx.Designer.cs
│   │   └── Yfxx.resx
│   ├── SMS.sln
│   └── SMS.suo
├── 16 在线聊天系统
│   ├── database
│   │   ├── Liao_log.ldf
│   │   └── Liao.mdf
│   └── LiaoTian
│   ├── AddLiao.aspx
│   ├── AddLiao.aspx.cs
│   ├── App_Code
│   │   ├── 123.cs
│   │   └── chat.cs
│   ├── App_Themes
│   │   └── ASPNETAjaxWeb
│   │   ├── Images
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   ├── 7.jpg
│   │   │   ├── 8.jpg
│   │   │   ├── add.gif
│   │   │   ├── add.jpg
│   │   │   ├── add.PNG
│   │   │   ├── attch.gif
│   │   │   ├── authority.PNG
│   │   │   ├── badd.gif
│   │   │   ├── ball.jpg
│   │   │   ├── bcancel.gif
│   │   │   ├── bcommit.gif
│   │   │   ├── bdo.gif
│   │   │   ├── bedit.gif
│   │   │   ├── bfirst.gif
│   │   │   ├── bg.jpg
│   │   │   ├── bldo.gif
│   │   │   ├── blfirst.gif
│   │   │   ├── blnext.gif
│   │   │   ├── blogin.gif
│   │   │   ├── blprev.gif
│   │   │   ├── bltail.gif
│   │   │   ├── bnext.gif
│   │   │   ├── bnextstep.gif
│   │   │   ├── bom_r1_c1.jpg
│   │   │   ├── bom_r1_c35.jpg
│   │   │   ├── bom_r1_c37.jpg
│   │   │   ├── bprev.gif
│   │   │   ├── bprevstep.gif
│   │   │   ├── bprint.gif
│   │   │   ├── breturn.gif
│   │   │   ├── breview.gif
│   │   │   ├── bstore.gif
│   │   │   ├── btail.gif
│   │   │   ├── bupdate.gif
│   │   │   ├── c_annu.gif
│   │   │   ├── cfcother.PNG
│   │   │   ├── comment.PNG
│   │   │   ├── content.gif
│   │   │   ├── delete.gif
│   │   │   ├── delete.PNG
│   │   │   ├── deletes.gif
│   │   │   ├── dn.gif
│   │   │   ├── down.gif
│   │   │   ├── down.png
│   │   │   ├── edit.gif
│   │   │   ├── edit.PNG
│   │   │   ├── ffwd.gif
│   │   │   ├── folder.gif
│   │   │   ├── frew.gif
│   │   │   ├── fwd.gif
│   │   │   ├── i_b_line1.jpg
│   │   │   ├── i_b_line2.jpg
│   │   │   ├── index_36.gif
│   │   │   ├── l_b_bg.jpg
│   │   │   ├── l_bg.jpg
│   │   │   ├── left_1_r3_c3.jpg
│   │   │   ├── left_1_r5_c2.jpg
│   │   │   ├── left_2_r1_c1.jpg
│   │   │   ├── left_2_r1_c5.jpg
│   │   │   ├── left_2_r1_c6.jpg
│   │   │   ├── left_annu.gif
│   │   │   ├── left.PNG
│   │   │   ├── l_left_line_b.jpg
│   │   │   ├── l_left_line_c.jpg
│   │   │   ├── l_left_line_t.jpg
│   │   │   ├── login.jpg
│   │   │   ├── l_right_line_b.jpg
│   │   │   ├── l_r_jiao1.gif
│   │   │   ├── l_r_jiao2.gif
│   │   │   ├── l_r_jiao3.gif
│   │   │   ├── l_r_jiao4.gif
│   │   │   ├── l_r_tb1.gif
│   │   │   ├── lt.gif
│   │   │   ├── member.PNG
│   │   │   ├── more.jpg
│   │   │   ├── new.gif
│   │   │   ├── paa.GIF
│   │   │   ├── pagebg.jpg
│   │   │   ├── pic.GIF
│   │   │   ├── print.gif
│   │   │   ├── reset.PNG
│   │   │   ├── rew.gif
│   │   │   ├── right_annu.gif
│   │   │   ├── right.PNG
│   │   │   ├── rt.gif
│   │   │   ├── sub.jpg
│   │   │   ├── sub.PNG
│   │   │   ├── Thumbs.db
│   │   │   ├── title_r1_c4.jpg
│   │   │   ├── title_r1_c5.jpg
│   │   │   ├── titletopbg.JPG
│   │   │   ├── titletop.GIF
│   │   │   ├── tm.gif
│   │   │   ├── top_lm_r1_c18.jpg
│   │   │   ├── top_lm_r2_c11.jpg
│   │   │   ├── top_lm_r2_c13.jpg
│   │   │   ├── top_lm_r2_c15.jpg
│   │   │   ├── top_lm_r2_c17.jpg
│   │   │   ├── top_lm_r2_c3.jpg
│   │   │   ├── top_lm_r2_c5.jpg
│   │   │   ├── top_lm_r2_c7.jpg
│   │   │   ├── top_lm_r2_c9.jpg
│   │   │   ├── tp_2.jpg
│   │   │   ├── unknown.GIF
│   │   │   ├── update.gif
│   │   │   ├── up.gif
│   │   │   ├── up.png
│   │   │   ├── url.gif
│   │   │   └── view.PNG
│   │   ├── mm.skin
│   │   └── web.css
│   ├── Bin
│   │   ├── AjaxControlToolkit.dll
│   │   ├── ASPNETAJAXWeb.ValidateCode.dll
│   │   └── zh-CHS
│   │   └── AjaxControlToolkit.resources.dll
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Global.asax
│   ├── LiaoManage.aspx
│   ├── LiaoManage.aspx.cs
│   ├── LiaoTian.aspx
│   ├── LiaoTian.aspx.cs
│   ├── LiaoTian.sln
│   ├── LiaoTian.suo
│   ├── Login.aspx
│   ├── Login.aspx.cs
│   ├── UpdateLiao.aspx
│   ├── UpdateLiao.aspx.cs
│   ├── Web.config
│   └── Yanzhengma.aspx
├── 17超市进销货存系统
│   └── CHEXC
│   ├── Backup
│   │   ├── CHEXC
│   │   │   ├── bg.JPG
│   │   │   ├── ClassInfo
│   │   │   │   ├── tb_Company.cs
│   │   │   │   ├── tb_EmpInfo.cs
│   │   │   │   ├── tb_JhGoodsInfo.cs
│   │   │   │   ├── tb_KcGoods.cs
│   │   │   │   ├── tb_SellGoods.cs
│   │   │   │   └── tb_ThGoodsInfo.cs
│   │   │   ├── CompanyInfo.cs
│   │   │   ├── CompanyInfo.Designer.cs
│   │   │   ├── CompanyInfo.resx
│   │   │   ├── DataBack.cs
│   │   │   ├── DataBack.Designer.cs
│   │   │   ├── DataBack.resx
│   │   │   ├── DataReole.cs
│   │   │   ├── DataReole.Designer.cs
│   │   │   ├── DataReole.resx
│   │   │   ├── EmpInfo.cs
│   │   │   ├── EmpInfo.Designer.cs
│   │   │   ├── EmpInfo.resx
│   │   │   ├── FindGood.cs
│   │   │   ├── FindGood.Designer.cs
│   │   │   ├── FindGood.resx
│   │   │   ├── GonYingShang.cs
│   │   │   ├── GonYingShang.Designer.cs
│   │   │   ├── GonYingShang.resx
│   │   │   ├── GoodID.cs
│   │   │   ├── GoodID.Designer.cs
│   │   │   ├── GoodID.resx
│   │   │   ├── GoodMenhod
│   │   │   │   ├── getSqlConnection.cs
│   │   │   │   ├── tb_CompanyMenthod.cs
│   │   │   │   ├── tb_EmpInfoMenthod.cs
│   │   │   │   ├── tb_JhGoodsInfoMenthod.cs
│   │   │   │   ├── tb_KcGoodsMenthod.cs
│   │   │   │   ├── tb_SellGoodsMenthod.cs
│   │   │   │   └── tb_ThGoodsMenthod.cs
│   │   │   ├── JhGoodsInfo.cs
│   │   │   ├── JhGoodsInfo.Designer.cs
│   │   │   ├── JhGoodsInfo.resx
│   │   │   ├── KcGoodFind.cs
│   │   │   ├── KcGoodFind.Designer.cs
│   │   │   ├── KcGoodFind.resx
│   │   │   ├── KcGoods.cs
│   │   │   ├── KcGoods.Designer.cs
│   │   │   ├── KcGoods.resx
│   │   │   ├── Login.cs
│   │   │   ├── Login.Designer.cs
│   │   │   ├── Login.resx
│   │   │   ├── Main.cs
│   │   │   ├── Main.Designer.cs
│   │   │   ├── Main.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources
│   │   │   │   ├── bg.JPG
│   │   │   │   ├── 保存1.ico
│   │   │   │   ├── 保存.ico
│   │   │   │   ├── 修改.ico
│   │   │   │   ├── 删除1.ico
│   │   │   │   ├── 删除.ico
│   │   │   │   ├── 取消.ico
│   │   │   │   ├── 取消按钮.png
│   │   │   │   ├── 添加.ico
│   │   │   │   ├── 确定按钮.png
│   │   │   │   ├── 背景.bmp
│   │   │   │   └── 退出.ico
│   │   │   ├── SellGoodInfo.cs
│   │   │   ├── SellGoodInfo.Designer.cs
│   │   │   ├── SellGoodInfo.resx
│   │   │   ├── SellGoods.cs
│   │   │   ├── SellGoods.Designer.cs
│   │   │   ├── SellGoods.resx
│   │   │   ├── supermarket.csproj
│   │   │   ├── ThGoodsInfo.cs
│   │   │   ├── ThGoodsInfo.Designer.cs
│   │   │   └── ThGoodsInfo.resx
│   │   ├── supermarket.sln
│   │   └── supermarket.suo
│   ├── CHEXC
│   │   ├── app.config
│   │   ├── bg.jpg
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CHEXC.exe
│   │   │   ├── CHEXC.exe.config
│   │   │   ├── CHEXC.pdb
│   │   │   ├── CHEXC.vshost.exe
│   │   │   ├── CHEXC.vshost.exe.config
│   │   │   └── CHEXC.vshost.exe.manifest
│   │   ├── ClassInfo
│   │   │   ├── tb_Company.cs
│   │   │   ├── tb_EmpInfo.cs
│   │   │   ├── tb_JhGoodsInfo.cs
│   │   │   ├── tb_KcGoods.cs
│   │   │   ├── tb_SellGoods.cs
│   │   │   └── tb_ThGoodsInfo.cs
│   │   ├── CompanyInfo.cs
│   │   ├── CompanyInfo.Designer.cs
│   │   ├── CompanyInfo.resx
│   │   ├── DataBack.cs
│   │   ├── DataBack.Designer.cs
│   │   ├── DataBack.resx
│   │   ├── DataBase
│   │   │   ├── db_CSManage_log.ldf
│   │   │   └── db_CSManage.mdf
│   │   ├── DataReole.cs
│   │   ├── DataReole.Designer.cs
│   │   ├── DataReole.resx
│   │   ├── EmpInfo.cs
│   │   ├── EmpInfo.Designer.cs
│   │   ├── EmpInfo.resx
│   │   ├── FindGood.cs
│   │   ├── FindGood.Designer.cs
│   │   ├── FindGood.resx
│   │   ├── frm.cs
│   │   ├── frm.Designer.cs
│   │   ├── frm.resx
│   │   ├── GonYingShang.cs
│   │   ├── GonYingShang.Designer.cs
│   │   ├── GonYingShang.resx
│   │   ├── GoodID.cs
│   │   ├── GoodID.Designer.cs
│   │   ├── GoodID.resx
│   │   ├── GoodMenhod
│   │   │   ├── getSqlConnection.cs
│   │   │   ├── tb_CompanyMenthod.cs
│   │   │   ├── tb_EmpInfoMenthod.cs
│   │   │   ├── tb_JhGoodsInfoMenthod.cs
│   │   │   ├── tb_KcGoodsMenthod.cs
│   │   │   ├── tb_SellGoodsMenthod.cs
│   │   │   └── tb_ThGoodsMenthod.cs
│   │   ├── JhGoodsInfo.cs
│   │   ├── JhGoodsInfo.Designer.cs
│   │   ├── JhGoodsInfo.resx
│   │   ├── KcGoodFind.cs
│   │   ├── KcGoodFind.Designer.cs
│   │   ├── KcGoodFind.resx
│   │   ├── KcGoods.cs
│   │   ├── KcGoods.Designer.cs
│   │   ├── KcGoods.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── Main.cs
│   │   ├── Main.Designer.cs
│   │   ├── Main.resx
│   │   ├── obj
│   │   │   ├── CHEXC.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── CHEXC.CompanyInfo.resources
│   │   │   │   ├── CHEXC.csproj.GenerateResource.Cache
│   │   │   │   ├── CHEXC.DataBack.resources
│   │   │   │   ├── CHEXC.DataReole.resources
│   │   │   │   ├── CHEXC.EmpInfo.resources
│   │   │   │   ├── CHEXC.exe
│   │   │   │   ├── CHEXC.FindGood.resources
│   │   │   │   ├── CHEXC.GonYingShang.resources
│   │   │   │   ├── CHEXC.GoodID.resources
│   │   │   │   ├── CHEXC.JhGoodsInfo.resources
│   │   │   │   ├── CHEXC.KcGoodFind.resources
│   │   │   │   ├── CHEXC.KcGoods.resources
│   │   │   │   ├── CHEXC.Login.resources
│   │   │   │   ├── CHEXC.Main.resources
│   │   │   │   ├── CHEXC.pdb
│   │   │   │   ├── CHEXC.Properties.Resources.resources
│   │   │   │   ├── CHEXC.SellGoodInfo.resources
│   │   │   │   ├── CHEXC.SellGoods.resources
│   │   │   │   ├── CHEXC.ThGoodsInfo.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── supermarket.csproj.FileListAbsolute.txt
│   │   │   │   ├── supermarket.csproj.GenerateResource.Cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── supermarket.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── bg.jpg
│   │   │   ├── 保存1.ico
│   │   │   ├── 保存.ico
│   │   │   ├── 修改.ico
│   │   │   ├── 删除1.ico
│   │   │   ├── 删除.ico
│   │   │   ├── 取消.ico
│   │   │   ├── 取消按钮.png
│   │   │   ├── 添加.ico
│   │   │   ├── 确定按钮.png
│   │   │   ├── 背景.bmp
│   │   │   └── 退出.ico
│   │   ├── SellGoodInfo.cs
│   │   ├── SellGoodInfo.Designer.cs
│   │   ├── SellGoodInfo.resx
│   │   ├── SellGoods.cs
│   │   ├── SellGoods.Designer.cs
│   │   ├── SellGoods.resx
│   │   ├── supermarket.csproj
│   │   ├── supermarket.csproj.user
│   │   ├── ThGoodsInfo.cs
│   │   ├── ThGoodsInfo.Designer.cs
│   │   └── ThGoodsInfo.resx
│   ├── supermarket.sln
│   ├── supermarket.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── 18 视频监控系统
│   ├── readme.doc
│   └── VWMS
│   ├── jiankong.sln
│   ├── jiankong.suo
│   └── VWMS
│   ├── bin
│   │   ├── Debug
│   │   │   ├── AxInterop.MediaPlayer.dll
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Interop.MediaPlayer.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── VWMS.exe
│   │   │   ├── VWMS.pdb
│   │   │   ├── VWMS.vshost.exe
│   │   │   └── 系统注册机.exe
│   │   └── Release
│   │   ├── AxInterop.WMPLib.dll
│   │   ├── Interop.WMPLib.dll
│   │   ├── VWMS.exe
│   │   └── VWMS.pdb
│   ├── CommonClass
│   │   ├── DataCon.cs
│   │   ├── DataOperate.cs
│   │   ├── PelcoD.cs
│   │   ├── SoftReg.cs
│   │   └── VideoOperate.cs
│   ├── DataBase
│   │   └── VWMS.mdb
│   ├── Image
│   │   ├── 主页面
│   │   │   ├── 上.png
│   │   │   ├── 下.png
│   │   │   ├── 主界面图片.bmp
│   │   │   ├── 主界面背景.bmp
│   │   │   ├── 停止.png
│   │   │   ├── 光圈+.png
│   │   │   ├── 光圈-.png
│   │   │   ├── 右.png
│   │   │   ├── 回放.png
│   │   │   ├── 对焦+.png
│   │   │   ├── 对焦-按钮.png
│   │   │   ├── 左.png
│   │   │   ├── 录像.png
│   │   │   ├── 快照.png
│   │   │   ├── 注册.png
│   │   │   ├── 监控管理.png
│   │   │   ├── 聚焦+按钮.png
│   │   │   ├── 聚焦-按钮.png
│   │   │   ├── 雨刷+.png
│   │   │   └── 雨刷-.png
│   │   ├── 播放器页面
│   │   │   ├── 关闭按钮.png
│   │   │   └── 回放按钮.png
│   │   ├── 用户.ico
│   │   ├── 监控管理界面
│   │   │   ├── 修改.bmp
│   │   │   ├── 删除按钮.bmp
│   │   │   ├── 添加按钮.bmp
│   │   │   └── 背景.bmp
│   │   ├── 系统登录
│   │   │   ├── 登录按钮.png
│   │   │   ├── 登录背景.bmp
│   │   │   └── 退出按钮.png
│   │   └── 软件注册页面
│   │   ├── 关闭按钮.png
│   │   ├── 注册按钮.png
│   │   └── 背景.bmp
│   ├── jiankong.csproj
│   ├── jiankong.csproj.user
│   ├── Login.cs
│   ├── Login.Designer.cs
│   ├── Login.resx
│   ├── Main.cs
│   ├── Main.Designer.cs
│   ├── Main.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── jiankong.csproj.GenerateResource.Cache
│   │   │   ├── jiankong.csproj.ResolveComReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── VWMS.csproj.ResolveComReference.cache
│   │   │   ├── VWMS.exe
│   │   │   ├── VWMS.Login.resources
│   │   │   ├── VWMS.Main.resources
│   │   │   ├── VWMS.pdb
│   │   │   ├── VWMS.Play.resources
│   │   │   ├── VWMS.Properties.Resources.resources
│   │   │   ├── VWMS.Register.resources
│   │   │   └── VWMS.SetMonitor.resources
│   │   ├── jiankong.csproj.FileList.txt
│   │   └── Release
│   │   ├── AxInterop.WMPLib.dll
│   │   ├── Interop.WMPLib.dll
│   │   ├── jiankong.csproj.GenerateResource.Cache
│   │   ├── jiankong.csproj.ResolveComReference.cache
│   │   ├── VWMS.exe
│   │   ├── VWMS.Login.resources
│   │   ├── VWMS.Main.resources
│   │   ├── VWMS.pdb
│   │   ├── VWMS.Play.resources
│   │   ├── VWMS.Properties.Resources.resources
│   │   ├── VWMS.Register.resources
│   │   └── VWMS.SetMonitor.resources
│   ├── Play.cs
│   ├── Play.Designer.cs
│   ├── Play.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Register.cs
│   ├── Register.Designer.cs
│   ├── Register.resx
│   ├── SetMonitor.cs
│   ├── SetMonitor.Designer.cs
│   └── SetMonitor.resx
├── 19俄罗斯方块游戏
│   ├── Backup
│   │   ├── TetrisApp
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── you.cs
│   │   │   └── youxi.csproj
│   │   ├── youxi.sln
│   │   └── youxi.suo
│   ├── TetrisApp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── sample.trf
│   │   │   ├── TetrisApp.exe
│   │   │   ├── TetrisApp.pdb
│   │   │   ├── TetrisApp.vshost.exe
│   │   │   ├── TetrisApp.vshost.exe.manifest
│   │   │   ├── youxiApp.exe
│   │   │   └── youxiApp.vshost.exe
│   │   ├── ClassDiagram1.cd
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TetrisApp.exe
│   │   │   │   ├── TetrisApp.FormTetris.resources
│   │   │   │   ├── TetrisApp.pdb
│   │   │   │   ├── TetrisApp.Properties.Resources.resources
│   │   │   │   ├── youxiApp.csproj.GenerateResource.Cache
│   │   │   │   ├── youxiApp.exe
│   │   │   │   ├── youxiApp.Form1.resources
│   │   │   │   ├── youxiApp.pdb
│   │   │   │   ├── youxiApp.Properties.Resources.resources
│   │   │   │   ├── youxi.csproj.FileListAbsolute.txt
│   │   │   │   └── youxi.csproj.GenerateResource.Cache
│   │   │   ├── youxiApp.csproj.FileList.txt
│   │   │   └── youxi.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── you.cs
│   │   └── youxi.csproj
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── youxi.sln
│   └── youxi.suo
└── 20综合供求信息网
└── ASD
├── App_Code
│   ├── DataBase.cs
│   ├── Operation.cs
│   ├── StringFormat.cs
│   └── WebMessageBox.cs
├── aspnet_client
│   └── system_web
│   └── 2_0_50727
│   └── CrystalReportWebFormViewer3
│   ├── CSs
│   │   └── default.css
│   ├── html
│   │   ├── calendarbottom.html
│   │   ├── calendar.html
│   │   ├── calendartop.html
│   │   ├── crystalexportdialog.htm
│   │   └── crystalprinthost.html
│   ├── Images
│   │   ├── ToolBar
│   │   │   ├── calendar.gif
│   │   │   ├── crlogo.gif
│   │   │   ├── exportd.gif
│   │   │   ├── export.gif
│   │   │   ├── export_over.gif
│   │   │   ├── Firstd.gif
│   │   │   ├── First.gif
│   │   │   ├── first_over.gif
│   │   │   ├── gotopaged.gif
│   │   │   ├── gotopage.gif
│   │   │   ├── gotopage_over.gif
│   │   │   ├── grouptreed.gif
│   │   │   ├── grouptree.gif
│   │   │   ├── grouptree_over.gif
│   │   │   ├── grouptreepressed.gif
│   │   │   ├── Lastd.gif
│   │   │   ├── Last.gif
│   │   │   ├── last_over.gif
│   │   │   ├── Nextd.gif
│   │   │   ├── Next.gif
│   │   │   ├── next_over.gif
│   │   │   ├── Prevd.gif
│   │   │   ├── Prev.gif
│   │   │   ├── prev_over.gif
│   │   │   ├── printd.gif
│   │   │   ├── print.gif
│   │   │   ├── print_over.gif
│   │   │   ├── refreshd.gif
│   │   │   ├── Refresh.gif
│   │   │   ├── refresh_over.gif
│   │   │   ├── searchd.gif
│   │   │   ├── Search.gif
│   │   │   ├── search_over.gif
│   │   │   ├── upd.gif
│   │   │   ├── up.gif
│   │   │   └── up_over.gif
│   │   └── Tree
│   │   ├── begindots.gif
│   │   ├── beginminus.gif
│   │   ├── beginplus.gif
│   │   ├── blankdots.gif
│   │   ├── blank.gif
│   │   ├── dots.gif
│   │   ├── lastdots.gif
│   │   ├── lastminus.gif
│   │   ├── lastplus.gif
│   │   ├── Magnify.gif
│   │   ├── Minusbox.gif
│   │   ├── minus.gif
│   │   ├── Plusbox.gif
│   │   ├── plus.gif
│   │   ├── singleminus.gif
│   │   └── singleplus.gif
│   └── JS
│   ├── calendar_param.js
│   ├── dt_param.js
│   ├── export.js
│   ├── KeyDownEvent.js
│   ├── print.js
│   ├── prompts_param.js
│   ├── strings_chs.js
│   ├── strings_cht.js
│   ├── strings_de.js
│   ├── strings_en.js
│   ├── strings_es.js
│   ├── strings_fr.js
│   ├── strings_it.js
│   ├── strings_ja.js
│   └── strings_ko.js
├── BackGround
│   ├── CheckInfo.aspx
│   ├── CheckInfo.aspx.cs
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── DeleteInfo.aspx
│   ├── DeleteInfo.aspx.cs
│   ├── DetailInfo.aspx
│   ├── DetailInfo.aspx.cs
│   ├── DetailLeaguerInfo.aspx
│   ├── DetailLeaguerInfo.aspx.cs
│   ├── images
│   │   ├── 01.GIF
│   │   ├── anhiu1.jpg
│   │   ├── anhiu2.jpg
│   │   ├── banner1.JPG
│   │   ├── banner.jpg
│   │   ├── beijing.gif
│   │   ├── chongzhi.gif
│   │   ├── daohangb.GIF
│   │   ├── denglu.gif
│   │   ├── end.gif
│   │   ├── fabu.gif
│   │   ├── fabu.swf
│   │   ├── gongqiu.GIF
│   │   ├── guanli_01.jpg
│   │   ├── guanli_02.jpg
│   │   ├── guanli_03.jpg
│   │   ├── guanli_04.jpg
│   │   ├── guanli_05.jpg
│   │   ├── htbj.JPG
│   │   ├── kaishifa.jpg
│   │   ├── left1.GIF
│   │   ├── left2.gif
│   │   ├── left3.gif
│   │   ├── line.gif
│   │   ├── longline.gif
│   │   ├── mianfeifabu.GIF
│   │   ├── right1.gif
│   │   ├── right2.GIF
│   │   ├── right3.gif
│   │   ├── right4.gif
│   │   ├── right5.gif
│   │   ├── right6.GIF
│   │   ├── tcbeijing.jpg
│   │   └── xiaobei.gif
│   ├── LeaguerInfo.aspx
│   ├── LeaguerInfo.aspx.cs
│   ├── LeaguerInfoDelete.aspx
│   └── LeaguerInfoDelete.aspx.cs
├── Css
│   ├── css.css
│   └── StyleSheet.css
├── db_SIS_log.ldf
├── db_SIS.mdf
├── Default.aspx
├── Default.aspx.cs
├── Help.aspx
├── Help.aspx.cs
├── images
│   ├── 01.GIF
│   ├── anhiu1.jpg
│   ├── anhiu2.jpg
│   ├── banner1.JPG
│   ├── banner.jpg
│   ├── beijing.gif
│   ├── chongzhi.gif
│   ├── close.GIF
│   ├── daohangb.GIF
│   ├── denglu.gif
│   ├── end.gif
│   ├── fabu.gif
│   ├── gongqiu.GIF
│   ├── guanli_01.jpg
│   ├── guanli_02.jpg
│   ├── guanli_03.jpg
│   ├── guanli_04.jpg
│   ├── guanli_05.jpg
│   ├── help.jpg
│   ├── kaishifa.jpg
│   ├── left1.GIF
│   ├── left2.gif
│   ├── left3.gif
│   ├── line.gif
│   ├── longline.gif
│   ├── mianfeifabu.GIF
│   ├── right1.gif
│   ├── right2.GIF
│   ├── right3.gif
│   ├── right4.gif
│   ├── right5.gif
│   ├── right6.GIF
│   ├── tcbeijing.jpg
│   ├── Thumbs.db
│   └── xiaobei.gif
├── InfoAdd.aspx
├── InfoAdd.aspx.cs
├── Logon.aspx
├── Logon.aspx.cs
├── MasterPage.master
├── MasterPage.master.cs
├── ShowLeaguerInfo.aspx
├── ShowLeaguerInfo.aspx.cs
├── ShowPage
│   ├── images
│   │   ├── 01.GIF
│   │   ├── anhiu1.jpg
│   │   ├── anhiu2.jpg
│   │   ├── banner1.JPG
│   │   ├── banner.jpg
│   │   ├── beijing.gif
│   │   ├── chongzhi.gif
│   │   ├── daohangb.GIF
│   │   ├── denglu.gif
│   │   ├── end.gif
│   │   ├── fabu.gif
│   │   ├── fabu.swf
│   │   ├── gongqiu.GIF
│   │   ├── guanli_01.jpg
│   │   ├── guanli_02.jpg
│   │   ├── guanli_03.jpg
│   │   ├── guanli_04.jpg
│   │   ├── guanli_05.jpg
│   │   ├── kaishifa.jpg
│   │   ├── left1.GIF
│   │   ├── left2.gif
│   │   ├── left3.gif
│   │   ├── line.gif
│   │   ├── longline.gif
│   │   ├── mianfeifabu.GIF
│   │   ├── right1.gif
│   │   ├── right2.GIF
│   │   ├── right3.gif
│   │   ├── right4.gif
│   │   ├── right5.gif
│   │   ├── right6.GIF
│   │   └── xiaobei.gif
│   ├── webCL.aspx
│   ├── webCL.aspx.cs
│   ├── webGY.aspx
│   ├── webGY.aspx.cs
│   ├── webJJ.aspx
│   ├── webJJ.aspx.cs
│   ├── webPX.aspx
│   ├── webPX.aspx.cs
│   ├── webQDCD.aspx
│   ├── webQDCD.aspx.cs
│   ├── webQYGG.aspx
│   ├── webQYGG.aspx.cs
│   ├── webQZ.aspx
│   ├── webQZ.aspx.cs
│   ├── webWPCS.aspx
│   ├── webWPCS.aspx.cs
│   ├── webWPQG.aspx
│   ├── webWPQG.aspx.cs
│   ├── webXQHZ.aspx
│   ├── webXQHZ.aspx.cs
│   ├── webZP.aspx
│   └── webZP.aspx.cs
├── UserControl
│   ├── InfoSearch.ascx
│   ├── InfoSearch.ascx.cs
│   ├── RecommendInfo.ascx
│   └── RecommendInfo.ascx.cs
└── Web.Config

621 directories, 6341 files

标签:

实例下载地址

2019年最新整理出的20 套 c# 项目(包含开发实例及源代码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警