在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Codejock.Xtreme.Toolkit.Pro.v15.3.1 VS2017项目文件

Codejock.Xtreme.Toolkit.Pro.v15.3.1 VS2017项目文件

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:0.75M
  • 下载次数:13
  • 浏览次数:228
  • 发布时间:2020-07-16
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Codejock.Xtreme.Toolkit.Pro.v15.3.1 VS2017项目文件 1.安装15.3.1版本源代码 2.覆盖压缩包内对应文件 3.用vs2017打开Workspace\ToolkitPro下解决方案ToolkitPro_vc150.sln,编译即可 4.没有集成到创建向导里面。
【实例截图】
【核心代码】
sources_for_vs2017
└── sources for vs2017
└── Codejock Software
└── MFC
└── Xtreme ToolkitPro v15.3.1
├── Samples
│   ├── Calendar
│   │   ├── CalendarDemo
│   │   │   ├── CalendarDemo_vc150.sln
│   │   │   ├── CalendarDemo_vc150.vcxproj
│   │   │   └── CalendarDemo_vc150.vcxproj.filters
│   │   ├── DatePickerDemo
│   │   │   ├── DatePickerDemo_vc150.sln
│   │   │   ├── DatePickerDemo_vc150.vcxproj
│   │   │   └── DatePickerDemo_vc150.vcxproj.filters
│   │   └── SQLServerDataProvider
│   │   ├── SQLServerDataProvider_vc150.sln
│   │   ├── SQLServerDataProvider_vc150.vcxproj
│   │   └── SQLServerDataProvider_vc150.vcxproj.filters
│   ├── Chart
│   │   ├── ChartBrowser
│   │   │   ├── ChartBrowser_vc150.sln
│   │   │   ├── ChartBrowser_vc150.vcxproj
│   │   │   └── ChartBrowser_vc150.vcxproj.filters
│   │   ├── ChartDialog
│   │   │   ├── ChartDialog_vc150.sln
│   │   │   ├── ChartDialog_vc150.vcxproj
│   │   │   └── ChartDialog_vc150.vcxproj.filters
│   │   ├── SimpleChart
│   │   │   ├── SimpleChart_vc150.sln
│   │   │   ├── SimpleChart_vc150.vcxproj
│   │   │   └── SimpleChart_vc150.vcxproj.filters
│   │   └── StockSample
│   │   ├── StockSample_vc150.sln
│   │   ├── StockSample_vc150.vcxproj
│   │   └── StockSample_vc150.vcxproj.filters
│   ├── CommandBars
│   │   ├── ActionsSample
│   │   │   ├── ActionsSample_vc150.sln
│   │   │   ├── ActionsSample_vc150.vcxproj
│   │   │   └── ActionsSample_vc150.vcxproj.filters
│   │   ├── CommandBarControls
│   │   │   ├── CommandBarControls_vc150.sln
│   │   │   ├── CommandBarControls_vc150.vcxproj
│   │   │   └── CommandBarControls_vc150.vcxproj.filters
│   │   ├── CommandBarIcons
│   │   │   ├── CommandBarIcons_vc150.sln
│   │   │   ├── CommandBarIcons_vc150.vcxproj
│   │   │   └── CommandBarIcons_vc150.vcxproj.filters
│   │   ├── CommonControls
│   │   │   ├── CommonControls_vc150.sln
│   │   │   ├── CommonControls_vc150.vcxproj
│   │   │   └── CommonControls_vc150.vcxproj.filters
│   │   ├── CustomThemes
│   │   │   ├── CustomThemes_vc150.sln
│   │   │   ├── CustomThemes_vc150.vcxproj
│   │   │   └── CustomThemes_vc150.vcxproj.filters
│   │   ├── CustomizeDlg
│   │   │   ├── CustomizeDlg_vc150.sln
│   │   │   ├── CustomizeDlg_vc150.vcxproj
│   │   │   └── CustomizeDlg_vc150.vcxproj.filters
│   │   ├── DesignerSample
│   │   │   ├── DesignerSample_vc150.sln
│   │   │   ├── DesignerSample_vc150.vcxproj
│   │   │   └── DesignerSample_vc150.vcxproj.filters
│   │   ├── DialogSample
│   │   │   ├── DialogSample_vc150.sln
│   │   │   ├── DialogSample_vc150.vcxproj
│   │   │   └── DialogSample_vc150.vcxproj.filters
│   │   ├── DynamicPopups
│   │   │   ├── DynamicPopups_vc150.sln
│   │   │   ├── DynamicPopups_vc150.vcxproj
│   │   │   └── DynamicPopups_vc150.vcxproj.filters
│   │   ├── GallerySample
│   │   │   ├── GallerySample_vc150.sln
│   │   │   ├── GallerySample_vc150.vcxproj
│   │   │   └── GallerySample_vc150.vcxproj.filters
│   │   ├── HelpContext
│   │   │   ├── HelpContext_vc150.sln
│   │   │   ├── HelpContext_vc150.vcxproj
│   │   │   └── HelpContext_vc150.vcxproj.filters
│   │   ├── IntelligentMenus
│   │   │   ├── IntelligentMenus_vc150.sln
│   │   │   ├── IntelligentMenus_vc150.vcxproj
│   │   │   └── IntelligentMenus_vc150.vcxproj.filters
│   │   ├── ListBoxSample
│   │   │   ├── ListBoxSample_vc150.sln
│   │   │   ├── ListBoxSample_vc150.vcxproj
│   │   │   └── ListBoxSample_vc150.vcxproj.filters
│   │   ├── MDIMenus
│   │   │   ├── MDIMenus_vc150.sln
│   │   │   ├── MDIMenus_vc150.vcxproj
│   │   │   └── MDIMenus_vc150.vcxproj.filters
│   │   ├── MSDI
│   │   │   ├── MSDI_vc150.sln
│   │   │   ├── MSDI_vc150.vcxproj
│   │   │   └── MSDI_vc150.vcxproj.filters
│   │   ├── Notifications
│   │   │   ├── Notifications_vc150.sln
│   │   │   ├── Notifications_vc150.vcxproj
│   │   │   └── Notifications_vc150.vcxproj.filters
│   │   ├── ReBarSample
│   │   │   ├── ReBarSample_vc150.sln
│   │   │   ├── ReBarSample_vc150.vcxproj
│   │   │   └── ReBarSample_vc150.vcxproj.filters
│   │   ├── ScribbleMultiLang
│   │   │   ├── Scribble_vc150.sln
│   │   │   ├── Translations
│   │   │   │   └── Source
│   │   │   │   ├── ResourceArSa_vc150.vcxproj
│   │   │   │   ├── ResourceArSa_vc150.vcxproj.filters
│   │   │   │   ├── ResourceDe_vc150.vcxproj
│   │   │   │   ├── ResourceDe_vc150.vcxproj.filters
│   │   │   │   ├── ResourceJa_vc150.vcxproj
│   │   │   │   ├── ResourceJa_vc150.vcxproj.filters
│   │   │   │   ├── ResourceRu_vc150.vcxproj
│   │   │   │   └── ResourceRu_vc150.vcxproj.filters
│   │   │   ├── scribble_vc150.vcxproj
│   │   │   └── scribble_vc150.vcxproj.filters
│   │   ├── SmartLayout
│   │   │   ├── SmartLayout_vc150.sln
│   │   │   ├── SmartLayout_vc150.vcxproj
│   │   │   └── SmartLayout_vc150.vcxproj.filters
│   │   ├── StatusBar
│   │   │   ├── StatusBar_vc150.sln
│   │   │   ├── StatusBar_vc150.vcxproj
│   │   │   └── StatusBar_vc150.vcxproj.filters
│   │   ├── TabbedToolbar
│   │   │   ├── TabbedToolbar_vc150.sln
│   │   │   ├── TabbedToolbar_vc150.vcxproj
│   │   │   └── TabbedToolbar_vc150.vcxproj.filters
│   │   ├── TearOffPopups
│   │   │   ├── TearOffPopups_vc150.sln
│   │   │   ├── TearOffPopups_vc150.vcxproj
│   │   │   └── TearOffPopups_vc150.vcxproj.filters
│   │   └── ToolTipContext
│   │   ├── ToolTipContext_vc150.sln
│   │   ├── ToolTipContext_vc150.vcxproj
│   │   └── ToolTipContext_vc150.vcxproj.filters
│   ├── Controls
│   │   ├── Animation
│   │   │   ├── Animation_vc150.sln
│   │   │   ├── Animation_vc150.vcxproj
│   │   │   └── Animation_vc150.vcxproj.filters
│   │   ├── BrowseDialog
│   │   │   ├── BrowseDialog_vc150.sln
│   │   │   ├── BrowseDialog_vc150.vcxproj
│   │   │   └── BrowseDialog_vc150.vcxproj.filters
│   │   ├── BrowseEdit
│   │   │   ├── BrowseEdit_vc150.sln
│   │   │   ├── BrowseEdit_vc150.vcxproj
│   │   │   └── BrowseEdit_vc150.vcxproj.filters
│   │   ├── Button
│   │   │   ├── Button_vc150.sln
│   │   │   ├── Button_vc150.vcxproj
│   │   │   └── Button_vc150.vcxproj.filters
│   │   ├── CaptionBar
│   │   │   ├── CaptionBar_vc150.sln
│   │   │   ├── CaptionBar_vc150.vcxproj
│   │   │   └── CaptionBar_vc150.vcxproj.filters
│   │   ├── CheckListBox
│   │   │   ├── CheckListBox_vc150.sln
│   │   │   ├── CheckListBox_vc150.vcxproj
│   │   │   └── CheckListBox_vc150.vcxproj.filters
│   │   ├── ColorPicker
│   │   │   ├── ColorPicker_vc150.sln
│   │   │   ├── ColorPicker_vc150.vcxproj
│   │   │   └── ColorPicker_vc150.vcxproj.filters
│   │   ├── Controls
│   │   │   ├── Controls_vc150.sln
│   │   │   ├── Controls_vc150.vcxproj
│   │   │   └── Controls_vc150.vcxproj.filters
│   │   ├── CustomizeTree
│   │   │   ├── CustomizeTree_vc150.sln
│   │   │   ├── CustomizeTree_vc150.vcxproj
│   │   │   └── CustomizeTree_vc150.vcxproj.filters
│   │   ├── EditListBox
│   │   │   ├── EditListBox_vc150.sln
│   │   │   ├── EditListBox_vc150.vcxproj
│   │   │   └── EditListBox_vc150.vcxproj.filters
│   │   ├── ExcelTabDlg
│   │   │   ├── ExcelTabDlg_vc150.sln
│   │   │   ├── ExcelTabDlg_vc150.vcxproj
│   │   │   └── ExcelTabDlg_vc150.vcxproj.filters
│   │   ├── ExcelTabView
│   │   │   ├── ExcelTabView_vc150.sln
│   │   │   ├── ExcelTabView_vc150.vcxproj
│   │   │   └── ExcelTabView_vc150.vcxproj.filters
│   │   ├── FlatCombo
│   │   │   ├── FlatCombo_vc150.sln
│   │   │   ├── FlatCombo_vc150.vcxproj
│   │   │   └── FlatCombo_vc150.vcxproj.filters
│   │   ├── FlatHeader
│   │   │   ├── FlatHeader_vc150.sln
│   │   │   ├── FlatHeader_vc150.vcxproj
│   │   │   └── FlatHeader_vc150.vcxproj.filters
│   │   ├── FontCombo
│   │   │   ├── FontCombo_vc150.sln
│   │   │   ├── FontCombo_vc150.vcxproj
│   │   │   └── FontCombo_vc150.vcxproj.filters
│   │   ├── HexEdit
│   │   │   ├── HexEdit_vc150.sln
│   │   │   ├── HexEdit_vc150.vcxproj
│   │   │   └── HexEdit_vc150.vcxproj.filters
│   │   ├── HyperLink
│   │   │   ├── HyperLink_vc150.sln
│   │   │   ├── HyperLink_vc150.vcxproj
│   │   │   └── HyperLink_vc150.vcxproj.filters
│   │   ├── ListCtrl
│   │   │   ├── ListCtrl_vc150.sln
│   │   │   ├── ListCtrl_vc150.vcxproj
│   │   │   └── ListCtrl_vc150.vcxproj.filters
│   │   ├── MDITabWindows
│   │   │   ├── MDITabWindows_vc150.sln
│   │   │   ├── MDITabWindows_vc150.vcxproj
│   │   │   └── MDITabWindows_vc150.vcxproj.filters
│   │   ├── MarqueeProgress
│   │   │   ├── MarqueeProgress_vc150.sln
│   │   │   ├── MarqueeProgress_vc150.vcxproj
│   │   │   └── MarqueeProgress_vc150.vcxproj.filters
│   │   ├── MaskEdit
│   │   │   ├── MaskEdit_vc150.sln
│   │   │   ├── MaskEdit_vc150.vcxproj
│   │   │   └── MaskEdit_vc150.vcxproj.filters
│   │   ├── PopupControl
│   │   │   ├── PopupControl_vc150.sln
│   │   │   ├── PopupControl_vc150.vcxproj
│   │   │   └── PopupControl_vc150.vcxproj.filters
│   │   ├── PropertySheet
│   │   │   ├── PropertySheet_vc150.sln
│   │   │   ├── PropertySheet_vc150.vcxproj
│   │   │   └── PropertySheet_vc150.vcxproj.filters
│   │   ├── SearchOptions
│   │   │   ├── SearchOptions_vc150.sln
│   │   │   ├── SearchOptions_vc150.vcxproj
│   │   │   └── SearchOptions_vc150.vcxproj.filters
│   │   ├── ShortcutList
│   │   │   ├── ShortcutList_vc150.sln
│   │   │   ├── ShortcutList_vc150.vcxproj
│   │   │   └── ShortcutList_vc150.vcxproj.filters
│   │   ├── SplitterWindow
│   │   │   ├── SplitterWindow_vc150.sln
│   │   │   ├── SplitterWindow_vc150.vcxproj
│   │   │   └── SplitterWindow_vc150.vcxproj.filters
│   │   ├── TabCtrl
│   │   │   ├── TabCtrl_vc150.sln
│   │   │   ├── TabCtrl_vc150.vcxproj
│   │   │   └── TabCtrl_vc150.vcxproj.filters
│   │   ├── TabbedView
│   │   │   ├── TabbedView_vc150.sln
│   │   │   ├── TabbedView_vc150.vcxproj
│   │   │   └── TabbedView_vc150.vcxproj.filters
│   │   ├── TaskbarManager
│   │   │   ├── TaskbarManager_vc150.sln
│   │   │   ├── TaskbarManager_vc150.vcxproj
│   │   │   └── TaskbarManager_vc150.vcxproj.filters
│   │   ├── TipOfTheDay
│   │   │   ├── TipOfTheDay_vc150.sln
│   │   │   ├── TipOfTheDay_vc150.vcxproj
│   │   │   └── TipOfTheDay_vc150.vcxproj.filters
│   │   ├── TipWindow
│   │   │   ├── TipWindow_vc150.sln
│   │   │   ├── TipWindow_vc150.vcxproj
│   │   │   └── TipWindow_vc150.vcxproj.filters
│   │   ├── TrayIcon
│   │   │   ├── TrayIconDemo_vc150.sln
│   │   │   ├── TrayIconDemo_vc150.vcxproj
│   │   │   └── TrayIconDemo_vc150.vcxproj.filters
│   │   ├── TrayIconDlg
│   │   │   ├── TrayIconDlg_vc150.sln
│   │   │   ├── TrayIconDlg_vc150.vcxproj
│   │   │   └── TrayIconDlg_vc150.vcxproj.filters
│   │   ├── TreeCtrl
│   │   │   ├── TreeCtrl_vc150.sln
│   │   │   ├── TreeCtrl_vc150.vcxproj
│   │   │   └── TreeCtrl_vc150.vcxproj.filters
│   │   ├── VistaTaskDialog
│   │   │   ├── VistaTaskDialog_vc150.sln
│   │   │   ├── VistaTaskDialog_vc150.vcxproj
│   │   │   └── VistaTaskDialog_vc150.vcxproj.filters
│   │   ├── WinExplorer
│   │   │   ├── WinExplorer_vc150.sln
│   │   │   ├── WinExplorer_vc150.vcxproj
│   │   │   └── WinExplorer_vc150.vcxproj.filters
│   │   └── WindowPos
│   │   ├── WindowPos_vc150.sln
│   │   ├── WindowPos_vc150.vcxproj
│   │   └── WindowPos_vc150.vcxproj.filters
│   ├── DockingPane
│   │   ├── ActivePaneView
│   │   │   ├── ActivePaneView_vc150.sln
│   │   │   ├── ActivePaneView_vc150.vcxproj
│   │   │   └── ActivePaneView_vc150.vcxproj.filters
│   │   ├── DialogPanes
│   │   │   ├── DialogPanes_vc150.sln
│   │   │   ├── DialogPanes_vc150.vcxproj
│   │   │   └── DialogPanes_vc150.vcxproj.filters
│   │   ├── DockingContainers
│   │   │   ├── DockingContainers_vc150.sln
│   │   │   ├── DockingContainers_vc150.vcxproj
│   │   │   └── DockingContainers_vc150.vcxproj.filters
│   │   ├── DynamicPanes
│   │   │   ├── DynamicPanes_vc150.sln
│   │   │   ├── DynamicPanes_vc150.vcxproj
│   │   │   └── DynamicPanes_vc150.vcxproj.filters
│   │   ├── MDIPanes
│   │   │   ├── MDIPanes_vc150.sln
│   │   │   ├── MDIPanes_vc150.vcxproj
│   │   │   └── MDIPanes_vc150.vcxproj.filters
│   │   ├── PaneActions
│   │   │   ├── PaneActions_vc150.sln
│   │   │   ├── PaneActions_vc150.vcxproj
│   │   │   └── PaneActions_vc150.vcxproj.filters
│   │   └── PaneSample
│   │   ├── Pane_vc150.sln
│   │   ├── Pane_vc150.vcxproj
│   │   └── Pane_vc150.vcxproj.filters
│   ├── FlowGraph
│   │   └── FlowGraphSample
│   │   ├── FlowGraphSample_vc150.sln
│   │   ├── FlowGraphSample_vc150.vcxproj
│   │   └── FlowGraphSample_vc150.vcxproj.filters
│   ├── PropertyGrid
│   │   ├── BindSample
│   │   │   ├── BindSample_vc150.sln
│   │   │   ├── BindSample_vc150.vcxproj
│   │   │   └── BindSample_vc150.vcxproj.filters
│   │   ├── DrawClient
│   │   │   ├── drawcli_vc150.sln
│   │   │   ├── drawcli_vc150.vcxproj
│   │   │   └── drawcli_vc150.vcxproj.filters
│   │   ├── GridSample
│   │   │   ├── PropertyGrid_vc150.sln
│   │   │   ├── PropertyGrid_vc150.vcxproj
│   │   │   └── PropertyGrid_vc150.vcxproj.filters
│   │   └── OwnerDraw
│   │   ├── OwnerDraw_vc150.sln
│   │   ├── OwnerDraw_vc150.vcxproj
│   │   └── OwnerDraw_vc150.vcxproj.filters
│   ├── ReportControl
│   │   ├── ReportAddRecordEx
│   │   │   ├── ReportAddRecordEx_vc150.sln
│   │   │   ├── ReportAddRecordEx_vc150.vcxproj
│   │   │   └── ReportAddRecordEx_vc150.vcxproj.filters
│   │   ├── ReportCustomDraw
│   │   │   ├── CustomDrawReport_vc150.sln
│   │   │   ├── CustomDrawReport_vc150.vcxproj
│   │   │   └── CustomDrawReport_vc150.vcxproj.filters
│   │   ├── ReportCustomHeap
│   │   │   ├── ReportCustomHeap_vc150.sln
│   │   │   ├── ReportCustomHeap_vc150.vcxproj
│   │   │   └── ReportCustomHeap_vc150.vcxproj.filters
│   │   ├── ReportDataBinding
│   │   │   ├── ReportDataBinding_vc150.sln
│   │   │   ├── ReportDataBinding_vc150.vcxproj
│   │   │   └── ReportDataBinding_vc150.vcxproj.filters
│   │   ├── ReportDataBinding2
│   │   │   ├── ReportDataBinding2_vc150.sln
│   │   │   ├── ReportDataBinding2_vc150.vcxproj
│   │   │   └── ReportDataBinding2_vc150.vcxproj.filters
│   │   ├── ReportDialog
│   │   │   ├── ReportDialog_vc150.sln
│   │   │   ├── ReportDialog_vc150.vcxproj
│   │   │   └── ReportDialog_vc150.vcxproj.filters
│   │   ├── ReportItemControls
│   │   │   ├── ReportItemControls_vc150.sln
│   │   │   ├── ReportItemControls_vc150.vcxproj
│   │   │   └── ReportItemControls_vc150.vcxproj.filters
│   │   ├── ReportSample
│   │   │   ├── ReportSample_vc150.sln
│   │   │   ├── ReportSample_vc150.vcxproj
│   │   │   └── ReportSample_vc150.vcxproj.filters
│   │   ├── TrackControl
│   │   │   ├── TrackControl_vc150.sln
│   │   │   ├── TrackControl_vc150.vcxproj
│   │   │   └── TrackControl_vc150.vcxproj.filters
│   │   └── VirtualList
│   │   ├── VirtualList_vc150.sln
│   │   ├── VirtualList_vc150.vcxproj
│   │   └── VirtualList_vc150.vcxproj.filters
│   ├── Ribbon
│   │   ├── RibbonControls
│   │   │   ├── RibbonControls_vc150.sln
│   │   │   ├── RibbonControls_vc150.vcxproj
│   │   │   └── RibbonControls_vc150.vcxproj.filters
│   │   ├── RibbonMDISample
│   │   │   ├── RibbonMDISample_vc150.sln
│   │   │   ├── RibbonMDISample_vc150.vcxproj
│   │   │   └── RibbonMDISample_vc150.vcxproj.filters
│   │   ├── RibbonResource
│   │   │   ├── RibbonResource_vc150.sln
│   │   │   ├── RibbonResource_vc150.vcxproj
│   │   │   └── RibbonResource_vc150.vcxproj.filters
│   │   └── RibbonSample
│   │   ├── RibbonSample_vc150.sln
│   │   ├── RibbonSample_vc150.vcxproj
│   │   └── RibbonSample_vc150.vcxproj.filters
│   ├── ShortcutBar
│   │   └── ShortcutBar
│   │   ├── ShortcutBar_vc150.sln
│   │   ├── ShortcutBar_vc150.vcxproj
│   │   └── ShortcutBar_vc150.vcxproj.filters
│   ├── SkinFramework
│   │   ├── SkinControls
│   │   │   ├── SkinControls_vc150.sln
│   │   │   ├── SkinControls_vc150.vcxproj
│   │   │   └── SkinControls_vc150.vcxproj.filters
│   │   ├── SkinMDISample
│   │   │   ├── SkinMDISample_vc150.sln
│   │   │   ├── SkinMDISample_vc150.vcxproj
│   │   │   └── SkinMDISample_vc150.vcxproj.filters
│   │   └── SkinSDISample
│   │   ├── SkinSDISample_vc150.sln
│   │   ├── SkinSDISample_vc150.vcxproj
│   │   └── SkinSDISample_vc150.vcxproj.filters
│   ├── SyntaxEdit
│   │   └── MDITextEditor
│   │   ├── MDITextEditor_vc150.sln
│   │   ├── MDITextEditor_vc150.vcxproj
│   │   └── MDITextEditor_vc150.vcxproj.filters
│   ├── TaskPanel
│   │   ├── TaskPanel
│   │   │   ├── TaskPanel_vc150.sln
│   │   │   ├── TaskPanel_vc150.vcxproj
│   │   │   └── TaskPanel_vc150.vcxproj.filters
│   │   └── ToolBox
│   │   ├── ToolBox_vc150.sln
│   │   ├── ToolBox_vc150.vcxproj
│   │   └── ToolBox_vc150.vcxproj.filters
│   ├── ToolkitPro
│   │   ├── Advanced
│   │   │   ├── Advanced_vc150.sln
│   │   │   ├── Advanced_vc150.vcxproj
│   │   │   └── Advanced_vc150.vcxproj.filters
│   │   ├── MDITabWindow
│   │   │   ├── MDITabWindow_vc150.sln
│   │   │   ├── MDITabWindow_vc150.vcxproj
│   │   │   └── MDITabWindow_vc150.vcxproj.filters
│   │   ├── MarkupSample
│   │   │   ├── MarkupSample_vc150.sln
│   │   │   ├── MarkupSample_vc150.vcxproj
│   │   │   └── MarkupSample_vc150.vcxproj.filters
│   │   ├── MultiLanguage
│   │   │   ├── MultiLanguage_vc150.sln
│   │   │   ├── MultiLanguage_vc150.vcxproj
│   │   │   └── MultiLanguage_vc150.vcxproj.filters
│   │   ├── PaneOptions
│   │   │   ├── PaneOptions_vc150.sln
│   │   │   ├── PaneOptions_vc150.vcxproj
│   │   │   └── PaneOptions_vc150.vcxproj.filters
│   │   ├── PrintPreview
│   │   │   ├── PrintPreview_vc150.sln
│   │   │   ├── PrintPreview_vc150.vcxproj
│   │   │   └── PrintPreview_vc150.vcxproj.filters
│   │   ├── TabManager
│   │   │   ├── TabManager_vc150.sln
│   │   │   ├── TabManager_vc150.vcxproj
│   │   │   └── TabManager_vc150.vcxproj.filters
│   │   └── TabbedView
│   │   ├── TabbedView_vc150.sln
│   │   ├── TabbedView_vc150.vcxproj
│   │   └── TabbedView_vc150.vcxproj.filters
│   ├── UserInterface
│   │   ├── GUI_Eclipse
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   ├── GUI_Explorer
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   ├── GUI_Gnome
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   ├── GUI_MsMoney
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   ├── GUI_Office11
│   │   │   ├── wordpad_vc150.sln
│   │   │   ├── wordpad_vc150.vcxproj
│   │   │   └── wordpad_vc150.vcxproj.filters
│   │   ├── GUI_OneNote
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   ├── GUI_Outlook
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   ├── GUI_VisualStudio
│   │   │   ├── GUI_vc150.sln
│   │   │   ├── GUI_vc150.vcxproj
│   │   │   └── GUI_vc150.vcxproj.filters
│   │   └── GUI_WinZip
│   │   ├── GUI_vc150.sln
│   │   ├── GUI_vc150.vcxproj
│   │   └── GUI_vc150.vcxproj.filters
│   └── Utilities
│   ├── CommandBarsDesigner
│   │   ├── CommandBarsDesigner_vc150.sln
│   │   ├── CommandBarsDesigner_vc150.vcxproj
│   │   └── CommandBarsDesigner_vc150.vcxproj.filters
│   ├── Grep
│   │   ├── Grep_vc150.sln
│   │   ├── Grep_vc150.vcxproj
│   │   └── Grep_vc150.vcxproj.filters
│   ├── MarkupPad
│   │   ├── MarkupPad_vc150.sln
│   │   ├── MarkupPad_vc150.vcxproj
│   │   └── MarkupPad_vc150.vcxproj.filters
│   ├── ResourceEditor
│   │   ├── ResourceEditor_vc150.sln
│   │   ├── ResourceEditor_vc150.vcxproj
│   │   └── ResourceEditor_vc150.vcxproj.filters
│   └── StylerBrowser
│   ├── StylerBrowser_vc150.sln
│   ├── StylerBrowser_vc150.vcxproj
│   └── StylerBrowser_vc150.vcxproj.filters
├── Source
│   ├── Common
│   │   └── XTPDLLExports.h
│   ├── SkinFramework
│   │   └── Styles
│   │   ├── Office2007
│   │   │   ├── Office2007_vc150.sln
│   │   │   ├── Office2007_vc150.vcxproj
│   │   │   └── Office2007_vc150.vcxproj.filters
│   │   ├── Office2010
│   │   │   ├── Office2010_vc150.sln
│   │   │   ├── Office2010_vc150.vcxproj
│   │   │   └── Office2010_vc150.vcxproj.filters
│   │   ├── Vista
│   │   │   ├── Vista_vc150.sln
│   │   │   ├── Vista_vc150.vcxproj
│   │   │   └── Vista_vc150.vcxproj.filters
│   │   ├── WinXP.Luna
│   │   │   ├── WinXP.Luna_vc150.sln
│   │   │   ├── WinXP.Luna_vc150.vcxproj
│   │   │   └── WinXP.Luna_vc150.vcxproj.filters
│   │   └── WinXP.Royale
│   │   ├── WinXP.Royale_vc150.sln
│   │   ├── WinXP.Royale_vc150.vcxproj
│   │   └── WinXP.Royale_vc150.vcxproj.filters
│   ├── Styles
│   │   ├── Office2007
│   │   │   ├── Office2007_vc150.sln
│   │   │   ├── Office2007_vc150.vcxproj
│   │   │   └── Office2007_vc150.vcxproj.filters
│   │   ├── Office2010
│   │   │   ├── Office2010_vc150.sln
│   │   │   ├── Office2010_vc150.vcxproj
│   │   │   └── Office2010_vc150.vcxproj.filters
│   │   └── Windows7
│   │   ├── Windows7_vc150.sln
│   │   ├── Windows7_vc150.vcxproj
│   │   └── Windows7_vc150.vcxproj.filters
│   └── XTToolkitPro.h
├── Workspace
│   ├── Resource
│   │   ├── ResourceArSa
│   │   │   ├── ResourceArSa_vc150.sln
│   │   │   ├── ResourceArSa_vc150.vcxproj
│   │   │   └── ResourceArSa_vc150.vcxproj.filters
│   │   ├── ResourceBg
│   │   │   ├── ResourceBg_vc150.sln
│   │   │   ├── ResourceBg_vc150.vcxproj
│   │   │   └── ResourceBg_vc150.vcxproj.filters
│   │   ├── ResourceCs
│   │   │   ├── ResourceCs_vc150.sln
│   │   │   ├── ResourceCs_vc150.vcxproj
│   │   │   └── ResourceCs_vc150.vcxproj.filters
│   │   ├── ResourceDa
│   │   │   ├── ResourceDa_vc150.sln
│   │   │   ├── ResourceDa_vc150.vcxproj
│   │   │   └── ResourceDa_vc150.vcxproj.filters
│   │   ├── ResourceDe
│   │   │   ├── ResourceDe_vc150.sln
│   │   │   ├── ResourceDe_vc150.vcxproj
│   │   │   └── ResourceDe_vc150.vcxproj.filters
│   │   ├── ResourceEl
│   │   │   ├── ResourceEl_vc150.sln
│   │   │   ├── ResourceEl_vc150.vcxproj
│   │   │   └── ResourceEl_vc150.vcxproj.filters
│   │   ├── ResourceEn
│   │   │   ├── ResourceEn_vc150.sln
│   │   │   ├── ResourceEn_vc150.vcxproj
│   │   │   └── ResourceEn_vc150.vcxproj.filters
│   │   ├── ResourceEs
│   │   │   ├── ResourceEs_vc150.sln
│   │   │   ├── ResourceEs_vc150.vcxproj
│   │   │   └── ResourceEs_vc150.vcxproj.filters
│   │   ├── ResourceEt
│   │   │   ├── ResourceEt_vc150.sln
│   │   │   ├── ResourceEt_vc150.vcxproj
│   │   │   └── ResourceEt_vc150.vcxproj.filters
│   │   ├── ResourceFi
│   │   │   ├── ResourceFi_vc150.sln
│   │   │   ├── ResourceFi_vc150.vcxproj
│   │   │   └── ResourceFi_vc150.vcxproj.filters
│   │   ├── ResourceFr
│   │   │   ├── ResourceFr_vc150.sln
│   │   │   ├── ResourceFr_vc150.vcxproj
│   │   │   └── ResourceFr_vc150.vcxproj.filters
│   │   ├── ResourceHe
│   │   │   ├── ResourceHe_vc150.sln
│   │   │   ├── ResourceHe_vc150.vcxproj
│   │   │   └── ResourceHe_vc150.vcxproj.filters
│   │   ├── ResourceHr
│   │   │   ├── ResourceHr_vc150.sln
│   │   │   ├── ResourceHr_vc150.vcxproj
│   │   │   └── ResourceHr_vc150.vcxproj.filters
│   │   ├── ResourceHu
│   │   │   ├── ResourceHu_vc150.sln
│   │   │   ├── ResourceHu_vc150.vcxproj
│   │   │   └── ResourceHu_vc150.vcxproj.filters
│   │   ├── ResourceIt
│   │   │   ├── ResourceIt_vc150.sln
│   │   │   ├── ResourceIt_vc150.vcxproj
│   │   │   └── ResourceIt_vc150.vcxproj.filters
│   │   ├── ResourceJa
│   │   │   ├── ResourceJa_vc150.sln
│   │   │   ├── ResourceJa_vc150.vcxproj
│   │   │   └── ResourceJa_vc150.vcxproj.filters
│   │   ├── ResourceKo
│   │   │   ├── ResourceKo_vc150.sln
│   │   │   ├── ResourceKo_vc150.vcxproj
│   │   │   └── ResourceKo_vc150.vcxproj.filters
│   │   ├── ResourceLt
│   │   │   ├── ResourceLt_vc150.sln
│   │   │   ├── ResourceLt_vc150.vcxproj
│   │   │   └── ResourceLt_vc150.vcxproj.filters
│   │   ├── ResourceLv
│   │   │   ├── ResourceLv_vc150.sln
│   │   │   ├── ResourceLv_vc150.vcxproj
│   │   │   └── ResourceLv_vc150.vcxproj.filters
│   │   ├── ResourceNl
│   │   │   ├── ResourceNl_vc150.sln
│   │   │   ├── ResourceNl_vc150.vcxproj
│   │   │   └── ResourceNl_vc150.vcxproj.filters
│   │   ├── ResourceNo
│   │   │   ├── ResourceNo_vc150.sln
│   │   │   ├── ResourceNo_vc150.vcxproj
│   │   │   └── ResourceNo_vc150.vcxproj.filters
│   │   ├── ResourcePl
│   │   │   ├── ResourcePl_vc150.sln
│   │   │   ├── ResourcePl_vc150.vcxproj
│   │   │   └── ResourcePl_vc150.vcxproj.filters
│   │   ├── ResourcePt
│   │   │   ├── ResourcePt_vc150.sln
│   │   │   ├── ResourcePt_vc150.vcxproj
│   │   │   └── ResourcePt_vc150.vcxproj.filters
│   │   ├── ResourcePtBr
│   │   │   ├── ResourcePtBr_vc150.sln
│   │   │   ├── ResourcePtBr_vc150.vcxproj
│   │   │   └── ResourcePtBr_vc150.vcxproj.filters
│   │   ├── ResourceRo
│   │   │   ├── ResourceRo_vc150.sln
│   │   │   ├── ResourceRo_vc150.vcxproj
│   │   │   └── ResourceRo_vc150.vcxproj.filters
│   │   ├── ResourceRu
│   │   │   ├── ResourceRu_vc150.sln
│   │   │   ├── ResourceRu_vc150.vcxproj
│   │   │   └── ResourceRu_vc150.vcxproj.filters
│   │   ├── ResourceSk
│   │   │   ├── ResourceSk_vc150.sln
│   │   │   ├── ResourceSk_vc150.vcxproj
│   │   │   └── ResourceSk_vc150.vcxproj.filters
│   │   ├── ResourceSl
│   │   │   ├── ResourceSl_vc150.sln
│   │   │   ├── ResourceSl_vc150.vcxproj
│   │   │   └── ResourceSl_vc150.vcxproj.filters
│   │   ├── ResourceSr
│   │   │   ├── ResourceSr_vc150.sln
│   │   │   ├── ResourceSr_vc150.vcxproj
│   │   │   └── ResourceSr_vc150.vcxproj.filters
│   │   ├── ResourceSv
│   │   │   ├── ResourceSv_vc150.sln
│   │   │   ├── ResourceSv_vc150.vcxproj
│   │   │   └── ResourceSv_vc150.vcxproj.filters
│   │   ├── ResourceTh
│   │   │   ├── ResourceTh_vc150.sln
│   │   │   ├── ResourceTh_vc150.vcxproj
│   │   │   └── ResourceTh_vc150.vcxproj.filters
│   │   ├── ResourceTr
│   │   │   ├── ResourceTr_vc150.sln
│   │   │   ├── ResourceTr_vc150.vcxproj
│   │   │   └── ResourceTr_vc150.vcxproj.filters
│   │   ├── ResourceUk
│   │   │   ├── ResourceUk_vc150.sln
│   │   │   ├── ResourceUk_vc150.vcxproj
│   │   │   └── ResourceUk_vc150.vcxproj.filters
│   │   ├── ResourceZhCn
│   │   │   ├── ResourceZhCn_vc150.sln
│   │   │   ├── ResourceZhCn_vc150.vcxproj
│   │   │   └── ResourceZhCn_vc150.vcxproj.filters
│   │   ├── ResourceZhTw
│   │   │   ├── ResourceZhTw_vc150.sln
│   │   │   ├── ResourceZhTw_vc150.vcxproj
│   │   │   └── ResourceZhTw_vc150.vcxproj.filters
│   │   ├── Resource_vc150.sln
│   │   └── XMLResource
│   │   └── Source
│   │   ├── XMLResource_vc150.sln
│   │   ├── XMLResource_vc150.vcxproj
│   │   └── XMLResource_vc150.vcxproj.filters
│   ├── Samples
│   │   ├── Calendar_vc150.sln
│   │   ├── ChartPro_vc150.sln
│   │   ├── CommandBars_vc150.sln
│   │   ├── Controls_vc150.sln
│   │   ├── DockingPane_vc150.sln
│   │   ├── PropertyGrid_vc150.sln
│   │   ├── ReportControl_vc150.sln
│   │   ├── ShortcutBar_vc150.sln
│   │   ├── SkinFrameworkBundle_vc150.sln
│   │   ├── SkinFramework_vc150.sln
│   │   ├── Suite_vc150.sln
│   │   ├── SyntaxEdit_vc150.sln
│   │   ├── TaskPanel_vc150.sln
│   │   └── ToolkitPro_vc150.sln
│   └── ToolkitPro
│   ├── StdAfx.h
│   ├── ToolkitProShared_vc150.vcxproj
│   ├── ToolkitProShared_vc150.vcxproj.filters
│   ├── ToolkitProStatic_vc150.vcxproj
│   ├── ToolkitProStatic_vc150.vcxproj.filters
│   └── ToolkitPro_vc150.sln
└── renname.bat

199 directories, 530 files

标签:

实例下载地址

Codejock.Xtreme.Toolkit.Pro.v15.3.1 VS2017项目文件

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警