在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → WPF MVVM整套框架+Socket+SQL+ADO+开源代码.zip

WPF MVVM整套框架+Socket+SQL+ADO+开源代码.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.44M
  • 下载次数:52
  • 浏览次数:359
  • 发布时间:2021-11-24
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
项目完整,支持各类型数据库,利用了MVVM框架+Socekt,由于网络上整个框架都比较少,所以上传给大家一起分享。
【实例截图】
【核心代码】
4744300845397854545.zip
└── WPFDEMO
└── src
└── HTLSYS
├── bin
│   └── Debug
│   ├── Common.dll
│   ├── Common.pdb
│   ├── configs
│   │   └── Images
│   │   ├── 1.png
│   │   ├── Chrysanthemum.jpg
│   │   ├── DoubleRoom.png
│   │   ├── HotleRoom.png
│   │   ├── 中.png
│   │   ├── 低.png
│   │   ├── 关闭2.png
│   │   ├── 制冷.png
│   │   ├── 制热.png
│   │   ├── 升温.png
│   │   ├── 复件 灯.PNG
│   │   ├── 小空调.png
│   │   ├── 灯_Broken.png
│   │   ├── 灯_Fire.png
│   │   ├── 灯_Off.png
│   │   ├── 灯_On.png
│   │   ├── 灯.PNG
│   │   ├── 电视.png
│   │   ├── 空调1.png
│   │   ├── 空调_Off.png
│   │   ├── 空调_On.png
│   │   ├── 空调.png
│   │   ├── 降温.png
│   │   └── 高.png
│   ├── Device_Resource.xml
│   ├── EventLog.dll
│   ├── EventLog.pdb
│   ├── ExcelOperator.dll
│   ├── ExcelOperator.pdb
│   ├── HTLSYSUI.exe
│   ├── HTLSYSUI.exe.config
│   ├── HTLSYSUI.pdb
│   ├── HTLSYSUI.vshost.exe
│   ├── HTLSYSUI.vshost.exe.config
│   ├── HTLSYSUI.vshost.exe.manifest
│   ├── log
│   │   └── Log20160106.txt
│   ├── Microsoft.Office.Interop.Excel.dll
│   ├── Microsoft.Office.Interop.Excel.xml
│   ├── Microsoft.Practices.Prism.dll
│   ├── Report
│   ├── Systeminit.xml
│   ├── System.Windows.Interactivity.dll
│   ├── System.Windows.Interactivity.xml
│   ├── WPFConverter.dll
│   └── WPFConverter.pdb
├── Common
│   ├── clsStruct.cs
│   ├── ClsXML.cs
│   ├── Common.csproj
│   ├── Common.csproj.user
│   ├── CommonFunction.cs
│   ├── CommonModule.cs
│   ├── CRC16.cs
│   ├── DLLImport.cs
│   ├── GlobalsClass.cs
│   ├── Interface
│   │   ├── clsStruct.cs
│   │   ├── IAddintional.cs
│   │   ├── ICMS.cs
│   │   ├── IFormCommon.cs
│   │   ├── IMainFormCommunication.cs
│   │   └── ISubProperty.cs
│   ├── obj
│   │   └── Debug
│   │   ├── Common.csproj.FileListAbsolute.txt
│   │   ├── Common.csprojResolveAssemblyReference.cache
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── PacketClass.cs
│   ├── PrintReport.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── TreeNodeManage.cs
├── DBClass
│   ├── ClsDB.cs
│   ├── ClsDBFactory.cs
│   ├── ClsDBMySQL.cs
│   ├── ClsDBSQL.cs
│   ├── DBClass.csproj
│   ├── DBClass.csproj.user
│   ├── IDBfun.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DBClass.csproj.FileListAbsolute.txt
│   │   ├── DBClass.csprojResolveAssemblyReference.cache
│   │   ├── DBClass.dll
│   │   ├── DBClass.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   └── Properties
│   └── AssemblyInfo.cs
├── EventLog
│   ├── EventLog.csproj
│   ├── Log.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── EventLog.csproj.FileListAbsolute.txt
│   │   ├── EventLog.csprojResolveAssemblyReference.cache
│   │   ├── EventLog.dll
│   │   ├── EventLog.pdb
│   │   └── TempPE
│   └── Properties
│   └── AssemblyInfo.cs
├── ExcelOperator
│   ├── ExcelOperator.csproj
│   ├── IExcel.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ExcelOperator.csproj.FileListAbsolute.txt
│   │   ├── ExcelOperator.csprojResolveAssemblyReference.cache
│   │   ├── ExcelOperator.dll
│   │   ├── ExcelOperator.pdb
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   ├── OperateExcel.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── HTLSYSUI
│   ├── app.config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Release
│   ├── CenterMonitor
│   │   ├── Images
│   │   │   ├── SOS3.png
│   │   │   ├── 保险箱非法打开.png
│   │   │   ├── 门非法打开.png
│   │   │   └── 防火报警.png
│   │   ├── ObjectClasses
│   │   │   └── cs_SecurityMessage.cs
│   │   ├── ResourceDictionaries
│   │   │   └── RoomSecurityResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   └── CenterMonitorMainPageViewModel.cs
│   │   └── Views
│   │   ├── CenterMonitorMainPage.xaml
│   │   └── CenterMonitorMainPage.xaml.cs
│   ├── DataQueryCenter
│   │   ├── Images
│   │   ├── ObjectClasses
│   │   │   └── OutputExcel.cs
│   │   ├── ResourceDictionaries
│   │   │   └── DataGridResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   └── DataQueryCenterMainPageViewModel.cs
│   │   └── Views
│   │   ├── DataQueryCenterMainPage.xaml
│   │   ├── DataQueryCenterMainPage.xaml.cs
│   │   ├── WaittingWindow.xaml
│   │   └── WaittingWindow.xaml.cs
│   ├── DeviceManage
│   │   ├── Images
│   │   ├── ObjectClasses
│   │   │   ├── Converters
│   │   │   │   ├── BoolVisibilityConverter.cs
│   │   │   │   ├── NullVisibilityConverter.cs
│   │   │   │   ├── OppositeBoolVisibilityConverter.cs
│   │   │   │   ├── OppositeNullVisibilityConverter.cs
│   │   │   │   └── ResourceDeviceDisplayNameConverter.cs
│   │   │   ├── cs_AdmissionCardResourceDevice.cs
│   │   │   ├── cs_AirConditioning.cs
│   │   │   ├── cs_AlarmResourceDevice.cs
│   │   │   ├── cs_DigitalInputResourceDevice.cs
│   │   │   ├── cs_DigitalOutputResourceDevice.cs
│   │   │   ├── cs_DigitalThermostatResourceDevice.cs
│   │   │   ├── cs_DoorResourceDevice.cs
│   │   │   ├── cs_ItemWithDisplayMember.cs
│   │   │   ├── cs_LampControl.cs
│   │   │   ├── cs_LampControlScene.cs
│   │   │   ├── cs_ReaderResourceDevice.cs
│   │   │   ├── cs_ResourceDevice.cs
│   │   │   ├── cs_Room.cs
│   │   │   ├── cs_RoomDevice.cs
│   │   │   ├── cs_RoomSettings.cs
│   │   │   ├── cs_TreeNode.cs
│   │   │   ├── cs_UpdateFile.cs
│   │   │   └── enum_ResourceDevice.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── DataGridResourceDictionary.xaml
│   │   │   ├── DataGridRowResourceDictionary.xaml
│   │   │   ├── DeviceAttributeWindowResourceDictionary.xaml
│   │   │   ├── ResourceParametersConfigurationWindowResourceDictionary.xaml
│   │   │   ├── SimpleStyles.xaml
│   │   │   └── TreeViewResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   ├── AirConditioningSceneWindowViewModel.cs
│   │   │   ├── DeviceAttributeWindowViewModel.cs
│   │   │   ├── DeviceManageMainPageViewModel.cs
│   │   │   ├── DeviceRegistrationWindowViewModel.cs
│   │   │   ├── EditFloorInformationWindowViewModel.cs
│   │   │   ├── EditLampControlWindowViewModel.cs
│   │   │   ├── EditSceneOfLampControlWindowViewModel.cs
│   │   │   ├── LampControlsceneWindowViewModel.cs
│   │   │   ├── OperationTemplateWindowViewModel.cs
│   │   │   ├── ResourceAllocationParametersWindowViewModel.cs
│   │   │   ├── ResourceParametersConfigurationWindowViewModel.cs
│   │   │   └── ScanDeviceWindowViewModel.cs
│   │   └── Views
│   │   ├── AirConditioningSceneWindow.xaml
│   │   ├── AirConditioningSceneWindow.xaml.cs
│   │   ├── DeviceAttributeWindow.xaml
│   │   ├── DeviceAttributeWindow.xaml.cs
│   │   ├── DeviceManageMainPage.xaml
│   │   ├── DeviceManageMainPage.xaml.cs
│   │   ├── DeviceRegistrationWindow.xaml
│   │   ├── DeviceRegistrationWindow.xaml.cs
│   │   ├── EditFloorInformationWindow.xaml
│   │   ├── EditFloorInformationWindow.xaml.cs
│   │   ├── EditLampControlWindow.xaml
│   │   ├── EditLampControlWindow.xaml.cs
│   │   ├── EditSceneOfLampControlWindow.xaml
│   │   ├── EditSceneOfLampControlWindow.xaml.cs
│   │   ├── LampControlsceneWindow.xaml
│   │   ├── LampControlsceneWindow.xaml.cs
│   │   ├── OperationTemplateWindow.xaml
│   │   ├── OperationTemplateWindow.xaml.cs
│   │   ├── ResourceAllocationParametersWindow.xaml
│   │   ├── ResourceAllocationParametersWindow.xaml.cs
│   │   ├── ResourceParametersConfigurationWindow.xaml
│   │   ├── ResourceParametersConfigurationWindow.xaml.cs
│   │   ├── ScanDeviceWindow.xaml
│   │   ├── ScanDeviceWindow.xaml.cs
│   │   └── UserControls
│   │   ├── TreeViewComboBoxUC.xaml
│   │   └── TreeViewComboBoxUC.xaml.cs
│   ├── GlobalResource
│   │   ├── Functions
│   │   │   └── clsBaseFunction.cs
│   │   ├── Images
│   │   │   └── 日期.png
│   │   ├── ObjectClasses
│   │   │   ├── cs_EmbeddedPage.cs
│   │   │   ├── cs_NoPaddingPopupWindow.cs
│   │   │   └── cs_PopupWindow.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── ButtonResourceDictionary.xaml
│   │   │   ├── DatePickerResourceDictionary.xaml
│   │   │   ├── GlobalButtonResourceDictionary.xaml
│   │   │   ├── NoPaddingWindowResourceDictionary.xaml
│   │   │   ├── RoundCornerControlResourceDictionary.xaml
│   │   │   ├── WaterMaskTextBoxResourceDictionary.xaml
│   │   │   └── WindowResourceDictionary.xaml
│   │   └── Views
│   │   └── CustomControl
│   │   └── NumericUpDown.cs
│   ├── HTLSYSUI.csproj
│   ├── HTLSYSUI.csproj.user
│   ├── Login
│   │   ├── Images
│   │   │   ├── login.png
│   │   │   ├── people.png
│   │   │   └── pwd.png
│   │   ├── ObjectClasses
│   │   │   ├── cs_DatabaseSettings.cs
│   │   │   ├── cs_User.cs
│   │   │   └── enum_DatabaseSettings.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── DatabaseSettingsResourceDictionary.xaml
│   │   │   └── LoginMainWindowResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   ├── DatabaseSettingsWindowViewModel.cs
│   │   │   └── LoginMainWindowViewModel.cs
│   │   └── Views
│   │   ├── DatabaseSettingsWindow.xaml
│   │   ├── DatabaseSettingsWindow.xaml.cs
│   │   ├── LoginMainWindow.xaml
│   │   ├── LoginMainWindow.xaml.cs
│   │   └── UserControls
│   │   └── SecurePasswordBox.cs
│   ├── Main
│   │   ├── Images
│   │   │   ├── 人员.png
│   │   │   ├── 关闭.png
│   │   │   ├── 图形显示.png
│   │   │   ├── 房间地图.png
│   │   │   ├── 数据查询.png
│   │   │   ├── 服务监控.png
│   │   │   ├── 监控中心.png
│   │   │   ├── 系统配置.png
│   │   │   ├── 缩小.png
│   │   │   ├── 设备管理.png
│   │   │   ├── 配置.png
│   │   │   └── 锁屏.png
│   │   ├── ObjectClasses
│   │   │   ├── Converters
│   │   │   │   └── NumberVisibilityConverter.cs
│   │   │   ├── cs_ToolButton.cs
│   │   │   ├── enum_MainToolButton.cs
│   │   │   └── NumberVisibilityConverter.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── ButtonResourceDictionary.xaml
│   │   │   ├── DrawingBrushResourceDictionary.xaml
│   │   │   ├── ImageBrushResourceDictionary.xaml
│   │   │   ├── SplitLineResourceDictionary.xaml
│   │   │   └── UCListBoxResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   ├── MainWindowViewModel.cs
│   │   │   └── UserControls
│   │   │   ├── ToolBarUCViewModel.cs
│   │   │   └── WindowHeadUCViewModel.cs
│   │   └── Views
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   └── UserControls
│   │   ├── LockScreenUC.xaml
│   │   ├── LockScreenUC.xaml.cs
│   │   ├── StatusBarUC.xaml
│   │   ├── StatusBarUC.xaml.cs
│   │   ├── TipUC.xaml
│   │   ├── TipUC.xaml.cs
│   │   ├── ToolBarUC.xaml
│   │   ├── ToolBarUC.xaml.cs
│   │   ├── WindowHeadUC.xaml
│   │   └── WindowHeadUC.xaml.cs
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── App.baml
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── CenterMonitor
│   │   │   ├── ResourceDictionaries
│   │   │   │   └── RoomSecurityResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── CenterMonitorMainPage.baml
│   │   │   ├── CenterMonitorMainPage.g.cs
│   │   │   └── CenterMonitorMainPage.g.i.cs
│   │   ├── DataQueryCenter
│   │   │   ├── ResourceDictionaries
│   │   │   │   └── DataGridResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── DataQueryCenterMainPage.baml
│   │   │   ├── DataQueryCenterMainPage.g.cs
│   │   │   ├── DataQueryCenterMainPage.g.i.cs
│   │   │   ├── ViewReportWindow.g.i.cs
│   │   │   ├── WaittingWindow.baml
│   │   │   ├── WaittingWindow.g.cs
│   │   │   └── WaittingWindow.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── DeviceManage
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── DataGridResourceDictionary.baml
│   │   │   │   ├── DataGridRowResourceDictionary.baml
│   │   │   │   ├── DeviceAttributeWindowResourceDictionary.baml
│   │   │   │   ├── ResourceParametersConfigurationWindowResourceDictionary.baml
│   │   │   │   ├── SimpleStyles.baml
│   │   │   │   └── TreeViewResourceDictionary.baml
│   │   │   ├── ViewModels
│   │   │   │   ├── EditLampControlWindow.g.i.cs
│   │   │   │   └── EditSceneOfLampControlWindow.g.i.cs
│   │   │   └── Views
│   │   │   ├── AirConditioningSceneWindow.baml
│   │   │   ├── AirConditioningSceneWindow.g.cs
│   │   │   ├── AirConditioningSceneWindow.g.i.cs
│   │   │   ├── DeviceAttributeWindow.baml
│   │   │   ├── DeviceAttributeWindow.g.cs
│   │   │   ├── DeviceAttributeWindow.g.i.cs
│   │   │   ├── DeviceManageMainPage.baml
│   │   │   ├── DeviceManageMainPage.g.cs
│   │   │   ├── DeviceManageMainPage.g.i.cs
│   │   │   ├── DeviceRegistrationWindow.baml
│   │   │   ├── DeviceRegistrationWindow.g.cs
│   │   │   ├── DeviceRegistrationWindow.g.i.cs
│   │   │   ├── EditFloorInformationWindow.baml
│   │   │   ├── EditFloorInformationWindow.g.cs
│   │   │   ├── EditFloorInformationWindow.g.i.cs
│   │   │   ├── EditLampControlWindow.baml
│   │   │   ├── EditLampControlWindow.g.cs
│   │   │   ├── EditLampControlWindow.g.i.cs
│   │   │   ├── EditSceneOfLampControlWindow.baml
│   │   │   ├── EditSceneOfLampControlWindow.g.cs
│   │   │   ├── EditSceneOfLampControlWindow.g.i.cs
│   │   │   ├── LampControlsceneWindow.baml
│   │   │   ├── LampControlsceneWindow.g.cs
│   │   │   ├── LampControlsceneWindow.g.i.cs
│   │   │   ├── OperationTemplateWindow.baml
│   │   │   ├── OperationTemplateWindow.g.cs
│   │   │   ├── OperationTemplateWindow.g.i.cs
│   │   │   ├── ResourceAllocationParametersWindow.baml
│   │   │   ├── ResourceAllocationParametersWindow.g.cs
│   │   │   ├── ResourceAllocationParametersWindow.g.i.cs
│   │   │   ├── ResourceParametersConfigurationWindow.baml
│   │   │   ├── ResourceParametersConfigurationWindow.g.cs
│   │   │   ├── ResourceParametersConfigurationWindow.g.i.cs
│   │   │   ├── ScanDeviceWindow.baml
│   │   │   ├── ScanDeviceWindow.g.cs
│   │   │   ├── ScanDeviceWindow.g.i.cs
│   │   │   └── UserControls
│   │   │   ├── TreeViewComboBoxUC.baml
│   │   │   ├── TreeViewComboBoxUC.g.cs
│   │   │   └── TreeViewComboBoxUC.g.i.cs
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── GenerateResource.read.1.tlog
│   │   ├── GenerateResource.write.1.tlog
│   │   ├── GlobalResource
│   │   │   └── ResourceDictionaries
│   │   │   ├── ButtonResourceDictionary.baml
│   │   │   ├── DatePickerResourceDictionary.baml
│   │   │   ├── GlobalButtonResourceDictionary.baml
│   │   │   ├── NoPaddingWindowResourceDictionary.baml
│   │   │   ├── RoundCornerControlResourceDictionary.baml
│   │   │   ├── WaterMaskTextBoxResourceDictionary.baml
│   │   │   └── WindowResourceDictionary.baml
│   │   ├── HTLSYSUI_Content.g.i.cs
│   │   ├── HTLSYSUI.csproj.FileListAbsolute.txt
│   │   ├── HTLSYSUI.csproj.GenerateResource.Cache
│   │   ├── HTLSYSUI.csprojResolveAssemblyReference.cache
│   │   ├── HTLSYSUI.exe
│   │   ├── HTLSYSUI.g.resources
│   │   ├── HTLSYSUI_MarkupCompile.cache
│   │   ├── HTLSYSUI_MarkupCompile.i.cache
│   │   ├── HTLSYSUI_MarkupCompile.i.lref
│   │   ├── HTLSYSUI_MarkupCompile.lref
│   │   ├── HTLSYSUI.pdb
│   │   ├── HTLSYSUI.Properties.Resources.resources
│   │   ├── Login
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── DatabaseSettingsResourceDictionary.baml
│   │   │   │   └── LoginMainWindowResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── DatabaseSettingsWindow.baml
│   │   │   ├── DatabaseSettingsWindow.g.cs
│   │   │   ├── DatabaseSettingsWindow.g.i.cs
│   │   │   ├── LoginMainWindow.baml
│   │   │   ├── LoginMainWindow.g.cs
│   │   │   └── LoginMainWindow.g.i.cs
│   │   ├── Main
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── ButtonResourceDictionary.baml
│   │   │   │   ├── DrawingBrushResourceDictionary.baml
│   │   │   │   ├── ImageBrushResourceDictionary.baml
│   │   │   │   ├── SplitLineResourceDictionary.baml
│   │   │   │   └── UCListBoxResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   └── UserControls
│   │   │   ├── LockScreenUC.baml
│   │   │   ├── LockScreenUC.g.cs
│   │   │   ├── LockScreenUC.g.i.cs
│   │   │   ├── StatusBarUC.baml
│   │   │   ├── StatusBarUC.g.cs
│   │   │   ├── StatusBarUC.g.i.cs
│   │   │   ├── TipUC.baml
│   │   │   ├── TipUC.g.cs
│   │   │   ├── TipUC.g.i.cs
│   │   │   ├── ToolBarUC.baml
│   │   │   ├── ToolBarUC.g.cs
│   │   │   ├── ToolBarUC.g.i.cs
│   │   │   ├── WindowHeadUC.baml
│   │   │   ├── WindowHeadUC.g.cs
│   │   │   └── WindowHeadUC.g.i.cs
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── RoomMap
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── ContextMenuStyleResourceDictionary.baml
│   │   │   │   ├── MenuListBoxResourceDictionary.baml
│   │   │   │   ├── MoveThumbListBoxResourceDictionary.baml
│   │   │   │   └── ObjectControlResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── RoomMapMainPage.baml
│   │   │   ├── RoomMapMainPage.g.cs
│   │   │   ├── RoomMapMainPage.g.i.cs
│   │   │   └── UserControls
│   │   │   ├── EditMapUI.baml
│   │   │   ├── EditMapUI.g.cs
│   │   │   ├── EditMapUI.g.i.cs
│   │   │   ├── ViewMapUI.baml
│   │   │   ├── ViewMapUI.g.cs
│   │   │   └── ViewMapUI.g.i.cs
│   │   ├── RoomServiceMonitor
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── ListBoxResourceDictionary.baml
│   │   │   │   └── RoomServiceResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── RoomServiceMonitorMainPage.baml
│   │   │   ├── RoomServiceMonitorMainPage.g.cs
│   │   │   └── RoomServiceMonitorMainPage.g.i.cs
│   │   ├── RoomStatusMonitoring
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── ButtonWithTextBoxResourceDictionary.baml
│   │   │   │   ├── RoomStateResourceDictionary.baml
│   │   │   │   ├── ScrollBarResourceDictionary.baml
│   │   │   │   ├── SimpleStyles.baml
│   │   │   │   ├── VisualBrushResourceDictionary.baml
│   │   │   │   └── VWPListBoxItemResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── RoomStatusMonitoringMainPage.baml
│   │   │   ├── RoomStatusMonitoringMainPage.g.cs
│   │   │   ├── RoomStatusMonitoringMainPage.g.i.cs
│   │   │   ├── ShowRoomMapWindow.baml
│   │   │   ├── ShowRoomMapWindow.g.cs
│   │   │   ├── ShowRoomMapWindow.g.i.cs
│   │   │   └── UserControls
│   │   │   ├── TextBoxButtonUC.baml
│   │   │   ├── TextBoxButtonUC.g.cs
│   │   │   └── TextBoxButtonUC.g.i.cs
│   │   ├── SystemConfiguration
│   │   │   ├── ResourceDictionaries
│   │   │   │   ├── SystemConfigurationResourceDictionary.baml
│   │   │   │   └── UserManageResourceDictionary.baml
│   │   │   └── Views
│   │   │   ├── ChangePasswordWindow.baml
│   │   │   ├── ChangePasswordWindow.g.cs
│   │   │   ├── ChangePasswordWindow.g.i.cs
│   │   │   ├── EditRightsWindow.baml
│   │   │   ├── EditRightsWindow.g.cs
│   │   │   ├── EditRightsWindow.g.i.cs
│   │   │   ├── EditUserWindow.baml
│   │   │   ├── EditUserWindow.g.cs
│   │   │   ├── EditUserWindow.g.i.cs
│   │   │   ├── RightsManageWindow.baml
│   │   │   ├── RightsManageWindow.g.cs
│   │   │   ├── RightsManageWindow.g.i.cs
│   │   │   ├── SystemConfigurationWindow.baml
│   │   │   ├── SystemConfigurationWindow.g.cs
│   │   │   ├── SystemConfigurationWindow.g.i.cs
│   │   │   ├── UserManageMainPage.baml
│   │   │   ├── UserManageMainPage.g.cs
│   │   │   └── UserManageMainPage.g.i.cs
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── Themes
│   │   └── Generic.baml
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── DesignTimeResources.xaml
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RoomMap
│   │   ├── Images
│   │   │   ├── 中风.png
│   │   │   ├── 低风.png
│   │   │   ├── 冷气.png
│   │   │   ├── 升温.png
│   │   │   ├── 小空调.png
│   │   │   ├── 暖气.png
│   │   │   ├── 降温.png
│   │   │   └── 高风.png
│   │   ├── ObjectClasses
│   │   │   ├── BorderCornerAdorner.cs
│   │   │   ├── Converters
│   │   │   │   ├── BoolTextConverter.cs
│   │   │   │   ├── ObjectConverters.cs
│   │   │   │   ├── StringContextMenuConverter.cs
│   │   │   │   ├── StringImageBrushConverter.cs
│   │   │   │   ├── StringObjectImageSourceConverter.cs
│   │   │   │   └── StringObjectSizeConverter.cs
│   │   │   ├── CopyAdorner.cs
│   │   │   ├── cs_MoveThumbData.cs
│   │   │   ├── cs_RoomMap_AirConditioner.cs
│   │   │   ├── cs_RoomMap_Device.cs
│   │   │   └── cs_RoomMap_Light.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── ContextMenuStyleResourceDictionary.xaml
│   │   │   ├── MenuListBoxResourceDictionary.xaml
│   │   │   ├── MoveThumbListBoxResourceDictionary.xaml
│   │   │   └── ObjectControlResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   ├── RoomMapMainPageViewModel.cs
│   │   │   └── UserControls
│   │   │   ├── EditMapUIViewModel.cs
│   │   │   └── ViewMapUIViewModel.cs
│   │   └── Views
│   │   ├── RoomMapMainPage.xaml
│   │   ├── RoomMapMainPage.xaml.cs
│   │   └── UserControls
│   │   ├── EditMapUI.xaml
│   │   ├── EditMapUI.xaml.cs
│   │   ├── MoveThumb.cs
│   │   ├── ViewMapUI.xaml
│   │   ├── ViewMapUI.xaml.cs
│   │   └── ZoomBoxPanel.cs
│   ├── RoomServiceMonitor
│   │   ├── Images
│   │   │   ├── 信息.png
│   │   │   ├── 叫餐服务.png
│   │   │   ├── 客房清理.png
│   │   │   └── 退房服务.png
│   │   ├── ObjectClasses
│   │   │   └── cs_ServiceMessage.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── ListBoxResourceDictionary.xaml
│   │   │   └── RoomServiceResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   └── RoomServiceMonitorMainPageViewModel.cs
│   │   └── Views
│   │   ├── RoomServiceMonitorMainPage.xaml
│   │   └── RoomServiceMonitorMainPage.xaml.cs
│   ├── RoomStatusMonitoring
│   │   ├── Images
│   │   │   ├── SOS1.png
│   │   │   ├── 搜索.png
│   │   │   ├── 温控.png
│   │   │   ├── 灯控.png
│   │   │   └── 设置.png
│   │   ├── ObjectClasses
│   │   │   ├── Converters
│   │   │   │   ├── ObjectToStringConverter.cs
│   │   │   │   ├── RoomStateFilterConverter.cs
│   │   │   │   ├── RoomStateToBackgroundConverter.cs
│   │   │   │   ├── RoomStateToDescriptionConverter.cs
│   │   │   │   └── SignalStateToBackgroundConverter.cs
│   │   │   ├── cs_CustomerRoom.cs
│   │   │   └── Interfaces
│   │   │   └── i_RoomStatusMonitoringMainPage.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── ButtonWithTextBoxResourceDictionary.xaml
│   │   │   ├── RoomStateResourceDictionary.xaml
│   │   │   ├── ScrollBarResourceDictionary.xaml
│   │   │   ├── SimpleStyles.xaml
│   │   │   ├── VisualBrushResourceDictionary.xaml
│   │   │   └── VWPListBoxItemResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   ├── RoomStatusMonitoringMainPageViewModel.cs
│   │   │   └── ShowRoomMapWindowViewModel.cs
│   │   └── Views
│   │   ├── RoomStatusMonitoringMainPage.xaml
│   │   ├── RoomStatusMonitoringMainPage.xaml.cs
│   │   ├── ShowRoomMapWindow.xaml
│   │   ├── ShowRoomMapWindow.xaml.cs
│   │   └── UserControls
│   │   ├── TextBoxButton.cs
│   │   ├── TextBoxButtonUC.xaml
│   │   ├── TextBoxButtonUC.xaml.cs
│   │   └── VirtualizingWrapPanel.cs
│   ├── SystemConfiguration
│   │   ├── Images
│   │   ├── ObjectClasses
│   │   │   ├── Converters
│   │   │   │   ├── BoolVisibilityConverter.cs
│   │   │   │   └── NullVisibilityConverter.cs
│   │   │   ├── cs_Cmd.cs
│   │   │   ├── cs_Rights.cs
│   │   │   ├── cs_User.cs
│   │   │   ├── Implements
│   │   │   │   ├── f_DataBackupAndReturn.cs
│   │   │   │   ├── im_MySqlDataBackupAndReturn.cs
│   │   │   │   └── im_SQLServerDataBackupAndReturn.cs
│   │   │   └── Interfaces
│   │   │   └── i_DataBackupAndReturn.cs
│   │   ├── ResourceDictionaries
│   │   │   ├── SystemConfigurationResourceDictionary.xaml
│   │   │   └── UserManageResourceDictionary.xaml
│   │   ├── ViewModels
│   │   │   ├── ChangePasswordWindowViewModel.cs
│   │   │   ├── EditRightsWindowViewModel.cs
│   │   │   ├── EditUserWindowViewModel.cs
│   │   │   ├── RightsManageWindowViewModel.cs
│   │   │   ├── SystemConfigurationMainPageViewModel.cs
│   │   │   └── UserManageMainPageViewModel.cs
│   │   └── Views
│   │   ├── ChangePasswordWindow.xaml
│   │   ├── ChangePasswordWindow.xaml.cs
│   │   ├── EditRightsWindow.xaml
│   │   ├── EditRightsWindow.xaml.cs
│   │   ├── EditUserWindow.xaml
│   │   ├── EditUserWindow.xaml.cs
│   │   ├── RightsManageWindow.xaml
│   │   ├── RightsManageWindow.xaml.cs
│   │   ├── SystemConfigurationWindow.xaml
│   │   ├── SystemConfigurationWindow.xaml.cs
│   │   ├── UserManageMainPage.xaml
│   │   └── UserManageMainPage.xaml.cs
│   └── Themes
│   └── Generic.xaml
├── HTLSYSUI.sln
├── HTLSYSUI.suo
├── HTLSYSUI.v12.suo
├── ReportSources
│   ├── bin
│   │   └── Release
│   ├── Module
│   │   ├── ReportResource.cs
│   │   ├── ReportSources.cs
│   │   ├── ReportSources.Designer.cs
│   │   ├── ReportSources.xsc
│   │   ├── ReportSources.xsd
│   │   └── ReportSources.xss
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── RdlCompile.cache
│   │   ├── RdlCompile.compiled
│   │   ├── ReportSources.csproj.FileListAbsolute.txt
│   │   ├── ReportSources.dll
│   │   ├── ReportSources.pdb
│   │   └── TempPE
│   │   └── Module.ReportSources.Designer.cs.dll
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   └── DataSources
│   │   └── ReportSources.Module.ReportSources+LogQueryTableDataTable.datasource
│   ├── Readme.txt
│   ├── Report
│   │   ├── AlarmQueryReport.rdlc
│   │   ├── LogQueryReport.rdlc
│   │   └── RoomQueryReport.rdlc
│   ├── ReportSources.csproj
│   └── ReportSources.Module.ReportSources+AlarmQueryTableDataTable.datasource
├── SocketLib
│   ├── Constants.cs
│   ├── ISocketLib.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── SocketLib.csproj.FileListAbsolute.txt
│   │   ├── SocketLib.csprojResolveAssemblyReference.cache
│   │   ├── SocketLib.dll
│   │   ├── SocketLib.pdb
│   │   └── TempPE
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SocketBase.cs
│   ├── SocketEvent.cs
│   ├── SocketFactory.cs
│   ├── SocketLib.csproj
│   ├── TCPClient.cs
│   ├── TCPServer.cs
│   ├── UDPSocket.cs
│   └── Utils.cs
└── WPFConverter
├── BoolVisibilityConverter.cs
├── NumberVisibilityConverter.cs
├── obj
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── TempPE
│   ├── WPFConverter.csproj.FileListAbsolute.txt
│   ├── WPFConverter.csprojResolveAssemblyReference.cache
│   ├── WPFConverter.dll
│   └── WPFConverter.pdb
├── OppositeBoolVisibilityConverter.cs
├── Properties
│   └── AssemblyInfo.cs
├── StringImageSourceConverter.cs
└── WPFConverter.csproj

170 directories, 589 files

标签:

实例下载地址

WPF MVVM整套框架+Socket+SQL+ADO+开源代码.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警