在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#网络编程 → SimpleRemote:轻量级远程管理工具源码下载(远程控制桌面)

SimpleRemote:轻量级远程管理工具源码下载(远程控制桌面)

C#网络编程

下载此实例
  • 开发语言:C#
  • 实例大小:3.20M
  • 下载次数:20
  • 浏览次数:136
  • 发布时间:2024-03-23
  • 实例类别:C#网络编程
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签:

实例介绍

【实例简介】
SimpleRemote是一款专注于提供高效远程管理功能的工具,采用轻量级设计,整个程序绿色单文件,压缩后不到3M,完全免费且开源。它支持RDP、SSH、Telnet等多种远程连接协议,适合需要远程管理服务器或设备的用户使用。

特点:
- 轻量级设计,无需复杂依赖,绿色单文件打包
- 完全免费且开源,没有任何形式的广告
- 支持选项卡和窗口式操作,界面基于MahApps.Metro,清新一致
- 内置多种SSH、Telnet配色方案,满足不同用户的视觉需求
- 利用ActiveX、Putty技术建立稳定的远程连接
- 远程连接信息加密存储,支持自定义密码保护

SimpleRemote凭借其轻量级和高效的特性,成为了许多技术人员和系统管理员的首选远程管理工具。无论是进行日常的服务器维护还是远程教学演示,SimpleRemote都能提供稳定可靠的服务。

【实例截图】

from clipboard


from clipboard


from clipboard

【核心代码】
文件清单
└── SimpleRemote-a7dc9b66b39a6a022d8184876b487a3c6e2c4e2d
    ├── assets
    │   ├── contraction.png
    │   ├── externalwindow.png
    │   └── sshlink.png
    ├── AutoUpdate
    │   ├── App.config
    │   ├── AutoUpdate.csproj
    │   ├── ErrorForm.cs
    │   ├── ErrorForm.Designer.cs
    │   ├── ErrorForm.resx
    │   ├── FodyWeavers.xml
    │   ├── FodyWeavers.xsd
    │   ├── Lib
    │   │   └── ICSharpCode.SharpZipLib.dll
    │   ├── packages.config
    │   ├── Program.cs
    │   └── Properties
    │       ├── app.manifest
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       ├── Resources.resx
    │       ├── Settings.Designer.cs
    │       └── Settings.settings
    ├── LICENSE
    ├── LogoPsd
    │   ├── Logo1.psd
    │   └── Logo.psd
    ├── MahApps.Metro
    │   ├── Actions
    │   │   ├── CloseFlyoutAction.cs
    │   │   ├── CloseTabItemAction.cs
    │   │   ├── CommandTriggerAction.cs
    │   │   └── SetFlyoutOpenAction.cs
    │   ├── Behaviours
    │   │   ├── BindableResourceBehavior.cs
    │   │   ├── BorderlessWindowBehavior.cs
    │   │   ├── DatePickerTextBoxBehavior.cs
    │   │   ├── GlowWindowBehavior.cs
    │   │   ├── PasswordBoxBindingBehavior.cs
    │   │   ├── ReloadBehavior.cs
    │   │   ├── StylizedBehaviorCollection.cs
    │   │   ├── StylizedBehaviors.cs
    │   │   ├── TabControlSelectFirstVisibleTabBehavior.cs
    │   │   ├── TiltBehavior.cs
    │   │   └── WindowsSettingBehaviour.cs
    │   ├── Controls
    │   │   ├── Badged.cs
    │   │   ├── ButtonsAlignment.cs
    │   │   ├── ClipBorder.cs
    │   │   ├── ClipBorder.Utils.cs
    │   │   ├── CloseCommand.cs
    │   │   ├── ClosingWindowEventHandlerArgs.cs
    │   │   ├── CommandHelpers.cs
    │   │   ├── ContentControlEx.cs
    │   │   ├── CustomValidationPopup.cs
    │   │   ├── DataGridNumericUpDownColumn.cs
    │   │   ├── Dialogs
    │   │   │   ├── BaseMetroDialog.cs
    │   │   │   ├── CustomDialog.cs
    │   │   │   ├── DialogCoordinator.cs
    │   │   │   ├── DialogManager.cs
    │   │   │   ├── DialogParticipation.cs
    │   │   │   ├── DialogStateChangedEventArgs.cs
    │   │   │   ├── IDialogCoordinator.cs
    │   │   │   ├── InputDialog.cs
    │   │   │   ├── LoginDialog.cs
    │   │   │   ├── LoginDialogData.cs
    │   │   │   ├── LoginDialogSettings.cs
    │   │   │   ├── MessageDialog.cs
    │   │   │   ├── MessageDialogResult.cs
    │   │   │   ├── MessageDialogStyle.cs
    │   │   │   ├── MetroDialogAutomationPeer.cs
    │   │   │   ├── MetroDialogColorScheme.cs
    │   │   │   ├── MetroDialogSettings.cs
    │   │   │   ├── ProgressDialogController.cs
    │   │   │   └── ProgressDialog.cs
    │   │   ├── DropDownButton.cs
    │   │   ├── Extensions.cs
    │   │   ├── FlipView.cs
    │   │   ├── FlyoutAutomationPeer.cs
    │   │   ├── Flyout.cs
    │   │   ├── FlyoutsControl.cs
    │   │   ├── FlyoutTheme.cs
    │   │   ├── Glow.cs
    │   │   ├── GlowDirection.cs
    │   │   ├── GlowWindow.xaml
    │   │   ├── GlowWindow.xaml.cs
    │   │   ├── HamburgerMenu
    │   │   │   ├── HamburgerMenu.cs
    │   │   │   ├── HamburgerMenu.EventArgs.cs
    │   │   │   ├── HamburgerMenu.Events.cs
    │   │   │   ├── HamburgerMenu.HamburgerButton.cs
    │   │   │   ├── HamburgerMenu.Options.cs
    │   │   │   ├── HamburgerMenu.Properties.cs
    │   │   │   └── MenuItems
    │   │   │       ├── HamburgerMenuGlyphItem.cs
    │   │   │       ├── HamburgerMenuIconItem.cs
    │   │   │       ├── HamburgerMenuImageItem.cs
    │   │   │       ├── HamburgerMenuItemCollection.cs
    │   │   │       └── HamburgerMenuItem.cs
    │   │   ├── Helper
    │   │   │   ├── AmPmComparer.cs
    │   │   │   ├── ButtonHelper.cs
    │   │   │   ├── ComboBoxHelper.cs
    │   │   │   ├── ControlsHelper.cs
    │   │   │   ├── DataGridCellHelper.cs
    │   │   │   ├── DataGridHelper.cs
    │   │   │   ├── DataGridRowHelper.cs
    │   │   │   ├── ExpanderHelper.cs
    │   │   │   ├── GroupBoxHelper.cs
    │   │   │   ├── ItemHelper.cs
    │   │   │   ├── MouseWheelChange.cs
    │   │   │   ├── MouseWheelState.cs
    │   │   │   ├── PasswordBoxHelper.cs
    │   │   │   ├── ScrollBarHelper.cs
    │   │   │   ├── ScrollViewerHelper.cs
    │   │   │   ├── SliderHelper.cs
    │   │   │   ├── TabControlHelper.cs
    │   │   │   ├── TextBoxHelper.cs
    │   │   │   ├── ToggleButtonHelper.cs
    │   │   │   └── VisibilityHelper.cs
    │   │   ├── HotKeyBox.cs
    │   │   ├── IMetroThumb.cs
    │   │   ├── LayoutInvalidationCatcher.cs
    │   │   ├── MetroAnimatedSingleRowTabControl.cs
    │   │   ├── MetroAnimatedTabControl.cs
    │   │   ├── MetroContentControl.cs
    │   │   ├── MetroHeaderAutomationPeer.cs
    │   │   ├── MetroHeader.cs
    │   │   ├── MetroNavigationWindow.cs
    │   │   ├── MetroProgressBar.cs
    │   │   ├── MetroTabControl.cs
    │   │   ├── MetroTabItem.cs
    │   │   ├── MetroThumbContentControlAutomationPeer.cs
    │   │   ├── MetroThumbContentControl.cs
    │   │   ├── MetroThumbContentControlDragCompletedEventArgs.cs
    │   │   ├── MetroThumbContentControlDragStartedEventArgs.cs
    │   │   ├── MetroThumb.cs
    │   │   ├── MetroWindow.cs
    │   │   ├── MetroWindowHelpers.cs
    │   │   ├── MultiFrameImage.cs
    │   │   ├── NumericInput.cs
    │   │   ├── NumericUpDownChangedRoutedEventArgs.cs
    │   │   ├── NumericUpDownChangedRoutedEventHandler.cs
    │   │   ├── NumericUpDown.cs
    │   │   ├── Pivot.cs
    │   │   ├── PivotItem.cs
    │   │   ├── Planerator.cs
    │   │   ├── Position.cs
    │   │   ├── ProgressRing.cs
    │   │   ├── RangeParameterChangedEventArgs.cs
    │   │   ├── RangeSelectionChangedEventArgs.cs
    │   │   ├── RangeSlider.cs
    │   │   ├── RevealImage.xaml
    │   │   ├── RevealImage.xaml.cs
    │   │   ├── SafeRaise.cs
    │   │   ├── ScrollViewerOffsetMediator.cs
    │   │   ├── SplitButton.cs
    │   │   ├── SplitView
    │   │   │   ├── GridLengthAnimation.cs
    │   │   │   ├── SplitView.cs
    │   │   │   ├── SplitViewDisplayMode.cs
    │   │   │   ├── SplitViewPaneClosingEventArgs.cs
    │   │   │   ├── SplitViewPanePlacement.cs
    │   │   │   └── SplitViewTemplateSettings.cs
    │   │   ├── Theme.cs
    │   │   ├── Tile.cs
    │   │   ├── TimePicker
    │   │   │   ├── DateTimePicker.cs
    │   │   │   ├── TimePartVisibility.cs
    │   │   │   ├── TimePickerBase.cs
    │   │   │   ├── TimePickerBaseSelectionChangedEventArgs.cs
    │   │   │   ├── TimePicker.cs
    │   │   │   └── TimePickerFormat.cs
    │   │   ├── ToggleSwitchButton.cs
    │   │   ├── ToggleSwitch.cs
    │   │   ├── TransitioningContentControl.cs
    │   │   ├── TreeHelper.cs
    │   │   ├── Underline.cs
    │   │   ├── VisualStates.cs
    │   │   ├── WinApiHelper.cs
    │   │   ├── WindowButtonCommands.cs
    │   │   ├── WindowCommands.cs
    │   │   ├── WindowCommandsOverlayBehavior.cs
    │   │   └── WindowSettings.cs
    │   ├── ControlzEx
    │   │   ├── BadgedEx.cs
    │   │   ├── Behaviors
    │   │   │   └── WindowChromeBehavior.cs
    │   │   ├── ControlzEx.snk
    │   │   ├── DesignerConstants.cs
    │   │   ├── KeyboardNavigationEx.cs
    │   │   ├── Microsoft.Windows.Shell
    │   │   │   ├── Standard
    │   │   │   │   ├── ComGuids.cs
    │   │   │   │   ├── Debug.cs
    │   │   │   │   ├── DoubleUtil.cs
    │   │   │   │   ├── DpiHelper.cs
    │   │   │   │   ├── ErrorCodes.cs
    │   │   │   │   ├── MessageWindow.cs
    │   │   │   │   ├── MonitorHelper.cs
    │   │   │   │   ├── NativeMethods.cs
    │   │   │   │   ├── NtDll.cs
    │   │   │   │   ├── ShellProvider.cs
    │   │   │   │   ├── StreamHelper.cs
    │   │   │   │   ├── Utilities.cs
    │   │   │   │   ├── Utilities.Windows.cs
    │   │   │   │   ├── Utilities.Wpf.cs
    │   │   │   │   └── Verify.cs
    │   │   │   ├── SystemCommands.cs
    │   │   │   ├── SystemParameters2.cs
    │   │   │   ├── WindowChrome.cs
    │   │   │   └── WindowChromeWorker.cs
    │   │   ├── Native
    │   │   │   ├── Constants.cs
    │   │   │   ├── MONITORINFO.cs
    │   │   │   ├── SafeLibraryHandle.cs
    │   │   │   └── UnsafeNativeMethods.cs
    │   │   ├── PackIconBase.cs
    │   │   ├── PopupEx.cs
    │   │   ├── PropertyChangeNotifier.cs
    │   │   ├── TabControlEx.cs
    │   │   ├── Themes
    │   │   │   └── Generic.xaml
    │   │   └── ToolTipAssist.cs
    │   ├── Converters
    │   │   ├── BackgroundToForegroundConverter.cs
    │   │   ├── ClockDegreeConverter.cs
    │   │   ├── FontSizeOffsetConverter.cs
    │   │   ├── IsNullConverter.cs
    │   │   ├── MarkupConverter.cs
    │   │   ├── MathConverter.cs
    │   │   ├── MetroTabItemCloseButtonWidthConverter.cs
    │   │   ├── NullToUnsetValueConverter.cs
    │   │   ├── OffOnConverter.cs
    │   │   ├── RectangleHeightToRadiusConverter.cs
    │   │   ├── ResizeModeMinMaxButtonVisibilityConverter.cs
    │   │   ├── StringToVisibilityConverter.cs
    │   │   ├── ThicknessBindingConverter.cs
    │   │   ├── ThicknessSideType.cs
    │   │   ├── ThicknessToDoubleConverter.cs
    │   │   ├── TimeSpanToStringConverter.cs
    │   │   ├── ToUpperConverter.cs
    │   │   └── TreeViewMarginConverter.cs
    │   ├── FodyWeavers.xml
    │   ├── FodyWeavers.xsd
    │   ├── MahAppsException.cs
    │   ├── MahApps.Metro.csproj
    │   ├── MahApps.Metro.zip
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resource.Designer.cs
    │   │   ├── Resource.resx
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Styles
    │   │   ├── Accents
    │   │   │   ├── Amber.xaml
    │   │   │   ├── BaseDark.xaml
    │   │   │   ├── BaseLight.xaml
    │   │   │   ├── Blue.xaml
    │   │   │   ├── Brown.xaml
    │   │   │   ├── Cobalt.xaml
    │   │   │   ├── Crimson.xaml
    │   │   │   ├── Cyan.xaml
    │   │   │   ├── Emerald.xaml
    │   │   │   ├── Green.xaml
    │   │   │   ├── Indigo.xaml
    │   │   │   ├── Lime.xaml
    │   │   │   ├── Magenta.xaml
    │   │   │   ├── Mauve.xaml
    │   │   │   ├── Olive.xaml
    │   │   │   ├── Orange.xaml
    │   │   │   ├── Pink.xaml
    │   │   │   ├── Purple.xaml
    │   │   │   ├── Red.xaml
    │   │   │   ├── Sienna.xaml
    │   │   │   ├── Steel.xaml
    │   │   │   ├── Taupe.xaml
    │   │   │   ├── Teal.xaml
    │   │   │   ├── Violet.xaml
    │   │   │   └── Yellow.xaml
    │   │   ├── Clean
    │   │   │   ├── CleanGroupBox.xaml
    │   │   │   ├── CleanStatusBar.xaml
    │   │   │   ├── CleanWindowButtonCommands.xaml
    │   │   │   ├── CleanWindowButtons.xaml
    │   │   │   ├── CleanWindowCommands.xaml
    │   │   │   ├── CleanWindow.xaml
    │   │   │   └── Clean.xaml
    │   │   ├── Colors.xaml
    │   │   ├── Controls.AnimatedSingleRowTabControl.xaml
    │   │   ├── Controls.AnimatedTabControl.xaml
    │   │   ├── Controls.Buttons.xaml
    │   │   ├── Controls.Calendar.xaml
    │   │   ├── Controls.CheckBox.xaml
    │   │   ├── Controls.ComboBox.xaml
    │   │   ├── Controls.ContextMenu.xaml
    │   │   ├── Controls.DataGrid.xaml
    │   │   ├── Controls.DatePicker.xaml
    │   │   ├── Controls.Expander.xaml
    │   │   ├── Controls.GroupBox.xaml
    │   │   ├── Controls.Label.xaml
    │   │   ├── Controls.ListBox.xaml
    │   │   ├── Controls.ListView.xaml
    │   │   ├── Controls.Page.xaml
    │   │   ├── Controls.PasswordBox.xaml
    │   │   ├── Controls.ProgressBar.xaml
    │   │   ├── Controls.RadioButton.xaml
    │   │   ├── Controls.Scrollbars.xaml
    │   │   ├── Controls.Shadows.xaml
    │   │   ├── Controls.Slider.xaml
    │   │   ├── Controls.StatusBar.xaml
    │   │   ├── Controls.TabControl.xaml
    │   │   ├── Controls.TextBlock.xaml
    │   │   ├── Controls.TextBox.xaml
    │   │   ├── Controls.ToggleSwitch.xaml
    │   │   ├── Controls.Toolbar.xaml
    │   │   ├── Controls.Tooltip.xaml
    │   │   ├── Controls.TreeView.xaml
    │   │   ├── Controls.xaml
    │   │   ├── FlatButton.xaml
    │   │   ├── FlatSlider.xaml
    │   │   ├── Fonts.xaml
    │   │   ├── Shared.xaml
    │   │   ├── Sizes.xaml
    │   │   ├── ValidationErrorTemplate.xaml
    │   │   └── VS
    │   │       ├── Button.xaml
    │   │       ├── Colors.xaml
    │   │       ├── Expander.xaml
    │   │       ├── GroupBox.xaml
    │   │       ├── ListBox.xaml
    │   │       ├── Menu.xaml
    │   │       ├── ScrollBar.xaml
    │   │       ├── Styles.xaml
    │   │       ├── TabControl.xaml
    │   │       ├── TextBox.xaml
    │   │       └── Window.xaml
    │   ├── System.Windows.Interactivity.dll
    │   ├── ThemeManager
    │   │   ├── Accent.cs
    │   │   ├── AppTheme.cs
    │   │   └── ThemeManager.cs
    │   ├── Themes
    │   │   ├── Badged.xaml
    │   │   ├── ContentControlEx.xaml
    │   │   ├── DateTimePicker.xaml
    │   │   ├── Dialogs
    │   │   │   ├── BaseMetroDialog.xaml
    │   │   │   ├── InputDialog.xaml
    │   │   │   ├── LoginDialog.xaml
    │   │   │   ├── MessageDialog.xaml
    │   │   │   └── ProgressDialog.xaml
    │   │   ├── DropDownButton.xaml
    │   │   ├── FlipView.xaml
    │   │   ├── FlyoutsControl.xaml
    │   │   ├── Flyout.xaml
    │   │   ├── Generic.xaml
    │   │   ├── Glow.xaml
    │   │   ├── HamburgerMenuTemplate.xaml
    │   │   ├── HamburgerMenu.xaml
    │   │   ├── HotKeyBox.xaml
    │   │   ├── MetroAnimatedSingleRowTabControl.xaml
    │   │   ├── MetroAnimatedTabControl.xaml
    │   │   ├── MetroContentControl.xaml
    │   │   ├── MetroHeader.xaml
    │   │   ├── MetroNavigationWindow.xaml
    │   │   ├── MetroProgressBar.xaml
    │   │   ├── MetroTabControl.xaml
    │   │   ├── MetroTabItem.xaml
    │   │   ├── MetroWindow.xaml
    │   │   ├── NumericUpDown.xaml
    │   │   ├── Pivot.xaml
    │   │   ├── ProgressRing.xaml
    │   │   ├── RangeSlider.xaml
    │   │   ├── SplitButton.xaml
    │   │   ├── SplitView.xaml
    │   │   ├── Thumb.xaml
    │   │   ├── Tile.xaml
    │   │   ├── ToggleSwitch.xaml
    │   │   ├── TransitioningContentControl.xaml
    │   │   ├── Underline.xaml
    │   │   ├── WindowButtonCommands.xaml
    │   │   └── WindowCommands.xaml
    │   └── WpfAnalyzers
    │       ├── WpfAnalyzers.Analyzers.dll
    │       └── WpfAnalyzers.CodeFixes.dll
    ├── MetroApp.sln
    ├── README.md
    └── SimoleRemote
        ├── App.xaml
        ├── App.xaml.cs
        ├── Container
        │   ├── FullScreenConnectBar.xaml
        │   ├── FullScreenConnectBar.xaml.cs
        │   ├── FullScreenWindow.xaml
        │   ├── FullScreenWindow.xaml.cs
        │   ├── Home_About.xaml
        │   ├── Home_About.xaml.cs
        │   ├── Home_Remote_ssh - 复制.xaml
        │   ├── Home_Remote_ssh - 复制.xaml.cs
        │   ├── Home_Remote.xaml
        │   ├── Home_Remote.xaml.cs
        │   ├── Home_Setting.xaml
        │   ├── Home_Setting.xaml.cs
        │   ├── Home.xaml
        │   ├── Home.xaml.cs
        │   ├── LoginStartDialog.xaml
        │   ├── LoginStartDialog.xaml.cs
        │   ├── MessageDialog.xaml
        │   ├── MessageDialog.xaml.cs
        │   ├── RemoteControl_rdp.xaml
        │   ├── RemoteControl_rdp.xaml.cs
        │   ├── RemoteControl_ssh.xaml
        │   ├── RemoteControl_ssh.xaml.cs
        │   ├── RemoteControl_telnet.xaml
        │   ├── RemoteControl_telnet.xaml.cs
        │   ├── RemoteSetting
        │   │   ├── DefaultButton.xaml
        │   │   ├── DefaultButton.xaml.cs
        │   │   ├── SettingControl.cs
        │   │   ├── SettingPutty.xaml
        │   │   ├── SettingPutty.xaml.cs
        │   │   ├── SettingRdp.xaml
        │   │   ├── SettingRdp.xaml.cs
        │   │   ├── SettingSsh.xaml
        │   │   ├── SettingSsh.xaml.cs
        │   │   ├── SettingTelnet.xaml
        │   │   ├── SettingTelnet.xaml.cs
        │   │   ├── SettingUtility.xaml
        │   │   └── SettingUtility.xaml.cs
        │   ├── RemoteTabControl.xaml
        │   ├── RemoteTabControl.xaml.cs
        │   ├── RemoteWinControl.xaml
        │   └── RemoteWinControl.xaml.cs
        ├── Controls
        │   ├── Dragablz
        │   │   ├── CanvasOrganiser.cs
        │   │   ├── ContainerCustomisations.cs
        │   │   ├── Converters
        │   │   │   ├── BooleanAndToVisibilityConverter.cs
        │   │   │   ├── EqualityToBooleanConverter.cs
        │   │   │   ├── EqualityToVisibilityConverter.cs
        │   │   │   └── ShowDefaultCloseButtonConverter.cs
        │   │   ├── Core
        │   │   │   ├── CollectionTeaser.cs
        │   │   │   ├── Extensions.cs
        │   │   │   ├── FuncComparer.cs
        │   │   │   ├── HitTest.cs
        │   │   │   ├── InterTabTransfer.cs
        │   │   │   ├── MultiComparer.cs
        │   │   │   ├── Native.cs
        │   │   │   ├── SystemCommand.cs
        │   │   │   ├── TabHeaderDragStartInformation.cs
        │   │   │   └── WindowMessage.cs
        │   │   ├── DefaultInterLayoutClient.cs
        │   │   ├── DefaultInterTabClient.cs
        │   │   ├── Dockablz
        │   │   │   ├── BranchAccessor.cs
        │   │   │   ├── Branch.cs
        │   │   │   ├── BranchItem.cs
        │   │   │   ├── BranchResult.cs
        │   │   │   ├── CouldBeHeaderedStyleSelector.cs
        │   │   │   ├── DropZone.cs
        │   │   │   ├── DropZoneLocation.cs
        │   │   │   ├── Extensions.cs
        │   │   │   ├── Finder.cs
        │   │   │   ├── FloatingItemSnapShot.cs
        │   │   │   ├── FloatRequestedEvent.cs
        │   │   │   ├── FloatTransfer.cs
        │   │   │   ├── LayoutAccessor.cs
        │   │   │   ├── Layout.cs
        │   │   │   ├── LocationReportBuilder.cs
        │   │   │   ├── LocationReport.cs
        │   │   │   ├── LocationReportException.cs
        │   │   │   ├── LocationSnapShot.cs
        │   │   │   ├── TilerCalculator.cs
        │   │   │   └── Tiler.cs
        │   │   ├── DragablzColors.cs
        │   │   ├── DragablzDragCompletedEventArgs.cs
        │   │   ├── DragablzDragDeltaEventArgs.cs
        │   │   ├── DragablzDragStartedEventArgs.cs
        │   │   ├── DragablzIcon.cs
        │   │   ├── DragablzItem.cs
        │   │   ├── DragablzItemEventArgs.cs
        │   │   ├── DragablzItemsControl.cs
        │   │   ├── DragablzWindow.cs
        │   │   ├── EmptyHeaderSizingHint.cs
        │   │   ├── HeaderedDragablzItem.cs
        │   │   ├── HeaderedItemViewModel.cs
        │   │   ├── HorizontalOrganiser.cs
        │   │   ├── HorizontalPositionMonitor.cs
        │   │   ├── IInterLayoutClient.cs
        │   │   ├── IInterTabClient.cs
        │   │   ├── IItemsOrganiser.cs
        │   │   ├── IManualInterTabClient.cs
        │   │   ├── INewTabHost.cs
        │   │   ├── InterTabController.cs
        │   │   ├── ItemActionCallbackArgs.cs
        │   │   ├── LocationChangedEventArgs.cs
        │   │   ├── LocationHint.cs
        │   │   ├── MoveItemRequest.cs
        │   │   ├── NewTabHost.cs
        │   │   ├── OrderChangedEventArgs.cs
        │   │   ├── PositionMonitor.cs
        │   │   ├── Referenceless
        │   │   │   ├── AnonymousDisposable.cs
        │   │   │   ├── DefaultDisposable.cs
        │   │   │   ├── Disposable.cs
        │   │   │   ├── ICancelable.cs
        │   │   │   └── SerialDisposable.cs
        │   │   ├── StackOrganiser.cs
        │   │   ├── StackPositionMonitor.cs
        │   │   ├── StoryboardCompletionListener.cs
        │   │   ├── TabablzControl.cs
        │   │   ├── TabablzHeaderSizeConverter.cs
        │   │   ├── TabablzItemStyleSelector.cs
        │   │   ├── TabEmptiedResponse.cs
        │   │   ├── Themes
        │   │   │   ├── BrushToRadialGradientBrushConverter.cs
        │   │   │   ├── Generic.xaml
        │   │   │   ├── MaterialDesignAssist.cs
        │   │   │   ├── RippleAssist.cs
        │   │   │   ├── Ripple.cs
        │   │   │   └── SystemCommandIcon.cs
        │   │   ├── Trapezoid.cs
        │   │   ├── VerticalOrganiser.cs
        │   │   └── VerticalPositionMonitor.cs
        │   ├── Notifications
        │   │   ├── ContentLocation.cs
        │   │   ├── Controls
        │   │   │   ├── NotificationMessageButton.cs
        │   │   │   ├── NotificationMessageContainer.cs
        │   │   │   └── NotificationMessage.cs
        │   │   ├── INotificationAnimation.cs
        │   │   ├── INotificationMessageButton.cs
        │   │   ├── INotificationMessage.cs
        │   │   ├── INotificationMessageFactory.cs
        │   │   ├── INotificationMessageManager.cs
        │   │   ├── NotificationMessageBuilder.cs
        │   │   ├── NotificationMessageBuilderLinq.cs
        │   │   ├── NotificationMessageFactory.cs
        │   │   ├── NotificationMessageManager.cs
        │   │   ├── NotificationMessageManagerEventArgs.cs
        │   │   ├── NotificationMessageManagerEventHandler.cs
        │   │   └── Themes
        │   │       └── Generic.xaml
        │   ├── NotifyIconWpf
        │   │   ├── BalloonIcon.cs
        │   │   ├── Diagrams
        │   │   │   └── TaskbarIcon Overview.cd
        │   │   ├── Interop
        │   │   │   ├── BalloonFlags.cs
        │   │   │   ├── IconDataMembers.cs
        │   │   │   ├── IconState.cs
        │   │   │   ├── MouseEvent.cs
        │   │   │   ├── NotifyCommand.cs
        │   │   │   ├── NotifyIconData.cs
        │   │   │   ├── NotifyIconVersion.cs
        │   │   │   ├── Point.cs
        │   │   │   ├── SystemInfo.cs
        │   │   │   ├── TrayInfo.cs
        │   │   │   ├── WinApi.cs
        │   │   │   ├── WindowClass.cs
        │   │   │   └── WindowMessageSink.cs
        │   │   ├── PopupActivationMode.cs
        │   │   ├── RoutedEventHelper.cs
        │   │   ├── TaskbarIcon.cs
        │   │   ├── TaskbarIcon.Declarations.cs
        │   │   └── Util.cs
        │   ├── RemoteTabItem.cs
        │   ├── RemoteTreeViewItem.cs
        │   ├── RemoteTreeViewItem.xaml
        │   └── WpfDragDrop
        │       ├── DefaultDragHandler.cs
        │       ├── DefaultDropHandler.cs
        │       ├── DragAdorner.cs
        │       ├── DragDrop.cs
        │       ├── DragDrop.Properties.cs
        │       ├── DragInfo.cs
        │       ├── DropInfo.cs
        │       ├── DropTargetAdorner.cs
        │       ├── DropTargetAdorners.cs
        │       ├── DropTargetHighlightAdorner.cs
        │       ├── DropTargetInsertionAdorner.cs
        │       ├── Icons
        │       │   ├── EffectCopy.png
        │       │   ├── EffectLink.png
        │       │   ├── EffectMove.png
        │       │   ├── EffectNone.png
        │       │   └── IconFactory.cs
        │       ├── IDragInfo.cs
        │       ├── IDragSource.cs
        │       ├── IDropInfo.cs
        │       ├── IDropTarget.cs
        │       ├── ScrollingMode.cs
        │       └── Utilities
        │           ├── DpiHelper.cs
        │           ├── DragDropExtensions.cs
        │           ├── HitTestUtilities.cs
        │           ├── ItemsControlExtensions.cs
        │           ├── RootElementFinder.cs
        │           ├── TreeViewItemExtensions.cs
        │           ├── TypeUtilities.cs
        │           └── VisualTreeExtensions.cs
        ├── Core
        │   ├── CommonExtended.cs
        │   ├── CommonServices.cs
        │   ├── DatabaseServices.cs
        │   ├── RemoteItems.cs
        │   ├── RemoteTreeDropTarget.cs
        │   ├── UpdateServices.cs
        │   └── UserSettings.cs
        ├── FodyWeavers.xml
        ├── FodyWeavers.xsd
        ├── Icon
        │   ├── Icon_About.png
        │   ├── Icon_Home.png
        │   ├── Icon_Settings.png
        │   ├── Icon_Update.png
        │   ├── Logo.ico
        │   ├── Logo.png
        │   ├── RemoteType.DIR.png
        │   ├── RemoteType.RDP.png
        │   ├── RemoteType.SSH.png
        │   └── RemoteType.TELNET.png
        ├── Lib
        │   ├── AutoUpdate.exe.Compress
        │   ├── AxInterop.MSTSCLib.dll.Compress
        │   ├── Interop.MSTSCLib.dll.Compress
        │   ├── LiteDB.dll
        │   ├── LiteDB.xml
        │   ├── MemoryModule.dll
        │   ├── putty64.dll.Compress
        │   └── putty.dll.Compress
        ├── MainWindow.xaml
        ├── MainWindow.xaml.cs
        ├── Modes
        │   ├── BaseRemoteControl.cs
        │   ├── DataStoreLocation.cs
        │   ├── DbItemDirectory.cs
        │   ├── DbItemRemoteLink.cs
        │   ├── DbItemSetting.cs
        │   ├── DbItemSettingPutty.cs
        │   ├── DbItemSettingRdp.cs
        │   ├── DbItemSettingSsh.cs
        │   ├── DbItemSettingTelnet.cs
        │   ├── DbPuttyColor.cs
        │   ├── DbRemoteTree.cs
        │   ├── DbSshHostKeys.cs
        │   ├── IRemoteControl.cs
        │   └── RemoteType.cs
        ├── Native
        │   ├── Gdi32.cs
        │   ├── Kernel32.cs
        │   ├── Putty.cs
        │   └── User32.cs
        ├── packages.config
        ├── Properties
        │   ├── app.manifest
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── Resources
        │   └── RemoteItems.db
        ├── SimoleRemote_3pl2fhg4_wpftmp.csproj
        ├── SimoleRemote.csproj
        ├── SimoleRemote_fitlenye_wpftmp.csproj
        ├── Themes
        │   ├── Generic.xaml
        │   ├── MaterialDesign.xaml
        │   ├── Simple Styles.xaml
        │   ├── Style
        │   │   └── HamburgerMenu.xaml
        │   └── Template
        │       └── HamburgerMenu.xaml
        ├── Update.xml
        └── 更新日志.log

61 directories, 623 files

标签:

实例下载地址

SimpleRemote:轻量级远程管理工具源码下载(远程控制桌面)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警