在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 30天学通C#项目案例开发源代码.rar

30天学通C#项目案例开发源代码.rar

一般编程问题

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

实例介绍

【实例简介】
30天学通C#项目案例开发源代码 这个都是本人收藏了3年的资源 现放出 都是总结了很多系统 软件项目实施过程中的经验的 慢慢积累的
【实例截图】
【核心代码】
4744302543308859751.rar
└── 30天学通C#项目案例开发源代码
└── 源代码
├── C1
│   ├── CopyCustomerToWebSite
│   │   ├── CopyCustomerToWebSite
│   │   │   ├── bin
│   │   │   │   └── Package.dtsx
│   │   │   ├── CopyCustomerToWebSite.database
│   │   │   ├── CopyCustomerToWebSite.dtproj
│   │   │   ├── CopyCustomerToWebSite.dtproj.user
│   │   │   ├── Demo Site.ds
│   │   │   ├── Northwind.ds
│   │   │   └── Package.dtsx
│   │   ├── CopyCustomerToWebSite.sln
│   │   └── CopyCustomerToWebSite.suo
│   ├── DataAppDemo
│   │   ├── DataAppDemo
│   │   │   ├── AdventureWorksDataSet.Designer.cs
│   │   │   ├── AdventureWorksDataSet.xsc
│   │   │   ├── AdventureWorksDataSet.xsd
│   │   │   ├── AdventureWorksDataSet.xss
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DataAppDemo.exe
│   │   │   │   ├── DataAppDemo.exe.config
│   │   │   │   ├── DataAppDemo.pdb
│   │   │   │   ├── DataAppDemo.vshost.exe
│   │   │   │   ├── DataAppDemo.vshost.exe.config
│   │   │   │   └── DataAppDemo.vshost.exe.manifest
│   │   │   ├── DataAppDemo.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DataAppDemo.csproj.FileListAbsolute.txt
│   │   │   │   ├── DataAppDemo.csproj.GenerateResource.Cache
│   │   │   │   ├── DataAppDemo.exe
│   │   │   │   ├── DataAppDemo.FrmMain.resources
│   │   │   │   ├── DataAppDemo.pdb
│   │   │   │   ├── DataAppDemo.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   └── AdventureWorksDataSet.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── DataAppDemo.sln
│   │   └── DataAppDemo.suo
│   └── SimpleFormDemo
│   ├── SimpleFormDemo
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SimpleFormDemo.exe
│   │   │   ├── SimpleFormDemo.pdb
│   │   │   ├── SimpleFormDemo.vshost.exe
│   │   │   └── SimpleFormDemo.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Refactor
│   │   │   ├── SimpleFormDemo.csproj.FileListAbsolute.txt
│   │   │   ├── SimpleFormDemo.csproj.GenerateResource.Cache
│   │   │   ├── SimpleFormDemo.exe
│   │   │   ├── SimpleFormDemo.FrmMain.resources
│   │   │   ├── SimpleFormDemo.pdb
│   │   │   ├── SimpleFormDemo.Properties.Resources.resources
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SimpleFormDemo.csproj
│   ├── SimpleFormDemo.sln
│   └── SimpleFormDemo.suo
├── C10
│   ├── EntLibForum
│   │   ├── App_GlobalResources
│   │   │   ├── DataPanel.js
│   │   │   └── yaf.js
│   │   ├── App_Themes
│   │   │   └── ForumTheme
│   │   │   └── Default.css
│   │   ├── AssemblyInfo.cs
│   │   ├── 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
│   │   ├── 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
│   │   │   │   ├── entlib120.gif
│   │   │   │   └── 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
│   │   │   │   ├── EntLibForum.csproj.FileListAbsolute.txt
│   │   │   │   ├── EntLibForum.csproj.GenerateResource.Cache
│   │   │   │   ├── Refactor
│   │   │   │   ├── 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
│   │   │   │   ├── Refactor
│   │   │   │   ├── 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
│   │   ├── 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_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
│   │   ├── 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
│   │   └── Web References
│   └── 数据库
│   ├── EntLib_BBS_log.ldf
│   └── EntLib_BBS.mdf
├── C11
│   ├── BookShopMarket
│   │   ├── admin
│   │   │   ├── AdminAddBook.aspx
│   │   │   ├── AdminAddBook.aspx.cs
│   │   │   ├── AdminBookInfo.aspx
│   │   │   ├── AdminBookInfo.aspx.cs
│   │   │   ├── AdminLogin.aspx
│   │   │   ├── AdminLogin.aspx.cs
│   │   │   ├── AdminNewBook.aspx
│   │   │   ├── AdminNewBook.aspx.cs
│   │   │   ├── AdminOrder.aspx
│   │   │   ├── AdminOrder.aspx.cs
│   │   │   ├── adminpage.aspx
│   │   │   ├── adminpage.aspx.cs
│   │   │   ├── AdminUserInfo.aspx
│   │   │   ├── AdminUserInfo.aspx.cs
│   │   │   ├── AdminUserMessage.aspx
│   │   │   └── AdminUserMessage.aspx.cs
│   │   ├── AdminMenu.xml
│   │   ├── AllBook.aspx
│   │   ├── AllBook.aspx.cs
│   │   ├── App_Code
│   │   │   ├── BookDataBase.cs
│   │   │   ├── BookManagerDataClasses.dbml
│   │   │   ├── BookManagerDataClasses.dbml.layout
│   │   │   ├── BookManagerDataClasses.designer.cs
│   │   │   └── UserLogin.cs
│   │   ├── App_Data
│   │   ├── BookInfo.aspx
│   │   ├── BookInfo.aspx.cs
│   │   ├── BookManager.aspx
│   │   ├── BookManager.aspx.cs
│   │   ├── controls
│   │   │   ├── Login.ascx
│   │   │   └── Login.ascx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Global.asax
│   │   ├── Image
│   │   │   └── Newbook.jpg
│   │   ├── MasterPage2.master
│   │   ├── MasterPage2.master.cs
│   │   ├── MasterPage.master
│   │   ├── MasterPage.master.cs
│   │   ├── Register.aspx
│   │   ├── Register.aspx.cs
│   │   ├── SearchBook.aspx
│   │   ├── SearchBook.aspx.cs
│   │   ├── UploadImage
│   │   │   ├── ceshi.jpg
│   │   │   ├── java.jpg
│   │   │   └── netceshi.jpg
│   │   ├── UserMenu.xml
│   │   ├── UserMessageManager.aspx
│   │   ├── UserMessageManager.aspx.cs
│   │   ├── vwd.webinfo
│   │   └── web.config
│   └── 数据库
│   ├── BookManager_log.ldf
│   └── BookManager.mdf
├── C2
│   └── MyFriends
│   ├── MyFriends
│   │   ├── 3rd Party Libraries
│   │   │   └── FishEye
│   │   │   └── FishEyeDemo.cs
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Debug.rar
│   │   │   ├── MyFriends.exe
│   │   │   ├── MyFriends.pdb
│   │   │   ├── MyFriends.vshost.exe
│   │   │   ├── 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
│   │   │   ├── 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.sln
│   │   ├── MyFriends.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── Controls
│   │   │   │   ├── AddNewFriendControl.baml
│   │   │   │   ├── AddNewFriendControl.g.cs
│   │   │   │   ├── StoredImageControl.baml
│   │   │   │   ├── StoredImageControl.g.cs
│   │   │   │   ├── ViewAllUsersControl.baml
│   │   │   │   └── ViewAllUsersControl.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── MyFriends.csproj.FileListAbsolute.txt
│   │   │   ├── MyFriends.csproj.GenerateResource.Cache
│   │   │   ├── MyFriends.exe
│   │   │   ├── MyFriends.g.resources
│   │   │   ├── MyFriends_MarkupCompile.cache
│   │   │   ├── MyFriends_MarkupCompile.lref
│   │   │   ├── MyFriends.pdb
│   │   │   ├── MyFriends.Properties.Resources.resources
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── Resources
│   │   │   │   ├── Styles.baml
│   │   │   │   └── Templates.baml
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Windows
│   │   │   ├── AddFriendImageWindow.baml
│   │   │   ├── AddFriendImageWindow.g.cs
│   │   │   ├── MainInterfaceWindow.baml
│   │   │   ├── MainInterfaceWindow.g.cs
│   │   │   ├── OptionsWindow.baml
│   │   │   ├── OptionsWindow.g.cs
│   │   │   ├── VideoViewerWindow.baml
│   │   │   └── VideoViewerWindow.g.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
│   ├── MyFriends.sln
│   └── MyFriends.suo
├── C3
│   ├── ChatNDraw
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── ChatNDraw.exe
│   │   │   │   ├── ChatNDraw.pdb
│   │   │   │   ├── ChatNDraw.vshost.exe
│   │   │   │   ├── ChatNDraw.vshost.exe.manifest
│   │   │   │   ├── SCG.Prism.dll
│   │   │   │   └── SCG.Prism.pdb
│   │   │   └── Release
│   │   ├── 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
│   │   │   └── Release
│   │   ├── 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
│   ├── 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
│   │   │   │   └── Release
│   │   │   ├── 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
│   │   │   │   └── Release
│   │   │   ├── 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
│   │   │   │   └── Release
│   │   │   ├── 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
│   │   └── Users
│   ├── SCG.Prism
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── SCG.Prism.dll
│   │   │   │   └── SCG.Prism.pdb
│   │   │   └── Release
│   │   ├── 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
│   └── Users
├── C4
│   └── HarbourHotelManage
│   ├── HarbourHotelManage
│   │   ├── allotted.Designer.cs
│   │   ├── allotted.xsc
│   │   ├── allotted.xsd
│   │   ├── allotted.xss
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Hotel_Pgm.vshost.application
│   │   │   │   ├── Hotel_Pgm.vshost.exe
│   │   │   │   ├── Hotel_Pgm.vshost.exe.config
│   │   │   │   └── Hotel_Pgm.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── BussinessLevel
│   │   │   ├── AgencyManage.cs
│   │   │   ├── BookingManage.cs
│   │   │   ├── CheckInManage.cs
│   │   │   ├── CheckOutManage.cs
│   │   │   ├── ConsumableItemManage.cs
│   │   │   ├── CurrencyExchangeRateManage.cs
│   │   │   ├── CustomerManage.cs
│   │   │   ├── CustomerTypeManage.cs
│   │   │   ├── DailyClosingManage.cs
│   │   │   ├── DepositManage.cs
│   │   │   ├── HotelSetupManage.cs
│   │   │   ├── ItemManage.cs
│   │   │   ├── PaymentManage.cs
│   │   │   ├── RatePlanManage.cs
│   │   │   ├── ResDepositManage.cs
│   │   │   ├── ReservationManage.cs
│   │   │   ├── RoomAllottedManage.cs
│   │   │   ├── RoomManage.cs
│   │   │   ├── RoomReserveManage.cs
│   │   │   ├── RoomTypeManage.cs
│   │   │   ├── RoomTypeRateManage.cs
│   │   │   ├── ShareClass.cs
│   │   │   ├── UsersManage.cs
│   │   │   └── UsersPowerManage.cs
│   │   ├── Closing.Designer.cs
│   │   ├── Closinge.cs
│   │   ├── Closinge.rpt
│   │   ├── ClosingReportForm.cs
│   │   ├── ClosingReportForm.Designer.cs
│   │   ├── ClosingReportForm.resx
│   │   ├── Closing.xsc
│   │   ├── Closing.xsd
│   │   ├── Closing.xss
│   │   ├── constr.xml
│   │   ├── DataLevel
│   │   │   └── Connection.cs
│   │   ├── db
│   │   │   └── HMS_Back.bak
│   │   ├── Dep.Designer.cs
│   │   ├── Deposite_CheckIn_Reserve.cs
│   │   ├── Deposite_CheckIn_Reserve.rpt
│   │   ├── Deposite.cs
│   │   ├── DepositeReportForm.cs
│   │   ├── DepositeReportForm.Designer.cs
│   │   ├── DepositeReportForm.resx
│   │   ├── Deposite_Reserve.cs
│   │   ├── Deposite_Reserve.rpt
│   │   ├── Deposite.rpt
│   │   ├── DepositReserve.Designer.cs
│   │   ├── DepositReserve.xsc
│   │   ├── DepositReserve.xsd
│   │   ├── DepositReserve.xss
│   │   ├── Dep.xsc
│   │   ├── Dep.xsd
│   │   ├── Dep.xss
│   │   ├── HarbourHotelManage.csproj
│   │   ├── HarbourHotelManage.csproj.user
│   │   ├── HarbourHotelManage.publish
│   │   │   ├── HarbourHotelManage_1_0_0_1
│   │   │   │   ├── HarbourHotelManage.exe.config.deploy
│   │   │   │   ├── HarbourHotelManage.exe.deploy
│   │   │   │   ├── HarbourHotelManage.exe.manifest
│   │   │   │   ├── kfm_home.ico.deploy
│   │   │   │   └── 修改意见.txt.deploy
│   │   │   ├── HarbourHotelManage.application
│   │   │   └── setup.exe
│   │   ├── HarbourHotelManage.vshost.exe.config
│   │   ├── Hotel_Pgm.application
│   │   ├── Hotel_Pgm.exe
│   │   ├── Hotel_Pgm.exe.config
│   │   ├── Hotel_Pgm.exe.manifest
│   │   ├── Hotel_Pgm.pdb
│   │   ├── Hotel_Pgm.vshost.application
│   │   ├── Hotel_Pgm.vshost.exe
│   │   ├── Hotel_Pgm.vshost.exe.config
│   │   ├── InUse.Designer.cs
│   │   ├── InUse.xsc
│   │   ├── InUse.xsd
│   │   ├── InUse.xss
│   │   ├── kfm_home.ico
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   ├── allotted.Designer.cs.dll
│   │   │   │   ├── CheckIn.Designer.cs.dll
│   │   │   │   ├── Closing.cs.dll
│   │   │   │   ├── Closing.Designer.cs.dll
│   │   │   │   ├── Closinge.cs.dll
│   │   │   │   ├── Dep.Designer.cs.dll
│   │   │   │   ├── Deposite_CheckIn_Reserve.cs.dll
│   │   │   │   ├── Deposite.cs.dll
│   │   │   │   ├── Deposite_Reserve.cs.dll
│   │   │   │   ├── DepositReserve.Designer.cs.dll
│   │   │   │   ├── InUse.Designer.cs.dll
│   │   │   │   ├── OhterCharges.cs.dll
│   │   │   │   ├── OtherCharge.cs.dll
│   │   │   │   ├── OtherCharges.cs.dll
│   │   │   │   ├── OtherCharges.Designer.cs.dll
│   │   │   │   ├── OthersCharges.Designer.cs.dll
│   │   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── recipt_Cust.cs.dll
│   │   │   │   ├── recipt_Cust_New.cs.dll
│   │   │   │   ├── recipt_Off.cs.dll
│   │   │   │   ├── recipt_Other_Cust.cs.dll
│   │   │   │   ├── Recipt_RoomCharges.Designer.cs.dll
│   │   │   │   ├── recipt_Room_Cust.cs.dll
│   │   │   │   ├── RoomCharge.cs.dll
│   │   │   │   ├── RoomCharges.Designer.cs.dll
│   │   │   │   ├── room.Designer.cs.dll
│   │   │   │   ├── RoomInUse.cs.dll
│   │   │   │   ├── Sub_Deposite.cs.dll
│   │   │   │   ├── Sub_Deposite_Reserve.cs.dll
│   │   │   │   ├── temp_Closing.cs.dll
│   │   │   │   ├── test_recipt_Cust.cs.dll
│   │   │   │   ├── UILevel.recipt_Cust.cs.dll
│   │   │   │   ├── 副本 OtherCharge.cs.dll
│   │   │   │   └── 副本 RoomCharge.cs.dll
│   │   │   ├── HarbourHotelManage.csproj.FileListAbsolute.txt
│   │   │   ├── HarbourHotelManage.csproj.FileList.txt
│   │   │   └── Release
│   │   │   ├── HarbourHotelManage.Closinge.rpt
│   │   │   ├── HarbourHotelManage.ClosingReportForm.resources
│   │   │   ├── HarbourHotelManage.csproj.FileListAbsolute.txt
│   │   │   ├── HarbourHotelManage.csproj.GenerateResource.Cache
│   │   │   ├── HarbourHotelManage.Deposite_CheckIn_Reserve.rpt
│   │   │   ├── HarbourHotelManage.DepositeReportForm.resources
│   │   │   ├── HarbourHotelManage.Deposite_Reserve.rpt
│   │   │   ├── HarbourHotelManage.Deposite.rpt
│   │   │   ├── HarbourHotelManage.OtherCharge.rpt
│   │   │   ├── HarbourHotelManage.Properties.Resources.resources
│   │   │   ├── HarbourHotelManage.recipt_Cust_New.rpt
│   │   │   ├── HarbourHotelManage.recipt_Cust.rpt
│   │   │   ├── HarbourHotelManage.recipt_Other_Cust.rpt
│   │   │   ├── HarbourHotelManage.ReciptReportForm.resources
│   │   │   ├── HarbourHotelManage.recipt_Room_Cust.rpt
│   │   │   ├── HarbourHotelManage.RoomCharge.rpt
│   │   │   ├── HarbourHotelManage.RoomInUseForm.resources
│   │   │   ├── HarbourHotelManage.RoomInUse.rpt
│   │   │   ├── HarbourHotelManage.Sub_Deposite_Reserve.rpt
│   │   │   ├── HarbourHotelManage.Sub_Deposite.rpt
│   │   │   ├── HarbourHotelManage.temp_Closing.rpt
│   │   │   ├── HarbourHotelManage.test_recipt_Cust.rpt
│   │   │   ├── HarbourHotelManage.UILevel.AboutBox.resources
│   │   │   ├── HarbourHotelManage.UILevel.AccessRightForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.AgencyForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.AgencyListForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.AlreadyPayChequeForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.BackUpForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.BackUpWaitForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.BookingForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.BookingListForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CalendarForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CheckInForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CheckInRefForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CheckOutForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ChequeReconciliationForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ClosingDateBreakPrintForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CurrencyExchangeRateAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CurrencyExchangeRateForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CustomerForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CustomerListForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CustomerTypeAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.CustomerTypeForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.DailyClosingForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.DBConnectForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.DelCheckRefReasonForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.FallBackClosingForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.InsertDateAndRoomForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ItemAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ItemForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.LoginForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.MainForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.NewChargesForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.PayChequeForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ProgressForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.PropertyInformationForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RatePlanAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RatePlanForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RegistratorForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ResDelReasonForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReserationNumListForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReservationAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReservationAmendForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReservationDepositeForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReservationForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReservationListForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ReservationListViewForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RestoreForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomFormAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomReservationDetailsAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomReservationDetailsAmendForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomTypeRateAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomTypeRateForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomTypesAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.RoomTypesForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.SearchCheckInForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.SetAccessForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.SetPwdForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.ShowRateForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.UpdateCheckInForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.UserForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.UsersAddForm.resources
│   │   │   ├── HarbourHotelManage.UILevel.WalkInCheckInForm.resources
│   │   │   ├── Hotel_Pgm.application
│   │   │   ├── Hotel_Pgm.exe
│   │   │   ├── Hotel_Pgm.exe.manifest
│   │   │   ├── Hotel_Pgm.pdb
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   ├── allotted.Designer.cs.dll
│   │   │   ├── Closing.Designer.cs.dll
│   │   │   ├── Closinge.cs.dll
│   │   │   ├── Dep.Designer.cs.dll
│   │   │   ├── Deposite_CheckIn_Reserve.cs.dll
│   │   │   ├── Deposite.cs.dll
│   │   │   ├── Deposite_Reserve.cs.dll
│   │   │   ├── DepositReserve.Designer.cs.dll
│   │   │   ├── InUse.Designer.cs.dll
│   │   │   ├── OtherCharge.cs.dll
│   │   │   ├── OtherCharges.Designer.cs.dll
│   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   ├── recipt_Cust.cs.dll
│   │   │   ├── recipt_Cust_New.cs.dll
│   │   │   ├── recipt_Other_Cust.cs.dll
│   │   │   ├── Recipt_RoomCharges.Designer.cs.dll
│   │   │   ├── recipt_Room_Cust.cs.dll
│   │   │   ├── RoomCharge.cs.dll
│   │   │   ├── RoomCharges.Designer.cs.dll
│   │   │   ├── RoomInUse.cs.dll
│   │   │   ├── Sub_Deposite.cs.dll
│   │   │   ├── Sub_Deposite_Reserve.cs.dll
│   │   │   ├── temp_Closing.cs.dll
│   │   │   └── test_recipt_Cust.cs.dll
│   │   ├── OhterCharges.cs
│   │   ├── OhterCharges.rpt
│   │   ├── OtherCharge.cs
│   │   ├── OtherCharge.rpt
│   │   ├── OtherCharges.cs
│   │   ├── OtherCharges.Designer.cs
│   │   ├── OtherCharges.rpt
│   │   ├── OtherCharges.xsc
│   │   ├── OtherCharges.xsd
│   │   ├── OtherCharges.xss
│   │   ├── pic
│   │   │   ├── about.gif
│   │   │   ├── add1.gif
│   │   │   ├── add2.gif
│   │   │   ├── add.gif
│   │   │   ├── b1.gif
│   │   │   ├── b2.gif
│   │   │   ├── BAK
│   │   │   │   ├── find02.gif
│   │   │   │   ├── help.gif
│   │   │   │   ├── modi.gif
│   │   │   │   ├── off.bmp
│   │   │   │   ├── pwd0.gif
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── u03.gif
│   │   │   │   ├── u05.gif
│   │   │   │   └── v01.gif
│   │   │   ├── book.gif
│   │   │   ├── browse.gif
│   │   │   ├── cancel.gif
│   │   │   ├── choose1.gif
│   │   │   ├── choose.gif
│   │   │   ├── clock.gif
│   │   │   ├── del.gif
│   │   │   ├── exit.gif
│   │   │   ├── find.gif
│   │   │   ├── init.gif
│   │   │   ├── key.gif
│   │   │   ├── left1.gif
│   │   │   ├── left2.gif
│   │   │   ├── left.gif
│   │   │   ├── line1.gif
│   │   │   ├── line2.gif
│   │   │   ├── line3.gif
│   │   │   ├── line4.gif
│   │   │   ├── line5.gif
│   │   │   ├── Login1.gif
│   │   │   ├── Login.gif
│   │   │   ├── Login_top.gif
│   │   │   ├── modi0.gif
│   │   │   ├── modi3.gif
│   │   │   ├── new.gif
│   │   │   ├── recall.gif
│   │   │   ├── refurbish.gif
│   │   │   ├── right1.gif
│   │   │   ├── right2.gif
│   │   │   ├── right.gif
│   │   │   ├── room
│   │   │   │   ├── clean.gif
│   │   │   │   ├── clock.gif
│   │   │   │   ├── pree.gif
│   │   │   │   ├── prov.gif
│   │   │   │   ├── rese.gif
│   │   │   │   ├── stop.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── save.gif
│   │   │   ├── setup.gif
│   │   │   ├── sunshine.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── ToolBar
│   │   │   │   ├── imageres.dll_I0045_0409.ico
│   │   │   │   ├── m01.gif
│   │   │   │   ├── m02.gif
│   │   │   │   ├── m03.gif
│   │   │   │   ├── m04.gif
│   │   │   │   ├── m05.gif
│   │   │   │   ├── m06.gif
│   │   │   │   ├── m07.gif
│   │   │   │   ├── m08.gif
│   │   │   │   ├── m09.gif
│   │   │   │   ├── m10.gif
│   │   │   │   ├── menu01.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── u01.gif
│   │   │   ├── u02.gif
│   │   │   ├── u03.gif
│   │   │   ├── u04.gif
│   │   │   └── u05.gif
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── recipt_Cust.cs
│   │   ├── recipt_Cust_New.cs
│   │   ├── recipt_Cust_New.rpt
│   │   ├── recipt_Cust.rpt
│   │   ├── recipt_Other_Cust.cs
│   │   ├── recipt_Other_Cust.rpt
│   │   ├── ReciptReportForm.cs
│   │   ├── ReciptReportForm.Designer.cs
│   │   ├── ReciptReportForm.resx
│   │   ├── Recipt_RoomCharges.Designer.cs
│   │   ├── Recipt_RoomCharges.xsc
│   │   ├── Recipt_RoomCharges.xsd
│   │   ├── Recipt_RoomCharges.xss
│   │   ├── recipt_Room_Cust.cs
│   │   ├── recipt_Room_Cust.rpt
│   │   ├── Resources
│   │   │   ├── 103-1.ico
│   │   │   ├── 103-2.ico
│   │   │   ├── 103.ico
│   │   │   ├── add01.bmp
│   │   │   ├── addEn1.bmp
│   │   │   ├── addEn.bmp
│   │   │   ├── addUnEn1.bmp
│   │   │   ├── akregator.ico
│   │   │   ├── backup.bmp
│   │   │   ├── browse.bmp
│   │   │   ├── Calendar.gif
│   │   │   ├── cancel1.bmp
│   │   │   ├── cancel2.bmp
│   │   │   ├── cancel3.bmp
│   │   │   ├── cancel.bmp
│   │   │   ├── checkin1.bmp
│   │   │   ├── checkin.bmp
│   │   │   ├── checkout1.bmp
│   │   │   ├── checkout2.bmp
│   │   │   ├── checkout.bmp
│   │   │   ├── clock.ico
│   │   │   ├── close.bmp
│   │   │   ├── closeing.bmp
│   │   │   ├── close_t.bmp
│   │   │   ├── Config.ico
│   │   │   ├── confim1.bmp
│   │   │   ├── confim.bmp
│   │   │   ├── confimnew.bmp
│   │   │   ├── Connected-1.gif
│   │   │   ├── Connected-1.ico
│   │   │   ├── Connected-2.gif
│   │   │   ├── Connected.gif
│   │   │   ├── Connected.ico
│   │   │   ├── copy.bmp
│   │   │   ├── cust.bmp
│   │   │   ├── date.ico
│   │   │   ├── default.bmp
│   │   │   ├── del0.bmp
│   │   │   ├── delete.bmp
│   │   │   ├── desk.cpl_I0028_0409.gif
│   │   │   ├── edit0.bmp
│   │   │   ├── edit1.bmp
│   │   │   ├── edit.bmp
│   │   │   ├── error.ico
│   │   │   ├── exit01.bmp
│   │   │   ├── exit1.bmp
│   │   │   ├── exit.bmp
│   │   │   ├── Export.bmp
│   │   │   ├── find1.bmp
│   │   │   ├── find.bmp
│   │   │   ├── guest.bmp
│   │   │   ├── import1.bmp
│   │   │   ├── import.bmp
│   │   │   ├── Insert.bmp
│   │   │   ├── kcmkwm.ico
│   │   │   ├── kcoloredit.ico
│   │   │   ├── kcontrol.ico
│   │   │   ├── kdf.ico
│   │   │   ├── kfm_home.ico
│   │   │   ├── kgpg.ico
│   │   │   ├── klipper.ico
│   │   │   ├── kmenuedit.ico
│   │   │   ├── konsole.gif
│   │   │   ├── kontact.ico
│   │   │   ├── kuser.ico
│   │   │   ├── kworldclock.ico
│   │   │   ├── Login.gif
│   │   │   ├── Login.ico
│   │   │   ├── Login_t.gif
│   │   │   ├── logo1.jpg
│   │   │   ├── logo.jpg
│   │   │   ├── Logout.gif
│   │   │   ├── Logout.ico
│   │   │   ├── Logout_t.gif
│   │   │   ├── looknfeel-1.pcx
│   │   │   ├── looknfeel.gif
│   │   │   ├── looknfeel.pcx
│   │   │   ├── network.ico
│   │   │   ├── ok1.bmp
│   │   │   ├── ok.bmp
│   │   │   ├── paynew.bmp
│   │   │   ├── personal.ico
│   │   │   ├── print.bmp
│   │   │   ├── refresh1.bmp
│   │   │   ├── refresh.bmp
│   │   │   ├── Rename-1.gif
│   │   │   ├── Rename.gif
│   │   │   ├── resert.bmp
│   │   │   ├── roomType.bmp
│   │   │   ├── samba.ico
│   │   │   ├── save1.bmp
│   │   │   ├── save.bmp
│   │   │   ├── search1.bmp
│   │   │   ├── search2.bmp
│   │   │   ├── search.bmp
│   │   │   ├── select.bmp
│   │   │   ├── Symbol-Check-1.gif
│   │   │   ├── Symbol-Check.gif
│   │   │   ├── Symbol-Delete.gif
│   │   │   ├── Symbol-Error-1.gif
│   │   │   ├── Symbol-Error-2.gif
│   │   │   ├── Symbol-Error.gif
│   │   │   ├── taskbar.ico
│   │   │   ├── tasma.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── un_confimnew.bmp
│   │   │   ├── undo.bmp
│   │   │   ├── unpaynew.bmp
│   │   │   ├── updatecheckin.gif
│   │   │   └── viewroom.bmp
│   │   ├── RoomCharge.cs
│   │   ├── RoomCharge.rpt
│   │   ├── RoomCharges.Designer.cs
│   │   ├── RoomCharges.xsc
│   │   ├── RoomCharges.xsd
│   │   ├── RoomCharges.xss
│   │   ├── RoomInUse.cs
│   │   ├── RoomInUseForm.cs
│   │   ├── RoomInUseForm.Designer.cs
│   │   ├── RoomInUseForm.resx
│   │   ├── RoomInUse.rpt
│   │   ├── Settings.cs
│   │   ├── Sub_Deposite.cs
│   │   ├── Sub_Deposite_Reserve.cs
│   │   ├── Sub_Deposite_Reserve.rpt
│   │   ├── Sub_Deposite.rpt
│   │   ├── temp_Closing.cs
│   │   ├── temp_Closing.rpt
│   │   ├── test_recipt_Cust.cs
│   │   ├── test_recipt_Cust.rpt
│   │   └── UILevel
│   │   ├── AboutBox.cs
│   │   ├── AboutBox.Designer.cs
│   │   ├── AboutBox.resx
│   │   ├── AccessRightForm.cs
│   │   ├── AccessRightForm.Designer.cs
│   │   ├── AccessRightForm.resx
│   │   ├── AgencyForm.cs
│   │   ├── AgencyForm.Designer.cs
│   │   ├── AgencyForm.resx
│   │   ├── AgencyListForm.cs
│   │   ├── AgencyListForm.Designer.cs
│   │   ├── AgencyListForm.resx
│   │   ├── AlreadyPayChequeForm.cs
│   │   ├── AlreadyPayChequeForm.Designer.cs
│   │   ├── AlreadyPayChequeForm.resx
│   │   ├── BackUpForm.cs
│   │   ├── BackUpForm.Designer.cs
│   │   ├── BackUpForm.resx
│   │   ├── BackUpWaitForm.cs
│   │   ├── BackUpWaitForm.Designer.cs
│   │   ├── BackUpWaitForm.resx
│   │   ├── BookingForm.cs
│   │   ├── BookingForm.Designer.cs
│   │   ├── BookingForm.resx
│   │   ├── BookingListForm.cs
│   │   ├── BookingListForm.Designer.cs
│   │   ├── BookingListForm.resx
│   │   ├── CalendarForm.cs
│   │   ├── CalendarForm.Designer.cs
│   │   ├── CalendarForm.resx
│   │   ├── CheckInForm.cs
│   │   ├── CheckInForm.Designer.cs
│   │   ├── CheckInForm.resx
│   │   ├── CheckInRefForm.cs
│   │   ├── CheckInRefForm.Designer.cs
│   │   ├── CheckInRefForm.resx
│   │   ├── CheckOutForm.cs
│   │   ├── CheckOutForm.Designer.cs
│   │   ├── CheckOutForm.resx
│   │   ├── ChequeReconciliationForm.cs
│   │   ├── ChequeReconciliationForm.Designer.cs
│   │   ├── ChequeReconciliationForm.resx
│   │   ├── ClosingDateBreakPrintForm.cs
│   │   ├── ClosingDateBreakPrintForm.Designer.cs
│   │   ├── ClosingDateBreakPrintForm.resx
│   │   ├── CurrencyExchangeRateAddForm.cs
│   │   ├── CurrencyExchangeRateAddForm.Designer.cs
│   │   ├── CurrencyExchangeRateAddForm.resx
│   │   ├── CurrencyExchangeRateForm.cs
│   │   ├── CurrencyExchangeRateForm.Designer.cs
│   │   ├── CurrencyExchangeRateForm.resx
│   │   ├── CustomerForm.cs
│   │   ├── CustomerForm.Designer.cs
│   │   ├── CustomerForm.resx
│   │   ├── CustomerListForm.cs
│   │   ├── CustomerListForm.Designer.cs
│   │   ├── CustomerListForm.resx
│   │   ├── CustomerTypeAddForm.cs
│   │   ├── CustomerTypeAddForm.Designer.cs
│   │   ├── CustomerTypeAddForm.resx
│   │   ├── CustomerTypeForm.cs
│   │   ├── CustomerTypeForm.Designer.cs
│   │   ├── CustomerTypeForm.resx
│   │   ├── DailyClosingForm.cs
│   │   ├── DailyClosingForm.Designer.cs
│   │   ├── DailyClosingForm.resx
│   │   ├── DBConnectForm.cs
│   │   ├── DBConnectForm.Designer.cs
│   │   ├── DBConnectForm.resx
│   │   ├── DelCheckRefReasonForm.cs
│   │   ├── DelCheckRefReasonForm.Designer.cs
│   │   ├── DelCheckRefReasonForm.resx
│   │   ├── FallBackClosingForm.cs
│   │   ├── FallBackClosingForm.Designer.cs
│   │   ├── FallBackClosingForm.resx
│   │   ├── InsertDateAndRoomForm.cs
│   │   ├── InsertDateAndRoomForm.Designer.cs
│   │   ├── InsertDateAndRoomForm.resx
│   │   ├── ItemAddForm.cs
│   │   ├── ItemAddForm.Designer.cs
│   │   ├── ItemAddForm.resx
│   │   ├── ItemForm.cs
│   │   ├── ItemForm.Designer.cs
│   │   ├── ItemForm.resx
│   │   ├── LoginForm.cs
│   │   ├── LoginForm.Designer.cs
│   │   ├── LoginForm.resx
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── NewChargesForm.cs
│   │   ├── NewChargesForm.Designer.cs
│   │   ├── NewChargesForm.resx
│   │   ├── PayChequeForm.cs
│   │   ├── PayChequeForm.Designer.cs
│   │   ├── PayChequeForm.resx
│   │   ├── ProgressForm.cs
│   │   ├── ProgressForm.Designer.cs
│   │   ├── ProgressForm.resx
│   │   ├── PropertyInformationForm.cs
│   │   ├── PropertyInformationForm.Designer.cs
│   │   ├── PropertyInformationForm.resx
│   │   ├── RatePlanAddForm.cs
│   │   ├── RatePlanAddForm.Designer.cs
│   │   ├── RatePlanAddForm.resx
│   │   ├── RatePlanForm.cs
│   │   ├── RatePlanForm.Designer.cs
│   │   ├── RatePlanForm.resx
│   │   ├── RegistratorForm.cs
│   │   ├── RegistratorForm.Designer.cs
│   │   ├── RegistratorForm.resx
│   │   ├── ResDelReasonForm.cs
│   │   ├── ResDelReasonForm.Designer.cs
│   │   ├── ResDelReasonForm.resx
│   │   ├── ReserationNumListForm.cs
│   │   ├── ReserationNumListForm.Designer.cs
│   │   ├── ReserationNumListForm.resx
│   │   ├── ReservationAddForm.cs
│   │   ├── ReservationAddForm.Designer.cs
│   │   ├── ReservationAddForm.resx
│   │   ├── ReservationAmendForm.cs
│   │   ├── ReservationAmendForm.Designer.cs
│   │   ├── ReservationAmendForm.resx
│   │   ├── ReservationDepositeForm.cs
│   │   ├── ReservationDepositeForm.Designer.cs
│   │   ├── ReservationDepositeForm.resx
│   │   ├── ReservationForm.cs
│   │   ├── ReservationForm.Designer.cs
│   │   ├── ReservationForm.resx
│   │   ├── ReservationListForm.cs
│   │   ├── ReservationListForm.Designer.cs
│   │   ├── ReservationListForm.resx
│   │   ├── ReservationListViewForm.cs
│   │   ├── ReservationListViewForm.Designer.cs
│   │   ├── ReservationListViewForm.resx
│   │   ├── RestoreForm.cs
│   │   ├── RestoreForm.Designer.cs
│   │   ├── RestoreForm.resx
│   │   ├── RoomFormAddForm.cs
│   │   ├── RoomFormAddForm.Designer.cs
│   │   ├── RoomFormAddForm.resx
│   │   ├── RoomForm.cs
│   │   ├── RoomForm.Designer.cs
│   │   ├── RoomForm.resx
│   │   ├── RoomReservationDetailsAddForm.cs
│   │   ├── RoomReservationDetailsAddForm.Designer.cs
│   │   ├── RoomReservationDetailsAddForm.resx
│   │   ├── RoomReservationDetailsAmendForm.cs
│   │   ├── RoomReservationDetailsAmendForm.Designer.cs
│   │   ├── RoomReservationDetailsAmendForm.resx
│   │   ├── RoomTypeRateAddForm.cs
│   │   ├── RoomTypeRateAddForm.Designer.cs
│   │   ├── RoomTypeRateAddForm.resx
│   │   ├── RoomTypeRateForm.cs
│   │   ├── RoomTypeRateForm.Designer.cs
│   │   ├── RoomTypeRateForm.resx
│   │   ├── RoomTypesAddForm.cs
│   │   ├── RoomTypesAddForm.Designer.cs
│   │   ├── RoomTypesAddForm.resx
│   │   ├── RoomTypesForm.cs
│   │   ├── RoomTypesForm.Designer.cs
│   │   ├── RoomTypesForm.resx
│   │   ├── SearchCheckInForm.cs
│   │   ├── SearchCheckInForm.Designer.cs
│   │   ├── SearchCheckInForm.resx
│   │   ├── SetAccessForm.cs
│   │   ├── SetAccessForm.Designer.cs
│   │   ├── SetAccessForm.resx
│   │   ├── SetPwdForm.cs
│   │   ├── SetPwdForm.Designer.cs
│   │   ├── SetPwdForm.resx
│   │   ├── ShowRateForm.cs
│   │   ├── ShowRateForm.Designer.cs
│   │   ├── ShowRateForm.resx
│   │   ├── UpdateCheckInForm.cs
│   │   ├── UpdateCheckInForm.Designer.cs
│   │   ├── UpdateCheckInForm.resx
│   │   ├── UserForm.cs
│   │   ├── UserForm.Designer.cs
│   │   ├── UserForm.resx
│   │   ├── UsersAddForm.cs
│   │   ├── UsersAddForm.Designer.cs
│   │   ├── UsersAddForm.resx
│   │   ├── WalkInCheckInForm.cs
│   │   ├── WalkInCheckInForm.Designer.cs
│   │   └── WalkInCheckInForm.resx
│   ├── HarbourHotelManage.sln
│   ├── HarbourHotelManage.suo
│   └── x.udl
├── C5
│   ├── FacSchedulerProj
│   │   ├── About.cs
│   │   ├── About.resx
│   │   ├── app.config
│   │   ├── ARDS.Designer.cs
│   │   ├── ARDS.xsc
│   │   ├── ARDS.xsd
│   │   ├── ARDS.xss
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── FacSchedulerProj.application
│   │   │   │   ├── FacSchedulerProj.exe
│   │   │   │   ├── FacSchedulerProj.exe.config
│   │   │   │   ├── FacSchedulerProj.exe.manifest
│   │   │   │   ├── FacSchedulerProj.pdb
│   │   │   │   ├── FacSchedulerProj.vshost.application
│   │   │   │   ├── FacSchedulerProj.vshost.exe
│   │   │   │   ├── FacSchedulerProj.vshost.exe.config
│   │   │   │   └── FacSchedulerProj.vshost.exe.manifest
│   │   │   └── Release
│   │   │   ├── FacSchedulerProj.application
│   │   │   ├── FacSchedulerProj.exe
│   │   │   ├── FacSchedulerProj.exe.config
│   │   │   ├── FacSchedulerProj.exe.manifest
│   │   │   ├── FacSchedulerProj.pdb
│   │   │   ├── FacSchedulerProj.vshost.application
│   │   │   ├── FacSchedulerProj.vshost.exe
│   │   │   └── FacSchedulerProj.vshost.exe.config
│   │   ├── BusinessLevel
│   │   │   ├── AROperatorClass.cs
│   │   │   ├── DeptOperatorClass.cs
│   │   │   ├── EventOperatorClass.cs
│   │   │   ├── EventTypeOperatorClass.cs
│   │   │   ├── StatusOperatorClass.cs
│   │   │   ├── UserOperatorClass.cs
│   │   │   └── UsersOperatorClass.cs
│   │   ├── DataLevel
│   │   │   ├── Connection.cs
│   │   │   └── SqlHelper.cs
│   │   ├── DBBack
│   │   │   └── FacSheduling.bak
│   │   ├── DeptDS.Designer.cs
│   │   ├── DeptDS.xsc
│   │   ├── DeptDS.xsd
│   │   ├── DeptDS.xss
│   │   ├── EventDS.Designer.cs
│   │   ├── EventDS.xsc
│   │   ├── EventDS.xsd
│   │   ├── EventDS.xss
│   │   ├── EventForReportDS.Designer.cs
│   │   ├── EventForReportDS.xsc
│   │   ├── EventForReportDS.xsd
│   │   ├── EventForReportDS.xss
│   │   ├── EventTMCDS.Designer.cs
│   │   ├── EventTMCDS.xsc
│   │   ├── EventTMCDS.xsd
│   │   ├── EventTMCDS.xss
│   │   ├── EventTypeDS.Designer.cs
│   │   ├── EventTypeDS.xsc
│   │   ├── EventTypeDS.xsd
│   │   ├── EventTypeDS.xss
│   │   ├── EventViewDS1.Designer.cs
│   │   ├── EventViewDS1.xsc
│   │   ├── EventViewDS1.xsd
│   │   ├── EventViewDS1.xss
│   │   ├── EventViewDS.cs
│   │   ├── EventViewDS.Designer.cs
│   │   ├── EventViewDS.xsc
│   │   ├── EventViewDS.xsd
│   │   ├── EventViewDS.xss
│   │   ├── FacSchedulerProj.csproj
│   │   ├── FacSchedulerProj.csproj.user
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.Designer.cs
│   │   ├── FrmMain.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── FacSchedulerProj.About.resources
│   │   │   │   ├── FacSchedulerProj.application
│   │   │   │   ├── FacSchedulerProj.csproj.GenerateResource.Cache
│   │   │   │   ├── FacSchedulerProj.exe
│   │   │   │   ├── facschedulerproj.exe.licenses
│   │   │   │   ├── FacSchedulerProj.exe.manifest
│   │   │   │   ├── FacSchedulerProj.FrmMain.resources
│   │   │   │   ├── FacSchedulerProj.pdb
│   │   │   │   ├── FacSchedulerProj.Properties.Resources.resources
│   │   │   │   ├── FacSchedulerProj.Report.Report.resources
│   │   │   │   ├── FacSchedulerProj.Report.UCReport.resources
│   │   │   │   ├── FacSchedulerProj.SchDetailViewForm.resources
│   │   │   │   ├── FacSchedulerProj.SchMain.resources
│   │   │   │   ├── FacSchedulerProj.SchViewMain.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCAccessRights.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCDept.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCEventType.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCScheduler.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCSchedulerViewASL.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCSchedulerViewBNP.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCSchedulerViewTMC.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCSwtPwd.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCUserInfo.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCUser.resources
│   │   │   │   ├── FacSchedulerProj.UC.UCViewEventBNP.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   ├── ARDS.Designer.cs.dll
│   │   │   │   ├── DeptDS.Designer.cs.dll
│   │   │   │   ├── EventDS.Designer.cs.dll
│   │   │   │   ├── EventForReportDS.Designer.cs.dll
│   │   │   │   ├── EventTMCDS.Designer.cs.dll
│   │   │   │   ├── EventTypeDS.Designer.cs.dll
│   │   │   │   ├── EventViewDS1.Designer.cs.dll
│   │   │   │   ├── EventViewDS.Designer.cs.dll
│   │   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── ShedulingDS.Designer.cs.dll
│   │   │   │   ├── StatusDS.Designer.cs.dll
│   │   │   │   └── UserDS.Designer.cs.dll
│   │   │   ├── FacSchedulerProj.csproj.FileListAbsolute.txt
│   │   │   ├── FacSchedulerProj.csproj.FileList.txt
│   │   │   └── Release
│   │   │   ├── FacSchedulerProj.About.resources
│   │   │   ├── FacSchedulerProj.application
│   │   │   ├── FacSchedulerProj.csproj.FileListAbsolute.txt
│   │   │   ├── FacSchedulerProj.csproj.GenerateResource.Cache
│   │   │   ├── FacSchedulerProj.exe
│   │   │   ├── facschedulerproj.exe.licenses
│   │   │   ├── FacSchedulerProj.exe.manifest
│   │   │   ├── FacSchedulerProj.FrmMain.resources
│   │   │   ├── FacSchedulerProj.pdb
│   │   │   ├── FacSchedulerProj.Properties.Resources.resources
│   │   │   ├── FacSchedulerProj.Report.Report.resources
│   │   │   ├── FacSchedulerProj.Report.UCReport.resources
│   │   │   ├── FacSchedulerProj.SchDetailViewForm.resources
│   │   │   ├── FacSchedulerProj.SchMain.resources
│   │   │   ├── FacSchedulerProj.SchViewMain.resources
│   │   │   ├── FacSchedulerProj.UC.UCAccessRights.resources
│   │   │   ├── FacSchedulerProj.UC.UCDept.resources
│   │   │   ├── FacSchedulerProj.UC.UCEventType.resources
│   │   │   ├── FacSchedulerProj.UC.UCScheduler.resources
│   │   │   ├── FacSchedulerProj.UC.UCSchedulerViewASL.resources
│   │   │   ├── FacSchedulerProj.UC.UCSchedulerViewBNP.resources
│   │   │   ├── FacSchedulerProj.UC.UCSchedulerViewTMC.resources
│   │   │   ├── FacSchedulerProj.UC.UCSwtPwd.resources
│   │   │   ├── FacSchedulerProj.UC.UCUserInfo.resources
│   │   │   ├── FacSchedulerProj.UC.UCUser.resources
│   │   │   ├── FacSchedulerProj.UC.UCViewEventBNP.resources
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   ├── ARDS.Designer.cs.dll
│   │   │   ├── DeptDS.Designer.cs.dll
│   │   │   ├── EventDS.Designer.cs.dll
│   │   │   ├── EventForReportDS.Designer.cs.dll
│   │   │   ├── EventTMCDS.Designer.cs.dll
│   │   │   ├── EventTypeDS.Designer.cs.dll
│   │   │   ├── EventViewDS1.Designer.cs.dll
│   │   │   ├── EventViewDS.Designer.cs.dll
│   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   ├── ShedulingDS.Designer.cs.dll
│   │   │   ├── StatusDS.Designer.cs.dll
│   │   │   └── UserDS.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── licenses.licx
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Report
│   │   │   ├── Report.cs
│   │   │   ├── Report.Designer.cs
│   │   │   ├── Report.resx
│   │   │   ├── UCReport.cs
│   │   │   ├── UCReport.Designer.cs
│   │   │   └── UCReport.resx
│   │   ├── Resources
│   │   │   ├── bg.JPG
│   │   │   ├── cancel1.bmp
│   │   │   ├── cancel3.bmp
│   │   │   ├── edit1.bmp
│   │   │   ├── logo1.bmp
│   │   │   ├── logo2.bmp
│   │   │   ├── logo3.bmp
│   │   │   ├── logo.bmp
│   │   │   ├── logoforBNP1.jpg
│   │   │   ├── logo.jpg
│   │   │   ├── logoN1.jpg
│   │   │   ├── logoN.jpg
│   │   │   ├── ok1.bmp
│   │   │   ├── Thumbs.db
│   │   │   └── unpaynew.bmp
│   │   ├── SchDetailViewForm.cs
│   │   ├── SchDetailViewForm.Designer.cs
│   │   ├── SchDetailViewForm.resx
│   │   ├── Scheduler.ico
│   │   ├── SchMain.cs
│   │   ├── SchMain.Designer.cs
│   │   ├── SchMain.resx
│   │   ├── SchViewMain.cs
│   │   ├── SchViewMain.resx
│   │   ├── ShareFile
│   │   │   └── CommonClass.cs
│   │   ├── ShedulingDS.Designer.cs
│   │   ├── ShedulingDS.xsc
│   │   ├── ShedulingDS.xsd
│   │   ├── ShedulingDS.xss
│   │   ├── StatusDS.Designer.cs
│   │   ├── StatusDS.xsc
│   │   ├── StatusDS.xsd
│   │   ├── StatusDS.xss
│   │   ├── UC
│   │   │   ├── UCAccessRights.cs
│   │   │   ├── UCAccessRights.Designer.cs
│   │   │   ├── UCAccessRights.resx
│   │   │   ├── UCDept.cs
│   │   │   ├── UCDept.Designer.cs
│   │   │   ├── UCDept.resx
│   │   │   ├── UCEventType.cs
│   │   │   ├── UCEventType.Designer.cs
│   │   │   ├── UCEventType.resx
│   │   │   ├── UCScheduler.cs
│   │   │   ├── UCScheduler.Designer.cs
│   │   │   ├── UCScheduler.resx
│   │   │   ├── UCSchedulerViewASL.cs
│   │   │   ├── UCSchedulerViewASL.Designer.cs
│   │   │   ├── UCSchedulerViewASL.resx
│   │   │   ├── UCSchedulerViewBNP.cs
│   │   │   ├── UCSchedulerViewBNP.Designer.cs
│   │   │   ├── UCSchedulerViewBNP.resx
│   │   │   ├── UCSchedulerViewTMC.cs
│   │   │   ├── UCSchedulerViewTMC.Designer.cs
│   │   │   ├── UCSchedulerViewTMC.resx
│   │   │   ├── UCSwtPwd.cs
│   │   │   ├── UCSwtPwd.Designer.cs
│   │   │   ├── UCSwtPwd.resx
│   │   │   ├── UCUser.cs
│   │   │   ├── UCUser.Designer.cs
│   │   │   ├── UCUserInfo.cs
│   │   │   ├── UCUserInfo.Designer.cs
│   │   │   ├── UCUserInfo.resx
│   │   │   ├── UCUser.resx
│   │   │   ├── UCViewEventBNP.cs
│   │   │   ├── UCViewEventBNP.Designer.cs
│   │   │   └── UCViewEventBNP.resx
│   │   ├── UserDS.cs
│   │   ├── UserDS.Designer.cs
│   │   ├── UserDS.xsc
│   │   ├── UserDS.xsd
│   │   └── UserDS.xss
│   ├── FacSchedulerProj.sln
│   └── FacSchedulerProj.suo
├── C6
│   ├── 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
│   │   ├── image
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── 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
│   │   │   │   ├── Refactor
│   │   │   │   ├── 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
│   └── 建库脚本.txt
├── C7
│   ├── Db
│   │   └── WorkerManage.bak
│   └── HRM
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── HRM.exe
│   │   ├── HRM.exe.config
│   │   ├── HRM.pdb
│   │   ├── HRM.vshost.exe
│   │   ├── HRM.vshost.exe.config
│   │   ├── HRM.vshost.exe.manifest
│   │   └── Picture
│   │   ├── 1541.JPG
│   │   ├── a]IMG_0067 (22).JPG
│   │   ├── a]IMG_0067 (35).JPG
│   │   ├── menu8.gif
│   │   ├── PGL.jpg
│   │   ├── SL380013_调整大小.jpg
│   │   ├── SL380019_调整大小.JPG
│   │   ├── SL381095_缩小大小.JPG
│   │   └── SL381102.jpg
│   ├── DepartManage
│   │   ├── branchmaneger.cs
│   │   ├── branchmaneger.designer.cs
│   │   ├── branchmaneger.resx
│   │   ├── createbranch.cs
│   │   ├── createbranch.designer.cs
│   │   ├── createbranch.resx
│   │   ├── mainbranch.cs
│   │   ├── mainbranch.designer.cs
│   │   ├── mainbranch.resx
│   │   ├── selectboss.cs
│   │   ├── selectboss.designer.cs
│   │   └── selectboss.resx
│   ├── GlogalManage
│   │   └── GlobalData.cs
│   ├── HolidayManage
│   │   ├── Branchcollect.cs
│   │   ├── Branchcollect.designer.cs
│   │   ├── Branchcollect.resx
│   │   ├── HolidayManageDataSet.Designer.cs
│   │   ├── HolidayManageDataSet.xsc
│   │   ├── HolidayManageDataSet.xsd
│   │   ├── HolidayManageDataSet.xss
│   │   ├── holiydaymanege.cs
│   │   ├── holiydaymanege.designer.cs
│   │   ├── holiydaymanege.resx
│   │   ├── RejectReason.cs
│   │   ├── RejectReason.designer.cs
│   │   ├── RejectReason.resx
│   │   ├── setholiyday.cs
│   │   ├── setholiyday.designer.cs
│   │   ├── setholiyday.resx
│   │   ├── Workercollect.cs
│   │   ├── Workercollect.designer.cs
│   │   └── Workercollect.resx
│   ├── HRM.csproj
│   ├── HRM.csproj.user
│   ├── HRM.sln
│   ├── HRM.suo
│   ├── HumanManage
│   │   ├── selectworker.cs
│   │   ├── selectworker.designer.cs
│   │   ├── selectworker.resx
│   │   ├── UserManagement.cs
│   │   ├── UserManagement.designer.cs
│   │   ├── UserManagement.resx
│   │   ├── UserManager.cs
│   │   ├── UserManager.Designer.cs
│   │   ├── UserManager.xsc
│   │   ├── UserManager.xsd
│   │   └── UserManager.xss
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── obj
│   │   └── Debug
│   │   ├── HRM.addworkmanege.resources
│   │   ├── HRM.Branchcollect.resources
│   │   ├── HRM.branchmaneger.resources
│   │   ├── HRM.changepassword.resources
│   │   ├── HRM.createbranch.resources
│   │   ├── HRM.csproj.FileListAbsolute.txt
│   │   ├── HRM.csproj.GenerateResource.Cache
│   │   ├── HRM.exe
│   │   ├── HRM.histrymoney.resources
│   │   ├── HRM.holiydaymanege.resources
│   │   ├── HRM.login.resources
│   │   ├── HRM.mainbranch.resources
│   │   ├── HRM.MainForm.resources
│   │   ├── HRM.moneymanege.resources
│   │   ├── HRM.pdb
│   │   ├── HRM.Properties.Resources.resources
│   │   ├── HRM.RejectReason.resources
│   │   ├── HRM.selectboss.resources
│   │   ├── HRM.selectsystem.resources
│   │   ├── HRM.selectworker.resources
│   │   ├── HRM.selectwork.resources
│   │   ├── HRM.SetAttendanceType.resources
│   │   ├── HRM.setholiyday.resources
│   │   ├── HRM.setmoney.resources
│   │   ├── HRM.system.resources
│   │   ├── HRM.UserManagement.resources
│   │   ├── HRM.Workercollect.resources
│   │   ├── HRM.workmanege.resources
│   │   ├── Refactor
│   │   └── TempPE
│   │   ├── HolidayManage.HolidayManageDataSet.Designer.cs.dll
│   │   ├── HumanManage.UserManager.Designer.cs.dll
│   │   ├── SalaryManage.SalaryDataSet.Designer.cs.dll
│   │   └── TimecardManage.TimeCardDataset.Designer.cs.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SalaryManage
│   │   ├── histrymoney.cs
│   │   ├── histrymoney.designer.cs
│   │   ├── histrymoney.resx
│   │   ├── moneymanege.cs
│   │   ├── moneymanege.designer.cs
│   │   ├── moneymanege.resx
│   │   ├── SalaryDataSet.Designer.cs
│   │   ├── SalaryDataSet.xsc
│   │   ├── SalaryDataSet.xsd
│   │   ├── SalaryDataSet.xss
│   │   ├── setmoney.cs
│   │   ├── setmoney.designer.cs
│   │   └── setmoney.resx
│   ├── SysManager
│   │   ├── changepassword.cs
│   │   ├── changepassword.designer.cs
│   │   ├── changepassword.resx
│   │   ├── login.cs
│   │   ├── login.designer.cs
│   │   ├── login.resx
│   │   ├── selectsystem.cs
│   │   ├── selectsystem.designer.cs
│   │   ├── selectsystem.resx
│   │   ├── system.cs
│   │   ├── system.designer.cs
│   │   └── system.resx
│   ├── TimecardManage
│   │   ├── selectwork.cs
│   │   ├── selectwork.designer.cs
│   │   ├── selectwork.resx
│   │   ├── SetAttendanceType.cs
│   │   ├── SetAttendanceType.designer.cs
│   │   ├── SetAttendanceType.resx
│   │   ├── TimeCardDataset.Designer.cs
│   │   ├── TimeCardDataset.xsc
│   │   ├── TimeCardDataset.xsd
│   │   ├── TimeCardDataset.xss
│   │   ├── workmanege.cs
│   │   ├── workmanege.designer.cs
│   │   └── workmanege.resx
│   └── WorkTimeManage
│   ├── addworkmanege.cs
│   ├── addworkmanege.designer.cs
│   └── addworkmanege.resx
├── C8
│   └── MoneyAgent
│   ├── data
│   │   └── MoneyNote.mdb
│   ├── Libs
│   │   ├── BankCardAccessor.cs
│   │   ├── BankCardInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Libs.dll
│   │   │   └── Libs.pdb
│   │   ├── ClassDiagram1.cd
│   │   ├── IncomAccessor.cs
│   │   ├── IncomRecord.cs
│   │   ├── Libs.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Libs.csproj.FileListAbsolute.txt
│   │   │   ├── Libs.dll
│   │   │   ├── Libs.pdb
│   │   │   ├── Refactor
│   │   │   │   └── Libs.dll
│   │   │   └── TempPE
│   │   ├── OneNote 目录.onetoc2
│   │   ├── OtherClasses.cs
│   │   ├── OutAccessor.cs
│   │   ├── OutRecord.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── OneNote 目录.onetoc2
│   │   ├── UserAccessor.cs
│   │   └── UserInfo.cs
│   ├── MoneyAgent
│   │   ├── AboutDlg.cs
│   │   ├── AboutDlg.Designer.cs
│   │   ├── AboutDlg.resx
│   │   ├── AddBankCardDlg.cs
│   │   ├── AddBankCardDlg.Designer.cs
│   │   ├── AddBankCardDlg.resx
│   │   ├── AddUserDlg.cs
│   │   ├── AddUserDlg.Designer.cs
│   │   ├── AddUserDlg.resx
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Libs.dll
│   │   │   ├── Libs.pdb
│   │   │   ├── MoneyAgent.exe
│   │   │   ├── MoneyAgent.pdb
│   │   │   ├── MoneyAgent.vshost.exe
│   │   │   └── MoneyAgent.vshost.exe.manifest
│   │   ├── cs.bmp
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── FrmMain.cs
│   │   ├── FrmMain.Designer.cs
│   │   ├── FrmMain.resx
│   │   ├── InRecDlg.cs
│   │   ├── InRecDlg.Designer.cs
│   │   ├── InRecDlg.resx
│   │   ├── LoginDlg.cs
│   │   ├── LoginDlg.Designer.cs
│   │   ├── LoginDlg.resx
│   │   ├── ModifyBankCardDlg.cs
│   │   ├── ModifyBankCardDlg.Designer.cs
│   │   ├── ModifyBankCardDlg.resx
│   │   ├── ModifyPwdDlg.cs
│   │   ├── ModifyPwdDlg.Designer.cs
│   │   ├── ModifyPwdDlg.resx
│   │   ├── MoneyAgent.csproj
│   │   ├── MoneyAgent.csproj.user
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── MoneyAgent.AboutDlg.resources
│   │   │   ├── MoneyAgent.AddBankCardDlg.resources
│   │   │   ├── MoneyAgent.AddUserDlg.resources
│   │   │   ├── MoneyAgent.csproj.FileListAbsolute.txt
│   │   │   ├── MoneyAgent.csproj.GenerateResource.Cache
│   │   │   ├── MoneyAgent.exe
│   │   │   ├── MoneyAgent.FrmMain.resources
│   │   │   ├── MoneyAgent.InRecDlg.resources
│   │   │   ├── MoneyAgent.LoginDlg.resources
│   │   │   ├── MoneyAgent.ModifyBankCardDlg.resources
│   │   │   ├── MoneyAgent.ModifyPwdDlg.resources
│   │   │   ├── MoneyAgent.OutRecDlg.resources
│   │   │   ├── MoneyAgent.pdb
│   │   │   ├── MoneyAgent.Properties.Resources.resources
│   │   │   ├── MoneyAgent.UserGuidDlg.resources
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── OneNote 目录.onetoc2
│   │   ├── OutRecDlg.cs
│   │   ├── OutRecDlg.designer.cs
│   │   ├── OutRecDlg.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── OneNote 目录.onetoc2
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UserGuidDlg.cs
│   │   ├── UserGuidDlg.Designer.cs
│   │   └── UserGuidDlg.resx
│   ├── MoneyAgent.sln
│   ├── MoneyAgent.suo
│   └── OneNote 目录.onetoc2
├── C9
│   └── 图书管理系统
│   ├── 图书管理系统
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── C#入门与精通.doc
│   │   │   ├── C#入门与精通.txt
│   │   │   ├── msg.txt
│   │   │   ├── pic.jpg
│   │   │   ├── 图书管理系统.exe
│   │   │   ├── 图书管理系统.exe.config
│   │   │   ├── 图书管理系统.pdb
│   │   │   ├── 图书管理系统.vshost.exe
│   │   │   ├── 图书管理系统.vshost.exe.config
│   │   │   └── 图书管理系统.vshost.exe.manifest
│   │   ├── Board.cs
│   │   ├── Board.Designer.cs
│   │   ├── Board.resx
│   │   ├── Directory.cs
│   │   ├── Directory.Designer.cs
│   │   ├── Directory.resx
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Login.cs
│   │   ├── Login.Designer.cs
│   │   ├── Login.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── BookmanagemnetDataSet.Designer.cs.dll
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 图书管理系统.Board.resources
│   │   │   │   ├── 图书管理系统.csproj.FileListAbsolute.txt
│   │   │   │   ├── 图书管理系统.csproj.GenerateResource.Cache
│   │   │   │   ├── 图书管理系统.Directory.resources
│   │   │   │   ├── 图书管理系统.exe
│   │   │   │   ├── 图书管理系统.Form1.resources
│   │   │   │   ├── 图书管理系统.Login.resources
│   │   │   │   ├── 图书管理系统.pdb
│   │   │   │   ├── 图书管理系统.Properties.Resources.resources
│   │   │   │   └── 图书管理系统.Read.resources
│   │   │   └── 图书管理系统.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Read.cs
│   │   ├── Read.Designer.cs
│   │   ├── Read.resx
│   │   ├── 图书管理系统.csproj
│   │   └── 图书管理系统.csproj.user
│   ├── 图书管理系统.sln
│   ├── 图书管理系统.suo
│   └── 数据库
│   ├── BookMis_log.ldf
│   └── BookMis.mdf
├── 更新说明.txt
├── 注释.txt
└── 网络信息采集发布工具V7.0最新版.exe

334 directories, 3425 files

标签:

实例下载地址

30天学通C#项目案例开发源代码.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警