在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 大型erp系统

大型erp系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:379.03M
  • 下载次数:190
  • 浏览次数:856
  • 发布时间:2022-12-01
  • 实例类别:C#语言基础
  • 发 布 人:mislxr
  • 文件格式:.rar
  • 所需积分:2
 相关标签: VS2010版

同类人气实例

实例介绍


【实例简介】大型erp系统

【实例截图】

from clipboard

from clipboard

from clipboard


第一章 

第二章 

第三章 

1、 单据的

2、 报表操作

3、 排序

第四章 采购

1、 采购请单

2、 采购订单

3、 采购进货

4、 采购付款

5、 采购退

6、 采购相关

第五章 销售

1、 

2、 销售订单

3、 发货通

4、 

5、 

6、 退

7、 客户款单

8、 收款

9、 销售相关

第六章 库存

1、 拆并

2、 货品组装与

3、 仓库

4、 仓库盘点

5、 实时库存

6、 库存

7、 

8、 生产计划

9、 生产任务单(用料计划)

10、 生产状况

11、 生产领料

12、 生产退料

13、 生产

14、 物料清单

15、 物料需求

16、 产品进

17、 库存相关报表

 

第七章 生产管理

1、 排程部门

2、 生产排程

3、 生产计划单

4、 生产任务单

5、 生产状况表

6、 领料单

7、 补料单

8、 退料单

9、 生产完工单

第八章 委外加工

1、 委外加工单

2、 委外领料单

3、 委外退料单

4、 委外入库单

5、 委外付款单

6、 委外退货单

第九章 工资管理

1、 工资项目设定

2、 产量结转工资

3、 个人计件录入

4、 工组计件录入

5、 计月工资录入

6、 工资发放表

 

第十章 人事管理

A、 设备管理

1、 设备登记

2、 机器设置

3、 联机操作

4、 U盘操作

5、 定时采集

6、 实时采集

B、 卡片中心

1、 发卡

2、 充值

3、 挂失处理

4、 退卡

5、 退款

C、 考勤管理

1、 班次设定

2、 考勤规则

3、 刷卡记录

4、 请假登记

5、 出差登记

6、 调休补班

7、 手工补卡

8、 停工待料

9、 员工排班

D、 售饭管理

7、 订饭记录

8、 售饭记录

9、 售饭情况表

第十一章 财务管理

1、 记帐凭证

2、 凭证审核

3、 凭证查询

4、 凭证登帐

5、 结转损益

6、 期末结帐

第十二章 出纳管理

1、 现金初始余额

2、 银行初始余额

3、 现金日记帐

4、 银行日记帐

5、 出纳结帐

第十三章 系统

1、 信息

2、 用户管理

3、 系统

4、 帐套参

5、 数据备和恢复

6、 日志管理

附:

系统操作流程图


【核心代码】

.
├── BN084-大型erpNewvs2010
│   └── BN084-大型erpNew
│       ├── BN084-大型erp系统
│       │   ├── ERP
│       │   │   ├── Base
│       │   │   │   ├── Base.csproj
│       │   │   │   ├── Base.csproj.bak
│       │   │   │   ├── Base.csproj.user
│       │   │   │   ├── CallBase.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── bin
│       │   │   │   ├── clsIme.cs
│       │   │   │   ├── frmAssist.Designer.cs
│       │   │   │   ├── frmAssist.cs
│       │   │   │   ├── frmAssist.resx
│       │   │   │   ├── frmAssistBase.Designer.cs
│       │   │   │   ├── frmAssistBase.cs
│       │   │   │   ├── frmAssistBase.resx
│       │   │   │   ├── frmCarryCompany.Designer.cs
│       │   │   │   ├── frmCarryCompany.cs
│       │   │   │   ├── frmCarryCompany.resx
│       │   │   │   ├── frmCast.Designer.cs
│       │   │   │   ├── frmCast.cs
│       │   │   │   ├── frmCast.resx
│       │   │   │   ├── frmClient.Designer.cs
│       │   │   │   ├── frmClient.cs
│       │   │   │   ├── frmClient.resx
│       │   │   │   ├── frmCraftwork.Designer.cs
│       │   │   │   ├── frmCraftwork.cs
│       │   │   │   ├── frmCraftwork.resx
│       │   │   │   ├── frmDevice.Designer.cs
│       │   │   │   ├── frmDevice.cs
│       │   │   │   ├── frmDevice.resx
│       │   │   │   ├── frmDeviceRepair.Designer.cs
│       │   │   │   ├── frmDeviceRepair.cs
│       │   │   │   ├── frmDeviceRepair.resx
│       │   │   │   ├── frmEditAssist.Designer.cs
│       │   │   │   ├── frmEditAssist.cs
│       │   │   │   ├── frmEditAssist.resx
│       │   │   │   ├── frmEditCarryCompany.Designer.cs
│       │   │   │   ├── frmEditCarryCompany.cs
│       │   │   │   ├── frmEditCarryCompany.resx
│       │   │   │   ├── frmEditCast.Designer.cs
│       │   │   │   ├── frmEditCast.cs
│       │   │   │   ├── frmEditCast.resx
│       │   │   │   ├── frmEditClient.Designer.cs
│       │   │   │   ├── frmEditClient.cs
│       │   │   │   ├── frmEditClient.resx
│       │   │   │   ├── frmEditCraftwork.Designer.cs
│       │   │   │   ├── frmEditCraftwork.cs
│       │   │   │   ├── frmEditCraftwork.resx
│       │   │   │   ├── frmEditDevice.Designer.cs
│       │   │   │   ├── frmEditDevice.cs
│       │   │   │   ├── frmEditDevice.resx
│       │   │   │   ├── frmEditDeviceRepair.Designer.cs
│       │   │   │   ├── frmEditDeviceRepair.cs
│       │   │   │   ├── frmEditDeviceRepair.resx
│       │   │   │   ├── frmEditEmp.Designer.cs
│       │   │   │   ├── frmEditEmp.cs
│       │   │   │   ├── frmEditEmp.resx
│       │   │   │   ├── frmEditFactory.Designer.cs
│       │   │   │   ├── frmEditFactory.cs
│       │   │   │   ├── frmEditFactory.resx
│       │   │   │   ├── frmEditItem.Designer.cs
│       │   │   │   ├── frmEditItem.cs
│       │   │   │   ├── frmEditItem.resx
│       │   │   │   ├── frmEditOutSupplier.Designer.cs
│       │   │   │   ├── frmEditOutSupplier.cs
│       │   │   │   ├── frmEditOutSupplier.resx
│       │   │   │   ├── frmEditProcess.Designer.cs
│       │   │   │   ├── frmEditProcess.cs
│       │   │   │   ├── frmEditProcess.resx
│       │   │   │   ├── frmEditProduct.Designer.cs
│       │   │   │   ├── frmEditProduct.cs
│       │   │   │   ├── frmEditProduct.resx
│       │   │   │   ├── frmEditStorage.Designer.cs
│       │   │   │   ├── frmEditStorage.cs
│       │   │   │   ├── frmEditStorage.resx
│       │   │   │   ├── frmEditSupplier.Designer.cs
│       │   │   │   ├── frmEditSupplier.cs
│       │   │   │   ├── frmEditSupplier.resx
│       │   │   │   ├── frmEditWorkGroup.Designer.cs
│       │   │   │   ├── frmEditWorkGroup.cs
│       │   │   │   ├── frmEditWorkGroup.resx
│       │   │   │   ├── frmEmp.Designer.cs
│       │   │   │   ├── frmEmp.cs
│       │   │   │   ├── frmEmp.resx
│       │   │   │   ├── frmFactory.Designer.cs
│       │   │   │   ├── frmFactory.cs
│       │   │   │   ├── frmFactory.resx
│       │   │   │   ├── frmItem.Designer.cs
│       │   │   │   ├── frmItem.cs
│       │   │   │   ├── frmItem.resx
│       │   │   │   ├── frmOutSupplier.Designer.cs
│       │   │   │   ├── frmOutSupplier.cs
│       │   │   │   ├── frmOutSupplier.resx
│       │   │   │   ├── frmPic.Designer.cs
│       │   │   │   ├── frmPic.cs
│       │   │   │   ├── frmPic.resx
│       │   │   │   ├── frmProcess.Designer.cs
│       │   │   │   ├── frmProcess.cs
│       │   │   │   ├── frmProcess.resx
│       │   │   │   ├── frmProduct.Designer.cs
│       │   │   │   ├── frmProduct.cs
│       │   │   │   ├── frmProduct.resx
│       │   │   │   ├── frmProductProcess.cs
│       │   │   │   ├── frmProductProcess.designer.cs
│       │   │   │   ├── frmProductProcess.resx
│       │   │   │   ├── frmProductProcessList.Designer.cs
│       │   │   │   ├── frmProductProcessList.cs
│       │   │   │   ├── frmProductProcessList.resx
│       │   │   │   ├── frmStockPrice.Designer.cs
│       │   │   │   ├── frmStockPrice.cs
│       │   │   │   ├── frmStockPrice.resx
│       │   │   │   ├── frmStorage.Designer.cs
│       │   │   │   ├── frmStorage.cs
│       │   │   │   ├── frmStorage.resx
│       │   │   │   ├── frmSupplier.Designer.cs
│       │   │   │   ├── frmSupplier.cs
│       │   │   │   ├── frmSupplier.resx
│       │   │   │   ├── frmWorkGroup.Designer.cs
│       │   │   │   ├── frmWorkGroup.cs
│       │   │   │   ├── frmWorkGroup.resx
│       │   │   │   └── obj
│       │   │   ├── BaseClass
│       │   │   │   ├── BaseClass.csproj
│       │   │   │   ├── BaseClass.csproj.bak
│       │   │   │   ├── BaseClass.csproj.user
│       │   │   │   ├── Properties
│       │   │   │   ├── bin
│       │   │   │   ├── clsIme.cs
│       │   │   │   ├── frmBase.Designer.cs
│       │   │   │   ├── frmBase.cs
│       │   │   │   ├── frmBase.resx
│       │   │   │   ├── frmFlag.Designer.cs
│       │   │   │   ├── frmFlag.cs
│       │   │   │   ├── frmFlag.resx
│       │   │   │   └── obj
│       │   │   ├── Card
│       │   │   │   ├── Card.csproj
│       │   │   │   ├── Card.csproj.user
│       │   │   │   ├── EastRiver.cs
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── bin
│       │   │   │   ├── frmAddTime.Designer.cs
│       │   │   │   ├── frmAddTime.cs
│       │   │   │   ├── frmAddTime.resx
│       │   │   │   ├── frmArrangeClass.Designer.cs
│       │   │   │   ├── frmArrangeClass.cs
│       │   │   │   ├── frmArrangeClass.resx
│       │   │   │   ├── frmBackCard.Designer.cs
│       │   │   │   ├── frmBackCard.cs
│       │   │   │   ├── frmBackCard.resx
│       │   │   │   ├── frmBackMoney.Designer.cs
│       │   │   │   ├── frmBackMoney.cs
│       │   │   │   ├── frmBackMoney.resx
│       │   │   │   ├── frmCardReport.Designer.cs
│       │   │   │   ├── frmCardReport.cs
│       │   │   │   ├── frmCardReport.resx
│       │   │   │   ├── frmDinnerReport.Designer.cs
│       │   │   │   ├── frmDinnerReport.cs
│       │   │   │   ├── frmDinnerReport.resx
│       │   │   │   ├── frmEditBackCard.Designer.cs
│       │   │   │   ├── frmEditBackCard.cs
│       │   │   │   ├── frmEditBackCard.resx
│       │   │   │   ├── frmEditBackMoney.Designer.cs
│       │   │   │   ├── frmEditBackMoney.cs
│       │   │   │   ├── frmEditBackMoney.resx
│       │   │   │   ├── frmEditDevice.Designer.cs
│       │   │   │   ├── frmEditDevice.cs
│       │   │   │   ├── frmEditDevice.resx
│       │   │   │   ├── frmEditFillMoney.Designer.cs
│       │   │   │   ├── frmEditFillMoney.cs
│       │   │   │   ├── frmEditFillMoney.resx
│       │   │   │   ├── frmEditLeave.Designer.cs
│       │   │   │   ├── frmEditLeave.cs
│       │   │   │   ├── frmEditLeave.resx
│       │   │   │   ├── frmEditLostCard.Designer.cs
│       │   │   │   ├── frmEditLostCard.cs
│       │   │   │   ├── frmEditLostCard.resx
│       │   │   │   ├── frmEditOtherRest.Designer.cs
│       │   │   │   ├── frmEditOtherRest.cs
│       │   │   │   ├── frmEditOtherRest.resx
│       │   │   │   ├── frmEditSendCard.Designer.cs
│       │   │   │   ├── frmEditSendCard.cs
│       │   │   │   ├── frmEditSendCard.resx
│       │   │   │   ├── frmEditStop.Designer.cs
│       │   │   │   ├── frmEditStop.cs
│       │   │   │   ├── frmEditStop.resx
│       │   │   │   ├── frmEditTravel.Designer.cs
│       │   │   │   ├── frmEditTravel.cs
│       │   │   │   ├── frmEditTravel.resx
│       │   │   │   ├── frmEditUserCard.Designer.cs
│       │   │   │   ├── frmEditUserCard.cs
│       │   │   │   ├── frmEditUserCard.resx
│       │   │   │   ├── frmFillMoney.Designer.cs
│       │   │   │   ├── frmFillMoney.cs
│       │   │   │   ├── frmFillMoney.resx
│       │   │   │   ├── frmFindDevice.Designer.cs
│       │   │   │   ├── frmFindDevice.cs
│       │   │   │   ├── frmFindDevice.resx
│       │   │   │   ├── frmKQDayReport.Designer.cs
│       │   │   │   ├── frmKQDayReport.cs
│       │   │   │   ├── frmKQDayReport.resx
│       │   │   │   ├── frmKQReport.Designer.cs
│       │   │   │   ├── frmKQReport.cs
│       │   │   │   ├── frmKQReport.resx
│       │   │   │   ├── frmKQRule.Designer.cs
│       │   │   │   ├── frmKQRule.cs
│       │   │   │   ├── frmKQRule.resx
│       │   │   │   ├── frmKQTotalReport.Designer.cs
│       │   │   │   ├── frmKQTotalReport.cs
│       │   │   │   ├── frmKQTotalReport.resx
│       │   │   │   ├── frmLostCard.Designer.cs
│       │   │   │   ├── frmLostCard.cs
│       │   │   │   ├── frmLostCard.resx
│       │   │   │   ├── frmNetDevice.Designer.cs
│       │   │   │   ├── frmNetDevice.cs
│       │   │   │   ├── frmNetDevice.resx
│       │   │   │   ├── frmNoCardReport.Designer.cs
│       │   │   │   ├── frmNoCardReport.cs
│       │   │   │   ├── frmNoCardReport.resx
│       │   │   │   ├── frmOtherRest.Designer.cs
│       │   │   │   ├── frmOtherRest.cs
│       │   │   │   ├── frmOtherRest.resx
│       │   │   │   ├── frmPreDinner.Designer.cs
│       │   │   │   ├── frmPreDinner.cs
│       │   │   │   ├── frmPreDinner.resx
│       │   │   │   ├── frmReadEmpPic.Designer.cs
│       │   │   │   ├── frmReadEmpPic.cs
│       │   │   │   ├── frmReadEmpPic.resx
│       │   │   │   ├── frmRealPick.Designer.cs
│       │   │   │   ├── frmRealPick.cs
│       │   │   │   ├── frmRealPick.resx
│       │   │   │   ├── frmRegDevice.Designer.cs
│       │   │   │   ├── frmRegDevice.cs
│       │   │   │   ├── frmRegDevice.resx
│       │   │   │   ├── frmRegLeave.Designer.cs
│       │   │   │   ├── frmRegLeave.cs
│       │   │   │   ├── frmRegLeave.resx
│       │   │   │   ├── frmRegStop.Designer.cs
│       │   │   │   ├── frmRegStop.cs
│       │   │   │   ├── frmRegStop.resx
│       │   │   │   ├── frmRegTravel.Designer.cs
│       │   │   │   ├── frmRegTravel.cs
│       │   │   │   ├── frmRegTravel.resx
│       │   │   │   ├── frmSellDinner.Designer.cs
│       │   │   │   ├── frmSellDinner.cs
│       │   │   │   ├── frmSellDinner.resx
│       │   │   │   ├── frmSendCard.Designer.cs
│       │   │   │   ├── frmSendCard.cs
│       │   │   │   ├── frmSendCard.resx
│       │   │   │   ├── frmSetClass.Designer.cs
│       │   │   │   ├── frmSetClass.cs
│       │   │   │   ├── frmSetClass.resx
│       │   │   │   ├── frmSetDevice.Designer.cs
│       │   │   │   ├── frmSetDevice.cs
│       │   │   │   ├── frmSetDevice.resx
│       │   │   │   ├── frmSetDeviceNo.Designer.cs
│       │   │   │   ├── frmSetDeviceNo.cs
│       │   │   │   ├── frmSetDeviceNo.resx
│       │   │   │   ├── frmSetDevicePsw.Designer.cs
│       │   │   │   ├── frmSetDevicePsw.cs
│       │   │   │   ├── frmSetDevicePsw.resx
│       │   │   │   ├── frmTimPick.Designer.cs
│       │   │   │   ├── frmTimPick.cs
│       │   │   │   ├── frmTimPick.resx
│       │   │   │   ├── frmUserCard.Designer.cs
│       │   │   │   ├── frmUserCard.cs
│       │   │   │   ├── frmUserCard.resx
│       │   │   │   └── obj
│       │   │   ├── Cash
│       │   │   │   ├── Cash
│       │   │   │   ├── Cash.sln
│       │   │   │   └── Cash.suo
│       │   │   ├── CenterLib
│       │   │   │   ├── CenterLib
│       │   │   │   ├── CenterLib.csproj
│       │   │   │   ├── CenterLib.csproj.user
│       │   │   │   ├── Class1.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── bin
│       │   │   │   └── obj
│       │   │   ├── Common
│       │   │   │   ├── BindClass.cs
│       │   │   │   ├── CHDevExpress.cs
│       │   │   │   ├── Common.csproj
│       │   │   │   ├── Common.csproj.bak
│       │   │   │   ├── Common.csproj.user
│       │   │   │   ├── CopyReportForm.Designer.cs
│       │   │   │   ├── CopyReportForm.cs
│       │   │   │   ├── CopyReportForm.resx
│       │   │   │   ├── EditReportForm.Designer.cs
│       │   │   │   ├── EditReportForm.cs
│       │   │   │   ├── EditReportForm.resx
│       │   │   │   ├── LoadDllForm.Designer.cs
│       │   │   │   ├── LoadDllForm.cs
│       │   │   │   ├── LoadDllForm.resx
│       │   │   │   ├── LoadLayout.cs
│       │   │   │   ├── PrintForm.Designer.cs
│       │   │   │   ├── PrintForm.cs
│       │   │   │   ├── PrintForm.resx
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── UserDesign.Designer.cs
│       │   │   │   ├── UserDesign.cs
│       │   │   │   ├── UserDesign.resx
│       │   │   │   ├── XtraChinese.cs
│       │   │   │   ├── app.config
│       │   │   │   ├── bin
│       │   │   │   ├── frmBarCode.Designer.cs
│       │   │   │   ├── frmBarCode.cs
│       │   │   │   ├── frmBarCode.resx
│       │   │   │   ├── frmBaseList.Designer.cs
│       │   │   │   ├── frmBaseList.cs
│       │   │   │   ├── frmBaseList.resx
│       │   │   │   ├── frmBaseList.resx.bak
│       │   │   │   ├── frmBill.Designer.cs
│       │   │   │   ├── frmBill.cs
│       │   │   │   ├── frmBill.resx
│       │   │   │   ├── frmBillImport.cs
│       │   │   │   ├── frmBillImport.designer.cs
│       │   │   │   ├── frmBillImport.resx
│       │   │   │   ├── frmBillList.Designer.cs
│       │   │   │   ├── frmBillList.cs
│       │   │   │   ├── frmBillList.resx
│       │   │   │   ├── frmBillList.resx.bak
│       │   │   │   ├── frmBomStoreQty.Designer.cs
│       │   │   │   ├── frmBomStoreQty.cs
│       │   │   │   ├── frmBomStoreQty.resx
│       │   │   │   ├── frmBomStoreQty.resx.bak
│       │   │   │   ├── frmDialog.Designer.cs
│       │   │   │   ├── frmDialog.cs
│       │   │   │   ├── frmDialog.resx
│       │   │   │   ├── frmGetStockPrice.Designer.cs
│       │   │   │   ├── frmGetStockPrice.cs
│       │   │   │   ├── frmGetStockPrice.resx
│       │   │   │   ├── frmGraphi.Designer.cs
│       │   │   │   ├── frmGraphi.cs
│       │   │   │   ├── frmGraphi.resx
│       │   │   │   ├── frmImportFlag.Designer.cs
│       │   │   │   ├── frmImportFlag.cs
│       │   │   │   ├── frmImportFlag.resx
│       │   │   │   ├── frmMDIChild.Designer.cs
│       │   │   │   ├── frmMDIChild.cs
│       │   │   │   ├── frmMDIChild.resx
│       │   │   │   ├── frmPrintSQL.Designer.cs
│       │   │   │   ├── frmPrintSQL.cs
│       │   │   │   ├── frmPrintSQL.resx
│       │   │   │   ├── frmReport.Designer.cs
│       │   │   │   ├── frmReport.cs
│       │   │   │   ├── frmReport.resx
│       │   │   │   ├── frmReport.resx.bak
│       │   │   │   ├── frmSQL.Designer.cs
│       │   │   │   ├── frmSQL.cs
│       │   │   │   ├── frmSQL.resx
│       │   │   │   ├── frmSelItem.cs
│       │   │   │   ├── frmSelItem.designer.cs
│       │   │   │   ├── frmSelItem.resx
│       │   │   │   ├── frmSetField.Designer.cs
│       │   │   │   ├── frmSetField.cs
│       │   │   │   ├── frmSetField.resx
│       │   │   │   ├── frmSetGrid.cs
│       │   │   │   ├── frmSetGrid.designer.cs
│       │   │   │   ├── frmSetGrid.resx
│       │   │   │   ├── frmTypeEdit.cs
│       │   │   │   ├── frmTypeEdit.designer.cs
│       │   │   │   ├── frmTypeEdit.resx
│       │   │   │   ├── frmViewFile.Designer.cs
│       │   │   │   ├── frmViewFile.cs
│       │   │   │   ├── frmViewFile.resx
│       │   │   │   └── obj
│       │   │   ├── CommonData
│       │   │   │   ├── CommonData.csproj
│       │   │   │   ├── CommonData.csproj.bak
│       │   │   │   ├── CommonData.csproj.user
│       │   │   │   ├── Properties
│       │   │   │   ├── bin
│       │   │   │   ├── frmBillImport.Designer.cs
│       │   │   │   ├── frmBillImport.cs
│       │   │   │   ├── frmBillImport.resx
│       │   │   │   ├── frmSelDept.Designer.cs
│       │   │   │   ├── frmSelDept.cs
│       │   │   │   ├── frmSelDept.resx
│       │   │   │   ├── frmSelEmp.Designer.cs
│       │   │   │   ├── frmSelEmp.cs
│       │   │   │   ├── frmSelEmp.resx
│       │   │   │   ├── frmSelGroup.Designer.cs
│       │   │   │   ├── frmSelGroup.cs
│       │   │   │   ├── frmSelGroup.resx
│       │   │   │   ├── frmSelItem.Designer.cs
│       │   │   │   ├── frmSelItem.cs
│       │   │   │   ├── frmSelItem.resx
│       │   │   │   ├── frmSetField.Designer.cs
│       │   │   │   ├── frmSetField.cs
│       │   │   │   ├── frmSetField.resx
│       │   │   │   ├── frmSetGrid.cs
│       │   │   │   ├── frmSetGrid.designer.cs
│       │   │   │   ├── frmSetGrid.resx
│       │   │   │   ├── frmStorageInfo.Designer.cs
│       │   │   │   ├── frmStorageInfo.cs
│       │   │   │   ├── frmStorageInfo.resx
│       │   │   │   ├── frmStorageInfoEx.Designer.cs
│       │   │   │   ├── frmStorageInfoEx.cs
│       │   │   │   ├── frmStorageInfoEx.resx
│       │   │   │   └── obj
│       │   │   ├── DataLib
│       │   │   │   ├── DataHelper.cs
│       │   │   │   ├── DataLib.csproj
│       │   │   │   ├── DataLib.csproj.bak
│       │   │   │   ├── DataLib.csproj.user
│       │   │   │   ├── DataSetCompression.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── SysVar.cs
│       │   │   │   ├── Web References
│       │   │   │   ├── app.config
│       │   │   │   ├── bin
│       │   │   │   ├── obj
│       │   │   │   └── sysClass.cs
│       │   │   ├── Doc
│       │   │   │   └── 系统操作说明书.doc
│       │   │   ├── Finance
│       │   │   │   ├── Finance.csproj
│       │   │   │   ├── Finance.csproj.bak
│       │   │   │   ├── Finance.csproj.user
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── bin
│       │   │   │   ├── frmAbstract.Designer.cs
│       │   │   │   ├── frmAbstract.cs
│       │   │   │   ├── frmAbstract.resx
│       │   │   │   ├── frmAbstractType.Designer.cs
│       │   │   │   ├── frmAbstractType.cs
│       │   │   │   ├── frmAbstractType.resx
│       │   │   │   ├── frmAddType.cs
│       │   │   │   ├── frmAddType.designer.cs
│       │   │   │   ├── frmAddType.resx
│       │   │   │   ├── frmAssetDepreReport.cs
│       │   │   │   ├── frmAssetDepreReport.designer.cs
│       │   │   │   ├── frmAssetDepreReport.resx
│       │   │   │   ├── frmAssetList.cs
│       │   │   │   ├── frmAssetList.designer.cs
│       │   │   │   ├── frmAssetList.resx
│       │   │   │   ├── frmAssetReduceList.cs
│       │   │   │   ├── frmAssetReduceList.designer.cs
│       │   │   │   ├── frmAssetReduceList.resx
│       │   │   │   ├── frmAssetReport.cs
│       │   │   │   ├── frmAssetReport.designer.cs
│       │   │   │   ├── frmAssetReport.resx
│       │   │   │   ├── frmAssetTotalOldReport.cs
│       │   │   │   ├── frmAssetTotalOldReport.designer.cs
│       │   │   │   ├── frmAssetTotalOldReport.resx
│       │   │   │   ├── frmAssetType.cs
│       │   │   │   ├── frmAssetType.designer.cs
│       │   │   │   ├── frmAssetType.resx
│       │   │   │   ├── frmCWInit.Designer.cs
│       │   │   │   ├── frmCWInit.cs
│       │   │   │   ├── frmCWInit.resx
│       │   │   │   ├── frmCertificate.Designer.cs
│       │   │   │   ├── frmCertificate.cs
│       │   │   │   ├── frmCertificate.resx
│       │   │   │   ├── frmCertificateList.Designer.cs
│       │   │   │   ├── frmCertificateList.cs
│       │   │   │   ├── frmCertificateList.resx
│       │   │   │   ├── frmCfCehckOut.Designer.cs
│       │   │   │   ├── frmCfCehckOut.cs
│       │   │   │   ├── frmCfCehckOut.resx
│       │   │   │   ├── frmCheckLoss.Designer.cs
│       │   │   │   ├── frmCheckLoss.cs
│       │   │   │   ├── frmCheckLoss.resx
│       │   │   │   ├── frmCurrency.Designer.cs
│       │   │   │   ├── frmCurrency.cs
│       │   │   │   ├── frmCurrency.resx
│       │   │   │   ├── frmEditAbstract.Designer.cs
│       │   │   │   ├── frmEditAbstract.cs
│       │   │   │   ├── frmEditAbstract.resx
│       │   │   │   ├── frmEditAddType.cs
│       │   │   │   ├── frmEditAddType.designer.cs
│       │   │   │   ├── frmEditAddType.resx
│       │   │   │   ├── frmEditAsset.cs
│       │   │   │   ├── frmEditAsset.designer.cs
│       │   │   │   ├── frmEditAsset.resx
│       │   │   │   ├── frmEditAssetReduce.cs
│       │   │   │   ├── frmEditAssetReduce.designer.cs
│       │   │   │   ├── frmEditAssetReduce.resx
│       │   │   │   ├── frmEditAssetType.cs
│       │   │   │   ├── frmEditAssetType.designer.cs
│       │   │   │   ├── frmEditAssetType.resx
│       │   │   │   ├── frmEditCurrency.Designer.cs
│       │   │   │   ├── frmEditCurrency.cs
│       │   │   │   ├── frmEditCurrency.resx
│       │   │   │   ├── frmEditSubject.Designer.cs
│       │   │   │   ├── frmEditSubject.cs
│       │   │   │   ├── frmEditSubject.resx
│       │   │   │   ├── frmEditUseInfo.cs
│       │   │   │   ├── frmEditUseInfo.designer.cs
│       │   │   │   ├── frmEditUseInfo.resx
│       │   │   │   ├── frmFDayReport.cs
│       │   │   │   ├── frmFDayReport.designer.cs
│       │   │   │   ├── frmFDayReport.resx
│       │   │   │   ├── frmFDetailReport.cs
│       │   │   │   ├── frmFDetailReport.designer.cs
│       │   │   │   ├── frmFDetailReport.resx
│       │   │   │   ├── frmFGainReport.cs
│       │   │   │   ├── frmFGainReport.designer.cs
│       │   │   │   ├── frmFGainReport.resx
│       │   │   │   ├── frmFMulDetailReport.cs
│       │   │   │   ├── frmFMulDetailReport.designer.cs
│       │   │   │   ├── frmFMulDetailReport.resx
│       │   │   │   ├── frmFProfitReport.cs
│       │   │   │   ├── frmFProfitReport.designer.cs
│       │   │   │   ├── frmFProfitReport.resx
│       │   │   │   ├── frmFSubjectTotalReport.cs
│       │   │   │   ├── frmFSubjectTotalReport.designer.cs
│       │   │   │   ├── frmFSubjectTotalReport.resx
│       │   │   │   ├── frmFTotalReport.cs
│       │   │   │   ├── frmFTotalReport.designer.cs
│       │   │   │   ├── frmFTotalReport.resx
│       │   │   │   ├── frmFTryCalReport.cs
│       │   │   │   ├── frmFTryCalReport.designer.cs
│       │   │   │   ├── frmFTryCalReport.resx
│       │   │   │   ├── frmFdebtReport.cs
│       │   │   │   ├── frmFdebtReport.designer.cs
│       │   │   │   ├── frmFdebtReport.resx
│       │   │   │   ├── frmFinanceInit.Designer.cs
│       │   │   │   ├── frmFinanceInit.cs
│       │   │   │   ├── frmFinanceInit.resx
│       │   │   │   ├── frmMulCon.Designer.cs
│       │   │   │   ├── frmMulCon.cs
│       │   │   │   ├── frmMulCon.resx
│       │   │   │   ├── frmMulSet.Designer.cs
│       │   │   │   ├── frmMulSet.cs
│       │   │   │   ├── frmMulSet.resx
│       │   │   │   ├── frmRecordCf.Designer.cs
│       │   │   │   ├── frmRecordCf.cs
│       │   │   │   ├── frmRecordCf.resx
│       │   │   │   ├── frmSubject.Designer.cs
│       │   │   │   ├── frmSubject.cs
│       │   │   │   ├── frmSubject.resx
│       │   │   │   ├── frmUseInfo.cs
│       │   │   │   ├── frmUseInfo.designer.cs
│       │   │   │   ├── frmUseInfo.resx
│       │   │   │   ├── frmWorkQueryReport.cs
│       │   │   │   ├── frmWorkQueryReport.designer.cs
│       │   │   │   ├── frmWorkQueryReport.resx
│       │   │   │   └── obj
│       │   │   ├── JXC
│       │   │   │   ├── App.config
│       │   │   │   ├── IE4POWER.ICO
│       │   │   │   ├── JXC.csproj
│       │   │   │   ├── JXC.csproj.bak
│       │   │   │   ├── JXC.csproj.user
│       │   │   │   ├── JXC_TemporaryKey.pfx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── RMReport.dll
│       │   │   │   ├── Resources
│       │   │   │   ├── bin
│       │   │   │   ├── cwReport.dll
│       │   │   │   ├── frmAbout.Designer.cs
│       │   │   │   ├── frmAbout.cs
│       │   │   │   ├── frmAbout.resx
│       │   │   │   ├── frmAccount.Designer.cs
│       │   │   │   ├── frmAccount.cs
│       │   │   │   ├── frmAccount.resx
│       │   │   │   ├── frmBack.cs
│       │   │   │   ├── frmBack.designer.cs
│       │   │   │   ├── frmBack.resx
│       │   │   │   ├── frmConnect.Designer.cs
│       │   │   │   ├── frmConnect.cs
│       │   │   │   ├── frmConnect.resx
│       │   │   │   ├── frmFindBill.Designer.cs
│       │   │   │   ├── frmFindBill.cs
│       │   │   │   ├── frmFindBill.resx
│       │   │   │   ├── frmLogin.Designer.cs
│       │   │   │   ├── frmLogin.cs
│       │   │   │   ├── frmLogin.resx
│       │   │   │   ├── frmMain.Designer.cs
│       │   │   │   ├── frmMain.cs
│       │   │   │   ├── frmMain.resx
│       │   │   │   ├── frmReg.Designer.cs
│       │   │   │   ├── frmReg.cs
│       │   │   │   ├── frmReg.resx
│       │   │   │   └── obj
│       │   │   ├── JXC.sln
│       │   │   ├── JXC.suo
│       │   │   ├── OA
│       │   │   │   ├── OA.csproj
│       │   │   │   ├── OA.sln
│       │   │   │   ├── OA.suo
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── bin
│       │   │   │   ├── frmEditOAFile.Designer.cs
│       │   │   │   ├── frmEditOAFile.cs
│       │   │   │   ├── frmEditOAFile.resx
│       │   │   │   ├── frmEditOANotice.Designer.cs
│       │   │   │   ├── frmEditOANotice.cs
│       │   │   │   ├── frmEditOANotice.resx
│       │   │   │   ├── frmEditOATask.Designer.cs
│       │   │   │   ├── frmEditOATask.cs
│       │   │   │   ├── frmEditOATask.resx
│       │   │   │   ├── frmEditOATaskInfo.Designer.cs
│       │   │   │   ├── frmEditOATaskInfo.cs
│       │   │   │   ├── frmEditOATaskInfo.resx
│       │   │   │   ├── frmOAFileList.Designer.cs
│       │   │   │   ├── frmOAFileList.cs
│       │   │   │   ├── frmOAFileList.resx
│       │   │   │   ├── frmOANoticeList.Designer.cs
│       │   │   │   ├── frmOANoticeList.cs
│       │   │   │   ├── frmOANoticeList.resx
│       │   │   │   ├── frmOATaskAnnex.Designer.cs
│       │   │   │   ├── frmOATaskAnnex.cs
│       │   │   │   ├── frmOATaskAnnex.resx
│       │   │   │   ├── frmOATaskInfoList.Designer.cs
│       │   │   │   ├── frmOATaskInfoList.cs
│       │   │   │   ├── frmOATaskInfoList.resx
│       │   │   │   ├── frmOATaskList.Designer.cs
│       │   │   │   ├── frmOATaskList.cs
│       │   │   │   ├── frmOATaskList.resx
│       │   │   │   ├── frmOAWakeUp.Designer.cs
│       │   │   │   ├── frmOAWakeUp.cs
│       │   │   │   ├── frmOAWakeUp.resx
│       │   │   │   ├── frmOnLineUser.Designer.cs
│       │   │   │   ├── frmOnLineUser.cs
│       │   │   │   ├── frmOnLineUser.resx
│       │   │   │   ├── frmViewList.Designer.cs
│       │   │   │   ├── frmViewList.cs
│       │   │   │   ├── frmViewList.resx
│       │   │   │   └── obj
│       │   │   ├── OutProduct
│       │   │   │   ├── OutProduct.csproj
│       │   │   │   ├── OutProduct.csproj.bak
│       │   │   │   ├── OutProduct.csproj.user
│       │   │   │   ├── Properties
│       │   │   │   ├── bin
│       │   │   │   ├── frmOutBackGoods.cs
│       │   │   │   ├── frmOutBackGoods.designer.cs
│       │   │   │   ├── frmOutBackGoods.resx
│       │   │   │   ├── frmOutBackGoodsList.cs
│       │   │   │   ├── frmOutBackGoodsList.designer.cs
│       │   │   │   ├── frmOutBackGoodsList.resx
│       │   │   │   ├── frmOutBackStore.cs
│       │   │   │   ├── frmOutBackStore.designer.cs
│       │   │   │   ├── frmOutBackStore.resx
│       │   │   │   ├── frmOutBackStoreList.cs
│       │   │   │   ├── frmOutBackStoreList.designer.cs
│       │   │   │   ├── frmOutBackStoreList.resx
│       │   │   │   ├── frmOutBill.cs
│       │   │   │   ├── frmOutBill.designer.cs
│       │   │   │   ├── frmOutBill.resx
│       │   │   │   ├── frmOutBillList.cs
│       │   │   │   ├── frmOutBillList.designer.cs
│       │   │   │   ├── frmOutBillList.resx
│       │   │   │   ├── frmOutDrawGoods.cs
│       │   │   │   ├── frmOutDrawGoods.designer.cs
│       │   │   │   ├── frmOutDrawGoods.resx
│       │   │   │   ├── frmOutDrawGoodsList.cs
│       │   │   │   ├── frmOutDrawGoodsList.designer.cs
│       │   │   │   ├── frmOutDrawGoodsList.resx
│       │   │   │   ├── frmOutInStore.cs
│       │   │   │   ├── frmOutInStore.designer.cs
│       │   │   │   ├── frmOutInStore.resx
│       │   │   │   ├── frmOutInStoreList.cs
│       │   │   │   ├── frmOutInStoreList.designer.cs
│       │   │   │   ├── frmOutInStoreList.resx
│       │   │   │   ├── frmOutPay.cs
│       │   │   │   ├── frmOutPay.designer.cs
│       │   │   │   ├── frmOutPay.resx
│       │   │   │   ├── frmOutPayImport.Designer.cs
│       │   │   │   ├── frmOutPayImport.cs
│       │   │   │   ├── frmOutPayImport.resx
│       │   │   │   ├── frmOutPayList.cs
│       │   │   │   ├── frmOutPayList.designer.cs
│       │   │   │   ├── frmOutPayList.resx
│       │   │   │   └── obj
│       │   │   ├── Phone
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── IModem.cs
│       │   │   │   ├── Modem.cs
│       │   │   │   ├── Phone.csproj
│       │   │   │   ├── Phone.csproj.user
│       │   │   │   ├── Phone.sln
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── Settings.cs
│       │   │   │   ├── Settings.xml
│       │   │   │   ├── app.config
│       │   │   │   ├── bin
│       │   │   │   └── obj
│       │   │   ├── Product
│       │   │   │   ├── Product.csproj
│       │   │   │   ├── Product.csproj.bak
│       │   │   │   ├── Product.csproj.user
│       │   │   │   ├── Properties
│       │   │   │   ├── bin
│       │   │   │   ├── frmArrangeDept.Designer.cs
│       │   │   │   ├── frmArrangeDept.cs
│       │   │   │   ├── frmArrangeDept.resx
│       │   │   │   ├── frmBackGoods.cs
│       │   │   │   ├── frmBackGoods.designer.cs
│       │   │   │   ├── frmBackGoods.resx
│       │   │   │   ├── frmBackGoodsList.cs
│       │   │   │   ├── frmBackGoodsList.designer.cs
│       │   │   │   ├── frmBackGoodsList.resx
│       │   │   │   ├── frmBom.Designer.cs
│       │   │   │   ├── frmBom.cs
│       │   │   │   ├── frmBom.resx
│       │   │   │   ├── frmBomEdit.cs
│       │   │   │   ├── frmBomEdit.designer.cs
│       │   │   │   ├── frmBomEdit.resx
│       │   │   │   ├── frmDrawGoods.cs
│       │   │   │   ├── frmDrawGoods.designer.cs
│       │   │   │   ├── frmDrawGoods.resx
│       │   │   │   ├── frmDrawGoodsList.cs
│       │   │   │   ├── frmDrawGoodsList.designer.cs
│       │   │   │   ├── frmDrawGoodsList.resx
│       │   │   │   ├── frmGetProductProcess.Designer.cs
│       │   │   │   ├── frmGetProductProcess.cs
│       │   │   │   ├── frmGetProductProcess.resx
│       │   │   │   ├── frmMRP.Designer.cs
│       │   │   │   ├── frmMRP.cs
│       │   │   │   ├── frmMRP.resx
│       │   │   │   ├── frmPatchGoods.cs
│       │   │   │   ├── frmPatchGoods.designer.cs
│       │   │   │   ├── frmPatchGoods.resx
│       │   │   │   ├── frmPatchGoodsList.cs
│       │   │   │   ├── frmPatchGoodsList.designer.cs
│       │   │   │   ├── frmPatchGoodsList.resx
│       │   │   │   ├── frmProductArrange.Designer.cs
│       │   │   │   ├── frmProductArrange.cs
│       │   │   │   ├── frmProductArrange.resx
│       │   │   │   ├── frmProductIn.cs
│       │   │   │   ├── frmProductIn.designer.cs
│       │   │   │   ├── frmProductIn.resx
│       │   │   │   ├── frmProductInList.cs
│       │   │   │   ├── frmProductInList.designer.cs
│       │   │   │   ├── frmProductInList.resx
│       │   │   │   ├── frmProductPlan.cs
│       │   │   │   ├── frmProductPlan.designer.cs
│       │   │   │   ├── frmProductPlan.resx
│       │   │   │   ├── frmProductPlanList.cs
│       │   │   │   ├── frmProductPlanList.designer.cs
│       │   │   │   ├── frmProductPlanList.resx
│       │   │   │   ├── frmProductStatus.cs
│       │   │   │   ├── frmProductStatus.designer.cs
│       │   │   │   ├── frmProductStatus.resx
│       │   │   │   ├── frmProductStatusList.cs
│       │   │   │   ├── frmProductStatusList.designer.cs
│       │   │   │   ├── frmProductStatusList.resx
│       │   │   │   ├── frmQc.cs
│       │   │   │   ├── frmQc.designer.cs
│       │   │   │   ├── frmQc.resx
│       │   │   │   ├── frmQcList.cs
│       │   │   │   ├── frmQcList.designer.cs
│       │   │   │   ├── frmQcList.resx
│       │   │   │   ├── frmRepair.cs
│       │   │   │   ├── frmRepair.designer.cs
│       │   │   │   ├── frmRepair.resx
│       │   │   │   ├── frmRepairDrawGoods.cs
│       │   │   │   ├── frmRepairDrawGoods.designer.cs
│       │   │   │   ├── frmRepairDrawGoods.resx
│       │   │   │   ├── frmRepairDrawGoodsList.cs
│       │   │   │   ├── frmRepairDrawGoodsList.designer.cs
│       │   │   │   ├── frmRepairDrawGoodsList.resx
│       │   │   │   ├── frmRepairList.cs
│       │   │   │   ├── frmRepairList.designer.cs
│       │   │   │   ├── frmRepairList.resx
│       │   │   │   ├── frmSetValue.Designer.cs
│       │   │   │   ├── frmSetValue.cs
│       │   │   │   ├── frmSetValue.resx
│       │   │   │   ├── frmTask.cs
│       │   │   │   ├── frmTask.designer.cs
│       │   │   │   ├── frmTask.resx
│       │   │   │   ├── frmTaskList.cs
│       │   │   │   ├── frmTaskList.designer.cs
│       │   │   │   ├── frmTaskList.resx
│       │   │   │   └── obj
│       │   │   ├── Report
│       │   │   │   ├── DispTelReport.Designer.cs
│       │   │   │   ├── DispTelReport.cs
│       │   │   │   ├── DispTelReport.resx
│       │   │   │   ├── Properties
│       │   │   │   ├── Report.csproj
│       │   │   │   ├── Report.csproj.bak
│       │   │   │   ├── Report.csproj.user
│       │   │   │   ├── bin
│       │   │   │   ├── frmAcceptAccount.Designer.cs
│       │   │   │   ├── frmAcceptAccount.cs
│       │   │   │   ├── frmAcceptAccount.resx
│       │   │   │   ├── frmAcceptAge.Designer.cs
│       │   │   │   ├── frmAcceptAge.cs
│       │   │   │   ├── frmAcceptAge.resx
│       │   │   │   ├── frmAcceptReport.Designer.cs
│       │   │   │   ├── frmAcceptReport.cs
│       │   │   │   ├── frmAcceptReport.resx
│       │   │   │   ├── frmAreaSellReport.Designer.cs
│       │   │   │   ├── frmAreaSellReport.cs
│       │   │   │   ├── frmAreaSellReport.resx
│       │   │   │   ├── frmCashCheckOutQuery.Designer.cs
│       │   │   │   ├── frmCashCheckOutQuery.cs
│       │   │   │   ├── frmCashCheckOutQuery.resx
│       │   │   │   ├── frmCheckOutQuery.Designer.cs
│       │   │   │   ├── frmCheckOutQuery.cs
│       │   │   │   ├── frmCheckOutQuery.resx
│       │   │   │   ├── frmClientReport.Designer.cs
│       │   │   │   ├── frmClientReport.cs
│       │   │   │   ├── frmClientReport.resx
│       │   │   │   ├── frmItemDrawReport.Designer.cs
│       │   │   │   ├── frmItemDrawReport.cs
│       │   │   │   ├── frmItemDrawReport.resx
│       │   │   │   ├── frmItemProfitReport.Designer.cs
│       │   │   │   ├── frmItemProfitReport.cs
│       │   │   │   ├── frmItemProfitReport.resx
│       │   │   │   ├── frmItemSellReport.Designer.cs
│       │   │   │   ├── frmItemSellReport.cs
│       │   │   │   ├── frmItemSellReport.resx
│       │   │   │   ├── frmItemStockReport.Designer.cs
│       │   │   │   ├── frmItemStockReport.cs
│       │   │   │   ├── frmItemStockReport.resx
│       │   │   │   ├── frmOpertorReport.Designer.cs
│       │   │   │   ├── frmOpertorReport.cs
│       │   │   │   ├── frmOpertorReport.resx
│       │   │   │   ├── frmOutBillExe.Designer.cs
│       │   │   │   ├── frmOutBillExe.cs
│       │   │   │   ├── frmOutBillExe.resx
│       │   │   │   ├── frmOutDrawReport.Designer.cs
│       │   │   │   ├── frmOutDrawReport.cs
│       │   │   │   ├── frmOutDrawReport.resx
│       │   │   │   ├── frmOutPayReport.Designer.cs
│       │   │   │   ├── frmOutPayReport.cs
│       │   │   │   ├── frmOutPayReport.resx
│       │   │   │   ├── frmPayAccount.Designer.cs
│       │   │   │   ├── frmPayAccount.cs
│       │   │   │   ├── frmPayAccount.resx
│       │   │   │   ├── frmPayAccount.resx.bak
│       │   │   │   ├── frmPayAge.Designer.cs
│       │   │   │   ├── frmPayAge.cs
│       │   │   │   ├── frmPayAge.resx
│       │   │   │   ├── frmPayReport.Designer.cs
│       │   │   │   ├── frmPayReport.cs
│       │   │   │   ├── frmPayReport.resx
│       │   │   │   ├── frmProductCost.Designer.cs
│       │   │   │   ├── frmProductCost.cs
│       │   │   │   ├── frmProductCost.resx
│       │   │   │   ├── frmProductDayReport.Designer.cs
│       │   │   │   ├── frmProductDayReport.cs
│       │   │   │   ├── frmProductDayReport.resx
│       │   │   │   ├── frmProductTract.Designer.cs
│       │   │   │   ├── frmProductTract.cs
│       │   │   │   ├── frmProductTract.resx
│       │   │   │   ├── frmRepairDeviceReport.Designer.cs
│       │   │   │   ├── frmRepairDeviceReport.cs
│       │   │   │   ├── frmRepairDeviceReport.resx
│       │   │   │   ├── frmSellOrderExe.Designer.cs
│       │   │   │   ├── frmSellOrderExe.cs
│       │   │   │   ├── frmSellOrderExe.resx
│       │   │   │   ├── frmSellYearReport.Designer.cs
│       │   │   │   ├── frmSellYearReport.cs
│       │   │   │   ├── frmSellYearReport.resx
│       │   │   │   ├── frmSequence.Designer.cs
│       │   │   │   ├── frmSequence.cs
│       │   │   │   ├── frmSequence.resx
│       │   │   │   ├── frmStockOrderExe.Designer.cs
│       │   │   │   ├── frmStockOrderExe.cs
│       │   │   │   ├── frmStockOrderExe.resx
│       │   │   │   ├── frmStockYearReport.Designer.cs
│       │   │   │   ├── frmStockYearReport.cs
│       │   │   │   ├── frmStockYearReport.resx
│       │   │   │   ├── frmStorageDetail.Designer.cs
│       │   │   │   ├── frmStorageDetail.cs
│       │   │   │   ├── frmStorageDetail.resx
│       │   │   │   ├── frmStorageSum.Designer.cs
│       │   │   │   ├── frmStorageSum.cs
│       │   │   │   ├── frmStorageSum.resx
│       │   │   │   ├── frmStoreLimit.Designer.cs
│       │   │   │   ├── frmStoreLimit.cs
│       │   │   │   ├── frmStoreLimit.resx
│       │   │   │   ├── frmSupplierReport.Designer.cs
│       │   │   │   ├── frmSupplierReport.cs
│       │   │   │   ├── frmSupplierReport.resx
│       │   │   │   ├── frmTaskExe.Designer.cs
│       │   │   │   ├── frmTaskExe.cs
│       │   │   │   ├── frmTaskExe.resx
│       │   │   │   └── obj
│       │   │   ├── SQL
│       │   │   │   ├── 1.sql
│       │   │   │   ├── 2.sql
│       │   │   │   ├── 3.sql
│       │   │   │   └── 4.sql
│       │   │   ├── SQLQuery1.sql
│       │   │   ├── Sell
│       │   │   │   ├── Properties
│       │   │   │   ├── Sell.csproj
│       │   │   │   ├── Sell.csproj.bak
│       │   │   │   ├── Sell.csproj.user
│       │   │   │   ├── bin
│       │   │   │   ├── frmAcceptImport.cs
│       │   │   │   ├── frmAcceptImport.designer.cs
│       │   │   │   ├── frmAcceptImport.resx
│       │   │   │   ├── frmAskPrice.cs
│       │   │   │   ├── frmAskPrice.designer.cs
│       │   │   │   ├── frmAskPrice.resx
│       │   │   │   ├── frmAskPriceList.cs
│       │   │   │   ├── frmAskPriceList.designer.cs
│       │   │   │   ├── frmAskPriceList.resx
│       │   │   │   ├── frmClientFee.Designer.cs
│       │   │   │   ├── frmClientFee.cs
│       │   │   │   ├── frmClientFee.resx
│       │   │   │   ├── frmClientHistoryReport.Designer.cs
│       │   │   │   ├── frmClientHistoryReport.cs
│       │   │   │   ├── frmClientHistoryReport.resx
│       │   │   │   ├── frmEditClientFee.Designer.cs
│       │   │   │   ├── frmEditClientFee.cs
│       │   │   │   ├── frmEditClientFee.resx
│       │   │   │   ├── frmEmpHistoryReport.cs
│       │   │   │   ├── frmEmpHistoryReport.designer.cs
│       │   │   │   ├── frmEmpHistoryReport.resx
│       │   │   │   ├── frmReSellPrice.cs
│       │   │   │   ├── frmReSellPrice.designer.cs
│       │   │   │   ├── frmReSellPrice.resx
│       │   │   │   ├── frmReSellPriceList.cs
│       │   │   │   ├── frmReSellPriceList.designer.cs
│       │   │   │   ├── frmReSellPriceList.resx
│       │   │   │   ├── frmSellAccept.cs
│       │   │   │   ├── frmSellAccept.designer.cs
│       │   │   │   ├── frmSellAccept.resx
│       │   │   │   ├── frmSellAcceptList.cs
│       │   │   │   ├── frmSellAcceptList.designer.cs
│       │   │   │   ├── frmSellAcceptList.resx
│       │   │   │   ├── frmSellBack.cs
│       │   │   │   ├── frmSellBack.designer.cs
│       │   │   │   ├── frmSellBack.resx
│       │   │   │   ├── frmSellBackList.cs
│       │   │   │   ├── frmSellBackList.designer.cs
│       │   │   │   ├── frmSellBackList.resx
│       │   │   │   ├── frmSellOrder.cs
│       │   │   │   ├── frmSellOrder.designer.cs
│       │   │   │   ├── frmSellOrder.resx
│       │   │   │   ├── frmSellOrderList.cs
│       │   │   │   ├── frmSellOrderList.designer.cs
│       │   │   │   ├── frmSellOrderList.resx
│       │   │   │   ├── frmSellOut.cs
│       │   │   │   ├── frmSellOut.designer.cs
│       │   │   │   ├── frmSellOut.resx
│       │   │   │   ├── frmSellOutList.cs
│       │   │   │   ├── frmSellOutList.designer.cs
│       │   │   │   ├── frmSellOutList.resx
│       │   │   │   ├── frmSellPre.cs
│       │   │   │   ├── frmSellPre.designer.cs
│       │   │   │   ├── frmSellPre.resx
│       │   │   │   ├── frmSellPreList.cs
│       │   │   │   ├── frmSellPreList.designer.cs
│       │   │   │   ├── frmSellPreList.resx
│       │   │   │   ├── frmSellPrice.cs
│       │   │   │   ├── frmSellPrice.designer.cs
│       │   │   │   ├── frmSellPrice.resx
│       │   │   │   ├── frmSellPriceList.cs
│       │   │   │   ├── frmSellPriceList.designer.cs
│       │   │   │   ├── frmSellPriceList.resx
│       │   │   │   ├── frmStockOrderAnnex.Designer.cs
│       │   │   │   ├── frmStockOrderAnnex.cs
│       │   │   │   ├── frmStockOrderAnnex.resx
│       │   │   │   └── obj
│       │   │   ├── Stock
│       │   │   │   ├── Properties
│       │   │   │   ├── Stock.csproj
│       │   │   │   ├── Stock.csproj.bak
│       │   │   │   ├── Stock.csproj.user
│       │   │   │   ├── bin
│       │   │   │   ├── frmApplyStock.Designer.cs
│       │   │   │   ├── frmApplyStock.cs
│       │   │   │   ├── frmApplyStock.resx
│       │   │   │   ├── frmApplyStockList.Designer.cs
│       │   │   │   ├── frmApplyStockList.cs
│       │   │   │   ├── frmApplyStockList.resx
│       │   │   │   ├── frmMRP.cs
│       │   │   │   ├── frmMRP.designer.cs
│       │   │   │   ├── frmMRP.resx
│       │   │   │   ├── frmMRP.resx.bak
│       │   │   │   ├── frmPayImport.Designer.cs
│       │   │   │   ├── frmPayImport.cs
│       │   │   │   ├── frmPayImport.resx
│       │   │   │   ├── frmStockBack.Designer.cs
│       │   │   │   ├── frmStockBack.cs
│       │   │   │   ├── frmStockBack.resx
│       │   │   │   ├── frmStockBackList.Designer.cs
│       │   │   │   ├── frmStockBackList.cs
│       │   │   │   ├── frmStockBackList.resx
│       │   │   │   ├── frmStockIn.Designer.cs
│       │   │   │   ├── frmStockIn.cs
│       │   │   │   ├── frmStockIn.resx
│       │   │   │   ├── frmStockInList.Designer.cs
│       │   │   │   ├── frmStockInList.cs
│       │   │   │   ├── frmStockInList.resx
│       │   │   │   ├── frmStockOrder.Designer.cs
│       │   │   │   ├── frmStockOrder.cs
│       │   │   │   ├── frmStockOrder.resx
│       │   │   │   ├── frmStockOrderList.Designer.cs
│       │   │   │   ├── frmStockOrderList.cs
│       │   │   │   ├── frmStockOrderList.resx
│       │   │   │   ├── frmStockPay.Designer.cs
│       │   │   │   ├── frmStockPay.cs
│       │   │   │   ├── frmStockPay.resx
│       │   │   │   ├── frmStockPayList.Designer.cs
│       │   │   │   ├── frmStockPayList.cs
│       │   │   │   ├── frmStockPayList.resx
│       │   │   │   ├── frmSupplierHistoryReport.cs
│       │   │   │   ├── frmSupplierHistoryReport.designer.cs
│       │   │   │   ├── frmSupplierHistoryReport.resx
│       │   │   │   └── obj
│       │   │   ├── Storage
│       │   │   │   ├── Properties
│       │   │   │   ├── Storage.csproj
│       │   │   │   ├── Storage.csproj.bak
│       │   │   │   ├── Storage.csproj.user
│       │   │   │   ├── bin
│       │   │   │   ├── frmCheck.cs
│       │   │   │   ├── frmCheck.designer.cs
│       │   │   │   ├── frmCheck.resx
│       │   │   │   ├── frmCheckList.cs
│       │   │   │   ├── frmCheckList.designer.cs
│       │   │   │   ├── frmCheckList.resx
│       │   │   │   ├── frmExchange.cs
│       │   │   │   ├── frmExchange.designer.cs
│       │   │   │   ├── frmExchange.resx
│       │   │   │   ├── frmExchangeList.cs
│       │   │   │   ├── frmExchangeList.designer.cs
│       │   │   │   ├── frmExchangeList.resx
│       │   │   │   ├── frmImportBom.Designer.cs
│       │   │   │   ├── frmImportBom.cs
│       │   │   │   ├── frmImportBom.resx
│       │   │   │   ├── frmImportStore.Designer.cs
│       │   │   │   ├── frmImportStore.cs
│       │   │   │   ├── frmImportStore.resx
│       │   │   │   ├── frmInstall.cs
│       │   │   │   ├── frmInstall.designer.cs
│       │   │   │   ├── frmInstall.resx
│       │   │   │   ├── frmInstallList.cs
│       │   │   │   ├── frmInstallList.designer.cs
│       │   │   │   ├── frmInstallList.resx
│       │   │   │   ├── frmOtherIn.cs
│       │   │   │   ├── frmOtherIn.designer.cs
│       │   │   │   ├── frmOtherIn.resx
│       │   │   │   ├── frmOtherInOutList.cs
│       │   │   │   ├── frmOtherInOutList.designer.cs
│       │   │   │   ├── frmOtherInOutList.resx
│       │   │   │   ├── frmOtherOut.cs
│       │   │   │   ├── frmOtherOut.designer.cs
│       │   │   │   ├── frmOtherOut.resx
│       │   │   │   ├── frmOtherStorageQty.Designer.cs
│       │   │   │   ├── frmOtherStorageQty.cs
│       │   │   │   ├── frmOtherStorageQty.resx
│       │   │   │   ├── frmStorageQty.Designer.cs
│       │   │   │   ├── frmStorageQty.cs
│       │   │   │   ├── frmStorageQty.resx
│       │   │   │   └── obj
│       │   │   ├── Sys
│       │   │   │   ├── AreaCodeQueryForm.Designer.cs
│       │   │   │   ├── AreaCodeQueryForm.cs
│       │   │   │   ├── AreaCodeQueryForm.resx
│       │   │   │   ├── MBAdrQueryForm.Designer.cs
│       │   │   │   ├── MBAdrQueryForm.cs
│       │   │   │   ├── MBAdrQueryForm.resx
│       │   │   │   ├── OpenWindow.Designer.cs
│       │   │   │   ├── OpenWindow.cs
│       │   │   │   ├── OpenWindow.resx
│       │   │   │   ├── Properties
│       │   │   │   ├── Sys.csproj
│       │   │   │   ├── Sys.csproj.bak
│       │   │   │   ├── Sys.csproj.user
│       │   │   │   ├── Web References
│       │   │   │   ├── app.config
│       │   │   │   ├── bin
│       │   │   │   ├── frmBalanceType.Designer.cs
│       │   │   │   ├── frmBalanceType.cs
│       │   │   │   ├── frmBalanceType.resx
│       │   │   │   ├── frmBillCode.Designer.cs
│       │   │   │   ├── frmBillCode.cs
│       │   │   │   ├── frmBillCode.resx
│       │   │   │   ├── frmCheckOut.Designer.cs
│       │   │   │   ├── frmCheckOut.cs
│       │   │   │   ├── frmCheckOut.resx
│       │   │   │   ├── frmClearData.Designer.cs
│       │   │   │   ├── frmClearData.cs
│       │   │   │   ├── frmClearData.resx
│       │   │   │   ├── frmCompanyInfo.Designer.cs
│       │   │   │   ├── frmCompanyInfo.cs
│       │   │   │   ├── frmCompanyInfo.resx
│       │   │   │   ├── frmDataExport.Designer.cs
│       │   │   │   ├── frmDataExport.cs
│       │   │   │   ├── frmDataExport.resx
│       │   │   │   ├── frmDataImport.Designer.cs
│       │   │   │   ├── frmDataImport.cs
│       │   │   │   ├── frmDataImport.resx
│       │   │   │   ├── frmDelLog.Designer.cs
│       │   │   │   ├── frmDelLog.cs
│       │   │   │   ├── frmDelLog.resx
│       │   │   │   ├── frmEditDetailRight.Designer.cs
│       │   │   │   ├── frmEditDetailRight.cs
│       │   │   │   ├── frmEditDetailRight.resx
│       │   │   │   ├── frmEditNotice.cs
│       │   │   │   ├── frmEditNotice.designer.cs
│       │   │   │   ├── frmEditNotice.resx
│       │   │   │   ├── frmEditUGroup.Designer.cs
│       │   │   │   ├── frmEditUGroup.cs
│       │   │   │   ├── frmEditUGroup.resx
│       │   │   │   ├── frmEditUser.Designer.cs
│       │   │   │   ├── frmEditUser.cs
│       │   │   │   ├── frmEditUser.resx
│       │   │   │   ├── frmItemKind.Designer.cs
│       │   │   │   ├── frmItemKind.cs
│       │   │   │   ├── frmItemKind.resx
│       │   │   │   ├── frmMultCheck.Designer.cs
│       │   │   │   ├── frmMultCheck.cs
│       │   │   │   ├── frmMultCheck.resx
│       │   │   │   ├── frmNoCheck.Designer.cs
│       │   │   │   ├── frmNoCheck.cs
│       │   │   │   ├── frmNoCheck.resx
│       │   │   │   ├── frmNotice.Designer.cs
│       │   │   │   ├── frmNotice.cs
│       │   │   │   ├── frmNotice.resx
│       │   │   │   ├── frmParm.Designer.cs
│       │   │   │   ├── frmParm.cs
│       │   │   │   ├── frmParm.resx
│       │   │   │   ├── frmPsw.Designer.cs
│       │   │   │   ├── frmPsw.cs
│       │   │   │   ├── frmPsw.resx
│       │   │   │   ├── frmRight.Designer.cs
│       │   │   │   ├── frmRight.cs
│       │   │   │   ├── frmRight.resx
│       │   │   │   ├── frmRightDetail.Designer.cs
│       │   │   │   ├── frmRightDetail.cs
│       │   │   │   ├── frmRightDetail.resx
│       │   │   │   ├── frmShowTel.Designer.cs
│       │   │   │   ├── frmShowTel.cs
│       │   │   │   ├── frmShowTel.resx
│       │   │   │   ├── frmStoreReCal.Designer.cs
│       │   │   │   ├── frmStoreReCal.cs
│       │   │   │   ├── frmStoreReCal.resx
│       │   │   │   ├── frmSysLog.cs
│       │   │   │   ├── frmSysLog.designer.cs
│       │   │   │   ├── frmSysLog.resx
│       │   │   │   ├── frmUGroup.Designer.cs
│       │   │   │   ├── frmUGroup.cs
│       │   │   │   ├── frmUGroup.resx
│       │   │   │   ├── frmUser.Designer.cs
│       │   │   │   ├── frmUser.cs
│       │   │   │   ├── frmUser.resx
│       │   │   │   ├── frmWakeCenter.Designer.cs
│       │   │   │   ├── frmWakeCenter.cs
│       │   │   │   ├── frmWakeCenter.resx
│       │   │   │   ├── frmWakeNotice.Designer.cs
│       │   │   │   ├── frmWakeNotice.cs
│       │   │   │   ├── frmWakeNotice.resx
│       │   │   │   ├── frmWizard.Designer.cs
│       │   │   │   ├── frmWizard.cs
│       │   │   │   ├── frmWizard.resx
│       │   │   │   └── obj
│       │   │   ├── SysReg
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── SysReg.csproj
│       │   │   │   ├── SysReg.csproj.user
│       │   │   │   ├── bin
│       │   │   │   └── obj
│       │   │   ├── UserDesignForm
│       │   │   │   ├── BAK
│       │   │   │   ├── BasicHostLoader.cs
│       │   │   │   ├── BasicToolBox.cs
│       │   │   │   ├── DesignForm.Designer.cs
│       │   │   │   ├── DesignForm.cs
│       │   │   │   ├── DesignForm.resx
│       │   │   │   ├── FieldEditForm.Designer.cs
│       │   │   │   ├── FieldEditForm.cs
│       │   │   │   ├── FieldEditForm.resx
│       │   │   │   ├── HostControl.cs
│       │   │   │   ├── HostControl.resx
│       │   │   │   ├── HostSurface.cs
│       │   │   │   ├── HostSurfaceManager.cs
│       │   │   │   ├── LoadRunLayout.cs
│       │   │   │   ├── NameCreationService.cs
│       │   │   │   ├── OpenWindow.Designer.cs
│       │   │   │   ├── OpenWindow.cs
│       │   │   │   ├── OpenWindow.resx
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── SaveLoadLayout.cs
│       │   │   │   ├── UserDesignForm.csproj
│       │   │   │   ├── UserDesignForm.csproj.bak
│       │   │   │   ├── UserDesignForm.csproj.user
│       │   │   │   ├── UserDesignForm.suo
│       │   │   │   ├── bin
│       │   │   │   ├── frmExpress.Designer.cs
│       │   │   │   ├── frmExpress.cs
│       │   │   │   ├── frmExpress.resx
│       │   │   │   ├── frmManaField.Designer.cs
│       │   │   │   ├── frmManaField.cs
│       │   │   │   ├── frmManaField.resx
│       │   │   │   └── obj
│       │   │   ├── UserPrint
│       │   │   │   ├── Properties
│       │   │   │   ├── ReportModal.cs
│       │   │   │   ├── ReportModal.designer.cs
│       │   │   │   ├── ReportModal.resx
│       │   │   │   ├── UserPrint.csproj
│       │   │   │   ├── UserPrint.csproj.bak
│       │   │   │   ├── UserPrint.csproj.user
│       │   │   │   ├── bin
│       │   │   │   └── obj
│       │   │   ├── UserReport
│       │   │   │   ├── Properties
│       │   │   │   ├── Resources
│       │   │   │   ├── UserReport.csproj
│       │   │   │   ├── UserReport.csproj.bak
│       │   │   │   ├── UserReport.csproj.user
│       │   │   │   ├── bin
│       │   │   │   ├── frmEditReport.Designer.cs
│       │   │   │   ├── frmEditReport.cs
│       │   │   │   ├── frmEditReport.resx
│       │   │   │   ├── frmReportEx.Designer.cs
│       │   │   │   ├── frmReportEx.cs
│       │   │   │   ├── frmReportEx.resx
│       │   │   │   ├── frmUserReport.Designer.cs
│       │   │   │   ├── frmUserReport.cs
│       │   │   │   ├── frmUserReport.resx
│       │   │   │   └── obj
│       │   │   ├── Wage
│       │   │   │   ├── Properties
│       │   │   │   ├── Wage.csproj
│       │   │   │   ├── Wage.csproj.bak
│       │   │   │   ├── Wage.csproj.user
│       │   │   │   ├── bin
│       │   │   │   ├── frmEditGroupWage.cs
│       │   │   │   ├── frmEditGroupWage.designer.cs
│       │   │   │   ├── frmEditGroupWage.resx
│       │   │   │   ├── frmEditWage.cs
│       │   │   │   ├── frmEditWage.designer.cs
│       │   │   │   ├── frmEditWage.resx
│       │   │   │   ├── frmExpress.Designer.cs
│       │   │   │   ├── frmExpress.cs
│       │   │   │   ├── frmExpress.resx
│       │   │   │   ├── frmFormula.Designer.cs
│       │   │   │   ├── frmFormula.cs
│       │   │   │   ├── frmFormula.resx
│       │   │   │   ├── frmGiffWage.Designer.cs
│       │   │   │   ├── frmGiffWage.cs
│       │   │   │   ├── frmGiffWage.resx
│       │   │   │   ├── frmGroupWage.Designer.cs
│       │   │   │   ├── frmGroupWage.cs
│       │   │   │   ├── frmGroupWage.resx
│       │   │   │   ├── frmMonthWage.Designer.cs
│       │   │   │   ├── frmMonthWage.cs
│       │   │   │   ├── frmMonthWage.resx
│       │   │   │   ├── frmWageCheckOut.Designer.cs
│       │   │   │   ├── frmWageCheckOut.cs
│       │   │   │   ├── frmWageCheckOut.resx
│       │   │   │   ├── frmWageGroupInput.Designer.cs
│       │   │   │   ├── frmWageGroupInput.cs
│       │   │   │   ├── frmWageGroupInput.resx
│       │   │   │   ├── frmWageInput.Designer.cs
│       │   │   │   ├── frmWageInput.cs
│       │   │   │   ├── frmWageInput.resx
│       │   │   │   ├── frmWageItem.Designer.cs
│       │   │   │   ├── frmWageItem.cs
│       │   │   │   ├── frmWageItem.resx
│       │   │   │   ├── frmWageQuery.Designer.cs
│       │   │   │   ├── frmWageQuery.cs
│       │   │   │   ├── frmWageQuery.resx
│       │   │   │   └── obj
│       │   │   ├── cwReport
│       │   │   │   ├── FeatureChild.dcu
│       │   │   │   ├── FeatureChild.ddp
│       │   │   │   ├── FeatureChild.dfm
│       │   │   │   ├── FeatureChild.pas
│       │   │   │   ├── FeatureModify.dcu
│       │   │   │   ├── FeatureModify.dfm
│       │   │   │   ├── FeatureModify.pas
│       │   │   │   ├── FeaturesMain.dcu
│       │   │   │   ├── FeaturesMain.ddp
│       │   │   │   ├── FeaturesMain.dfm
│       │   │   │   ├── FeaturesMain.pas
│       │   │   │   ├── UserReport.dcu
│       │   │   │   ├── UserReport.ddp
│       │   │   │   ├── UserReport.dfm
│       │   │   │   ├── UserReport.pas
│       │   │   │   ├── cwReport.cfg
│       │   │   │   ├── cwReport.dll
│       │   │   │   ├── cwReport.dof
│       │   │   │   ├── cwReport.dpr
│       │   │   │   └── cwReport.res
│       │   │   ├── dll
│       │   │   │   ├── DevExpress.Localization.v8.2.dll
│       │   │   │   ├── DevExpress.LocalizationCHS.v8.2.2.dll
│       │   │   │   └── Interop.Excel.dll
│       │   │   ├── docnew
│       │   │   │   ├── 1.xls
│       │   │   │   └── 2.xls
│       │   │   ├── jxcService
│       │   │   │   ├── App_Code
│       │   │   │   ├── Service.asmx
│       │   │   │   ├── Utils
│       │   │   │   ├── Web.config
│       │   │   │   ├── myService.sln
│       │   │   │   └── myService.suo
│       │   │   ├── myControl
│       │   │   │   ├── CustomDesignForm.cs
│       │   │   │   ├── CustomDesignForm.resx
│       │   │   │   ├── DateControl.Designer.cs
│       │   │   │   ├── DateControl.cs
│       │   │   │   ├── DateControl.resx
│       │   │   │   ├── EditControl.Designer.cs
│       │   │   │   ├── EditControl.cs
│       │   │   │   ├── EditControl.resx
│       │   │   │   ├── FilterControl.Designer.cs
│       │   │   │   ├── FilterControl.cs
│       │   │   │   ├── FilterControl.resx
│       │   │   │   ├── ListControl.cs
│       │   │   │   ├── ParmTypeEdit.cs
│       │   │   │   ├── Properties
│       │   │   │   ├── SpinControl.Designer.cs
│       │   │   │   ├── SpinControl.cs
│       │   │   │   ├── SpinControl.resx
│       │   │   │   ├── bin
│       │   │   │   ├── cbControl.Designer.cs
│       │   │   │   ├── cbControl.cs
│       │   │   │   ├── cbControl.resx
│       │   │   │   ├── ckControl.Designer.cs
│       │   │   │   ├── ckControl.cs
│       │   │   │   ├── ckControl.resx
│       │   │   │   ├── frmDataList.Designer.cs
│       │   │   │   ├── frmDataList.cs
│       │   │   │   ├── frmDataList.resx
│       │   │   │   ├── frmLinkField.Designer.cs
│       │   │   │   ├── frmLinkField.cs
│       │   │   │   ├── frmLinkField.resx
│       │   │   │   ├── lupControl.Designer.cs
│       │   │   │   ├── lupControl.cs
│       │   │   │   ├── lupControl.resx
│       │   │   │   ├── myControl.csproj
│       │   │   │   ├── myControl.csproj.bak
│       │   │   │   ├── myControl.csproj.user
│       │   │   │   ├── obj
│       │   │   │   ├── uLookUp.Designer.cs
│       │   │   │   ├── uLookUp.cs
│       │   │   │   ├── uLookUp.resx
│       │   │   │   ├── ucDate.cs
│       │   │   │   ├── ucDate.designer.cs
│       │   │   │   └── ucDate.resx
│       │   │   ├── 软件文档
│       │   │   │   ├── E-R(Model).pdb
│       │   │   │   ├── E-R(Model).pdm
│       │   │   │   ├── E-R.pdm
│       │   │   │   ├── Workspace.sws
│       │   │   │   ├── 系统流程.xls
│       │   │   │   ├── 系统类库说明.doc
│       │   │   │   ├── 系统数据字典.xls
│       │   │   │   └── 系统操作说明书.doc
│       │   │   └── 自定义打印(3.67)
│       │   │       ├── ProjectGroup1.bpg
│       │   │       ├── RMReport.cfg
│       │   │       ├── RMReport.dll
│       │   │       ├── RMReport.dof
│       │   │       ├── RMReport.dpr
│       │   │       ├── RMReport.res
│       │   │       ├── Report.cfg
│       │   │       ├── Report.dof
│       │   │       ├── Report.res
│       │   │       ├── pp.txt
│       │   │       ├── table.txt
│       │   │       ├── u_Copy.dcu
│       │   │       ├── u_Copy.ddp
│       │   │       ├── u_Copy.dfm
│       │   │       ├── u_Copy.pas
│       │   │       ├── u_Edit.dcu
│       │   │       ├── u_Edit.ddp
│       │   │       ├── u_Edit.dfm
│       │   │       ├── u_Edit.pas
│       │   │       ├── u_report.dcu
│       │   │       ├── u_report.ddp
│       │   │       ├── u_report.dfm
│       │   │       ├── u_report.pas
│       │   │       ├── u_sql.dcu
│       │   │       ├── u_sql.ddp
│       │   │       ├── u_sql.dfm
│       │   │       ├── u_sql.pas
│       │   │       └── 调用说明.txt
│       │   ├── Erp软件文档
│       │   │   ├── 系统流程.xls
│       │   │   ├── 系统类库说明.doc
│       │   │   ├── 系统数据字典.xls
│       │   │   └── 系统操作说明书.doc
│       │   ├── Set.INI
│       │   ├── database
│       │   │   ├── tsJXC.MDF
│       │   │   └── tsJXC_1.LDF
│       │   └── 安装说明.txt
│       ├── BN084-大型erp测试程序.zip
│       ├── VCL
│       │   └── DXperience8.26
│       │       ├── DXperience v2008 vol 2 注册.reg
│       │       └── DXperience-8.2.6.exe
│       └── 安装视频.exe
└── 大型erp系统.rar

128 directories, 1287 files



标签: VS2010版

实例下载地址

大型erp系统

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

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

网友评论

第 1 楼 梦回清河 发表于: 2022-12-02 09:43 15
谢谢,很好!

支持(0) 盖楼(回复)

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警