基本信息
源码名称:C# 海康实时监控视频SDK
源码大小:5.12M
文件格式:.rar
开发语言:C#
更新时间:2020-10-29
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

1. 实现预览、抓图(BMP、JPEG)、客户端录像、云台控制(2014-7-4)

2. 设备通道号在界面上手动输入,64路以下NVR的IP通道一般从33开始
3. bin文件夹下为已编译的可执行程序(Release版本)
4. SDK日志保存路径:"C:\\SdkLog\\"(2014-7-4)

3- C# 开发示例

├── 1-实时预览示例代码一
│   ├── PreviewDemo
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── CHCNetSDK.cs
│   │   ├── PreSet.Designer.cs
│   │   ├── PreSet.cs
│   │   ├── PreSet.resx
│   │   ├── Preview.cs
│   │   ├── Preview.resx
│   │   ├── PreviewDemo.csproj
│   │   ├── PreviewDemo.csproj.user
│   │   ├── Properties
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   └── bin
│   │       ├── PreviewDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── PreviewDemo.sln
│   ├── PreviewDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 2-实时预览示例代码二
│   ├── NVRCsharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── IPChannelConfig.Designer.cs
│   │   ├── IPChannelConfig.cs
│   │   ├── IPChannelConfig.resx
│   │   ├── MainWindow.Designer.cs
│   │   ├── MainWindow.cs
│   │   ├── MainWindow.resx
│   │   ├── NVRCsharpDemo.csproj
│   │   ├── NVRCsharpDemo.csproj.user
│   │   ├── PlayCtrl.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── NVRCsharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── NVRCsharpDemo.sln
│   ├── NVRCsharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 3-回放下载
│   ├── NVRCsharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── MainWindow.Designer.cs
│   │   ├── MainWindow.cs
│   │   ├── MainWindow.resx
│   │   ├── NVRCsharpDemo.csproj
│   │   ├── NVRCsharpDemo.csproj.user
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── NVRCsharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── NVRCsharpDemo.sln
│   ├── NVRCsharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 4-报警布防监听
│   ├── AlarmCSharpDemo
│   │   ├── AlarmCSharpDemo.csproj
│   │   ├── AlarmDemo.Designer.cs
│   │   ├── AlarmDemo.cs
│   │   ├── AlarmDemo.resx
│   │   ├── CHCNetSDK.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── AlarmCSharpDemo.exe
│   │       ├── picture
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── AlarmCSharpDemo.sln
│   ├── AlarmCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 5-获取设备能力集
│   ├── CapabilityCSharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── CapabilityCSharpDemo.csproj
│   │   ├── CapabilitySet.Designer.cs
│   │   ├── CapabilitySet.cs
│   │   ├── CapabilitySet.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── CapabilityCSharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── CapabilityCSharpDemo.sln
│   ├── CapabilityCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 6-解码器示例代码
│   ├── DecoderCSharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── DecoderCSharpDemo.csproj
│   │   ├── DecoderDemo.Designer.cs
│   │   ├── DecoderDemo.cs
│   │   ├── DecoderDemo.resx
│   │   ├── DisplayChanCfg.Designer.cs
│   │   ├── DisplayChanCfg.cs
│   │   ├── DisplayChanCfg.resx
│   │   ├── DynnamicDecode.Designer.cs
│   │   ├── DynnamicDecode.cs
│   │   ├── DynnamicDecode.resx
│   │   ├── PassiveDecode.Designer.cs
│   │   ├── PassiveDecode.cs
│   │   ├── PassiveDecode.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── DecoderCSharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── DecoderCSharpDemo.sln
│   ├── DecoderCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 7-远程参数配置
│   ├── ConfigCSharpDemo
│   │   ├── CHCNetSDK.cs
│   │   ├── ChanConfig.Designer.cs
│   │   ├── ChanConfig.cs
│   │   ├── ChanConfig.resx
│   │   ├── ConfigCSharpDemo.Designer.cs
│   │   ├── ConfigCSharpDemo.cs
│   │   ├── ConfigCSharpDemo.csproj
│   │   ├── ConfigCSharpDemo.resx
│   │   ├── MotionDetect.Designer.cs
│   │   ├── MotionDetect.cs
│   │   ├── MotionDetect.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── bin
│   │       ├── ConfigCSharpDemo.exe
│   │       └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── ConfigCSharpDemo.sln
│   ├── ConfigCSharpDemo.v12.suo
│   └── 请先看这里:Demo内容说明和注意事项.txt
├── 8-门禁&人证功能
│   ├── AcsDemo.Designer.cs
│   ├── AcsDemo.cs
│   ├── AcsDemo.csproj
│   ├── AcsDemo.resx
│   ├── AcsDemo.sln
│   ├── AcsDemo.v12.suo
│   ├── App.config
│   ├── GetAcsEventType.cs
│   ├── HCNetSDK.cs
│   ├── Language
│   │   ├── Chinese.xml
│   │   ├── DefaultLanguage.xml
│   │   ├── English.xml
│   │   └── MultiLanguage.cs
│   ├── PlayCtrl.cs
│   ├── ProductAcs
│   │   ├── ACS_FACE_PARAM_CFG.Designer.cs
│   │   ├── ACS_FACE_PARAM_CFG.cs
│   │   ├── ACS_FACE_PARAM_CFG.resx
│   │   ├── CaptureDataSearch.Designer.cs
│   │   ├── CaptureDataSearch.cs
│   │   ├── CaptureDataSearch.resx
│   │   ├── CardAdd.Designer.cs
│   │   ├── CardAdd.cs
│   │   ├── CardAdd.resx
│   │   ├── CardConfigure.Designer.cs
│   │   ├── CardConfigure.cs
│   │   ├── CardConfigure.resx
│   │   ├── CardManage
│   │   │   ├── CardAdd.Designer.cs
│   │   │   ├── CardAdd.cs
│   │   │   ├── CardAdd.resx
│   │   │   ├── CardManagement.Designer.cs
│   │   │   ├── CardManagement.cs
│   │   │   ├── CardManagement.resx
│   │   │   ├── CardModify.Designer.cs
│   │   │   ├── CardModify.cs
│   │   │   ├── CardModify.resx
│   │   │   ├── UserAdd.Designer.cs
│   │   │   ├── UserAdd.cs
│   │   │   └── UserAdd.resx
│   │   ├── CardManagement.Designer.cs
│   │   ├── CardManagement.cs
│   │   ├── CardManagement.resx
│   │   ├── CardManagementByStaffCenter.Designer.cs
│   │   ├── CardManagementByStaffCenter.cs
│   │   ├── CardManagementByStaffCenter.resx
│   │   ├── ClearACSParameters.Designer.cs
│   │   ├── ClearACSParameters.cs
│   │   ├── ClearACSParameters.resx
│   │   ├── DevicePlanStatus.Designer.cs
│   │   ├── DevicePlanStatus.cs
│   │   ├── DevicePlanStatus.resx
│   │   ├── DeviceTimeCorrection.Designer.cs
│   │   ├── DeviceTimeCorrection.cs
│   │   ├── DeviceTimeCorrection.resx
│   │   ├── DoorControl.Designer.cs
│   │   ├── DoorControl.cs
│   │   ├── DoorControl.resx
│   │   ├── EventCardLinkage.Designer.cs
│   │   ├── EventCardLinkage.cs
│   │   ├── EventCardLinkage.resx
│   │   ├── FaceConfigure.Designer.cs
│   │   ├── FaceConfigure.cs
│   │   ├── FaceConfigure.resx
│   │   ├── FaceRecordManagement.Designer.cs
│   │   ├── FaceRecordManagement.cs
│   │   ├── FaceRecordManagement.resx
│   │   ├── FingerPrintMgr.Designer.cs
│   │   ├── FingerPrintMgr.cs
│   │   ├── FingerPrintMgr.resx
│   │   ├── FingerPrintMgrByStaffCenter.Designer.cs
│   │   ├── FingerPrintMgrByStaffCenter.cs
│   │   ├── FingerPrintMgrByStaffCenter.resx
│   │   ├── GetAcsEvent.Designer.cs
│   │   ├── GetAcsEvent.cs
│   │   ├── GetAcsEvent.resx
│   │   ├── GuardAndUnguard.Designer.cs
│   │   ├── GuardAndUnguard.cs
│   │   ├── GuardAndUnguard.resx
│   │   ├── HolidayGroupPlan.Designer.cs
│   │   ├── HolidayGroupPlan.cs
│   │   ├── HolidayGroupPlan.resx
│   │   ├── HolidayPlan.Designer.cs
│   │   ├── HolidayPlan.cs
│   │   ├── HolidayPlan.resx
│   │   ├── PlanTemplate.Designer.cs
│   │   ├── PlanTemplate.cs
│   │   ├── PlanTemplate.resx
│   │   ├── RemoteControlCapture.Designer.cs
│   │   ├── RemoteControlCapture.cs
│   │   ├── RemoteControlCapture.resx
│   │   ├── StaffManagement.Designer.cs
│   │   ├── StaffManagement.cs
│   │   ├── StaffManagement.resx
│   │   ├── SynInfo.Designer.cs
│   │   ├── SynInfo.cs
│   │   ├── SynInfo.resx
│   │   ├── Upgrade.Designer.cs
│   │   ├── Upgrade.cs
│   │   ├── Upgrade.resx
│   │   ├── UserAdd.Designer.cs
│   │   ├── UserAdd.cs
│   │   ├── UserAdd.resx
│   │   ├── UserCardMgr.Designer.cs
│   │   ├── UserCardMgr.cs
│   │   ├── UserCardMgr.resx
│   │   ├── UserManagement.Designer.cs
│   │   ├── UserManagement.cs
│   │   ├── UserManagement.resx
│   │   ├── VideoCall.Designer.cs
│   │   ├── VideoCall.cs
│   │   ├── VideoCall.resx
│   │   ├── WeekPlan.Designer.cs
│   │   ├── WeekPlan.cs
│   │   └── WeekPlan.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Resources.zh-CN.Designer.cs
│   │   ├── Resources.zh-CN.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Public
│   │   ├── AcsDemoPublic.cs
│   │   ├── AddDevice.Designer.cs
│   │   ├── AddDevice.cs
│   │   ├── AddDevice.resx
│   │   ├── AlarmInfoShow.Designer.cs
│   │   ├── AlarmInfoShow.cs
│   │   ├── AlarmInfoShow.resx
│   │   ├── DeviceInfo.Designer.cs
│   │   ├── DeviceInfo.cs
│   │   ├── DeviceInfo.resx
│   │   ├── DeviceLogList.Designer.cs
│   │   ├── DeviceLogList.cs
│   │   ├── DeviceLogList.resx
│   │   ├── DeviceTree.Designer.cs
│   │   ├── DeviceTree.cs
│   │   ├── DeviceTree.resx
│   │   ├── PicAlarmInfo.Designer.cs
│   │   ├── PicAlarmInfo.cs
│   │   └── PicAlarmInfo.resx
│   ├── bin
│   │   ├── AcsDemo.exe
│   │   ├── Language
│   │   │   ├── Chinese.xml
│   │   │   ├── DefaultLanguage.xml
│   │   │   └── English.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── res
│   │   │   ├── IPChan.bmp
│   │   │   ├── card_reader.bmp
│   │   │   ├── card_reader_offline.bmp
│   │   │   ├── dev_alarm.bmp
│   │   │   ├── door_closed.bmp
│   │   │   ├── door_open.bmp
│   │   │   ├── fortify.bmp
│   │   │   ├── fortify_alarm.bmp
│   │   │   ├── login.bmp
│   │   │   ├── logout.bmp
│   │   │   └── tree.bmp
│   │   ├── zh-CN
│   │   │   └── AcsDemo.resources.dll
│   │   └── 请先看这里:Demo内容说明和注意事项.txt
│   ├── 操作文档
│   │   └── 门禁C#DEMO操作说明.pdf
│   └── 请先看这里:Demo内容说明和注意事项.txt
└── 9-优化门禁功能示例
    ├── ACSOptimizationAll.sln
    ├── ACSOptimizationAll.v12.suo
    ├── CardManagement
    │   ├── CardManagement
    │   │   ├── 1.ico
    │   │   ├── CardManagement.Designer.cs
    │   │   ├── CardManagement.cs
    │   │   ├── CardManagement.csproj
    │   │   ├── CardManagement.csproj.user
    │   │   ├── CardManagement.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── CardManagement.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── CardManagement.sln
    │   └── CardManagement.v12.suo
    ├── ControlDoor
    │   ├── ControlDoor
    │   │   ├── 1.ico
    │   │   ├── ControlDoor.Designer.cs
    │   │   ├── ControlDoor.cs
    │   │   ├── ControlDoor.csproj
    │   │   ├── ControlDoor.csproj.user
    │   │   ├── ControlDoor.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── ControlDoor.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── ControlDoor.sln
    │   └── ControlDoor.v12.suo
    ├── DeleteFace
    │   ├── DeleteFace
    │   │   ├── 1.ico
    │   │   ├── DeleteFace.Designer.cs
    │   │   ├── DeleteFace.cs
    │   │   ├── DeleteFace.csproj
    │   │   ├── DeleteFace.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── EventByDeploy.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   └── DeleteFace.sln
    ├── EventByDeploy
    │   ├── EventByDeploy
    │   │   ├── 1.ico
    │   │   ├── EventByDeploy.Designer.cs
    │   │   ├── EventByDeploy.cs
    │   │   ├── EventByDeploy.csproj
    │   │   ├── EventByDeploy.csproj.user
    │   │   ├── EventByDeploy.resx
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── TypeMap.cs
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── EventByDeploy.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── EventByDeploy.sln
    │   └── EventByDeploy.v12.suo
    ├── FaceManagement
    │   ├── FaceManagement
    │   │   ├── 1.ico
    │   │   ├── AddDev.Designer.cs
    │   │   ├── AddDev.cs
    │   │   ├── AddDev.resx
    │   │   ├── CHCNetSDK.cs
    │   │   ├── FaceManagement.Designer.cs
    │   │   ├── FaceManagement.cs
    │   │   ├── FaceManagement.csproj
    │   │   ├── FaceManagement.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── FaceManagement.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── FaceManagement.sln
    │   └── FaceManagement.v12.suo
    ├── FingerPrintManagement
    │   ├── FingerPrintManagement
    │   │   ├── 1.ico
    │   │   ├── AddDev.Designer.cs
    │   │   ├── AddDev.cs
    │   │   ├── AddDev.resx
    │   │   ├── FingerPrintManagement.csproj
    │   │   ├── FingerPrintManagement.csproj.user
    │   │   ├── FingerPrintMgr.Designer.cs
    │   │   ├── FingerPrintMgr.cs
    │   │   ├── FingerPrintMgr.resx
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── app.config
    │   │   ├── bin
    │   │   │   ├── FingerPrintManagement.exe
    │   │   │   └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   │   ├── fingerprint.dat
    │   │   └── public
    │   │       ├── CFingerPrintMgr.cs
    │   │       └── HCNetSDK.cs
    │   ├── FingerPrintManagement.sln
    │   └── FingerPrintManagement.v12.suo
    ├── GetACSEvent
    │   ├── GetACSEvent
    │   │   ├── 1.ico
    │   │   ├── GetACSEvent.cs
    │   │   ├── GetACSEvent.csproj
    │   │   ├── GetACSEvent.csproj.user
    │   │   ├── GetACSEvent.designer.cs
    │   │   ├── GetACSEvent.resx
    │   │   ├── GetAcsEventType.cs
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── ProductAcs
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── GetACSEvent.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   ├── GetACSEvent.sln
    │   └── GetACSEvent.v12.suo
    ├── HCNetSDK
    │   └── 所有库文件拷贝到该目录下.txt
    ├── PlanTemplate
    │   ├── PlanTemplate
    │   │   ├── 1.ico
    │   │   ├── HCNetSDK.cs
    │   │   ├── Language
    │   │   │   ├── Chinese.xml
    │   │   │   ├── DefaultLanguage.xml
    │   │   │   ├── English.xml
    │   │   │   └── MultiLanguage.cs
    │   │   ├── PlanTemplate.Designer.cs
    │   │   ├── PlanTemplate.cs
    │   │   ├── PlanTemplate.csproj
    │   │   ├── PlanTemplate.csproj.user
    │   │   ├── PlanTemplate.resx
    │   │   ├── ProductAcs
    │   │   │   ├── HolidayGroupPlan.Designer.cs
    │   │   │   ├── HolidayGroupPlan.cs
    │   │   │   ├── HolidayGroupPlan.resx
    │   │   │   ├── HolidayPlan.Designer.cs
    │   │   │   ├── HolidayPlan.cs
    │   │   │   ├── HolidayPlan.resx
    │   │   │   ├── PlanTemplateM.Designer.cs
    │   │   │   ├── PlanTemplateM.cs
    │   │   │   ├── PlanTemplateM.resx
    │   │   │   ├── WeekPlan.Designer.cs
    │   │   │   ├── WeekPlan.cs
    │   │   │   └── WeekPlan.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Blue_Gradient.jpg
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   ├── Public
    │   │   │   ├── AcsDemoPublic.cs
    │   │   │   ├── AddDevice.Designer.cs
    │   │   │   ├── AddDevice.cs
    │   │   │   └── AddDevice.resx
    │   │   ├── app.config
    │   │   └── bin
    │   │       ├── PlanTemplate.exe
    │   │       └── 库文件不是拷贝在这里,需要拷贝到上上上级HCNetSDK文件夹中.txt
    │   └── PlanTemplate.sln
    └── 请先看这里:Demo内容说明和注意事项.txt

93 directories, 519 files