实例介绍
asp.net医药管理系统源码,已经破解已过期限制,也是从网上转载的别人下载修改的。
【实例截图】
【核心代码】
f640bea5-bff5-4c18-afec-09473eee7099
└── NET医药管理系统源码
└── 医药ERP管理系统源码(NET)
├── BLL
│ ├── bin
│ │ └── Debug
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── CarlosAg.ExcelXmlWriter.dll
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Tools.dll
│ │ └── Tools.pdb
│ ├── BLL.csproj
│ ├── Business.cs
│ ├── BusinessDelevery.cs
│ ├── BusinessStaffs.cs
│ ├── ConvertData.cs
│ ├── DataBaseOperation.cs
│ ├── Departments.cs
│ ├── Drugs.cs
│ ├── Folders.cs
│ ├── Functions.cs
│ ├── Hospitals.cs
│ ├── InStoreCollections.cs
│ ├── InStoreInvoice.cs
│ ├── InStoreLists.cs
│ ├── InStores.cs
│ ├── Interface_BLL.cs
│ ├── LogDB.cs
│ ├── MailAttachments.cs
│ ├── Mails.cs
│ ├── Modules.cs
│ ├── obj
│ │ └── Debug
│ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ ├── BLL.dll
│ │ ├── BLL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── OrderLists.cs
│ ├── OrderListsMidShops.cs
│ ├── Orders.cs
│ ├── OrdersMidShops.cs
│ ├── OutStoreCollections.cs
│ ├── OutStore.cs
│ ├── OutStoreInvoice.cs
│ ├── OutStoreLists.cs
│ ├── PageView.cs
│ ├── Pharmas.cs
│ ├── Position.cs
│ ├── Products.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RoleModule.cs
│ ├── RoleModuleFunctions.cs
│ ├── Roles.cs
│ ├── Staffs.cs
│ ├── Stocks.cs
│ ├── Stores.cs
│ ├── SubShops.cs
│ ├── sysParam.cs
│ └── Users.cs
├── DAL
│ ├── bin
│ │ └── Debug
│ │ ├── DAL.dll
│ │ └── DAL.pdb
│ ├── ConfigManager.cs
│ ├── DAL.csproj
│ ├── DAO.cs
│ ├── ExecuteProcedure .cs
│ ├── ExecuteSql.cs
│ ├── obj
│ │ ├── DAL.csproj.FileList.txt
│ │ └── Debug
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── Refactor
│ │ └── DAL.dll
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── StoredProcedure.cs
├── DB
│ ├── DrugsDB_log.ldf
│ └── DrugsDB.mdf
├── Drugs
│ ├── BasePage
│ │ ├── BasePage.cs
│ │ ├── BasePage.csproj
│ │ ├── BasicPage.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── BasePage.dll
│ │ │ ├── BasePage.pdb
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── CarlosAg.ExcelXmlWriter.dll
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Tools.dll
│ │ │ └── Tools.pdb
│ │ ├── FrontAjax.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BasePage.csproj.FileListAbsolute.txt
│ │ │ ├── BasePage.csprojResolveAssemblyReference.cache
│ │ │ ├── BasePage.dll
│ │ │ ├── BasePage.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Drugs
│ │ ├── Admin
│ │ │ ├── DataBase
│ │ │ │ ├── 2014-7-15-701465174.bak
│ │ │ │ ├── 2018-7-18-1366231259.bak
│ │ │ │ ├── 2018-7-18-1658244361.bak
│ │ │ │ ├── 2018-7-18-1674210650.bak
│ │ │ │ ├── 2018-7-18-1927107107.bak
│ │ │ │ ├── 2018-7-18-1966779632.bak
│ │ │ │ ├── 2018-7-18-560831044.bak
│ │ │ │ ├── 2018-7-18-570870774.bak
│ │ │ │ ├── 2018-7-18-620027149.bak
│ │ │ │ └── dataConfig.xml
│ │ │ ├── DataBase.aspx
│ │ │ ├── DataBase.aspx.cs
│ │ │ ├── DataBase.aspx.designer.cs
│ │ │ ├── DownLoad.aspx
│ │ │ ├── DownLoad.aspx.cs
│ │ │ └── DownLoad.aspx.designer.cs
│ │ ├── ajax
│ │ │ ├── adminlogin.aspx
│ │ │ ├── adminlogin.aspx.cs
│ │ │ ├── adminlogin.aspx.designer.cs
│ │ │ ├── handler.aspx
│ │ │ ├── handler.aspx.cs
│ │ │ ├── handler.aspx.designer.cs
│ │ │ ├── HandleWeb.aspx
│ │ │ ├── HandleWeb.aspx.cs
│ │ │ ├── HandleWeb.aspx.designer.cs
│ │ │ ├── ViewData.aspx
│ │ │ ├── ViewData.aspx.cs
│ │ │ └── ViewData.aspx.designer.cs
│ │ ├── App_Data
│ │ │ └── Database1.sdf
│ │ ├── arrays.txt
│ │ ├── bin
│ │ │ ├── BasePage.dll
│ │ │ ├── BasePage.pdb
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── CarlosAg.ExcelXmlWriter.dll
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Drugs.dll
│ │ │ ├── Drugs.pdb
│ │ │ ├── EcmaScript.NET.dll
│ │ │ ├── Iesi.Collections.dll
│ │ │ ├── Tools.dll
│ │ │ ├── Tools.pdb
│ │ │ ├── UserControls.dll
│ │ │ ├── UserControls.pdb
│ │ │ ├── XCLNetSearch.dll
│ │ │ └── Yahoo.Yui.Compressor.dll
│ │ ├── Business
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetSubShops.aspx
│ │ │ ├── GetSubShops.aspx.cs
│ │ │ ├── GetSubShops.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── BusinessDelevery
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetBusinessStaffs.aspx
│ │ │ ├── GetBusinessStaffs.aspx.cs
│ │ │ ├── GetBusinessStaffs.aspx.designer.cs
│ │ │ ├── GetHopitals.aspx
│ │ │ ├── GetHopitals.aspx.cs
│ │ │ ├── GetHopitals.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ └── Search.aspx.designer.cs
│ │ ├── BusinessStaffs
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── ChanggePassword.aspx
│ │ ├── ChanggePassword.aspx.cs
│ │ ├── ChanggePassword.aspx.designer.cs
│ │ ├── Control
│ │ │ ├── validate.aspx
│ │ │ ├── validate.aspx.cs
│ │ │ └── validate.aspx.designer.cs
│ │ ├── css
│ │ │ ├── admin.css
│ │ │ ├── adminLogin.css
│ │ │ ├── BaseStyle.css
│ │ │ ├── custompagebar.css
│ │ │ ├── Page.css
│ │ │ ├── skins
│ │ │ │ ├── default.css
│ │ │ │ ├── idialog.css
│ │ │ │ ├── loading.gif
│ │ │ │ └── vssver2.scc
│ │ │ └── themes
│ │ │ ├── default
│ │ │ │ ├── images
│ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ ├── icons-18-black.png
│ │ │ │ │ ├── icons-18-white.png
│ │ │ │ │ ├── icons-36-black.png
│ │ │ │ │ └── icons-36-white.png
│ │ │ │ └── jquery.mobile.css
│ │ │ ├── pull-icon@2x.png
│ │ │ ├── shCore.css
│ │ │ ├── shCoreEclipse.css
│ │ │ ├── shThemeDefault.css
│ │ │ ├── shThemeEclipse.css
│ │ │ ├── shThemeEmacs.css
│ │ │ └── ui.jqgridmobile.css
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── Departments
│ │ │ ├── BrowserDepartment.aspx
│ │ │ ├── BrowserDepartment.aspx.cs
│ │ │ ├── BrowserDepartment.aspx.designer.cs
│ │ │ ├── DepartmentsList.aspx
│ │ │ ├── DepartmentsList.aspx.cs
│ │ │ ├── DepartmentsList.aspx.designer.cs
│ │ │ ├── Header.aspx
│ │ │ ├── Header.aspx.cs
│ │ │ ├── Header.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── MainOperation.aspx
│ │ │ ├── MainOperation.aspx.cs
│ │ │ └── MainOperation.aspx.designer.cs
│ │ ├── DownLoadFiles
│ │ │ ├── 2013-07-02.bak
│ │ │ ├── 2013-07-07.bak
│ │ │ ├── beifen122.bak
│ │ │ ├── beifen12.bak
│ │ │ └── beifen.bak
│ │ ├── Drugs
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetPharmas.aspx
│ │ │ ├── GetPharmas.aspx.cs
│ │ │ ├── GetPharmas.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Drugs.csproj
│ │ ├── Drugs.csproj.user
│ │ ├── Export.aspx
│ │ ├── Export.aspx.cs
│ │ ├── Export.aspx.designer.cs
│ │ ├── Finance
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── FinanceMidShops
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Home
│ │ │ ├── desktop.aspx
│ │ │ ├── desktop.aspx.cs
│ │ │ ├── desktop.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Hospitals
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── HtmlPage1.html
│ │ ├── images
│ │ │ ├── Ico
│ │ │ │ ├── activiy.gif
│ │ │ │ ├── add.gif
│ │ │ │ ├── addgoods.gif
│ │ │ │ ├── Add.png
│ │ │ │ ├── Address_Book.png
│ │ │ │ ├── administrat.gif
│ │ │ │ ├── Alert.png
│ │ │ │ ├── Announcement.png
│ │ │ │ ├── anonymous.gif
│ │ │ │ ├── Back.png
│ │ │ │ ├── Bin_Empty.png
│ │ │ │ ├── Bin_Full.png
│ │ │ │ ├── Box.png
│ │ │ │ ├── building.gif
│ │ │ │ ├── Burn.png
│ │ │ │ ├── Calender.png
│ │ │ │ ├── card.gif
│ │ │ │ ├── CD.png
│ │ │ │ ├── Chat.png
│ │ │ │ ├── Clock.png
│ │ │ │ ├── Close.png
│ │ │ │ ├── coins.gif
│ │ │ │ ├── comment.gif
│ │ │ │ ├── Computer.png
│ │ │ │ ├── Contact.png
│ │ │ │ ├── Database.png
│ │ │ │ ├── delete.gif
│ │ │ │ ├── Delete.png
│ │ │ │ ├── Down.png
│ │ │ │ ├── edit.gif
│ │ │ │ ├── Edit.png
│ │ │ │ ├── exit.gif
│ │ │ │ ├── Favorite.png
│ │ │ │ ├── filter.gif
│ │ │ │ ├── Flag.png
│ │ │ │ ├── Floppy.png
│ │ │ │ ├── Folder_Open.png
│ │ │ │ ├── Folder.png
│ │ │ │ ├── Forward.png
│ │ │ │ ├── giftbox.gif
│ │ │ │ ├── goods.gif
│ │ │ │ ├── Help.png
│ │ │ │ ├── home.gif
│ │ │ │ ├── Home.png
│ │ │ │ ├── Info.png
│ │ │ │ ├── Key.png
│ │ │ │ ├── Lock.png
│ │ │ │ ├── log.gif
│ │ │ │ ├── Mail.png
│ │ │ │ ├── Mail_Read.png
│ │ │ │ ├── member.gif
│ │ │ │ ├── memberuser.gif
│ │ │ │ ├── menu.gif
│ │ │ │ ├── message.gif
│ │ │ │ ├── Music.png
│ │ │ │ ├── null.gif
│ │ │ │ ├── Options.png
│ │ │ │ ├── other.gif
│ │ │ │ ├── others.gif
│ │ │ │ ├── pageChild.gif
│ │ │ │ ├── page.gif
│ │ │ │ ├── paramset.gif
│ │ │ │ ├── Paste.png
│ │ │ │ ├── pay.gif
│ │ │ │ ├── Pictures.png
│ │ │ │ ├── Portfolio.png
│ │ │ │ ├── print.ico
│ │ │ │ ├── print.png
│ │ │ │ ├── Redo.png
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── Refresh.png
│ │ │ │ ├── report.gif
│ │ │ │ ├── RSS.png
│ │ │ │ ├── save.png
│ │ │ │ ├── Search.png
│ │ │ │ ├── security.gif
│ │ │ │ ├── Security.png
│ │ │ │ ├── sound.gif
│ │ │ │ ├── Speaker.png
│ │ │ │ ├── Stationery.png
│ │ │ │ ├── Stats.png
│ │ │ │ ├── Stop.png
│ │ │ │ ├── store.gif
│ │ │ │ ├── sysAdmin.gif
│ │ │ │ ├── System.png
│ │ │ │ ├── Tag.png
│ │ │ │ ├── Template.png
│ │ │ │ ├── Tip.png
│ │ │ │ ├── Tools.png
│ │ │ │ ├── Tutorial.png
│ │ │ │ ├── Undo.png
│ │ │ │ ├── Up.png
│ │ │ │ ├── user.gif
│ │ │ │ ├── User.png
│ │ │ │ ├── Web.png
│ │ │ │ ├── Window.png
│ │ │ │ ├── Wizard.png
│ │ │ │ └── Write.png
│ │ │ ├── Login
│ │ │ │ ├── foot_bg.jpg
│ │ │ │ ├── login_bg.jpg
│ │ │ │ ├── login_box_bg.jpg
│ │ │ │ ├── login_box_left.jpg
│ │ │ │ ├── login_box_line.jpg
│ │ │ │ ├── login_box_right.jpg
│ │ │ │ ├── login_box_title.jpg
│ │ │ │ ├── login_reset.jpg
│ │ │ │ ├── login_submit.jpg
│ │ │ │ ├── top_bg.jpg
│ │ │ │ ├── top_img1.jpg
│ │ │ │ ├── top_img_bak.jpg
│ │ │ │ ├── top_img.jpg
│ │ │ │ └── vssver2.scc
│ │ │ ├── Main
│ │ │ │ ├── loading_16x16.gif
│ │ │ │ ├── logo.gif
│ │ │ │ ├── menu_bg.jpg
│ │ │ │ ├── menu_li_bg.gif
│ │ │ │ ├── menu_li_this_bg.gif
│ │ │ │ ├── menu_open_title.jpg
│ │ │ │ ├── more.gif
│ │ │ │ ├── out_bg.jpg
│ │ │ │ ├── out_right.jpg
│ │ │ │ ├── switch_bg.jpg
│ │ │ │ ├── switch_go_back.jpg
│ │ │ │ ├── switch_go.jpg
│ │ │ │ ├── switch_out.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── top_bg.jpg
│ │ │ │ ├── top_left_bak.jpg
│ │ │ │ ├── top_left.jpg
│ │ │ │ ├── top_right.jpg
│ │ │ │ ├── vssver2.scc
│ │ │ │ ├── welcome_bg.jpg
│ │ │ │ └── welcome_ico.jpg
│ │ │ ├── Main_bg.gif
│ │ │ ├── Page
│ │ │ │ ├── activity_Re.jpg
│ │ │ │ ├── add.jpg
│ │ │ │ ├── book.gif
│ │ │ │ ├── button_bg.jpg
│ │ │ │ ├── current.gif
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── day.gif
│ │ │ │ ├── error404.jpg
│ │ │ │ ├── index_btn_bg.jpg
│ │ │ │ ├── index_btn_bg_ov.jpg
│ │ │ │ ├── night.gif
│ │ │ │ ├── noBook.gif
│ │ │ │ ├── nva_ico.jpg
│ │ │ │ ├── one_white.jpg
│ │ │ │ ├── page_bg.jpg
│ │ │ │ ├── page_this_bg.jpg
│ │ │ │ ├── table_title_bg.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tow_line.jpg
│ │ │ │ ├── vssver2.scc
│ │ │ │ └── wait.gif
│ │ │ ├── pagetag
│ │ │ │ ├── error404.jpg
│ │ │ │ └── vssver2.scc
│ │ │ └── Pop_page_back.gif
│ │ ├── InStore
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetStores.aspx
│ │ │ ├── GetStores.aspx.cs
│ │ │ ├── GetStores.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── InStoreCollections
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetOutStoreInvoice.aspx
│ │ │ ├── GetOutStoreInvoice.aspx.cs
│ │ │ ├── GetOutStoreInvoice.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── InStoreInvoice
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetOutStore.aspx
│ │ │ ├── GetOutStore.aspx.cs
│ │ │ ├── GetOutStore.aspx.designer.cs
│ │ │ ├── GetStaffs.aspx
│ │ │ ├── GetStaffs.aspx.cs
│ │ │ ├── GetStaffs.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLock.aspx
│ │ │ ├── UnLock.aspx.cs
│ │ │ └── UnLock.aspx.designer.cs
│ │ ├── js
│ │ │ ├── admin
│ │ │ │ └── Index.js
│ │ │ ├── artDialog.min.js
│ │ │ ├── artDialog.plugins.js
│ │ │ ├── boxy
│ │ │ │ ├── css
│ │ │ │ │ ├── boxy.css
│ │ │ │ │ └── common.css
│ │ │ │ ├── image
│ │ │ │ │ └── boxy
│ │ │ │ │ ├── boxy-ne.png
│ │ │ │ │ ├── boxy-nw.png
│ │ │ │ │ ├── boxy-se.png
│ │ │ │ │ └── boxy-sw.png
│ │ │ │ └── js
│ │ │ │ ├── jquery-1.2.6.pack.js
│ │ │ │ └── jquery.boxy.js
│ │ │ ├── DatePicker
│ │ │ │ ├── base
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ │ ├── jquery.ui.all.css
│ │ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ │ ├── jquery.ui.base.css
│ │ │ │ │ ├── jquery.ui.button.css
│ │ │ │ │ ├── jquery.ui.core.css
│ │ │ │ │ ├── jquery-ui.css
│ │ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ │ ├── jquery.ui.menu.css
│ │ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ │ ├── jquery.ui.spinner.css
│ │ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ │ ├── jquery.ui.tooltip.css
│ │ │ │ │ └── minified
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ │ ├── jquery.ui.menu.min.css
│ │ │ │ │ ├── jquery-ui.min.css
│ │ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ │ ├── jquery.ui.spinner.min.css
│ │ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ │ ├── jquery.ui.theme.min.css
│ │ │ │ │ └── jquery.ui.tooltip.min.css
│ │ │ │ ├── demos.css
│ │ │ │ ├── jquery.ui.core.js
│ │ │ │ ├── jquery.ui.datepicker.js
│ │ │ │ └── jquery.ui.widget.js
│ │ │ ├── Grid
│ │ │ │ ├── css
│ │ │ │ │ ├── demo_page.css
│ │ │ │ │ ├── demo_table.css
│ │ │ │ │ ├── demo_table_jui.css
│ │ │ │ │ ├── jquery.data.table.cn.txt
│ │ │ │ │ ├── jquery.dataTables.css
│ │ │ │ │ └── jquery.dataTables_themeroller.css
│ │ │ │ ├── images
│ │ │ │ │ ├── back_disabled.png
│ │ │ │ │ ├── back_enabled_hover.png
│ │ │ │ │ ├── back_enabled.png
│ │ │ │ │ ├── favicon.ico
│ │ │ │ │ ├── forward_disabled.png
│ │ │ │ │ ├── forward_enabled_hover.png
│ │ │ │ │ ├── forward_enabled.png
│ │ │ │ │ ├── sort_asc_disabled.png
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_both.png
│ │ │ │ │ ├── sort_desc_disabled.png
│ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ └── Sorting icons.psd
│ │ │ │ ├── js
│ │ │ │ │ ├── jquery.dataTables.js
│ │ │ │ │ ├── jquery.dataTables.min.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ └── oPagination.js
│ │ │ │ ├── src
│ │ │ │ │ ├── api
│ │ │ │ │ │ ├── api.internal.js
│ │ │ │ │ │ ├── api.methods.js
│ │ │ │ │ │ └── api.static.js
│ │ │ │ │ ├── core
│ │ │ │ │ │ ├── core.ajax.js
│ │ │ │ │ │ ├── core.columns.js
│ │ │ │ │ │ ├── core.constructor.js
│ │ │ │ │ │ ├── core.data.js
│ │ │ │ │ │ ├── core.draw.js
│ │ │ │ │ │ ├── core.filter.js
│ │ │ │ │ │ ├── core.info.js
│ │ │ │ │ │ ├── core.init.js
│ │ │ │ │ │ ├── core.length.js
│ │ │ │ │ │ ├── core.page.js
│ │ │ │ │ │ ├── core.processing.js
│ │ │ │ │ │ ├── core.scrolling.js
│ │ │ │ │ │ ├── core.sizing.js
│ │ │ │ │ │ ├── core.sort.js
│ │ │ │ │ │ ├── core.state.js
│ │ │ │ │ │ └── core.support.js
│ │ │ │ │ ├── DataTables.js
│ │ │ │ │ ├── ext
│ │ │ │ │ │ ├── ext.classes.js
│ │ │ │ │ │ ├── ext.paging.js
│ │ │ │ │ │ ├── ext.sorting.js
│ │ │ │ │ │ └── ext.types.js
│ │ │ │ │ └── model
│ │ │ │ │ ├── model.column.js
│ │ │ │ │ ├── model.defaults.columns.js
│ │ │ │ │ ├── model.defaults.js
│ │ │ │ │ ├── model.ext.js
│ │ │ │ │ ├── model.row.js
│ │ │ │ │ ├── model.search.js
│ │ │ │ │ └── model.settings.js
│ │ │ │ └── unit_testing
│ │ │ │ ├── controller.js
│ │ │ │ ├── controller.php
│ │ │ │ ├── index.html
│ │ │ │ ├── performance
│ │ │ │ │ ├── draw.html
│ │ │ │ │ ├── large.php
│ │ │ │ │ ├── page.html
│ │ │ │ │ └── sort.html
│ │ │ │ ├── templates
│ │ │ │ │ ├── 2512.php
│ │ │ │ │ ├── 6776.php
│ │ │ │ │ ├── complex_header_2.php
│ │ │ │ │ ├── -complex_header.php
│ │ │ │ │ ├── deferred_table.php
│ │ │ │ │ ├── dom_data.php
│ │ │ │ │ ├── dom_data_th.php
│ │ │ │ │ ├── dom_data_two_headers.php
│ │ │ │ │ ├── dymanic_table.php
│ │ │ │ │ ├── empty_table.php
│ │ │ │ │ ├── html_table.php
│ │ │ │ │ ├── js_data_mixed_types.php
│ │ │ │ │ ├── js_data.php
│ │ │ │ │ └── two_tables.php
│ │ │ │ ├── tests
│ │ │ │ │ └── 1_dom
│ │ │ │ │ └── _zero_config.js
│ │ │ │ ├── tests_onhold
│ │ │ │ │ ├── 1_dom
│ │ │ │ │ │ ├── 2512.js
│ │ │ │ │ │ ├── 2530-2.js
│ │ │ │ │ │ ├── 2530.js
│ │ │ │ │ │ ├── 2569.js
│ │ │ │ │ │ ├── 2600.js
│ │ │ │ │ │ ├── 2608.js
│ │ │ │ │ │ ├── 2635.js
│ │ │ │ │ │ ├── 2746-stable-sort.js
│ │ │ │ │ │ ├── 2799.js
│ │ │ │ │ │ ├── 2840-restore-table-width.js
│ │ │ │ │ │ ├── 2914-state-save-sort.js
│ │ │ │ │ │ ├── 5396-fnUpdate-arrays.js
│ │ │ │ │ │ ├── 5396-fnUpdate-arrays-mData.js
│ │ │ │ │ │ ├── 5508-xscroll-zero-content.js
│ │ │ │ │ │ ├── 6776-scrolling-table-grows.js
│ │ │ │ │ │ ├── aaSortingFixed.js
│ │ │ │ │ │ ├── aaSorting.js
│ │ │ │ │ │ ├── aoColumns.bSearchable.js
│ │ │ │ │ │ ├── aoColumns.bSortable.js
│ │ │ │ │ │ ├── aoColumns.bUseRendered.js
│ │ │ │ │ │ ├── aoColumns.bVisible2.js
│ │ │ │ │ │ ├── aoColumns.bVisible.js
│ │ │ │ │ │ ├── aoColumns.fnRender.js
│ │ │ │ │ │ ├── aoColumns.iDataSort.js
│ │ │ │ │ │ ├── aoColumns.sClass.js
│ │ │ │ │ │ ├── aoColumns.sName.js
│ │ │ │ │ │ ├── aoColumns.sTitle.js
│ │ │ │ │ │ ├── aoColumns.sWidth.js
│ │ │ │ │ │ ├── aoSearchCols.js
│ │ │ │ │ │ ├── asStripClasses.js
│ │ │ │ │ │ ├── bAutoWidth.js
│ │ │ │ │ │ ├── bFilter.js
│ │ │ │ │ │ ├── bInfiniteScroll.js
│ │ │ │ │ │ ├── bInfo.js
│ │ │ │ │ │ ├── bJQueryUI.js
│ │ │ │ │ │ ├── bLengthChange.js
│ │ │ │ │ │ ├── bPaginate.js
│ │ │ │ │ │ ├── bProcessing.js
│ │ │ │ │ │ ├── bServerSide.js
│ │ │ │ │ │ ├── bSortCellsTop.js
│ │ │ │ │ │ ├── bSortClasses.js
│ │ │ │ │ │ ├── bSort.js
│ │ │ │ │ │ ├── -complex_header.js
│ │ │ │ │ │ ├── fnCookieCallback.js
│ │ │ │ │ │ ├── fnCreatedCell.js
│ │ │ │ │ │ ├── fnCreatedRow.js
│ │ │ │ │ │ ├── fnDeleteRow.js
│ │ │ │ │ │ ├── fnDrawCallback.js
│ │ │ │ │ │ ├── fnFilter.js
│ │ │ │ │ │ ├── fnFooterCallback.js
│ │ │ │ │ │ ├── fnHeaderCallback.js
│ │ │ │ │ │ ├── fnInfoCallback.js
│ │ │ │ │ │ ├── fnInitComplete.js
│ │ │ │ │ │ ├── fnRowCallback.js
│ │ │ │ │ │ ├── fnSetColumnVis2.js
│ │ │ │ │ │ ├── fnSetColumnVis.js
│ │ │ │ │ │ ├── _getDataFunctions.js
│ │ │ │ │ │ ├── html-autodetect-sort.js
│ │ │ │ │ │ ├── iDisplayLength.js
│ │ │ │ │ │ ├── -iDraw.js
│ │ │ │ │ │ ├── oLanguage.oPaginate.js
│ │ │ │ │ │ ├── oLanguage.sInfoEmpty.js
│ │ │ │ │ │ ├── oLanguage.sInfo.js
│ │ │ │ │ │ ├── oLanguage.sInfoPostFix.js
│ │ │ │ │ │ ├── oLanguage.sLengthMenu.js
│ │ │ │ │ │ ├── oLanguage.sProcessing.js
│ │ │ │ │ │ ├── oLanguage.sSearch.js
│ │ │ │ │ │ ├── oLanguage.sUrl.js
│ │ │ │ │ │ ├── oLanguage.sZeroRecords.js
│ │ │ │ │ │ ├── oSearch.js
│ │ │ │ │ │ ├── sAjaxSource.js
│ │ │ │ │ │ ├── sDom.js
│ │ │ │ │ │ ├── _setDataFunctions.js
│ │ │ │ │ │ ├── sPaginationType.js
│ │ │ │ │ │ ├── sScrollXY.js
│ │ │ │ │ │ ├── th_in_body.js
│ │ │ │ │ │ └── _zero_config.js
│ │ │ │ │ ├── 2_js
│ │ │ │ │ │ ├── 39-nested-null.js
│ │ │ │ │ │ ├── 6872-default-content-missing-props.js
│ │ │ │ │ │ ├── 8549--string-sorting-nonstrings.js
│ │ │ │ │ │ ├── aaSortingFixed.js
│ │ │ │ │ │ ├── aaSorting.js
│ │ │ │ │ │ ├── aoColumns.bSearchable.js
│ │ │ │ │ │ ├── aoColumns.bSortable.js
│ │ │ │ │ │ ├── aoColumns.bUseRendered.js
│ │ │ │ │ │ ├── aoColumns.bVisible.js
│ │ │ │ │ │ ├── aoColumns.fnRender.js
│ │ │ │ │ │ ├── aoColumns.iDataSort.js
│ │ │ │ │ │ ├── aoColumns.sClass.js
│ │ │ │ │ │ ├── aoColumns.sName.js
│ │ │ │ │ │ ├── aoColumns.sTitle.js
│ │ │ │ │ │ ├── aoColumns.sWidth.js
│ │ │ │ │ │ ├── aoSearchCols.js
│ │ │ │ │ │ ├── asStripClasses.js
│ │ │ │ │ │ ├── bAutoWidth.js
│ │ │ │ │ │ ├── bFilter.js
│ │ │ │ │ │ ├── bInfo.js
│ │ │ │ │ │ ├── bLengthChange.js
│ │ │ │ │ │ ├── bPaginate.js
│ │ │ │ │ │ ├── bProcessing.js
│ │ │ │ │ │ ├── bServerSide.js
│ │ │ │ │ │ ├── bSortClasses.js
│ │ │ │ │ │ ├── bSort.js
│ │ │ │ │ │ ├── fnCreatedCell.js
│ │ │ │ │ │ ├── fnCreatedRow.js
│ │ │ │ │ │ ├── fnDrawCallback.js
│ │ │ │ │ │ ├── fnFooterCallback.js
│ │ │ │ │ │ ├── fnHeaderCallback.js
│ │ │ │ │ │ ├── fnInitComplete.js
│ │ │ │ │ │ ├── fnRowCallback.js
│ │ │ │ │ │ ├── iDisplayLength.js
│ │ │ │ │ │ ├── js_data_mixed_types.js
│ │ │ │ │ │ ├── oLanguage.oPaginate.js
│ │ │ │ │ │ ├── oLanguage.sInfoEmpty.js
│ │ │ │ │ │ ├── oLanguage.sInfo.js
│ │ │ │ │ │ ├── oLanguage.sInfoPostFix.js
│ │ │ │ │ │ ├── oLanguage.sLengthMenu.js
│ │ │ │ │ │ ├── oLanguage.sProcessing.js
│ │ │ │ │ │ ├── oLanguage.sSearch.js
│ │ │ │ │ │ ├── oLanguage.sUrl.js
│ │ │ │ │ │ ├── oLanguage.sZeroRecords.js
│ │ │ │ │ │ ├── oSearch.js
│ │ │ │ │ │ ├── sAjaxSource.js
│ │ │ │ │ │ ├── sDom.js
│ │ │ │ │ │ ├── sPaginationType.js
│ │ │ │ │ │ └── _zero_config.js
│ │ │ │ │ ├── 3_ajax
│ │ │ │ │ │ ├── aaSortingFixed.js
│ │ │ │ │ │ ├── aaSorting.js
│ │ │ │ │ │ ├── aoColumns.bSearchable.js
│ │ │ │ │ │ ├── aoColumns.bSortable.js
│ │ │ │ │ │ ├── aoColumns.bUseRendered.js
│ │ │ │ │ │ ├── aoColumns.bVisible.js
│ │ │ │ │ │ ├── aoColumns.fnRender.js
│ │ │ │ │ │ ├── aoColumns.iDataSort.js
│ │ │ │ │ │ ├── aoColumns.sClass.js
│ │ │ │ │ │ ├── aoColumns.sName.js
│ │ │ │ │ │ ├── aoColumns.sTitle.js
│ │ │ │ │ │ ├── aoColumns.sWidth.js
│ │ │ │ │ │ ├── aoSearchCols.js
│ │ │ │ │ │ ├── asStripClasses.js
│ │ │ │ │ │ ├── bAutoWidth.js
│ │ │ │ │ │ ├── bFilter.js
│ │ │ │ │ │ ├── bInfo.js
│ │ │ │ │ │ ├── bLengthChange.js
│ │ │ │ │ │ ├── bPaginate.js
│ │ │ │ │ │ ├── bProcessing.js
│ │ │ │ │ │ ├── bServerSide.js
│ │ │ │ │ │ ├── bSortClasses.js
│ │ │ │ │ │ ├── bSort.js
│ │ │ │ │ │ ├── fnCreatedCell.js
│ │ │ │ │ │ ├── fnCreatedRow.js
│ │ │ │ │ │ ├── fnDrawCallback.js
│ │ │ │ │ │ ├── fnHeaderCallback.js
│ │ │ │ │ │ ├── fnInitComplete.js
│ │ │ │ │ │ ├── fnRowCallback.js
│ │ │ │ │ │ ├── fnServerData.js
│ │ │ │ │ │ ├── iDisplayLength.js
│ │ │ │ │ │ ├── oLanguage.oPaginate.js
│ │ │ │ │ │ ├── oLanguage.sInfoEmpty.js
│ │ │ │ │ │ ├── oLanguage.sInfo.js
│ │ │ │ │ │ ├── oLanguage.sInfoPostFix.js
│ │ │ │ │ │ ├── oLanguage.sLengthMenu.js
│ │ │ │ │ │ ├── oLanguage.sLoadingRecords.js
│ │ │ │ │ │ ├── oLanguage.sProcessing.js
│ │ │ │ │ │ ├── oLanguage.sSearch.js
│ │ │ │ │ │ ├── oLanguage.sUrl.js
│ │ │ │ │ │ ├── oLanguage.sZeroRecords.js
│ │ │ │ │ │ ├── oSearch.js
│ │ │ │ │ │ ├── sAjaxDataProp2.js
│ │ │ │ │ │ ├── sAjaxDataProp.js
│ │ │ │ │ │ ├── sAjaxSource.js
│ │ │ │ │ │ ├── sDom.js
│ │ │ │ │ │ ├── sPaginationType.js
│ │ │ │ │ │ └── _zero_config.js
│ │ │ │ │ ├── 4_server-side
│ │ │ │ │ │ ├── 2440.js
│ │ │ │ │ │ ├── 2569.js
│ │ │ │ │ │ ├── 2600.js
│ │ │ │ │ │ ├── aaSortingFixed.js
│ │ │ │ │ │ ├── aaSorting.js
│ │ │ │ │ │ ├── aoColumns.bSearchable.js
│ │ │ │ │ │ ├── aoColumns.bSortable.js
│ │ │ │ │ │ ├── aoColumns.bUseRendered.js
│ │ │ │ │ │ ├── aoColumns.bVisible.js
│ │ │ │ │ │ ├── aoColumns.fnRender.js
│ │ │ │ │ │ ├── aoColumns.sClass.js
│ │ │ │ │ │ ├── aoColumns.sName.js
│ │ │ │ │ │ ├── aoColumns.sTitle.js
│ │ │ │ │ │ ├── aoColumns.sWidth.js
│ │ │ │ │ │ ├── aoSearchCols.js
│ │ │ │ │ │ ├── asStripClasses.js
│ │ │ │ │ │ ├── bAutoWidth.js
│ │ │ │ │ │ ├── bFilter.js
│ │ │ │ │ │ ├── bInfiniteScroll.js
│ │ │ │ │ │ ├── bInfo.js
│ │ │ │ │ │ ├── bLengthChange.js
│ │ │ │ │ │ ├── bPaginate.js
│ │ │ │ │ │ ├── bProcessing.js
│ │ │ │ │ │ ├── bServerSide.js
│ │ │ │ │ │ ├── bSortClasses.js
│ │ │ │ │ │ ├── bSort.js
│ │ │ │ │ │ ├── fnCreatedCell.js
│ │ │ │ │ │ ├── fnCreatedRow.js
│ │ │ │ │ │ ├── fnDrawCallback.js
│ │ │ │ │ │ ├── fnHeaderCallback.js
│ │ │ │ │ │ ├── fnInitComplete.js
│ │ │ │ │ │ ├── fnRowCallback.js
│ │ │ │ │ │ ├── iDeferLoading.js
│ │ │ │ │ │ ├── iDisplayLength.js
│ │ │ │ │ │ ├── -iDraw.js
│ │ │ │ │ │ ├── oLanguage.oPaginate.js
│ │ │ │ │ │ ├── oLanguage.sInfoEmpty.js
│ │ │ │ │ │ ├── oLanguage.sInfo.js
│ │ │ │ │ │ ├── oLanguage.sInfoPostFix.js
│ │ │ │ │ │ ├── oLanguage.sLengthMenu.js
│ │ │ │ │ │ ├── oLanguage.sProcessing.js
│ │ │ │ │ │ ├── oLanguage.sSearch.js
│ │ │ │ │ │ ├── oLanguage.sUrl.js
│ │ │ │ │ │ ├── oLanguage.sZeroRecords.js
│ │ │ │ │ │ ├── oSearch.js
│ │ │ │ │ │ ├── sAjaxDataProp.js
│ │ │ │ │ │ ├── sAjaxSource.js
│ │ │ │ │ │ ├── sDom.js
│ │ │ │ │ │ ├── sPaginationType.js
│ │ │ │ │ │ └── _zero_config.js
│ │ │ │ │ ├── 5_ajax_objects
│ │ │ │ │ │ ├── aaSortingFixed.js
│ │ │ │ │ │ ├── aaSorting.js
│ │ │ │ │ │ ├── aoColumns.bSearchable.js
│ │ │ │ │ │ ├── aoColumns.bSortable.js
│ │ │ │ │ │ ├── aoColumns.bUseRendered.js
│ │ │ │ │ │ ├── aoColumns.bVisible.js
│ │ │ │ │ │ ├── aoColumns.fnRender.js
│ │ │ │ │ │ ├── aoColumns.iDataSort.js
│ │ │ │ │ │ ├── aoColumns.sClass.js
│ │ │ │ │ │ ├── aoColumns.sName.js
│ │ │ │ │ │ ├── aoColumns.sTitle.js
│ │ │ │ │ │ ├── aoColumns.sWidth.js
│ │ │ │ │ │ ├── aoSearchCols.js
│ │ │ │ │ │ ├── asStripClasses.js
│ │ │ │ │ │ ├── bAutoWidth.js
│ │ │ │ │ │ ├── bFilter.js
│ │ │ │ │ │ ├── bInfo.js
│ │ │ │ │ │ ├── bLengthChange.js
│ │ │ │ │ │ ├── bPaginate.js
│ │ │ │ │ │ ├── bProcessing.js
│ │ │ │ │ │ ├── bServerSide.js
│ │ │ │ │ │ ├── bSortClasses.js
│ │ │ │ │ │ ├── bSort.js
│ │ │ │ │ │ ├── fnDrawCallback.js
│ │ │ │ │ │ ├── fnHeaderCallback.js
│ │ │ │ │ │ ├── fnInitComplete.js
│ │ │ │ │ │ ├── fnRowCallback.js
│ │ │ │ │ │ ├── fnServerData.js
│ │ │ │ │ │ ├── iDisplayLength.js
│ │ │ │ │ │ ├── oLanguage.oPaginate.js
│ │ │ │ │ │ ├── oLanguage.sInfoEmpty.js
│ │ │ │ │ │ ├── oLanguage.sInfo.js
│ │ │ │ │ │ ├── oLanguage.sInfoPostFix.js
│ │ │ │ │ │ ├── oLanguage.sLengthMenu.js
│ │ │ │ │ │ ├── oLanguage.sProcessing.js
│ │ │ │ │ │ ├── oLanguage.sSearch.js
│ │ │ │ │ │ ├── oLanguage.sUrl.js
│ │ │ │ │ │ ├── oLanguage.sZeroRecords.js
│ │ │ │ │ │ ├── oSearch.js
│ │ │ │ │ │ ├── sAjaxSource.js
│ │ │ │ │ │ ├── sDom.js
│ │ │ │ │ │ ├── sPaginationType.js
│ │ │ │ │ │ ├── _zero_config_arrays_subobjects.js
│ │ │ │ │ │ ├── _zero_config_deep.js
│ │ │ │ │ │ ├── _zero_config.js
│ │ │ │ │ │ ├── _zero_config_mDataProp.js
│ │ │ │ │ │ ├── _zero_config_null_source.js
│ │ │ │ │ │ ├── _zero_config_objects.js
│ │ │ │ │ │ └── _zero_config_objects_subarrays.js
│ │ │ │ │ └── 6_delayed_rendering
│ │ │ │ │ ├── aaSortingFixed.js
│ │ │ │ │ ├── aaSorting.js
│ │ │ │ │ ├── aoColumns.bSearchable.js
│ │ │ │ │ ├── aoColumns.bSortable.js
│ │ │ │ │ ├── aoColumns.bUseRendered.js
│ │ │ │ │ ├── aoColumns.bVisible.js
│ │ │ │ │ ├── aoColumns.fnRender.js
│ │ │ │ │ ├── aoColumns.iDataSort.js
│ │ │ │ │ ├── aoColumns.sClass.js
│ │ │ │ │ ├── aoColumns.sName.js
│ │ │ │ │ ├── aoColumns.sTitle.js
│ │ │ │ │ ├── aoColumns.sWidth.js
│ │ │ │ │ ├── aoSearchCols.js
│ │ │ │ │ ├── asStripClasses.js
│ │ │ │ │ ├── bAutoWidth.js
│ │ │ │ │ ├── bFilter.js
│ │ │ │ │ ├── bInfo.js
│ │ │ │ │ ├── bLengthChange.js
│ │ │ │ │ ├── bPaginate.js
│ │ │ │ │ ├── bProcessing.js
│ │ │ │ │ ├── bServerSide.js
│ │ │ │ │ ├── bSortClasses.js
│ │ │ │ │ ├── bSort.js
│ │ │ │ │ ├── fnDrawCallback.js
│ │ │ │ │ ├── fnHeaderCallback.js
│ │ │ │ │ ├── fnInitComplete.js
│ │ │ │ │ ├── fnRowCallback.js
│ │ │ │ │ ├── fnServerData.js
│ │ │ │ │ ├── iDisplayLength.js
│ │ │ │ │ ├── oLanguage.oPaginate.js
│ │ │ │ │ ├── oLanguage.sInfoEmpty.js
│ │ │ │ │ ├── oLanguage.sInfo.js
│ │ │ │ │ ├── oLanguage.sInfoPostFix.js
│ │ │ │ │ ├── oLanguage.sLengthMenu.js
│ │ │ │ │ ├── oLanguage.sProcessing.js
│ │ │ │ │ ├── oLanguage.sSearch.js
│ │ │ │ │ ├── oLanguage.sUrl.js
│ │ │ │ │ ├── oLanguage.sZeroRecords.js
│ │ │ │ │ ├── oSearch.js
│ │ │ │ │ ├── sAjaxDataProp2.js
│ │ │ │ │ ├── sAjaxDataProp.js
│ │ │ │ │ ├── sAjaxSource.js
│ │ │ │ │ ├── sDom.js
│ │ │ │ │ ├── sPaginationType.js
│ │ │ │ │ └── _zero_config.js
│ │ │ │ └── unit_test.js
│ │ │ ├── jquery-1.6.min.js
│ │ │ ├── jquery-1.7.2.min.js
│ │ │ ├── jquery.cookie.js
│ │ │ ├── jquery.form.js
│ │ │ ├── jquery.tools.min.js
│ │ │ ├── JScript.js
│ │ │ ├── login
│ │ │ │ └── js_login.js
│ │ │ ├── md5.js
│ │ │ ├── nightly
│ │ │ │ ├── jquery.qtip.min.css
│ │ │ │ └── jquery.qtip.min.js
│ │ │ ├── Tipswindown
│ │ │ │ ├── tipswindown.js
│ │ │ │ └── windown.css
│ │ │ └── tools.js
│ │ ├── Login.aspx
│ │ ├── Login.aspx.cs
│ │ ├── Login.aspx.designer.cs
│ │ ├── Logout.aspx
│ │ ├── Logout.aspx.cs
│ │ ├── Logout.aspx.designer.cs
│ │ ├── Modules
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Index_son.aspx
│ │ │ ├── Index_son.aspx.cs
│ │ │ └── Index_son.aspx.designer.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Drugs.csproj.FileListAbsolute.txt
│ │ │ ├── Drugs.csprojResolveAssemblyReference.cache
│ │ │ ├── Drugs.dll
│ │ │ ├── Drugs.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── Orders
│ │ │ ├── Add1.aspx
│ │ │ ├── Add1.aspx.cs
│ │ │ ├── Add1.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetDrugs.aspx
│ │ │ ├── GetDrugs.aspx.cs
│ │ │ ├── GetDrugs.aspx.designer.cs
│ │ │ ├── GetSubShops.aspx
│ │ │ ├── GetSubShops.aspx.cs
│ │ │ ├── GetSubShops.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── OrdersMidShops
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetSubShops.aspx
│ │ │ ├── GetSubShops.aspx.cs
│ │ │ ├── GetSubShops.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── OutStore
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetMidShops.aspx
│ │ │ ├── GetMidShops.aspx.cs
│ │ │ ├── GetMidShops.aspx.designer.cs
│ │ │ ├── GetStores.aspx
│ │ │ ├── GetStores.aspx.cs
│ │ │ ├── GetStores.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── OutStoreCollections
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetOutStoreInvoice.aspx
│ │ │ ├── GetOutStoreInvoice.aspx.cs
│ │ │ ├── GetOutStoreInvoice.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── UnLockData.aspx
│ │ │ ├── UnLockData.aspx.cs
│ │ │ └── UnLockData.aspx.designer.cs
│ │ ├── OutStoreInvoice
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Approve.aspx
│ │ │ ├── Approve.aspx.cs
│ │ │ ├── Approve.aspx.designer.cs
│ │ │ ├── Detail.aspx
│ │ │ ├── Detail.aspx.cs
│ │ │ ├── Detail.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetOutStore.aspx
│ │ │ ├── GetOutStore.aspx.cs
│ │ │ ├── GetOutStore.aspx.designer.cs
│ │ │ ├── GetStaffs.aspx
│ │ │ ├── GetStaffs.aspx.cs
│ │ │ ├── GetStaffs.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.designer.cs
│ │ │ ├── Search.aspx
│ │ │ ├── Search.aspx.cs
│ │ │ ├── Search.aspx.designer.cs
│ │ │ ├── UnLock.aspx
│ │ │ ├── UnLock.aspx.cs
│ │ │ └── UnLock.aspx.designer.cs
│ │ ├── Permissions
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Pharmas
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Positions
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Reports
│ │ │ ├── Orders.aspx
│ │ │ ├── Orders.aspx.cs
│ │ │ ├── Orders.aspx.designer.cs
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ └── WebForm1.aspx.designer.cs
│ │ ├── Roles
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Scripts
│ │ │ ├── jquery-1.7.1.intellisense.js
│ │ │ ├── jquery-1.7.1.js
│ │ │ ├── jquery-1.7.1.min.js
│ │ │ ├── jquery-ui-1.8.20.js
│ │ │ ├── jquery-ui-1.8.20.min.js
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ ├── jquery.unobtrusive-ajax.min.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ ├── jquery.validate.unobtrusive.min.js
│ │ │ ├── jquery.validate-vsdoc.js
│ │ │ ├── knockout-2.1.0.debug.js
│ │ │ ├── knockout-2.1.0.js
│ │ │ ├── modernizr-2.5.3.js
│ │ │ ├── _references.js
│ │ │ └── zTree
│ │ │ ├── css
│ │ │ │ ├── demo.css
│ │ │ │ └── zTreeStyle
│ │ │ │ ├── img
│ │ │ │ │ ├── diy
│ │ │ │ │ │ ├── 1_close.png
│ │ │ │ │ │ ├── 1_open.png
│ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ └── 9.png
│ │ │ │ │ ├── line_conn.gif
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── zTreeStandard.gif
│ │ │ │ │ └── zTreeStandard.png
│ │ │ │ └── zTreeStyle.css
│ │ │ └── js
│ │ │ ├── jquery-1.4.4.min.js
│ │ │ ├── jquery.ztree.all-3.5.js
│ │ │ ├── jquery.ztree.all-3.5.min.js
│ │ │ ├── jquery.ztree.core-3.5.js
│ │ │ ├── jquery.ztree.core-3.5.min.js
│ │ │ ├── jquery.ztree.excheck-3.5.js
│ │ │ ├── jquery.ztree.excheck-3.5.min.js
│ │ │ ├── jquery.ztree.exedit-3.5.js
│ │ │ ├── jquery.ztree.exedit-3.5.min.js
│ │ │ ├── jquery.ztree.exhide-3.5.js
│ │ │ └── jquery.ztree.exhide-3.5.min.js
│ │ ├── Staffs
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Details.aspx
│ │ │ ├── Details.aspx.cs
│ │ │ ├── Details.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetDepartments.aspx
│ │ │ ├── GetDepartments.aspx.cs
│ │ │ ├── GetDepartments.aspx.designer.cs
│ │ │ ├── GetPositions.aspx
│ │ │ ├── GetPositions.aspx.cs
│ │ │ ├── GetPositions.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── Stocks
│ │ │ ├── MidShopStocks.aspx
│ │ │ ├── MidShopStocks.aspx.cs
│ │ │ ├── MidShopStocks.aspx.designer.cs
│ │ │ ├── SubShopStocks.aspx
│ │ │ ├── SubShopStocks.aspx.cs
│ │ │ └── SubShopStocks.aspx.designer.cs
│ │ ├── Stores
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── SubShops
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── Import.aspx
│ │ │ ├── Import.aspx.cs
│ │ │ ├── Import.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── UploadFiles
│ │ │ ├── 091ed22e-54dd-4fa9-8b67-cc3b3afe8bb5.xls
│ │ │ ├── 0b36f755-dacc-4a99-b123-51d13bb70671.xls
│ │ │ ├── 0ddef35a-073b-468c-ae48-2626b347e5c4.xls
│ │ │ ├── 0e387cc2-281d-4c8f-b98a-6f39e42e0d60.xls
│ │ │ ├── 187b49c9-42a5-4dea-9697-fe829e36a6bf.xls
│ │ │ ├── 1ba592cf-ea4b-4695-b7dd-d1d008ccd3f9.bak
│ │ │ ├── 1e283ed1-1c85-4b2b-8689-7f57dc77bba4.xls
│ │ │ ├── 21186ece-d527-4143-84ef-2f4624d7e42f.xls
│ │ │ ├── 3156b2f3-4fe1-4844-b0bc-49d98d784c9c.bak
│ │ │ ├── 33e017c8-a168-4c6c-ace1-16fec3c3b4de.xls
│ │ │ ├── 3867a7c1-247e-471d-b70c-4ddf71c22947.xls
│ │ │ ├── 3d738493-58cb-40d2-872c-1c73182af7b6.xls
│ │ │ ├── 3fb2bbbe-0753-476c-8b96-c26528687b6d.xls
│ │ │ ├── 40175bdb-e9fe-4cc2-8851-bf470a0a10f9.xls
│ │ │ ├── 405e1c71-4f23-48d6-8764-4d47693f5c17.bak
│ │ │ ├── 435bd42f-dc81-45c9-92fd-9e60e2386342.xls
│ │ │ ├── 4fddf035-a51e-4554-9a9f-540036b0b417.xls
│ │ │ ├── 50b5f0b7-81cb-4875-8e17-f13e76dae495.xls
│ │ │ ├── 558c60e2-b0cf-4177-97f9-a246064b2b54.xls
│ │ │ ├── 55c9e7c7-7c47-4377-b01b-5b83d4aa8c57.xls
│ │ │ ├── 5ab29fe2-2c80-4590-9434-57555dd23bce.xls
│ │ │ ├── 5dbe6151-0156-4b91-a4d4-0ce75965c778.xls
│ │ │ ├── 5f3fea23-3910-47e6-b48c-9c92cc3fb630.xls
│ │ │ ├── 61bf82f3-7960-4bc4-986f-11c07b0810fa.xls
│ │ │ ├── 635b6ab4-b5ed-4c04-841f-acff2ce3dbd3.xls
│ │ │ ├── 65d198ae-36e4-4e62-9bf0-99d97991d7d7.xls
│ │ │ ├── 662d326e-f884-4b46-ad02-47627603f283.xls
│ │ │ ├── 68525d8b-498e-4a2d-b345-8f6dc2bd3507.xls
│ │ │ ├── 68797e29-7cfa-49e6-bdf0-89df63032d39.xls
│ │ │ ├── 797be010-f2d5-4689-95bc-2240b8e5e71a.xls
│ │ │ ├── 79beb7cf-9901-49b8-8d64-d082c8f0c2fd.xls
│ │ │ ├── 7c3ec6a4-bbc0-44a2-adbe-a679b84621a7.bak
│ │ │ ├── 815f2933-dc97-4f19-b5fe-e222c971b0ce.xls
│ │ │ ├── 82558d33-1e44-4ee9-868d-9e9a5941d61f.xls
│ │ │ ├── 8b0a07bf-9133-441a-93c2-bb6ed2f1bba6.xls
│ │ │ ├── 8fa131cd-c379-439d-8e2e-5f4ff1ff4bec.xls
│ │ │ ├── 908cfa44-abb2-4cdb-99cb-4d62212e9840.xls
│ │ │ ├── 9499347e-965e-4808-9b1c-6a656ba090b1.xls
│ │ │ ├── 9535a411-91d7-445a-b355-01ba2a500fd9.xls
│ │ │ ├── 965739e6-a1d0-4c5c-9c53-a4471db923e5.xls
│ │ │ ├── 9745f85c-4165-4169-b445-b0f1ce8c174a.xls
│ │ │ ├── 9b3e39e4-f29f-419b-b18e-98612cb03f12.xls
│ │ │ ├── 9ca49136-3248-4c9e-bec4-f5c79d01bc73.xls
│ │ │ ├── 9ebf375f-4618-4369-af77-470f088e79da.xls
│ │ │ ├── 9fa6ec62-aefd-4dbe-8661-0efbd068ce02.bak
│ │ │ ├── a7ae0e9f-929e-499e-8983-d81fee369d34.bak
│ │ │ ├── a8c1de32-6b1a-4baf-bc48-9f69d09b9754.xls
│ │ │ ├── aaf8caea-02d9-4b04-834e-e5ea94a9267c.xls
│ │ │ ├── b07a23db-f8dc-4cdc-a292-1ec6b344e96b.xls
│ │ │ ├── b4559cff-e517-4877-b684-cf8f343074bc.xls
│ │ │ ├── b926fcca-3d54-4a03-8950-1ac0b70ea472.xls
│ │ │ ├── bca994a7-76cc-4bb4-b1f1-5fa8c74f2411.xls
│ │ │ ├── c168c49c-bc34-432b-ae9d-40f5b47bdb40.xls
│ │ │ ├── c528090c-e7ac-48dd-ba8a-2d6148e34412.xls
│ │ │ ├── cf44910b-9d03-4b72-b2d0-002d423cbd97.xls
│ │ │ ├── d3e8a7ab-f586-4580-83cc-a26b709c41ad.xls
│ │ │ ├── d4ccef69-1ef3-49eb-aa1b-ccd4a1b74e00.xls
│ │ │ ├── d852f1d8-ea0c-4406-91a4-ad0485438964.xls
│ │ │ ├── da89968f-96e5-4a58-9b0d-7eb0af83f8c9.xls
│ │ │ ├── de3d27ec-45f5-4a54-a753-36d770bacfa0.xls
│ │ │ ├── e494a281-b186-4b74-a2bc-094515fb0e57.xls
│ │ │ ├── e5aeb7f3-4522-4111-a74d-6be3caec04d5.xls
│ │ │ ├── e7c9d846-a10f-426d-88db-ea2bb3a83c5d.xls
│ │ │ ├── e96206de-fc7b-4970-ac13-6ec61278455f.xls
│ │ │ ├── e9c424f5-b956-4fe8-b1b0-6a86eb87a925.xls
│ │ │ ├── ec768c05-1853-4bb6-81f3-5e7f3ccbff9d.xls
│ │ │ ├── ed178156-c484-4a82-a4ba-a70d65436196.xls
│ │ │ ├── f13f51e6-4911-4d6a-bc12-d9adc35c3077.xls
│ │ │ └── faec63a2-52f9-4d8d-a771-ce411b83801f.xls
│ │ ├── UserControls
│ │ │ ├── ButtonsControl.ascx
│ │ │ ├── ButtonsControl.ascx.cs
│ │ │ ├── ButtonsControl.ascx.designer.cs
│ │ │ ├── Menus.ascx
│ │ │ ├── Menus.ascx.cs
│ │ │ ├── Menus.ascx.designer.cs
│ │ │ ├── PagesTool.ascx
│ │ │ ├── PagesTool.ascx.cs
│ │ │ ├── PagesTool.ascx.designer.cs
│ │ │ ├── SearchTool.ascx
│ │ │ ├── SearchTool.ascx.cs
│ │ │ ├── SearchTool.ascx.designer.cs
│ │ │ ├── SearchTools.ascx
│ │ │ ├── SearchTools.ascx.cs
│ │ │ └── SearchTools.ascx.designer.cs
│ │ ├── Users
│ │ │ ├── Add.aspx
│ │ │ ├── Add.aspx.cs
│ │ │ ├── Add.aspx.designer.cs
│ │ │ ├── Edit.aspx
│ │ │ ├── Edit.aspx.cs
│ │ │ ├── Edit.aspx.designer.cs
│ │ │ ├── GetRoles.aspx
│ │ │ ├── GetRoles.aspx.cs
│ │ │ ├── GetRoles.aspx.designer.cs
│ │ │ ├── GetStaffs.aspx
│ │ │ ├── GetStaffs.aspx.cs
│ │ │ ├── GetStaffs.aspx.designer.cs
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ └── Index.aspx.designer.cs
│ │ ├── web.config
│ │ ├── web.Debug.config
│ │ ├── WebForm1.aspx
│ │ ├── WebForm1.aspx.cs
│ │ ├── WebForm1.aspx.designer.cs
│ │ ├── WebForm2.aspx
│ │ ├── WebForm2.aspx.cs
│ │ ├── WebForm2.aspx.designer.cs
│ │ ├── WebForm3.aspx
│ │ ├── WebForm3.aspx.cs
│ │ ├── WebForm3.aspx.designer.cs
│ │ ├── WebForm4.aspx
│ │ ├── WebForm4.aspx.cs
│ │ ├── WebForm4.aspx.designer.cs
│ │ ├── WebForm5.aspx
│ │ ├── WebForm5.aspx.cs
│ │ ├── WebForm5.aspx.designer.cs
│ │ ├── WebForm6.aspx
│ │ ├── WebForm6.aspx.cs
│ │ ├── WebForm6.aspx.designer.cs
│ │ ├── WebForm7.aspx
│ │ ├── WebForm7.aspx.cs
│ │ ├── WebForm7.aspx.designer.cs
│ │ └── web.Release.config
│ ├── Drugs.sln
│ ├── Drugs.v11.suo
│ ├── Tools
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CarlosAg.ExcelXmlWriter.dll
│ │ │ ├── Tools.dll
│ │ │ └── Tools.pdb
│ │ ├── CacheUtil.cs
│ │ ├── Common.cs
│ │ ├── ComplexAssem.cs
│ │ ├── ControlHelp.cs
│ │ ├── ConvertData.cs
│ │ ├── CookiesHelp.cs
│ │ ├── DirFile.cs
│ │ ├── Encrypt.cs
│ │ ├── EnumUtils.cs
│ │ ├── ExcelColumnCollection.cs
│ │ ├── ExcelColumn.cs
│ │ ├── ExcelExp.cs
│ │ ├── ExcelHelper.cs
│ │ ├── ExcelMoreBook.cs
│ │ ├── FileValidation.cs
│ │ ├── ImageHelp.cs
│ │ ├── IPHelp.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── Tools.csproj.FileListAbsolute.txt
│ │ │ ├── Tools.csprojResolveAssemblyReference.cache
│ │ │ ├── Tools.dll
│ │ │ └── Tools.pdb
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RequestCheck.cs
│ │ ├── SessionsHelp.cs
│ │ ├── StringHelp.cs
│ │ ├── Tools.csproj
│ │ ├── Validator.cs
│ │ └── WebControl.cs
│ └── UserControls
│ ├── AcountUtil.cs
│ ├── bin
│ │ └── Debug
│ │ ├── UserControls.dll
│ │ └── UserControls.pdb
│ ├── GridViewEx.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── UserControls.csproj.FileListAbsolute.txt
│ │ ├── UserControls.csprojResolveAssemblyReference.cache
│ │ ├── UserControls.dll
│ │ └── UserControls.pdb
│ ├── PageService.cs
│ ├── PageTool.cs
│ ├── PageToolService.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Search.cs
│ ├── SearchFieldInfo .cs
│ ├── Searching.cs
│ └── UserControls.csproj
└── 源码必读.txt
130 directories, 1523 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论