实例介绍
BN055-开发框架 C#源码 无密码
【实例截图】
【核心代码】
f2f569fb-cacb-4637-a345-1cc4276abf4a
└── BN055-开发框架
├── CSFramework-WebService-Bridge-3.37
│ ├── CSFramework3.Client
│ │ ├── CSFramework3.AccountModule
│ │ │ ├── CSFramework3.AccountModule.csproj
│ │ │ ├── CSFramework3.AccountModule.csproj.user
│ │ │ ├── frmAccountMain.cs
│ │ │ ├── frmAccountMain.Designer.cs
│ │ │ ├── frmAccountMain.resx
│ │ │ ├── frmAP.cs
│ │ │ ├── frmAP.Designer.cs
│ │ │ ├── frmAP.resx
│ │ │ ├── frmAR.cs
│ │ │ ├── frmAR.Designer.cs
│ │ │ ├── frmAR.resx
│ │ │ ├── frmQueryOutstanding.cs
│ │ │ ├── frmQueryOutstanding.Designer.cs
│ │ │ ├── frmQueryOutstanding.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.AccountModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.AccountModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.AccountModule.dll
│ │ │ │ ├── csframework3.accountmodule.dll.licenses
│ │ │ │ ├── CSFramework3.AccountModule.frmAccountMain.resources
│ │ │ │ ├── CSFramework3.AccountModule.frmAP.resources
│ │ │ │ ├── CSFramework3.AccountModule.frmAR.resources
│ │ │ │ ├── CSFramework3.AccountModule.frmQueryOutstanding.resources
│ │ │ │ ├── CSFramework3.AccountModule.pdb
│ │ │ │ ├── CSFramework3.AccountModule.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── 48_Dept.bmp
│ │ │ ├── 48_Expense.bmp
│ │ │ ├── 48_GRN.bmp
│ │ │ ├── 48_GRNReturn.bmp
│ │ │ ├── 48_ImportCard.png
│ │ │ ├── 48_MaintainItem.bmp
│ │ │ ├── 48_MenuAuth1.bmp
│ │ │ ├── 48_MenuAuth.bmp
│ │ │ ├── 48_OperateLog.bmp
│ │ │ ├── 48_PeriodEnd.bmp
│ │ │ ├── 48_Pn.bmp
│ │ │ ├── 48_PromotionPlan.bmp
│ │ │ ├── 48_Quotation1.bmp
│ │ │ ├── 48_Quotation.bmp
│ │ │ ├── 48_SalesInvoice.bmp
│ │ │ ├── 48_SalesOrder.bmp
│ │ │ ├── 48_SignCard.bmp
│ │ │ ├── 48_StockTakeOpenReport.bmp
│ │ │ ├── 60_Export.bmp
│ │ │ ├── 64_Check.bmp
│ │ │ ├── bk_reg.gif
│ │ │ ├── ButtonCascade.png
│ │ │ ├── find50x50.ico
│ │ │ └── logo-for-app1.png
│ │ ├── CSFramework3.Bridge
│ │ │ ├── AccountModule
│ │ │ │ ├── AP_Bridge.cs
│ │ │ │ └── AR_Bridge.cs
│ │ │ ├── BridgeFactory.cs
│ │ │ ├── CommonBridge
│ │ │ │ └── CommonData_Bridge.cs
│ │ │ ├── CSFramework3.Bridge.csproj
│ │ │ ├── CSFramework3.Bridge.csproj.user
│ │ │ ├── DataDictModule
│ │ │ │ ├── CommonDataDict_Bridge.cs
│ │ │ │ ├── Customer_Bridge.cs
│ │ │ │ ├── DataDict_Bridge.cs
│ │ │ │ └── Product_Bridge.cs
│ │ │ ├── InventoryModule
│ │ │ │ ├── IA_Bridge.cs
│ │ │ │ ├── IC_Bridge.cs
│ │ │ │ ├── IN_Bridge.cs
│ │ │ │ └── IO_Bridge.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.Bridge.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Bridge.dll
│ │ │ │ ├── CSFramework3.Bridge.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── CSFramework3.Bridge.dll
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── PurchaseModule
│ │ │ │ └── PO_Bridge.cs
│ │ │ ├── SalesModule
│ │ │ │ └── SO_Bridge.cs
│ │ │ └── SystemModule
│ │ │ ├── AttachFile_Bridge.cs
│ │ │ ├── EditLogHistory_Bridge.cs
│ │ │ ├── User_Bridge.cs
│ │ │ └── UserGroup_Bridge.cs
│ │ ├── CSFramework3.Business
│ │ │ ├── bllAttachmentLib.cs
│ │ │ ├── BLL_Base
│ │ │ │ ├── bllBaseBusiness.cs
│ │ │ │ ├── bllBase.cs
│ │ │ │ └── bllBaseDataDict.cs
│ │ │ ├── BLL_Business
│ │ │ │ ├── bllAP.cs
│ │ │ │ ├── bllAR.cs
│ │ │ │ ├── bllBusinessLog.cs
│ │ │ │ ├── bllIA.cs
│ │ │ │ ├── bllIC.cs
│ │ │ │ ├── bllIN.cs
│ │ │ │ ├── bllIO.cs
│ │ │ │ ├── bllPO.cs
│ │ │ │ ├── bllSO.cs
│ │ │ │ └── bllUnknow.cs
│ │ │ ├── bllCompanyInfo.cs
│ │ │ ├── BLL_DataDict
│ │ │ │ ├── bllAccountIDs.cs
│ │ │ │ ├── bllCommonDataDict.cs
│ │ │ │ ├── bllCustomer.cs
│ │ │ │ ├── bllNullObjectDataDict.cs
│ │ │ │ ├── bllPerson.cs
│ │ │ │ └── bllProduct.cs
│ │ │ ├── bllLocalLog.cs
│ │ │ ├── CommonData.cs
│ │ │ ├── CSFramework3.Business.csproj
│ │ │ ├── CSFramework3.Business.csproj.user
│ │ │ ├── DataDictCache.cs
│ │ │ ├── GenerateItemsDef.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.Business.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.Business.dll
│ │ │ │ ├── CKG.FrameworkADO.Business.pdb
│ │ │ │ ├── CKG.HZSAF.Business.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.Business.dll
│ │ │ │ ├── CKG.HZSAF.Business.pdb
│ │ │ │ ├── CSFramework3.Business.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Business.dll
│ │ │ │ ├── CSFramework3.Business.pdb
│ │ │ │ ├── CSFramework.Business.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.Business.dll
│ │ │ │ ├── CSFramework.Business.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ ├── CKG.FrameworkADO.Business.dll
│ │ │ │ │ ├── CKG.HZSAF.Business.dll
│ │ │ │ │ ├── CSFramework3.Business.dll
│ │ │ │ │ └── CSFramework.Business.dll
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Security
│ │ │ ├── ActionNodeTag.cs
│ │ │ ├── AuthNodeTag.cs
│ │ │ ├── bllGroupAuthority.cs
│ │ │ ├── bllMenuMgr.cs
│ │ │ ├── bllUser.cs
│ │ │ ├── DomainLdapTools.cs
│ │ │ ├── LoginAuthorization.cs
│ │ │ └── NovellLdapTools.cs
│ │ ├── CSFramework3-Client.sln
│ │ ├── CSFramework3.DataDictionary
│ │ │ ├── CSFramework3.DataDictionary.csproj
│ │ │ ├── CSFramework3.DataDictionary.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmCommonDataDict.cs
│ │ │ ├── frmCommonDataDict.Designer.cs
│ │ │ ├── frmCommonDataDict.resx
│ │ │ ├── frmCustomer.cs
│ │ │ ├── frmCustomer.Designer.cs
│ │ │ ├── frmCustomer.resx
│ │ │ ├── frmDataDictionaryMain.cs
│ │ │ ├── frmDataDictionaryMain.Designer.cs
│ │ │ ├── frmDataDictionaryMain.resx
│ │ │ ├── frmPerson.cs
│ │ │ ├── frmPerson.Designer.cs
│ │ │ ├── frmPerson.resx
│ │ │ ├── frmProduct.cs
│ │ │ ├── frmProduct.Designer.cs
│ │ │ ├── frmProduct.resx
│ │ │ ├── frmTestChild.cs
│ │ │ ├── frmTestChild.Designer.cs
│ │ │ ├── frmTestChild.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.DataDictionary.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.DataDictionary.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.DataDictionary.dll
│ │ │ │ ├── ckg.frameworkado.datadictionary.dll.licenses
│ │ │ │ ├── CKG.FrameworkADO.DataDictionary.pdb
│ │ │ │ ├── CKG.FrameworkADO.DataDictionary.Properties.Resources.resources
│ │ │ │ ├── CKG.HZSAF.DataDictionary.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.DataDictionary.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.DataDictionary.dll
│ │ │ │ ├── ckg.hzsaf.datadictionary.dll.licenses
│ │ │ │ ├── CKG.HZSAF.DataDictionary.frmProduct.resources
│ │ │ │ ├── CKG.HZSAF.DataDictionary.pdb
│ │ │ │ ├── CKG.HZSAF.DataDictionary.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.DataDictionary.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.DataDictionary.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.DataDictionary.dll
│ │ │ │ ├── csframework3.datadictionary.dll.licenses
│ │ │ │ ├── CSFramework3.DataDictionary.Form1.resources
│ │ │ │ ├── CSFramework3.DataDictionary.frmCommonDataDict.resources
│ │ │ │ ├── CSFramework3.DataDictionary.frmCustomer.resources
│ │ │ │ ├── CSFramework3.DataDictionary.frmDataDictionaryMain.resources
│ │ │ │ ├── CSFramework3.DataDictionary.frmPerson.resources
│ │ │ │ ├── CSFramework3.DataDictionary.frmProduct.resources
│ │ │ │ ├── CSFramework3.DataDictionary.frmTestChild.resources
│ │ │ │ ├── CSFramework3.DataDictionary.pdb
│ │ │ │ ├── CSFramework3.DataDictionary.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── 16_Connets.ico
│ │ │ ├── 48_Bank.bmp
│ │ │ ├── 48_CommissionCalculate.bmp
│ │ │ ├── 48_Currency.bmp
│ │ │ ├── 48_Customer.bmp
│ │ │ ├── 48_CustomsStock.bmp
│ │ │ ├── 48_GiftExchange.bmp
│ │ │ ├── 48_HrPeriod.bmp
│ │ │ ├── 48_IssueFactory.bmp
│ │ │ ├── 48_Item.bmp
│ │ │ ├── 48_Job.bmp
│ │ │ ├── 48_ManageExpenses.bmp
│ │ │ ├── 48_NewProduct.bmp
│ │ │ ├── 48_Payment.bmp
│ │ │ ├── 48_PaymentType.bmp
│ │ │ ├── 48_Stock.bmp
│ │ │ ├── 48_UserIns.bmp
│ │ │ ├── 48_Warehouse.bmp
│ │ │ ├── bk_reg.gif
│ │ │ ├── find50x50.ico
│ │ │ ├── info-32x32.png
│ │ │ ├── logo-for-app1.png
│ │ │ └── Products.png
│ │ ├── CSFramework3.Interfaces
│ │ │ ├── CSFramework3.Interfaces.csproj
│ │ │ ├── CSFramework3.Interfaces.csproj.user
│ │ │ ├── Interfaces_Bridge
│ │ │ │ ├── IBridge_AP.cs
│ │ │ │ ├── IBridge_AR.cs
│ │ │ │ ├── IBridge_AttachFile.cs
│ │ │ │ ├── IBridge_CommonDAL.cs
│ │ │ │ ├── IBridge_CommonDataDict.cs
│ │ │ │ ├── IBridge_Customer.cs
│ │ │ │ ├── IBridge_DataDict.cs
│ │ │ │ ├── IBridge_IA.cs
│ │ │ │ ├── IBridge_IC.cs
│ │ │ │ ├── IBridge_IN.cs
│ │ │ │ ├── IBridge_IO.cs
│ │ │ │ ├── IBridge_PO.cs
│ │ │ │ ├── IBridge_Product.cs
│ │ │ │ ├── IBridge_SO.cs
│ │ │ │ ├── IBridge_SystemLog.cs
│ │ │ │ ├── IBridge_User.cs
│ │ │ │ └── IBridge_UserGroup.cs
│ │ │ ├── Interfaces_System
│ │ │ │ ├── IAttachmentStorage.cs
│ │ │ │ ├── IBusinessManage.cs
│ │ │ │ ├── IBusinessSupportable.cs
│ │ │ │ ├── IButtonInfo.cs
│ │ │ │ ├── IButtonList.cs
│ │ │ │ ├── IDataOperatable.cs
│ │ │ │ ├── IFormBase.cs
│ │ │ │ ├── IFuzzySearchSupportable.cs
│ │ │ │ ├── ILoginAuthorization.cs
│ │ │ │ ├── ILogSupportable.cs
│ │ │ │ ├── IMdiChildForm.cs
│ │ │ │ ├── IMdiForm.cs
│ │ │ │ ├── IModuleBase.cs
│ │ │ │ ├── IModuleID.cs
│ │ │ │ ├── IMsg.cs
│ │ │ │ ├── IObserver.cs
│ │ │ │ ├── IPurviewControllable.cs
│ │ │ │ ├── ISummaryView.cs
│ │ │ │ ├── ISystemLog.cs
│ │ │ │ └── IToolbarRegister.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.Interfaces.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Interfaces.dll
│ │ │ │ ├── CSFramework3.Interfaces.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── CSFramework3.Interfaces.dll
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CSFramework3.InventoryModule
│ │ │ ├── CSFramework3.InventoryModule.csproj
│ │ │ ├── CSFramework3.InventoryModule.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmIA.cs
│ │ │ ├── frmIA.Designer.cs
│ │ │ ├── frmIA.resx
│ │ │ ├── frmIC.cs
│ │ │ ├── frmIC.Designer.cs
│ │ │ ├── frmIC.resx
│ │ │ ├── frmIN.cs
│ │ │ ├── frmIN.Designer.cs
│ │ │ ├── frmIN.resx
│ │ │ ├── frmIO.cs
│ │ │ ├── frmIO.Designer.cs
│ │ │ ├── frmIO.resx
│ │ │ ├── frmModuleMain.cs
│ │ │ ├── frmModuleMain.Designer.cs
│ │ │ ├── frmModuleMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.InventoryModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.InventoryModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.InventoryModule.dll
│ │ │ │ ├── ckg.frameworkado.inventorymodule.dll.licenses
│ │ │ │ ├── CKG.FrameworkADO.InventoryModule.pdb
│ │ │ │ ├── CKG.FrameworkADO.InventoryModule.Properties.Resources.resources
│ │ │ │ ├── CKG.HZSAF.InventoryModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.InventoryModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.InventoryModule.dll
│ │ │ │ ├── ckg.hzsaf.inventorymodule.dll.licenses
│ │ │ │ ├── CKG.HZSAF.InventoryModule.frmInOut.resources
│ │ │ │ ├── CKG.HZSAF.InventoryModule.frmModuleMain.resources
│ │ │ │ ├── CKG.HZSAF.InventoryModule.pdb
│ │ │ │ ├── CKG.HZSAF.InventoryModule.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.InventoryModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.InventoryModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.InventoryModule.dll
│ │ │ │ ├── csframework3.inventorymodule.dll.licenses
│ │ │ │ ├── CSFramework3.InventoryModule.Form1.resources
│ │ │ │ ├── CSFramework3.InventoryModule.frmIA.resources
│ │ │ │ ├── CSFramework3.InventoryModule.frmIC.resources
│ │ │ │ ├── CSFramework3.InventoryModule.frmIN.resources
│ │ │ │ ├── CSFramework3.InventoryModule.frmIO.resources
│ │ │ │ ├── CSFramework3.InventoryModule.frmModuleMain.resources
│ │ │ │ ├── CSFramework3.InventoryModule.pdb
│ │ │ │ ├── CSFramework3.InventoryModule.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── 48_Adjustment.bmp
│ │ │ ├── 48_NewProduct.bmp
│ │ │ ├── 48_Raw.bmp
│ │ │ ├── 48_SalaryParmater.bmp
│ │ │ ├── 48_StockTaking.bmp
│ │ │ ├── bk_reg.gif
│ │ │ ├── ckg.bmp
│ │ │ ├── description-icon.png
│ │ │ ├── find50x50.ico
│ │ │ ├── logo-for-app1.png
│ │ │ └── take.png
│ │ ├── CSFramework3.Main
│ │ │ ├── CSFramework3.Main.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmAbout.cs
│ │ │ ├── frmAbout.Designer.cs
│ │ │ ├── frmAbout.resx
│ │ │ ├── frmLogin.cs
│ │ │ ├── frmLogin.Designer.cs
│ │ │ ├── frmLogin.resx
│ │ │ ├── frmMain.cs
│ │ │ ├── frmMain.Designer.cs
│ │ │ ├── frmMain.resx
│ │ │ ├── logo.ico
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.Main.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.Main.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.Main.exe
│ │ │ │ ├── ckg.frameworkado.main.exe.licenses
│ │ │ │ ├── CKG.FrameworkADO.Main.pdb
│ │ │ │ ├── CKG.FrameworkADO.Main.Properties.Resources.resources
│ │ │ │ ├── CKG.HZSAF.Main.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.Main.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.Main.exe
│ │ │ │ ├── ckg.hzsaf.main.exe.licenses
│ │ │ │ ├── CKG.HZSAF.Main.frmAbout.resources
│ │ │ │ ├── CKG.HZSAF.Main.frmLogin.resources
│ │ │ │ ├── CKG.HZSAF.Main.frmMain.resources
│ │ │ │ ├── CKG.HZSAF.Main.pdb
│ │ │ │ ├── CKG.HZSAF.Main.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.Main.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Main.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.Main.exe
│ │ │ │ ├── csframework3.main.exe.licenses
│ │ │ │ ├── CSFramework3.Main.Form1.resources
│ │ │ │ ├── CSFramework3.Main.frmAbout.resources
│ │ │ │ ├── CSFramework3.Main.frmLogin.resources
│ │ │ │ ├── CSFramework3.Main.frmMain.resources
│ │ │ │ ├── CSFramework3.Main.pdb
│ │ │ │ ├── CSFramework3.Main.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ ├── 2009011340768021.png
│ │ │ ├── 24_Add.ico
│ │ │ ├── 24_Cancel.ico
│ │ │ ├── 24_Clone.ico
│ │ │ ├── 24_CreateDoc.ico
│ │ │ ├── 24_Delete.ico
│ │ │ ├── 24_DesignReport.ico
│ │ │ ├── 24_Edit.ico
│ │ │ ├── 24_Exit1.ico
│ │ │ ├── 24_Exit.ico
│ │ │ ├── 24_Export.ico
│ │ │ ├── 24_Help1.ico
│ │ │ ├── 24_Help.ico
│ │ │ ├── 24_Info.ico
│ │ │ ├── 24_Lock1.ico
│ │ │ ├── 24_Lock.ico
│ │ │ ├── 24_Print.ico
│ │ │ ├── 24_PrintPreview.ico
│ │ │ ├── 24_Save.ico
│ │ │ ├── 24_UndoBill.ico
│ │ │ ├── 24_ViewContent.ico
│ │ │ ├── 24_Void.ico
│ │ │ ├── childforms1.ico
│ │ │ ├── childforms.ico
│ │ │ ├── ckg11.bmp
│ │ │ ├── ckg1.bmp
│ │ │ ├── cslogo16.ico
│ │ │ ├── logo-for-app-正方形.png
│ │ │ ├── LOGO.png
│ │ │ ├── skin16.ico
│ │ │ └── WindowsLarge.png
│ │ ├── CSFramework3.Models
│ │ │ ├── BusinessModels
│ │ │ │ ├── tb_AP.cs
│ │ │ │ ├── tb_APs.cs
│ │ │ │ ├── tb_AR.cs
│ │ │ │ ├── tb_ARs.cs
│ │ │ │ ├── tb_IA.cs
│ │ │ │ ├── tb_IAs.cs
│ │ │ │ ├── tb_IC.cs
│ │ │ │ ├── tb_ICs.cs
│ │ │ │ ├── tb_IN.cs
│ │ │ │ ├── tb_INs.cs
│ │ │ │ ├── tb_IO.cs
│ │ │ │ ├── tb_IOs.cs
│ │ │ │ ├── tb_PO.cs
│ │ │ │ ├── tb_POs.cs
│ │ │ │ ├── tb_SO.cs
│ │ │ │ └── tb_SOs.cs
│ │ │ ├── CSFramework3.Models.csproj
│ │ │ ├── CSFramework3.Models.csproj.user
│ │ │ ├── DataDictModels
│ │ │ │ ├── sys_BusinessTables.cs
│ │ │ │ ├── tb_AccountIDs.cs
│ │ │ │ ├── tb_AttachFile.cs
│ │ │ │ ├── tb_CommonDataDict.cs
│ │ │ │ ├── tb_CommonDataDictType.cs
│ │ │ │ ├── tb_Currency.cs
│ │ │ │ ├── tb_CustomerAttribute.cs
│ │ │ │ ├── tb_Customer.cs
│ │ │ │ ├── tb_Location.cs
│ │ │ │ ├── tb_PayType.cs
│ │ │ │ ├── tb_Person.cs
│ │ │ │ └── tb_Product.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.Models.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.Models.dll
│ │ │ │ ├── CKG.FrameworkADO.Models.pdb
│ │ │ │ ├── CKG.HZSAF.Models.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Models.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Models.dll
│ │ │ │ ├── CSFramework3.Models.pdb
│ │ │ │ ├── CSFramework.Models.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.Models.dll
│ │ │ │ ├── CSFramework.Models.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ ├── CKG.FrameworkADO.Models.dll
│ │ │ │ │ ├── CKG.HZSAF.Models.dll
│ │ │ │ │ ├── CSFramework3.Models.dll
│ │ │ │ │ └── CSFramework.Models.dll
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── SystemModels
│ │ │ ├── BusinessCommonFields.cs
│ │ │ ├── TAttachFile.cs
│ │ │ ├── tb_CompanyInfo.cs
│ │ │ ├── tb_DataSet.cs
│ │ │ ├── TCompanyInfo.cs
│ │ │ ├── TEmailBody.cs
│ │ │ ├── TFormTagName.cs
│ │ │ ├── TMenu.cs
│ │ │ ├── TUser.cs
│ │ │ ├── TUserGroup.cs
│ │ │ ├── TUserGroupRe.cs
│ │ │ └── TUserRole.cs
│ │ ├── CSFramework3.PurchaseModule
│ │ │ ├── CSFramework3.PurchaseModule.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmPO.cs
│ │ │ ├── frmPO.Designer.cs
│ │ │ ├── frmPO.resx
│ │ │ ├── frmPurchaseModuleMain.cs
│ │ │ ├── frmPurchaseModuleMain.Designer.cs
│ │ │ ├── frmPurchaseModuleMain.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.PurchaseModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.PurchaseModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.PurchaseModule.dll
│ │ │ │ ├── CKG.FrameworkADO.PurchaseModule.pdb
│ │ │ │ ├── CKG.FrameworkADO.PurchaseModule.Properties.Resources.resources
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.dll
│ │ │ │ ├── ckg.hzsaf.purchasemodule.dll.licenses
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.frmGRN.resources
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.frmPO.resources
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.frmPurchaseModuleMain.resources
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.pdb
│ │ │ │ ├── CKG.HZSAF.PurchaseModule.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.PurchaseModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.PurchaseModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.PurchaseModule.dll
│ │ │ │ ├── csframework3.purchasemodule.dll.licenses
│ │ │ │ ├── CSFramework3.PurchaseModule.Form1.resources
│ │ │ │ ├── CSFramework3.PurchaseModule.frmPO.resources
│ │ │ │ ├── CSFramework3.PurchaseModule.frmPurchaseModuleMain.resources
│ │ │ │ ├── CSFramework3.PurchaseModule.pdb
│ │ │ │ ├── CSFramework3.PurchaseModule.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── 48_Dept.bmp
│ │ │ ├── 48_Expense.bmp
│ │ │ ├── 48_GRN.bmp
│ │ │ ├── 48_GRNReturn.bmp
│ │ │ ├── 48_ImportCard.png
│ │ │ ├── 48_MaintainItem.bmp
│ │ │ ├── 48_MenuAuth1.bmp
│ │ │ ├── 48_MenuAuth.bmp
│ │ │ ├── 48_OperateLog.bmp
│ │ │ ├── 48_PeriodEnd.bmp
│ │ │ ├── 48_Pn.bmp
│ │ │ ├── 48_PromotionPlan.bmp
│ │ │ ├── 48_Quotation1.bmp
│ │ │ ├── 48_Quotation.bmp
│ │ │ ├── 48_SalesInvoice.bmp
│ │ │ ├── 48_SalesOrder.bmp
│ │ │ ├── 48_SignCard.bmp
│ │ │ ├── 48_StockTakeOpenReport.bmp
│ │ │ ├── 60_Export.bmp
│ │ │ ├── 64_Check.bmp
│ │ │ ├── bk_reg.gif
│ │ │ ├── ButtonCascade.png
│ │ │ ├── ckg.bmp
│ │ │ ├── find50x50.ico
│ │ │ └── logo-for-app1.png
│ │ ├── CSFramework3.Reports
│ │ │ ├── CSFramework3.Reports.csproj
│ │ │ ├── CSFramework3.Reports.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmPrintBase.cs
│ │ │ ├── frmPrintBase.Designer.cs
│ │ │ ├── frmPrintBase.resx
│ │ │ ├── frmPrintViewerFR.cs
│ │ │ ├── frmPrintViewerFR.Designer.cs
│ │ │ ├── frmPrintViewerFR.resx
│ │ │ ├── frmRptUser.cs
│ │ │ ├── frmRptUser.Designer.cs
│ │ │ ├── frmRptUser.resx
│ │ │ ├── frmSalesReport.cs
│ │ │ ├── frmSalesReport.Designer.cs
│ │ │ ├── frmSalesReport.resx
│ │ │ ├── FrxDataSet.cs
│ │ │ ├── FrxDataTable.cs
│ │ │ ├── FrxDataTable.resx
│ │ │ ├── FrxDataView.cs
│ │ │ ├── FrxDataView.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CKG.FrameworkADO.Reports.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKG.FrameworkADO.Reports.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKG.FrameworkADO.Reports.csproj.ResolveComReference.cache
│ │ │ │ │ ├── CKG.FrameworkADO.Reports.dll
│ │ │ │ │ ├── ckg.frameworkado.reports.dll.licenses
│ │ │ │ │ ├── CKG.FrameworkADO.Reports.pdb
│ │ │ │ │ ├── CKG.FrameworkADO.Reports.Properties.Resources.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKG.HZSAF.Reports.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKG.HZSAF.Reports.csproj.ResolveComReference.cache
│ │ │ │ │ ├── CKG.HZSAF.Reports.dll
│ │ │ │ │ ├── ckg.hzsaf.reports.dll.licenses
│ │ │ │ │ ├── CKG.HZSAF.Reports.frmPrintBase.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.frmPrintViewerFR.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.frmRptUser.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.frmSalesReport.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.FrxDataTable.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.FrxDataView.resources
│ │ │ │ │ ├── CKG.HZSAF.Reports.pdb
│ │ │ │ │ ├── CKG.HZSAF.Reports.Properties.Resources.resources
│ │ │ │ │ ├── CSFramework3.Reports.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CSFramework3.Reports.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CSFramework3.Reports.csproj.ResolveComReference.cache
│ │ │ │ │ ├── CSFramework3.Reports.dll
│ │ │ │ │ ├── csframework3.reports.dll.licenses
│ │ │ │ │ ├── CSFramework3.Reports.Form1.resources
│ │ │ │ │ ├── CSFramework3.Reports.frmPrintBase.resources
│ │ │ │ │ ├── CSFramework3.Reports.frmPrintViewerFR.resources
│ │ │ │ │ ├── CSFramework3.Reports.frmRptUser.resources
│ │ │ │ │ ├── CSFramework3.Reports.frmSalesReport.resources
│ │ │ │ │ ├── CSFramework3.Reports.FrxDataTable.resources
│ │ │ │ │ ├── CSFramework3.Reports.FrxDataView.resources
│ │ │ │ │ ├── CSFramework3.Reports.pdb
│ │ │ │ │ ├── CSFramework3.Reports.Properties.Resources.resources
│ │ │ │ │ ├── Interop.FastReport.dll
│ │ │ │ │ ├── OMS.Reports.csproj.GenerateResource.Cache
│ │ │ │ │ ├── OMS.Reports.csproj.ResolveComReference.cache
│ │ │ │ │ ├── OMS.Reports.frmRptDebitNote.resources
│ │ │ │ │ ├── OMS.Reports.frmRptForwarderInvoiceSummary.resources
│ │ │ │ │ ├── OMS.Reports.frmRptInvoiceList.resources
│ │ │ │ │ ├── OMS.Reports.frmRptInvoice.resources
│ │ │ │ │ ├── OMS.Reports.frmRptOverduedDebitNote.resources
│ │ │ │ │ ├── OMS.Reports.frmRptPI.resources
│ │ │ │ │ ├── OMS.Reports.frmRptShipmentQuery.resources
│ │ │ │ │ ├── OMS.Reports.frmRptUnpaiedDebitNote.resources
│ │ │ │ │ ├── Refactor
│ │ │ │ │ │ ├── CKG.FrameworkADO.Reports.dll
│ │ │ │ │ │ ├── CKG.HZSAF.Reports.dll
│ │ │ │ │ │ ├── CSFramework3.Reports.dll
│ │ │ │ │ │ └── OMS.Reports.dll
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── KIN.Reports.csproj.FileList.txt
│ │ │ │ ├── OMS.Reports.csproj.FileListAbsolute.txt
│ │ │ │ └── OMS.Reports.csproj.FileList.txt
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── ReportLib.cs
│ │ │ ├── Report Source Sample.txt
│ │ │ └── Resources
│ │ │ ├── abc.PNG
│ │ │ ├── ckg.bmp
│ │ │ └── logo-for-app1.png
│ │ ├── CSFramework3.ReportsDevExpress
│ │ │ ├── CSFramework3.ReportsDevExpress.csproj
│ │ │ ├── CSFramework3.ReportsDevExpress.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmPrintBase.cs
│ │ │ ├── frmPrintBase.Designer.cs
│ │ │ ├── frmPrintBase.resx
│ │ │ ├── frmReportPreview.cs
│ │ │ ├── frmReportPreview.Designer.cs
│ │ │ ├── frmReportPreview.resx
│ │ │ ├── frmRptSO.cs
│ │ │ ├── frmRptSO.Designer.cs
│ │ │ ├── frmRptSO.resx
│ │ │ ├── frmRptUserList.cs
│ │ │ ├── frmRptUserList.Designer.cs
│ │ │ ├── frmRptUserList.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.ReportsDevExpress.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.ReportsDevExpress.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.ReportsDevExpress.dll
│ │ │ │ ├── csframework3.reportsdevexpress.dll.licenses
│ │ │ │ ├── CSFramework3.ReportsDevExpress.Form1.resources
│ │ │ │ ├── CSFramework3.ReportsDevExpress.frmPrintBase.resources
│ │ │ │ ├── CSFramework3.ReportsDevExpress.frmRptSO.resources
│ │ │ │ ├── CSFramework3.ReportsDevExpress.frmRptUserList.resources
│ │ │ │ ├── CSFramework3.ReportsDevExpress.pdb
│ │ │ │ ├── CSFramework3.ReportsDevExpress.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.ReportsDevExpress.rptSO.resources
│ │ │ │ ├── CSFramework3.ReportsDevExpress.rptUserList.resources
│ │ │ │ ├── DevReportTester.frmReportPreview.resources
│ │ │ │ ├── Refactor
│ │ │ │ │ └── CSFramework3.ReportsDevExpress.dll
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── Resources
│ │ │ │ └── logo-for-app1.png
│ │ │ ├── rptSO.cs
│ │ │ ├── rptSO.Designer.cs
│ │ │ ├── rptSO.resx
│ │ │ ├── rptUserList.cs
│ │ │ ├── rptUserList.Designer.cs
│ │ │ └── rptUserList.resx
│ │ ├── CSFramework3.ReportsFastReport
│ │ │ ├── CSFramework3.ReportsFastReport.csproj
│ │ │ ├── CSFramework3.ReportsFastReport.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmBasePrint.cs
│ │ │ ├── frmBasePrint.Designer.cs
│ │ │ ├── frmBasePrint.resx
│ │ │ ├── frmPreview.cs
│ │ │ ├── frmPreview.Designer.cs
│ │ │ ├── frmPreview.resx
│ │ │ ├── frmReportAP.cs
│ │ │ ├── frmReportAP.Designer.cs
│ │ │ ├── frmReportAP.resx
│ │ │ ├── frmReportAR.cs
│ │ │ ├── frmReportAR.Designer.cs
│ │ │ ├── frmReportAR.resx
│ │ │ ├── frmReportSO.cs
│ │ │ ├── frmReportSO.Designer.cs
│ │ │ ├── frmReportSO.resx
│ │ │ ├── frmReportUser.cs
│ │ │ ├── frmReportUser.Designer.cs
│ │ │ ├── frmReportUser.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.ReportsFastReport.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.ReportsFastReport.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.ReportsFastReport.dll
│ │ │ │ ├── csframework3.reportsfastreport.dll.licenses
│ │ │ │ ├── CSFramework3.ReportsFastReport.Form1.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.frmBasePrint.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.frmPreview.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.frmReportAP.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.frmReportAR.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.frmReportSO.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.frmReportUser.resources
│ │ │ │ ├── CSFramework3.ReportsFastReport.pdb
│ │ │ │ ├── CSFramework3.ReportsFastReport.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ │ └── CSFramework3.ReportsFastReport.dll
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ ├── ReportLib.cs
│ │ │ └── Resources
│ │ │ └── logo-for-app1.png
│ │ ├── CSFramework3.SalesModule
│ │ │ ├── CSFramework3.SalesModule.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmSalesMain.cs
│ │ │ ├── frmSalesMain.Designer.cs
│ │ │ ├── frmSalesMain.resx
│ │ │ ├── frmSO.cs
│ │ │ ├── frmSO.Designer.cs
│ │ │ ├── frmSO.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.HZSAF.SalesModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.SalesModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.SalesModule.dll
│ │ │ │ ├── ckg.hzsaf.salesmodule.dll.licenses
│ │ │ │ ├── CKG.HZSAF.SalesModule.frmAR.resources
│ │ │ │ ├── CKG.HZSAF.SalesModule.frmDO.resources
│ │ │ │ ├── CKG.HZSAF.SalesModule.frmInvoice.resources
│ │ │ │ ├── CKG.HZSAF.SalesModule.frmSalesMain.resources
│ │ │ │ ├── CKG.HZSAF.SalesModule.frmSO.resources
│ │ │ │ ├── CKG.HZSAF.SalesModule.pdb
│ │ │ │ ├── CKG.HZSAF.SalesModule.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.SalesModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.SalesModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework3.SalesModule.dll
│ │ │ │ ├── csframework3.salesmodule.dll.licenses
│ │ │ │ ├── CSFramework3.SalesModule.Form1.resources
│ │ │ │ ├── CSFramework3.SalesModule.frmSalesMain.resources
│ │ │ │ ├── CSFramework3.SalesModule.frmSO.resources
│ │ │ │ ├── CSFramework3.SalesModule.pdb
│ │ │ │ ├── CSFramework3.SalesModule.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── 48_GRN.bmp
│ │ │ ├── 48_GRNReturn.bmp
│ │ │ ├── 48_Quotation.bmp
│ │ │ ├── 48_SalesInvoice.bmp
│ │ │ ├── 48_SalesOrder.bmp
│ │ │ ├── 48_StockTakeOpenReport.bmp
│ │ │ ├── 64_Check.bmp
│ │ │ ├── bk_reg.gif
│ │ │ ├── ButtonCascade.png
│ │ │ ├── ckg.bmp
│ │ │ ├── find50x50.ico
│ │ │ ├── genbarcode.ico
│ │ │ └── logo-for-app1.png
│ │ ├── CSFramework3.WebServiceReference
│ │ │ ├── App.config
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.WebServiceReference.dll
│ │ │ │ └── CSFramework3.WebServiceReference.pdb
│ │ │ ├── CSFramework3.WebServiceReference.csproj
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.WebServiceReference.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.WebServiceReference.dll
│ │ │ │ ├── CSFramework3.WebServiceReference.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── CSFramework3.WebServiceReference.dll
│ │ │ │ └── TempPE
│ │ │ │ ├── Service References.CommonWebService.Reference.cs.dll
│ │ │ │ ├── Service References.DataDictWebService.Reference.cs.dll
│ │ │ │ ├── Service References.SalesModuleWebService.Reference.cs.dll
│ │ │ │ ├── Service References.SystemSecurityWebService.Reference.cs.dll
│ │ │ │ ├── Service References.WCF_AccountModuleService.Reference.cs.dll
│ │ │ │ ├── Service References.WCF_CommonService.Reference.cs.dll
│ │ │ │ ├── Service References.WCF_DataDictService.Reference.cs.dll
│ │ │ │ ├── Service References.WCF_InventoryModuleService.Reference.cs.dll
│ │ │ │ ├── Service References.WCF_PurchaseModuleService.Reference.cs.dll
│ │ │ │ ├── Service References.WCF_SalesModuleService.Reference.cs.dll
│ │ │ │ └── Service References.WCF_SystemSecurityService.Reference.cs.dll
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Service References
│ │ │ │ ├── WCF_AccountModuleService
│ │ │ │ │ ├── AccountModuleService1.xsd
│ │ │ │ │ ├── AccountModuleService.wsdl
│ │ │ │ │ ├── AccountModuleService.xsd
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ └── Reference.svcmap
│ │ │ │ ├── WCF_CommonService
│ │ │ │ │ ├── CommonService1.xsd
│ │ │ │ │ ├── CommonService2.xsd
│ │ │ │ │ ├── CommonService.disco
│ │ │ │ │ ├── CommonService.wsdl
│ │ │ │ │ ├── CommonService.xsd
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ └── Reference.svcmap
│ │ │ │ ├── WCF_DataDictService
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── DataDictService1.xsd
│ │ │ │ │ ├── DataDictService.disco
│ │ │ │ │ ├── DataDictService.wsdl
│ │ │ │ │ ├── DataDictService.xsd
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ └── Reference.svcmap
│ │ │ │ ├── WCF_InventoryModuleService
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── InventoryModuleService1.xsd
│ │ │ │ │ ├── InventoryModuleService.disco
│ │ │ │ │ ├── InventoryModuleService.wsdl
│ │ │ │ │ ├── InventoryModuleService.xsd
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ └── Reference.svcmap
│ │ │ │ ├── WCF_PurchaseModuleService
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── PurchaseModuleService1.xsd
│ │ │ │ │ ├── PurchaseModuleService.wsdl
│ │ │ │ │ ├── PurchaseModuleService.xsd
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ └── Reference.svcmap
│ │ │ │ ├── WCF_SalesModuleService
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ ├── Reference.svcmap
│ │ │ │ │ ├── SalesModuleService1.xsd
│ │ │ │ │ ├── SalesModuleService.wsdl
│ │ │ │ │ └── SalesModuleService.xsd
│ │ │ │ └── WCF_SystemSecurityService
│ │ │ │ ├── configuration91.svcinfo
│ │ │ │ ├── configuration.svcinfo
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.svcmap
│ │ │ │ ├── SystemSecurityService1.xsd
│ │ │ │ ├── SystemSecurityService.wsdl
│ │ │ │ └── SystemSecurityService.xsd
│ │ │ ├── SoapClientConfig.cs
│ │ │ └── SoapClientFactory.cs
│ │ ├── CSFramework.Common
│ │ │ ├── ButtonAuthority.cs
│ │ │ ├── CCursor.cs
│ │ │ ├── ConvertEx.cs
│ │ │ ├── CSFramework.Common.csproj
│ │ │ ├── CSFramework.Common.csproj.user
│ │ │ ├── CustomException.cs
│ │ │ ├── DataConverter.cs
│ │ │ ├── DetailButtons.cs
│ │ │ ├── Encoder.cs
│ │ │ ├── Globals.cs
│ │ │ ├── HexCryptString.cs
│ │ │ ├── IniFileMgr.cs
│ │ │ ├── ItemObject.cs
│ │ │ ├── IWriteSQLConfigValue.cs
│ │ │ ├── Loginer.cs
│ │ │ ├── MenuType.cs
│ │ │ ├── Msg.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.Common.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.Common.dll
│ │ │ │ ├── CKG.FrameworkADO.Common.pdb
│ │ │ │ ├── CKG.HZSAF.Common.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Common.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Common.dll
│ │ │ │ ├── CSFramework3.Common.pdb
│ │ │ │ ├── CSFramework.Common.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.Common.dll
│ │ │ │ ├── CSFramework.Common.pdb
│ │ │ │ └── Refactor
│ │ │ │ ├── CKG.FrameworkADO.Common.dll
│ │ │ │ ├── CKG.HZSAF.Common.dll
│ │ │ │ └── CSFramework.Common.dll
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── RMBConverter.cs
│ │ │ ├── SaveResult.cs
│ │ │ ├── ShellPathNameConvert.cs
│ │ │ ├── SystemConfig.cs
│ │ │ ├── UpdateType.cs
│ │ │ ├── VersionCheck.cs
│ │ │ └── ZipTools.cs
│ │ ├── CSFramework.Core
│ │ │ ├── AssemblyModuleEntry.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.Interfaces.dll
│ │ │ │ ├── CSFramework3.Interfaces.pdb
│ │ │ │ ├── CSFramework3.Models.dll
│ │ │ │ ├── CSFramework3.Models.pdb
│ │ │ │ ├── CSFramework.Common.dll
│ │ │ │ ├── CSFramework.Common.pdb
│ │ │ │ ├── CSFramework.Core.dll
│ │ │ │ ├── CSFramework.Core.pdb
│ │ │ │ ├── CSFramework.ORM.dll
│ │ │ │ └── CSFramework.ORM.pdb
│ │ │ ├── ButtonList.cs
│ │ │ ├── CSFramework.Core.csproj
│ │ │ ├── CSFramework.Core.csproj.user
│ │ │ ├── Log
│ │ │ │ ├── LogDef.cs
│ │ │ │ └── LogOPType.cs
│ │ │ ├── MenuStripUtils.cs
│ │ │ ├── ModuleLoader.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework.Core.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.Core.dll
│ │ │ │ ├── CSFramework.Core.pdb
│ │ │ │ ├── Refactor
│ │ │ │ │ └── CSFramework.Core.dll
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ ├── Observers.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SplashLable.cs
│ │ │ ├── SQLConfig
│ │ │ │ ├── SqlConfiguration.cs
│ │ │ │ ├── SqlConfigWriter.cs
│ │ │ │ └── SqlLocator.cs
│ │ │ └── System
│ │ │ ├── SystemAuthentication.cs
│ │ │ └── WebServiceSecurity.cs
│ │ ├── CSFramework.Library
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── CommonClass
│ │ │ │ ├── ColumnFieldTool.cs
│ │ │ │ ├── DataBinder.cs
│ │ │ │ ├── DevGridView.cs
│ │ │ │ ├── DevStyle.cs
│ │ │ │ ├── GenerateSortID.cs
│ │ │ │ ├── MdiTools.cs
│ │ │ │ ├── ModuleLoadDevComponent.cs
│ │ │ │ ├── ModuleManager.cs
│ │ │ │ ├── NavigatorLoader.cs
│ │ │ │ ├── SkinTools.cs
│ │ │ │ ├── ToolbarButtons.cs
│ │ │ │ └── ToolbarRegister.cs
│ │ │ ├── CommonForms
│ │ │ │ ├── frmFuzzyCustomer.cs
│ │ │ │ ├── frmFuzzyCustomer.Designer.cs
│ │ │ │ ├── frmFuzzyCustomer.resx
│ │ │ │ ├── frmFuzzySearch.cs
│ │ │ │ ├── frmFuzzySearch.Designer.cs
│ │ │ │ ├── frmFuzzySearch.resx
│ │ │ │ ├── frmGenerateWizard.cs
│ │ │ │ ├── frmGenerateWizard.Designer.cs
│ │ │ │ ├── frmGenerateWizard.resx
│ │ │ │ ├── frmGridCustomize.cs
│ │ │ │ ├── frmGridCustomize.Designer.cs
│ │ │ │ ├── frmGridCustomize.resx
│ │ │ │ ├── frmModifyLog.cs
│ │ │ │ ├── frmModifyLog.Designer.cs
│ │ │ │ ├── frmModifyLog.resx
│ │ │ │ ├── frmModifyPwd.cs
│ │ │ │ ├── frmModifyPwd.Designer.cs
│ │ │ │ ├── frmModifyPwd.resx
│ │ │ │ ├── frmWaiting.cs
│ │ │ │ ├── frmWaiting.Designer.cs
│ │ │ │ └── frmWaiting.resx
│ │ │ ├── CSFramework.Library.csproj
│ │ │ ├── CSFramework.Library.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmBaseBusinessForm.cs
│ │ │ ├── frmBaseBusinessForm.Designer.cs
│ │ │ ├── frmBaseBusinessForm.resx
│ │ │ ├── frmBaseChild.cs
│ │ │ ├── frmBaseChild.Designer.cs
│ │ │ ├── frmBaseChild.resx
│ │ │ ├── frmBase.cs
│ │ │ ├── frmBaseDataDictionary.cs
│ │ │ ├── frmBaseDataDictionary.Designer.cs
│ │ │ ├── frmBaseDataDictionary.resx
│ │ │ ├── frmBaseDataForm.cs
│ │ │ ├── frmBaseDataForm.Designer.cs
│ │ │ ├── frmBaseDataForm.resx
│ │ │ ├── frmBase.Designer.cs
│ │ │ ├── frmBaseDialog.cs
│ │ │ ├── frmBaseDialog.Designer.cs
│ │ │ ├── frmBaseDialog.resx
│ │ │ ├── frmBase.resx
│ │ │ ├── frmModuleBase.cs
│ │ │ ├── frmModuleBase.Designer.cs
│ │ │ ├── frmModuleBase.resx
│ │ │ ├── frmModuleContainer.cs
│ │ │ ├── frmModuleContainer.Designer.cs
│ │ │ ├── frmModuleContainer.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.Library.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.Library.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.Library.dll
│ │ │ │ ├── ckg.frameworkado.library.dll.licenses
│ │ │ │ ├── CKG.FrameworkADO.Library.pdb
│ │ │ │ ├── CKG.FrameworkADO.Library.ResImage.resources
│ │ │ │ ├── CKG.HZSAF.Library.CommonForms.frmBusinessLog.resources
│ │ │ │ ├── CKG.HZSAF.Library.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.Library.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.Library.dll
│ │ │ │ ├── ckg.hzsaf.library.dll.licenses
│ │ │ │ ├── CKG.HZSAF.Library.frmAttachmentMgr.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmBaseBusinessForm.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmBaseChild.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmBaseDataDictionary.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmBaseDataForm.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmBaseDialog.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmBase.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmFuzzySearch.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmGridCustomize.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmModifyLog.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmModuleBase.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmModuleContainer.resources
│ │ │ │ ├── CKG.HZSAF.Library.frmSendMail.resources
│ │ │ │ ├── CKG.HZSAF.Library.pdb
│ │ │ │ ├── CKG.HZSAF.Library.ResImage.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucAttachment.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucCheckEdit.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucCheckedListBoxBinding.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucCheckedListBoxEditor.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucDT_CurrencyLookup.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucDT_CustomerLookup.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucDT_PayTypeLookup.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucDT_SalemanLookup.resources
│ │ │ │ ├── CKG.HZSAF.Library.UserControls.ucDT_UserLookup.resources
│ │ │ │ ├── CSFramework3.Library.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.Library.csproj.GenerateResource.Cache
│ │ │ │ ├── csframework3.library.dll.licenses
│ │ │ │ ├── CSFramework3.Library.ResImage.resources
│ │ │ │ ├── CSFramework.Library.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.Library.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework.Library.dll
│ │ │ │ ├── csframework.library.dll.licenses
│ │ │ │ ├── CSFramework.Library.Form1.resources
│ │ │ │ ├── CSFramework.Library.frmBaseBusinessForm.resources
│ │ │ │ ├── CSFramework.Library.frmBaseChild.resources
│ │ │ │ ├── CSFramework.Library.frmBaseDataDictionary.resources
│ │ │ │ ├── CSFramework.Library.frmBaseDataForm.resources
│ │ │ │ ├── CSFramework.Library.frmBaseDialog.resources
│ │ │ │ ├── CSFramework.Library.frmBase.resources
│ │ │ │ ├── CSFramework.Library.frmFuzzyCustomer.resources
│ │ │ │ ├── CSFramework.Library.frmFuzzySearch.resources
│ │ │ │ ├── CSFramework.Library.frmGenerateWizard.resources
│ │ │ │ ├── CSFramework.Library.frmGridCustomize.resources
│ │ │ │ ├── CSFramework.Library.frmModifyLog.resources
│ │ │ │ ├── CSFramework.Library.frmModifyPwd.resources
│ │ │ │ ├── CSFramework.Library.frmModuleBase.resources
│ │ │ │ ├── CSFramework.Library.frmModuleContainer.resources
│ │ │ │ ├── CSFramework.Library.frmWaiting.resources
│ │ │ │ ├── CSFramework.Library.pdb
│ │ │ │ ├── CSFramework.Library.ResImage.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucAttachment.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucCheckEdit.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucCheckedListBoxBinding.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucCheckedListBoxEditor.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucDT_CustomerLookup.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucDT_UserLookup.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucValueEdit.resources
│ │ │ │ ├── CSFramework.Library.UserControls.ucWindowTitle.resources
│ │ │ │ ├── Refactor
│ │ │ │ │ ├── CKG.FrameworkADO.Library.dll
│ │ │ │ │ ├── CKG.HZSAF.Library.dll
│ │ │ │ │ └── csframework.Library.dll
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ ├── res.Designer.cs.dll
│ │ │ │ ├── ResImage.Designer.cs.dll
│ │ │ │ └── Resource1.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ └── licenses.licx
│ │ │ ├── ResImage.Designer.cs
│ │ │ ├── ResImage.resx
│ │ │ ├── Resources
│ │ │ │ ├── 2009011340768021.png
│ │ │ │ ├── 24_Add.ico
│ │ │ │ ├── 24_Approval.ico
│ │ │ │ ├── 24_attach.ico
│ │ │ │ ├── 24_Cancel.ico
│ │ │ │ ├── 24_Clone.ico
│ │ │ │ ├── 24_CreateDoc.ico
│ │ │ │ ├── 24_Delete.ico
│ │ │ │ ├── 24_DesignReport.ico
│ │ │ │ ├── 24_Edit.ico
│ │ │ │ ├── 24_Exit1.ico
│ │ │ │ ├── 24_Exit.ico
│ │ │ │ ├── 24_Export.ico
│ │ │ │ ├── 24_Help1.ico
│ │ │ │ ├── 24_Help.ico
│ │ │ │ ├── 24_History.ico
│ │ │ │ ├── 24_Info.ico
│ │ │ │ ├── 24_Lock1.ico
│ │ │ │ ├── 24_Lock.ico
│ │ │ │ ├── 24_Print.ico
│ │ │ │ ├── 24_PrintPreview.ico
│ │ │ │ ├── 24_Save.ico
│ │ │ │ ├── 24_UndoBill.ico
│ │ │ │ ├── 24_ViewContent.ico
│ │ │ │ ├── 24_Void.ico
│ │ │ │ ├── 4546.ico
│ │ │ │ ├── btndelete.gif
│ │ │ │ ├── ButtonCascade.png
│ │ │ │ ├── csframework16.ico
│ │ │ │ ├── find50x50.ico
│ │ │ │ ├── Module.ico
│ │ │ │ └── noimg.gif
│ │ │ └── UserControls
│ │ │ ├── ucAttachment.cs
│ │ │ ├── ucAttachment.Designer.cs
│ │ │ ├── ucAttachment.resx
│ │ │ ├── ucCheckEdit.cs
│ │ │ ├── ucCheckEdit.Designer.cs
│ │ │ ├── ucCheckEdit.resx
│ │ │ ├── ucCheckedListBoxBinding.cs
│ │ │ ├── ucCheckedListBoxBinding.Designer.cs
│ │ │ ├── ucCheckedListBoxBinding.resx
│ │ │ ├── ucCheckedListBoxEditor.cs
│ │ │ ├── ucCheckedListBoxEditor.Designer.cs
│ │ │ ├── ucCheckedListBoxEditor.resx
│ │ │ ├── ucDT_CustomerEditor.cs
│ │ │ ├── ucDT_CustomerLookup.cs
│ │ │ ├── ucDT_CustomerLookup.Designer.cs
│ │ │ ├── ucDT_CustomerLookup.resx
│ │ │ ├── ucDT_UserLookup.cs
│ │ │ ├── ucDT_UserLookup.Designer.cs
│ │ │ ├── ucDT_UserLookup.resx
│ │ │ ├── ucValueEdit.cs
│ │ │ ├── ucValueEdit.Designer.cs
│ │ │ ├── ucValueEdit.resx
│ │ │ ├── ucWindowTitle.cs
│ │ │ ├── ucWindowTitle.Designer.cs
│ │ │ └── ucWindowTitle.resx
│ │ ├── CSFramework.ORM
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.ORM.dll
│ │ │ │ ├── CSFramework3.ORM.pdb
│ │ │ │ ├── CSFramework.ORM.dll
│ │ │ │ └── CSFramework.ORM.pdb
│ │ │ ├── ColoumnProperty.cs
│ │ │ ├── CSFramework.ORM.csproj
│ │ │ ├── CSFramework.ORM.csproj.user
│ │ │ ├── GenerateBLL.cs
│ │ │ ├── GenerateDAL.cs
│ │ │ ├── GenerateObjectClass.cs
│ │ │ ├── GenerateSqlCmdBase.cs
│ │ │ ├── GenerateSqlCmdByObjectClass.cs
│ │ │ ├── GenerateSqlCmdByTableFields.cs
│ │ │ ├── GenerateTableFields.cs
│ │ │ ├── IClassGenerator.cs
│ │ │ ├── IGenerateSqlCommand.cs
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CSFramework3.ORM.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.ORM.dll
│ │ │ │ ├── CSFramework3.ORM.pdb
│ │ │ │ ├── CSFramework.ORM.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.ORM.dll
│ │ │ │ ├── CSFramework.ORM.pdb
│ │ │ │ └── Refactor
│ │ │ │ └── CSFramework.ORM.dll
│ │ │ ├── ORM_FieldAttribute.cs
│ │ │ ├── ORM_ObjectClassAttribute.cs
│ │ │ ├── ORMTools.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CSFramework.SystemModule
│ │ │ ├── CSFramework.SystemModule.csproj
│ │ │ ├── CSFramework.SystemModule.csproj.user
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmBackupDB.cs
│ │ │ ├── frmBackupDB.Designer.cs
│ │ │ ├── frmBackupDB.resx
│ │ │ ├── frmChangeTagName.cs
│ │ │ ├── frmChangeTagName.Designer.cs
│ │ │ ├── frmChangeTagName.resx
│ │ │ ├── frmCompanyInfo.cs
│ │ │ ├── frmCompanyInfo.Designer.cs
│ │ │ ├── frmCompanyInfo.resx
│ │ │ ├── frmGroup.cs
│ │ │ ├── frmGroup.Designer.cs
│ │ │ ├── frmGroup.resx
│ │ │ ├── frmLogConfig.cs
│ │ │ ├── frmLogConfig.Designer.cs
│ │ │ ├── frmLogConfig.resx
│ │ │ ├── frmMenuAuth.cs
│ │ │ ├── frmMenuAuth.Designer.cs
│ │ │ ├── frmMenuAuth.resx
│ │ │ ├── frmSystemMain.cs
│ │ │ ├── frmSystemMain.Designer.cs
│ │ │ ├── frmSystemMain.resx
│ │ │ ├── frmSystemOptions.cs
│ │ │ ├── frmSystemOptions.Designer.cs
│ │ │ ├── frmSystemOptions.resx
│ │ │ ├── frmUser.cs
│ │ │ ├── frmUser.Designer.cs
│ │ │ ├── frmUser.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.SystemModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.SystemModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.SystemModule.dll
│ │ │ │ ├── ckg.frameworkado.systemmodule.dll.licenses
│ │ │ │ ├── CKG.FrameworkADO.SystemModule.pdb
│ │ │ │ ├── CKG.FrameworkADO.SystemModule.Properties.Resources.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.SystemModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.SystemModule.dll
│ │ │ │ ├── ckg.hzsaf.systemmodule.dll.licenses
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmChangeTagName.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmCompanyInfo.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmGroup.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmLogConfig.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmMenuAuth.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmModifyPwd.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmSystemMain.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmSystemOptions.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.frmUser.resources
│ │ │ │ ├── CKG.HZSAF.SystemModule.pdb
│ │ │ │ ├── CKG.HZSAF.SystemModule.Properties.Resources.resources
│ │ │ │ ├── CSFramework3.SystemModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework3.SystemModule.csproj.GenerateResource.Cache
│ │ │ │ ├── csframework3.systemmodule.dll.licenses
│ │ │ │ ├── CSFramework3.SystemModule.Properties.Resources.resources
│ │ │ │ ├── CSFramework.SystemModule.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.SystemModule.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework.SystemModule.dll
│ │ │ │ ├── csframework.systemmodule.dll.licenses
│ │ │ │ ├── CSFramework.SystemModule.Form1.resources
│ │ │ │ ├── CSFramework.SystemModule.frmBackupDB.resources
│ │ │ │ ├── CSFramework.SystemModule.frmChangeTagName.resources
│ │ │ │ ├── CSFramework.SystemModule.frmCompanyInfo.resources
│ │ │ │ ├── CSFramework.SystemModule.frmGroup.resources
│ │ │ │ ├── CSFramework.SystemModule.frmLogConfig.resources
│ │ │ │ ├── CSFramework.SystemModule.frmMenuAuth.resources
│ │ │ │ ├── CSFramework.SystemModule.frmSystemMain.resources
│ │ │ │ ├── CSFramework.SystemModule.frmSystemOptions.resources
│ │ │ │ ├── CSFramework.SystemModule.frmUser.resources
│ │ │ │ ├── CSFramework.SystemModule.pdb
│ │ │ │ ├── CSFramework.SystemModule.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── 16_CustomerQuery.ico
│ │ │ ├── 24_Clone.ico
│ │ │ ├── 48_BackupDatabase.bmp
│ │ │ ├── 48_Customer.bmp
│ │ │ ├── 48_MaintainItem.bmp
│ │ │ ├── 48_MenuAuth11.bmp
│ │ │ ├── 48_MenuAuth1.bmp
│ │ │ ├── 48_MenuAuth.bmp
│ │ │ ├── 48_OperateLog.bmp
│ │ │ ├── 48_PaymentType.bmp
│ │ │ ├── 48_PeriodEnd.bmp
│ │ │ ├── 48_Pn.bmp
│ │ │ ├── 48_Quotation.bmp
│ │ │ ├── bk_reg.gif
│ │ │ ├── ckg.bmp
│ │ │ ├── Customer.png
│ │ │ ├── info-32x32.png
│ │ │ ├── logo-for-app1.png
│ │ │ └── UserKey.png
│ │ ├── CSFramework.Tools.ClassGenerator
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ClassGenerator.exe
│ │ │ │ ├── ClassGenerator.pdb
│ │ │ │ └── ClassGenerator.vshost.exe
│ │ │ ├── CSFramework.ClassGenerator.sln
│ │ │ ├── CSFramework.Tools.ClassGenerator.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmClassGenerator.cs
│ │ │ ├── frmClassGenerator.Designer.cs
│ │ │ ├── frmClassGenerator.resx
│ │ │ ├── logo.ico
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── CKG.FrameworkADO.ClassGenerator.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKG.FrameworkADO.ClassGenerator.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CKG.FrameworkADO.ClassGenerator.exe
│ │ │ │ │ ├── ckg.frameworkado.classgenerator.exe.licenses
│ │ │ │ │ ├── CKG.FrameworkADO.ClassGenerator.pdb
│ │ │ │ │ ├── CKG.FrameworkADO.ClassGenerator.Properties.Resources.resources
│ │ │ │ │ ├── CKG.HZSAF.ClassGenerator.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CKG.HZSAF.ClassGenerator.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ClassGenerator.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ClassGenerator.csproj.GenerateResource.Cache
│ │ │ │ │ ├── ClassGenerator.exe
│ │ │ │ │ ├── classgenerator.exe.licenses
│ │ │ │ │ ├── ClassGenerator.frmClassGenerator.resources
│ │ │ │ │ ├── ClassGenerator.pdb
│ │ │ │ │ ├── ClassGenerator.Properties.Resources.resources
│ │ │ │ │ ├── CSFramework.ClassGenerator.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CSFramework.ClassGenerator.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CSFramework.ClassGenerator.exe
│ │ │ │ │ ├── csframework.classgenerator.exe.licenses
│ │ │ │ │ ├── CSFramework.ClassGenerator.frmClassGenerator.resources
│ │ │ │ │ ├── CSFramework.ClassGenerator.pdb
│ │ │ │ │ ├── CSFramework.ClassGenerator.Properties.Resources.resources
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.csproj.GenerateResource.Cache
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.exe
│ │ │ │ │ ├── csframework.tools.classgenerator.exe.licenses
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.Form1.resources
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.frmClassGenerator.resources
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.pdb
│ │ │ │ │ ├── CSFramework.Tools.ClassGenerator.Properties.Resources.resources
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── winEntityTool.csproj.GenerateResource.Cache
│ │ │ │ │ └── winEntityTool.frmEntity.resources
│ │ │ │ ├── winEntityTool.csproj.FileListAbsolute.txt
│ │ │ │ └── winEntityTool.csproj.FileList.txt
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── licenses.licx
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ └── Resources.resx
│ │ │ └── Resources
│ │ │ ├── ClassGeneratorBLL.png
│ │ │ ├── ClassGeneratorDAL.png
│ │ │ └── ClassGeneratorORM.png
│ │ ├── CSFramework.Tools.SqlConnector
│ │ │ ├── CSFramework.Tools.SqlConnector.csproj
│ │ │ ├── frmSQLConnector.cs
│ │ │ ├── frmSQLConnector.Designer.cs
│ │ │ ├── frmSQLConnector.resx
│ │ │ ├── logo.ico
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── CKG.FrameworkADO.SqlConnector.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.FrameworkADO.SqlConnector.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.FrameworkADO.SqlConnector.exe
│ │ │ │ ├── CKG.FrameworkADO.SqlConnector.pdb
│ │ │ │ ├── CKG.HZSAF.SqlConnector.csproj.FileListAbsolute.txt
│ │ │ │ ├── CKG.HZSAF.SqlConnector.csproj.GenerateResource.Cache
│ │ │ │ ├── CKG.HZSAF.SqlConnector.exe
│ │ │ │ ├── CKG.HZSAF.SqlConnector.pdb
│ │ │ │ ├── CSFramework.SqlConnector.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.SqlConnector.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework.SqlConnector.exe
│ │ │ │ ├── CSFramework.SqlConnector.frmSQLConnector.resources
│ │ │ │ ├── CSFramework.SqlConnector.pdb
│ │ │ │ ├── CSFramework.SqlConnector.Properties.Resources.resources
│ │ │ │ ├── CSFramework.Tools.SqlConnector.csproj.FileListAbsolute.txt
│ │ │ │ ├── CSFramework.Tools.SqlConnector.csproj.GenerateResource.Cache
│ │ │ │ ├── CSFramework.Tools.SqlConnector.exe
│ │ │ │ ├── CSFramework.Tools.SqlConnector.frmSQLConnector.resources
│ │ │ │ ├── CSFramework.Tools.SqlConnector.pdb
│ │ │ │ ├── CSFramework.Tools.SqlConnector.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── debug
│ │ │ ├── App.config
│ │ │ ├── AxInterop.FastReport.dll
│ │ │ ├── Config
│ │ │ │ ├── CSFramework3.ini
│ │ │ │ ├── GridSettings.xml
│ │ │ │ ├── SystemSettings.xml
│ │ │ │ └── user.ini
│ │ │ ├── _CopyDalFromServer.bat
│ │ │ ├── CSFramework3.AccountModule.dll
│ │ │ ├── CSFramework3.AccountModule.pdb
│ │ │ ├── CSFramework3.Bridge.dll
│ │ │ ├── CSFramework3.Bridge.pdb
│ │ │ ├── CSFramework3.Business.dll
│ │ │ ├── CSFramework3.Business.pdb
│ │ │ ├── CSFramework3.DataDictionary.dll
│ │ │ ├── CSFramework3.DataDictionary.pdb
│ │ │ ├── CSFramework3.Interfaces.dll
│ │ │ ├── CSFramework3.Interfaces.pdb
│ │ │ ├── CSFramework3.InventoryModule.dll
│ │ │ ├── CSFramework3.InventoryModule.pdb
│ │ │ ├── CSFramework3.Main.exe
│ │ │ ├── CSFramework3.Main.pdb
│ │ │ ├── CSFramework3.Main.vshost.exe
│ │ │ ├── CSFramework3.Main.vshost.exe.manifest
│ │ │ ├── CSFramework3.Models.dll
│ │ │ ├── CSFramework3.Models.pdb
│ │ │ ├── CSFramework3.PurchaseModule.dll
│ │ │ ├── CSFramework3.PurchaseModule.pdb
│ │ │ ├── CSFramework3.ReportsDevExpress.dll
│ │ │ ├── CSFramework3.ReportsDevExpress.pdb
│ │ │ ├── CSFramework3.Reports.dll
│ │ │ ├── CSFramework3.ReportsFastReport.dll
│ │ │ ├── CSFramework3.ReportsFastReport.pdb
│ │ │ ├── CSFramework3.Reports.pdb
│ │ │ ├── CSFramework3.SalesModule.dll
│ │ │ ├── CSFramework3.SalesModule.pdb
│ │ │ ├── CSFramework3.Server.DataAccess.dll
│ │ │ ├── CSFramework3.Server.DataAccess.pdb
│ │ │ ├── CSFramework3.WebServiceReference.dll
│ │ │ ├── CSFramework3.WebServiceReference.dll.config
│ │ │ ├── CSFramework3.WebServiceReference.dll_configlocal
│ │ │ ├── CSFramework3.WebServiceReference.pdb
│ │ │ ├── CSFramework.Business.dll
│ │ │ ├── CSFramework.Business.pdb
│ │ │ ├── CSFramework.Common.dll
│ │ │ ├── CSFramework.Common.pdb
│ │ │ ├── CSFramework.Core.dll
│ │ │ ├── CSFramework.Core.pdb
│ │ │ ├── CSFramework.Library.dll
│ │ │ ├── CSFramework.Library.pdb
│ │ │ ├── CSFramework.Models.dll
│ │ │ ├── CSFramework.Models.pdb
│ │ │ ├── CSFramework.ORM.dll
│ │ │ ├── CSFramework.ORM.pdb
│ │ │ ├── CSFramework.SystemModule.dll
│ │ │ ├── CSFramework.SystemModule.pdb
│ │ │ ├── CSFramework.Tools.ClassGenerator.exe
│ │ │ ├── CSFramework.Tools.ClassGenerator.pdb
│ │ │ ├── CSFramework.Tools.ClassGenerator.vshost.exe
│ │ │ ├── CSFramework.Tools.ClassGenerator.vshost.exe.manifest
│ │ │ ├── CSFramework.Tools.SqlConnector.exe
│ │ │ ├── CSFramework.Tools.SqlConnector.pdb
│ │ │ ├── Database
│ │ │ │ ├── CSFramework3_Normal_log.ldf
│ │ │ │ ├── CSFramework3_Normal.mdf
│ │ │ │ ├── CSFramework3_System_log.ldf
│ │ │ │ ├── CSFramework3_System.mdf
│ │ │ │ ├── CSFramework3_Test_log.ldf
│ │ │ │ ├── CSFramework3_Test.mdf
│ │ │ │ └── Database.rar
│ │ │ ├── FastReport3.dll
│ │ │ ├── FastReport.dll
│ │ │ ├── FastReport.Dock.dll
│ │ │ ├── FastReport.Editor.dll
│ │ │ ├── images
│ │ │ │ ├── 16_Add.ico
│ │ │ │ ├── 16_Delete.ico
│ │ │ │ ├── 16_Insert.ico
│ │ │ │ ├── 2009011340768021.png
│ │ │ │ ├── 24_Add.ico
│ │ │ │ ├── 24_Approval.ico
│ │ │ │ ├── 24_Cancel.ico
│ │ │ │ ├── 24_Clone.ico
│ │ │ │ ├── 24_CreateDoc.ico
│ │ │ │ ├── 24_Delete.ico
│ │ │ │ ├── 24_DesignReport.ico
│ │ │ │ ├── 24_Edit.ico
│ │ │ │ ├── 24_Exit1.ico
│ │ │ │ ├── 24_Exit.ico
│ │ │ │ ├── 24_Export.ico
│ │ │ │ ├── 24_Help1.ico
│ │ │ │ ├── 24_Help.ico
│ │ │ │ ├── 24_Info.ico
│ │ │ │ ├── 24_Lock1.ico
│ │ │ │ ├── 24_Lock.ico
│ │ │ │ ├── 24_Print.ico
│ │ │ │ ├── 24_PrintPreview.ico
│ │ │ │ ├── 24_Save.ico
│ │ │ │ ├── 24_UndoBill.ico
│ │ │ │ ├── 24_ViewContent.ico
│ │ │ │ ├── 24_Void.ico
│ │ │ │ ├── 4546.ico
│ │ │ │ ├── btndelete.gif
│ │ │ │ ├── BtnSaveWindow.png
│ │ │ │ ├── ButtonCascade.png
│ │ │ │ ├── cell.png
│ │ │ │ ├── childforms.ico
│ │ │ │ ├── cslogo16.ico
│ │ │ │ ├── cslogo24.ico
│ │ │ │ ├── cslogo.ico
│ │ │ │ ├── CustomizeLarge.png
│ │ │ │ ├── description-icon.png
│ │ │ │ ├── ExportToExcel.png
│ │ │ │ ├── find50x50.ico
│ │ │ │ ├── item.png
│ │ │ │ ├── list.ico
│ │ │ │ ├── list.png
│ │ │ │ ├── logo-for-app1.JPG
│ │ │ │ ├── logo-for-app1.png
│ │ │ │ ├── logo.ico
│ │ │ │ ├── LOGO.png
│ │ │ │ ├── m1.ico
│ │ │ │ ├── Module.ico
│ │ │ │ ├── m.png
│ │ │ │ ├── noimg.gif
│ │ │ │ ├── seriesview.png
│ │ │ │ ├── skin16.ico
│ │ │ │ ├── submodule.ico
│ │ │ │ ├── tree.ico
│ │ │ │ └── WindowsLarge.png
│ │ │ ├── Interop.FastReport.dll
│ │ │ ├── NovellLdapImp.dll
│ │ │ ├── Reports
│ │ │ │ ├── rptAP.frx
│ │ │ │ ├── rptAR_Checklist.frx
│ │ │ │ ├── rptAR.frx
│ │ │ │ ├── rptAR_Normal1.frx
│ │ │ │ ├── rptAR_Normal.frx
│ │ │ │ ├── rptSO.frx
│ │ │ │ ├── rptUser.frx
│ │ │ │ ├── SO.fr3
│ │ │ │ └── users.fr3
│ │ │ ├── System.Windows.Forms.DataVisualization.dll
│ │ │ ├── _Tester.exe
│ │ │ ├── _Tester.pdb
│ │ │ ├── _Tester.vshost.exe
│ │ │ └── _Tester.vshost.exe.manifest
│ │ └── _Tester
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── _Tester.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── _Tester.csproj.FileListAbsolute.txt
│ │ │ ├── _Tester.csproj.GenerateResource.Cache
│ │ │ ├── _Tester.exe
│ │ │ ├── _tester.exe.licenses
│ │ │ ├── _Tester.Form1.resources
│ │ │ ├── _Tester.pdb
│ │ │ └── _Tester.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── licenses.licx
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Tester.cs
│ │ └── _Tester.csproj
│ └── CSFramework3.Server
│ ├── CSFramework3.Server.DataAccess
│ │ ├── CSFramework3.Server.DataAccess.csproj
│ │ ├── CSFramework3.Server.DataAccess.csproj.user
│ │ ├── DAL_Base
│ │ │ ├── dalBaseBusiness.cs
│ │ │ ├── dalBase.cs
│ │ │ └── dalBaseDataDict.cs
│ │ ├── DAL_Business
│ │ │ ├── dalAP.cs
│ │ │ ├── dalAR.cs
│ │ │ ├── dalIA.cs
│ │ │ ├── dalIC.cs
│ │ │ ├── dalIN.cs
│ │ │ ├── dalIO.cs
│ │ │ ├── dalPO.cs
│ │ │ └── dalSO.cs
│ │ ├── DAL_DataDict
│ │ │ ├── dalAccountIDs.cs
│ │ │ ├── dalCommonDataDict.cs
│ │ │ ├── dalCustomer.cs
│ │ │ ├── dalPerson.cs
│ │ │ └── dalProduct.cs
│ │ ├── DAL_System
│ │ │ ├── dalAttachFile.cs
│ │ │ ├── dalCommon.cs
│ │ │ ├── dalCompanyInfo.cs
│ │ │ ├── dalEditLogHistory.cs
│ │ │ ├── dalMenu.cs
│ │ │ ├── dalUser.cs
│ │ │ ├── dalUserGroup.cs
│ │ │ ├── DataProvider.cs
│ │ │ ├── DefaultORM.cs
│ │ │ ├── DocNoTool.cs
│ │ │ ├── ServerLibrary.cs
│ │ │ └── SqlBuilder.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── CKG.FrameworkADO.DataAccess.csproj.FileListAbsolute.txt
│ │ │ ├── CKG.FrameworkADO.DataAccess.dll
│ │ │ ├── CKG.FrameworkADO.DataAccess.pdb
│ │ │ ├── CKG.HZSAF.DataAccess.csproj.FileListAbsolute.txt
│ │ │ ├── CKG.HZSAF.DataAccess.dll
│ │ │ ├── CKG.HZSAF.DataAccess.pdb
│ │ │ ├── CSFramework3.Server.DataAccess.csproj.FileListAbsolute.txt
│ │ │ ├── CSFramework3.Server.DataAccess.dll
│ │ │ ├── CSFramework3.Server.DataAccess.pdb
│ │ │ ├── Refactor
│ │ │ │ ├── CKG.FrameworkADO.DataAccess.dll
│ │ │ │ ├── CKG.HZSAF.DataAccess.dll
│ │ │ │ └── CSFramework3.Server.DataAccess.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── CSFramework3-Server.sln
│ ├── Debug
│ │ ├── CSFramework3.Common.dll
│ │ ├── CSFramework3.Common.pdb
│ │ ├── CSFramework3.Interfaces.dll
│ │ ├── CSFramework3.Interfaces.pdb
│ │ ├── CSFramework3.Models.dll
│ │ ├── CSFramework3.Models.pdb
│ │ ├── CSFramework3.Server.DataAccess.dll
│ │ ├── CSFramework3.Server.DataAccess.pdb
│ │ ├── CSFramework.Common.dll
│ │ ├── CSFramework.Common.pdb
│ │ ├── CSFramework.Core.dll
│ │ ├── CSFramework.Core.pdb
│ │ ├── CSFramework.Data.Core.dll
│ │ ├── CSFramework.Data.Core.pdb
│ │ ├── CSFramework.Models.dll
│ │ ├── CSFramework.Models.pdb
│ │ ├── CSFramework.ORM.dll
│ │ └── CSFramework.ORM.pdb
│ ├── PrecompiledWeb
│ │ ├── WCF_Server
│ │ │ ├── bin
│ │ │ │ ├── App_Code.compiled
│ │ │ │ ├── App_Code.dll
│ │ │ │ ├── App_global.asax.compiled
│ │ │ │ ├── App_global.asax.dll
│ │ │ │ ├── CSFramework3.Interfaces.dll
│ │ │ │ ├── CSFramework3.Interfaces.pdb
│ │ │ │ ├── CSFramework3.Models.dll
│ │ │ │ ├── CSFramework3.Models.pdb
│ │ │ │ ├── CSFramework3.Server.DataAccess.dll
│ │ │ │ ├── CSFramework3.Server.DataAccess.pdb
│ │ │ │ ├── CSFramework.Common.dll
│ │ │ │ ├── CSFramework.Common.pdb
│ │ │ │ ├── CSFramework.Core.dll
│ │ │ │ ├── CSFramework.Core.pdb
│ │ │ │ ├── CSFramework.ORM.dll
│ │ │ │ └── CSFramework.ORM.pdb
│ │ │ ├── CommonService.svc
│ │ │ ├── DataDictService.svc
│ │ │ ├── InventoryModuleService.svc
│ │ │ ├── PrecompiledApp.config
│ │ │ ├── PurchaseModuleService.svc
│ │ │ ├── SalesModuleService.svc
│ │ │ ├── Service.svc
│ │ │ ├── SystemSecurityService.svc
│ │ │ └── Web.config
│ │ └── WebService
│ │ ├── bin
│ │ │ ├── App_Code.compiled
│ │ │ ├── App_Code.dll
│ │ │ ├── App_global.asax.compiled
│ │ │ ├── App_global.asax.dll
│ │ │ ├── CSFramework3.Interfaces.dll
│ │ │ ├── CSFramework3.Interfaces.pdb
│ │ │ ├── CSFramework3.Models.dll
│ │ │ ├── CSFramework3.Models.pdb
│ │ │ ├── CSFramework3.Server.DataAccess.dll
│ │ │ ├── CSFramework3.Server.DataAccess.pdb
│ │ │ ├── CSFramework.Common.dll
│ │ │ ├── CSFramework.Common.pdb
│ │ │ ├── CSFramework.Core.dll
│ │ │ ├── CSFramework.Core.pdb
│ │ │ ├── CSFramework.ORM.dll
│ │ │ └── CSFramework.ORM.pdb
│ │ ├── CommonWebService.asmx
│ │ ├── DataDictWebService.asmx
│ │ ├── PrecompiledApp.config
│ │ ├── SalesModuleWebService.asmx
│ │ ├── SystemSecurityWebService.asmx
│ │ └── web.config
│ └── WCF_Server
│ ├── AccountModuleService.svc
│ ├── App_Code
│ │ ├── ServiceClass
│ │ │ ├── AccountModuleService.cs
│ │ │ ├── CommonService.cs
│ │ │ ├── DataDictService.cs
│ │ │ ├── InventoryModuleService.cs
│ │ │ ├── PurchaseModuleService.cs
│ │ │ ├── SalesModuleService.cs
│ │ │ └── SystemSecurityService.cs
│ │ └── ServiceInterface
│ │ ├── IAccountModuleService.cs
│ │ ├── ICommonService.cs
│ │ ├── IDataDictService.cs
│ │ ├── IInventoryModuleService.cs
│ │ ├── IPurchaseModuleService.cs
│ │ ├── ISalesModuleService.cs
│ │ └── ISystemSecurityService.cs
│ ├── Bin
│ │ ├── CSFramework3.Interfaces.dll
│ │ ├── CSFramework3.Interfaces.pdb
│ │ ├── CSFramework3.Models.dll
│ │ ├── CSFramework3.Models.pdb
│ │ ├── CSFramework3.Server.DataAccess.dll
│ │ ├── CSFramework3.Server.DataAccess.pdb
│ │ ├── CSFramework.Common.dll
│ │ ├── CSFramework.Common.pdb
│ │ ├── CSFramework.Core.dll
│ │ ├── CSFramework.Core.pdb
│ │ ├── CSFramework.ORM.dll
│ │ └── CSFramework.ORM.pdb
│ ├── CommonService.svc
│ ├── DataDictService.svc
│ ├── Global.asax
│ ├── InventoryModuleService.svc
│ ├── PurchaseModuleService.svc
│ ├── SalesModuleService.svc
│ ├── SystemSecurityService.svc
│ └── Web.config
├── DXperience-9[1].2.6
│ ├── DXperience-9.2.6.exe
│ └── 控件破解
│ ├── Crack
│ │ ├── DevExpress.Data.v9.2.dll
│ │ ├── DevExpress.Web.v9.2.dll
│ │ ├── gacutil.exe
│ │ ├── install.cmd
│ │ └── sn.exe
│ └── readme.txt
└── 文挡
├── 《CS框架V2.2-3.0业务单据窗体_主从表_快速开发指南》.pdf
├── 《CS框架V2.2-3.0数据字典窗体快速开发指南》.pdf
├── 《CS框架V2.2-3.0数据库说明》.pdf
├── 《CS框架V2.2-3.0数据表结构说明》.pdf
├── 《CS框架V2.2-3.0权限管理功能设计》.pdf
├── 《CS框架V2.2开发环境配置与部署》.pdf
├── 《CS框架V3.0开发环境配置和正式部署II》.pdf
├── 《CS框架V3.0模块引用层次关系》.pdf
├── 《CS框架代码生成器ClassGeneratorV2.01使用指南》.pdf
├── 《CS框架局域网版本自动升级解决方案1.0》.pdf
├── 《CS框架开发文档之开发框架与模块》.pdf
├── 《CS框架权限扩展与定制按钮功能详细设计》.pdf
├── 《DevExpress XtraReport开发指南-主从表报表设计详解》.pdf
├── 《DevExpress XtraReport开发指南-单表报表设计详解》.pdf
├── 《FastReport for.Net开发指南-主从表_Master Detail_报表设计详解》.pdf
├── 《FastReport for.Net开发指南-单表报表设计详解》.pdf
├── 《开发框架使用入门指南》.pdf
└── 注意.txt
199 directories, 1624 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论