嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
ResOrg_src
├── BXFileDialog
│ ├── BXCoolBtn.cpp
│ ├── BXCoolBtn.h
│ ├── BXFileDialog.cpp
│ ├── BXFileDialog.dsp
│ ├── BXFileDialog.h
│ ├── BXFileDialog.rc
│ ├── BXFileDialog.vcproj
│ ├── BXFileDialogDocManager.cpp
│ ├── BXFileDialogDocManager.h
│ ├── BXFileDialog_Dll.cpp
│ ├── BXFileDialog_Dll.h
│ ├── BXFileDialog_DllDefs.h
│ ├── BXFileDialog_Priv.h
│ ├── BXFileDialog_Res.h
│ ├── BXSelBtn.cpp
│ ├── BXSelBtn.h
│ ├── Lib
│ ├── Release
│ ├── Res
│ │ ├── BXFileDialog.rc2
│ │ ├── FileOpen.bmp
│ │ ├── bitmap2.bmp
│ │ └── filesave.bmp
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── memdc.h
├── BuildDocs.bat
├── CJLibrary
│ ├── CJLibrary
│ │ ├── CJBrowseEdit.cpp
│ │ ├── CJCaption.cpp
│ │ ├── CJCaptionPopupWnd.cpp
│ │ ├── CJColorPicker.cpp
│ │ ├── CJColorPopup.cpp
│ │ ├── CJComboBoxEx.cpp
│ │ ├── CJControlBar.cpp
│ │ ├── CJDateTimeCtrl.cpp
│ │ ├── CJDockBar.cpp
│ │ ├── CJDockContext.cpp
│ │ ├── CJExplorerBar.cpp
│ │ ├── CJFlatButton.cpp
│ │ ├── CJFlatComboBox.cpp
│ │ ├── CJFlatHeaderCtrl.cpp
│ │ ├── CJFlatSplitterWnd.cpp
│ │ ├── CJFlatTabCtrl.cpp
│ │ ├── CJFontCombo.cpp
│ │ ├── CJFrameWnd.cpp
│ │ ├── CJHexEdit.cpp
│ │ ├── CJHtmlView.cpp
│ │ ├── CJHyperLink.cpp
│ │ ├── CJLibrary.cpp
│ │ ├── CJLibrary.def
│ │ ├── CJLibrary.dsp
│ │ ├── CJLibrary.dsw
│ │ ├── CJLibrary.rc
│ │ ├── CJLibrary.vcproj
│ │ ├── CJLibraryStatic.dsp
│ │ ├── CJLibrarydep.jpg
│ │ ├── CJListBox.cpp
│ │ ├── CJListCtrl.cpp
│ │ ├── CJListView.cpp
│ │ ├── CJLogoPane.cpp
│ │ ├── CJMDIChildWnd.cpp
│ │ ├── CJMDIFrameWnd.cpp
│ │ ├── CJMaskEdit.cpp
│ │ ├── CJMemFile.cpp
│ │ ├── CJMenu.cpp
│ │ ├── CJMenuBar.cpp
│ │ ├── CJMetaFileButton.cpp
│ │ ├── CJMiniDockFrameWnd.cpp
│ │ ├── CJOutlookBar.cpp
│ │ ├── CJPagerCtrl.cpp
│ │ ├── CJReBar.cpp
│ │ ├── CJReBarCtrl.cpp
│ │ ├── CJShell.cpp
│ │ ├── CJShellList.cpp
│ │ ├── CJShellTree.cpp
│ │ ├── CJSizeDockBar.cpp
│ │ ├── CJSortClass.cpp
│ │ ├── CJStatusBar.cpp
│ │ ├── CJTabCtrl.cpp
│ │ ├── CJTabCtrlBar.cpp
│ │ ├── CJTabView.cpp
│ │ ├── CJThemeHelper.cpp
│ │ ├── CJToolBar.cpp
│ │ ├── CJToolBarBase.cpp
│ │ ├── CJToolBarCtrl.cpp
│ │ ├── CJTreeCtrl.cpp
│ │ ├── CJWindowPlacement.cpp
│ │ ├── Debug_Unicode
│ │ ├── GfxGroupEdit.cpp
│ │ ├── GfxOutBarCtrl.cpp
│ │ ├── GfxSplitterWnd.cpp
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ ├── Release_Unicode
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Subclass.cpp
│ │ ├── dep.txt
│ │ └── res
│ │ └── CJLibrary.rc2
│ ├── Include
│ │ ├── CJBrowseEdit.h
│ │ ├── CJCaption.h
│ │ ├── CJCaptionPopupWnd.h
│ │ ├── CJColorPicker.h
│ │ ├── CJColorPopup.h
│ │ ├── CJComboBoxEx.h
│ │ ├── CJControlBar.h
│ │ ├── CJDateTimeCtrl.h
│ │ ├── CJDockBar.h
│ │ ├── CJDockContext.h
│ │ ├── CJExplorerBar.h
│ │ ├── CJFlatButton.h
│ │ ├── CJFlatComboBox.h
│ │ ├── CJFlatHeaderCtrl.h
│ │ ├── CJFlatSplitterWnd.h
│ │ ├── CJFlatTabCtrl.h
│ │ ├── CJFontCombo.h
│ │ ├── CJFrameWnd.h
│ │ ├── CJHexEdit.h
│ │ ├── CJHtmlView.h
│ │ ├── CJHyperLink.h
│ │ ├── CJLibrary.h
│ │ ├── CJListBox.h
│ │ ├── CJListCtrl.h
│ │ ├── CJListView.h
│ │ ├── CJLogoPane.h
│ │ ├── CJMDIChildWnd.h
│ │ ├── CJMDIFrameWnd.h
│ │ ├── CJMaskEdit.h
│ │ ├── CJMemFile.h
│ │ ├── CJMenu.h
│ │ ├── CJMenuBar.h
│ │ ├── CJMetaFileButton.h
│ │ ├── CJMiniDockFrameWnd.h
│ │ ├── CJOutlookBar.h
│ │ ├── CJPagerCtrl.h
│ │ ├── CJReBar.h
│ │ ├── CJReBarCtrl.h
│ │ ├── CJResource.h
│ │ ├── CJResource.rc
│ │ ├── CJShell.h
│ │ ├── CJShellList.h
│ │ ├── CJShellTree.h
│ │ ├── CJSizeDockBar.h
│ │ ├── CJSortClass.h
│ │ ├── CJStatusBar.h
│ │ ├── CJTabCtrl.h
│ │ ├── CJTabCtrlBar.h
│ │ ├── CJTabView.h
│ │ ├── CJThemeHelper.h
│ │ ├── CJToolBar.h
│ │ ├── CJToolBarBase.h
│ │ ├── CJToolBarCtrl.h
│ │ ├── CJTreeCtrl.h
│ │ ├── CJWindowPlacement.h
│ │ ├── GfxGroupEdit.h
│ │ ├── GfxOutBarCtrl.h
│ │ ├── GfxSplitterWnd.h
│ │ ├── Subclass.h
│ │ └── res
│ │ ├── PushPin.bmp
│ │ ├── Toolbar.bmp
│ │ ├── btn_arro.bmp
│ │ ├── btn_explorer.bmp
│ │ ├── button_images.bmp
│ │ ├── cj_logo.bmp
│ │ ├── dragging.cur
│ │ ├── handcur.cur
│ │ ├── headerba.bmp
│ │ ├── hsplitba.cur
│ │ ├── icr_hand.cur
│ │ ├── nodraggi.cur
│ │ └── vsplitba.cur
│ └── Lib
├── MakeZip.bat
├── NGLibrary
│ ├── Bin
│ ├── NGAutoFont.cpp
│ ├── NGAutoFont.h
│ ├── NGAutoRichEditCtrl.cpp
│ ├── NGAutoRichEditCtrl.h
│ ├── NGButton.cpp
│ ├── NGButton.h
│ ├── NGCmdTargetList.cpp
│ ├── NGCmdTargetList.h
│ ├── NGDebugTrace.cpp
│ ├── NGDebugTrace.h
│ ├── NGDialog.cpp
│ ├── NGDialog.h
│ ├── NGDialogExpander.cpp
│ ├── NGDialogExpander.h
│ ├── NGDisabledItemComboBox.cpp
│ ├── NGDisabledItemComboBox.h
│ ├── NGDlgControls.cpp
│ ├── NGDlgControls.h
│ ├── NGDocEnum.cpp
│ ├── NGDocEnum.h
│ ├── NGDriveView.cpp
│ ├── NGDriveView.h
│ ├── NGFaderWnd.cpp
│ ├── NGFaderWnd.h
│ ├── NGFileChangeMonitor.cpp
│ ├── NGFileChangeMonitor.h
│ ├── NGHtmlStaticCtrl.cpp
│ ├── NGHtmlStaticCtrl.h
│ ├── NGImageList.cpp
│ ├── NGImageList.h
│ ├── NGLibrary.def
│ ├── NGLibrary.dsp
│ ├── NGLibrary.dsw
│ ├── NGLibrary.h
│ ├── NGLibrary.rc
│ ├── NGLibrary.vcproj
│ ├── NGLibrary_Dll.cpp
│ ├── NGLibrary_DllDefs.h
│ ├── NGLibrary_Res.h
│ ├── NGMDIChildWnd.cpp
│ ├── NGMDIChildWnd.h
│ ├── NGMDIFrameWnd.cpp
│ ├── NGMDIFrameWnd.h
│ ├── NGMacros.h
│ ├── NGMapi.cpp
│ ├── NGMapi.h
│ ├── NGMessageBox.cpp
│ ├── NGMessageBox.h
│ ├── NGModuleVersion.cpp
│ ├── NGModuleVersion.h
│ ├── NGNamedColours.cpp
│ ├── NGNamedColours.h
│ ├── NGQArray.h
│ ├── NGRecentItemComboBox.cpp
│ ├── NGRecentItemComboBox.h
│ ├── NGRecentItemList.cpp
│ ├── NGRecentItemList.h
│ ├── NGRegistry.cpp
│ ├── NGRegistry.h
│ ├── NGResizeCtrl.cpp
│ ├── NGResizeCtrl.h
│ ├── NGSortableObList.cpp
│ ├── NGSortableObList.h
│ ├── NGSplitPath.cpp
│ ├── NGSplitPath.h
│ ├── NGStatusBar.cpp
│ ├── NGStatusBar.h
│ ├── NGStatusBarPaneText.h
│ ├── NGSubclass.cpp
│ ├── NGSubclass.h
│ ├── NGTextBuffer.cpp
│ ├── NGTextBuffer.h
│ ├── NGThemeHelper.cpp
│ ├── NGThemeHelper.h
│ ├── NGTimer.cpp
│ ├── NGTimer.h
│ ├── NGTraceWin.h
│ ├── NGTrayIcon.cpp
│ ├── NGTrayIcon.h
│ ├── NGUtils.cpp
│ ├── NGUtils.h
│ ├── NGWindowPlacement.cpp
│ ├── NGWindowPlacement.h
│ ├── NGWizard.cpp
│ ├── NGWizard.h
│ ├── NGWizardPage.cpp
│ ├── NGWizardPage.h
│ ├── NGXPStyleButton.cpp
│ ├── NGXPStyleButton.h
│ ├── Release
│ ├── Res
│ │ ├── Drives.bmp
│ │ └── NGLibrary.rc2
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── dib256.cpp
│ ├── dib256.h
│ ├── dibpal.cpp
│ ├── dibpal.h
│ ├── sclbldlg.c
│ └── sclbldlg.h
├── Release
├── ResOrg.dsw
├── ResOrgAddIn
│ ├── Commands.cpp
│ ├── Commands.h
│ ├── DSAddIn.cpp
│ ├── DSAddIn.h
│ ├── Dtwinver.cpp
│ ├── Dtwinver.h
│ ├── MainFrame.cpp
│ ├── MainFrame.h
│ ├── MakeHelpIDs.bat
│ ├── Release
│ ├── Res
│ │ ├── HtmlDoc.ico
│ │ ├── ResOrg.ico
│ │ ├── ResOrgAddIn.rc2
│ │ ├── ResOrgDoc.ico
│ │ ├── TBarLrge.bmp
│ │ ├── TBarMedm.bmp
│ │ ├── Toolbar.bmp
│ │ └── WorkspaceTabs.bmp
│ ├── ResOrgAddIn.cpp
│ ├── ResOrgAddIn.def
│ ├── ResOrgAddIn.dsp
│ ├── ResOrgAddIn.h
│ ├── ResOrgAddIn.odl
│ ├── ResOrgAddIn.rc
│ ├── ResOrgAddInApp.cpp
│ ├── ResOrgAddInApp.h
│ ├── ResOrgAddInTypes.h
│ ├── ResOrgAddIn_Res.h
│ ├── ResOrgAddIn_Res.hm
│ ├── ResOrgAddIn_i.c
│ ├── ResOrgProjectsDoc.cpp
│ ├── ResOrgProjectsDoc.h
│ ├── ResOrgProjectsView.cpp
│ ├── ResOrgProjectsView.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TBAdderWnd.cpp
│ └── TBAdderWnd.h
├── ResOrgApp
│ ├── Lint
│ │ └── ResOrgApp.cpp.txt
│ ├── MainFrame.cpp
│ ├── MainFrame.h
│ ├── MakeHelpIDs.bat
│ ├── Release
│ ├── Res
│ │ ├── HtmlDoc.ico
│ │ ├── MAINFRAM.BMP
│ │ ├── ResOrg.ico
│ │ ├── ResOrgApp.rc2
│ │ ├── ResOrgDoc.ico
│ │ ├── TBarLrge.bmp
│ │ ├── TBarMedm.bmp
│ │ ├── Toolbar.bmp
│ │ ├── WorkspaceTabs.bmp
│ │ ├── manifest.xml
│ │ └── workspace.ico
│ ├── ResOrgAddInLoadPrompt.cpp
│ ├── ResOrgAddInLoadPrompt.h
│ ├── ResOrgApp.cpp
│ ├── ResOrgApp.dsp
│ ├── ResOrgApp.h
│ ├── ResOrgApp.rc
│ ├── ResOrgApp.vcproj
│ ├── ResOrgAppProjectsDoc.cpp
│ ├── ResOrgAppProjectsDoc.h
│ ├── ResOrgAppProjectsView.cpp
│ ├── ResOrgAppProjectsView.h
│ ├── ResOrgAppProjectsView2.cpp
│ ├── ResOrgAppProjectsView2.h
│ ├── ResOrgApp_Res.h
│ ├── ResOrgApp_Res.hm
│ ├── ResOrgApp_Res.resorg
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── ResOrgCore
│ ├── DSAddInLoader.cpp
│ ├── DSAddInLoader.h
│ ├── Lint
│ │ ├── RenumWizBaseValuesPage.cpp.txt
│ │ ├── RenumWizardPage.cpp.txt
│ │ ├── ResOrgModulesListCtrl.cpp.txt
│ │ └── ResourceSymbolManager.cpp.txt
│ ├── MakeHelpIDs.bat
│ ├── OXDllExt.h
│ ├── OXTabClientWnd.cpp
│ ├── OXTabClientWnd.h
│ ├── ProjectFileBuffer.cpp
│ ├── ProjectFileBuffer.h
│ ├── Release
│ ├── RenumWizAutoSelectSymbolsDlg.cpp
│ ├── RenumWizAutoSelectSymbolsDlg.h
│ ├── RenumWizBaseValuesPage.cpp
│ ├── RenumWizBaseValuesPage.h
│ ├── RenumWizCompletionPage.cpp
│ ├── RenumWizCompletionPage.h
│ ├── RenumWizEngine.cpp
│ ├── RenumWizEngine.h
│ ├── RenumWizIntroPage.cpp
│ ├── RenumWizIntroPage.h
│ ├── RenumWizNewSymbolValuesPage.cpp
│ ├── RenumWizNewSymbolValuesPage.h
│ ├── RenumWizOptionsPage.cpp
│ ├── RenumWizOptionsPage.h
│ ├── RenumWizSelectSymbolsPage.cpp
│ ├── RenumWizSelectSymbolsPage.h
│ ├── RenumWizWafflePage.cpp
│ ├── RenumWizWafflePage.h
│ ├── RenumWizard.cpp
│ ├── RenumWizard.h
│ ├── RenumWizardPage.cpp
│ ├── RenumWizardPage.h
│ ├── Res
│ │ ├── Anna.bmp
│ │ ├── BuildOptions.ico
│ │ ├── ComCtl Version Prompt.rtf
│ │ ├── File Reload Warning Ex.rtf
│ │ ├── File Reload Warning.rtf
│ │ ├── Global Next Symbol Value Warning Prompt.rtf
│ │ ├── Invalid Symbol Name.rtf
│ │ ├── Mailing List Prompt.rtf
│ │ ├── Next Symbol Value Warning Prompt.rtf
│ │ ├── RenumWiz Completion.rtf
│ │ ├── Report.ico
│ │ ├── ResOrg Logo.bmp
│ │ ├── ResOrg Updated.rtf
│ │ ├── ResOrg.ico
│ │ ├── ResOrgCore.rc2
│ │ ├── Symbol Delete Warning.rtf
│ │ ├── Symbol Name Warning.rtf
│ │ ├── Symbol Rename Warning.rtf
│ │ ├── SymbolFile.ico
│ │ ├── Symbols Delete Warning.rtf
│ │ ├── Toolbar.bmp
│ │ ├── VcAddIn.ico
│ │ ├── VersionCheck.ico
│ │ ├── WizardHeader256.bmp
│ │ ├── WizardWatermark256.bmp
│ │ ├── information.ico
│ │ ├── project context menu.bmp
│ │ ├── project.ico
│ │ ├── resource file.ico
│ │ ├── riverblade_logo.bmp
│ │ ├── solution.ico
│ │ ├── sym_binary.ico
│ │ ├── sym_bitmap.ico
│ │ ├── sym_command.ico
│ │ ├── sym_control.ico
│ │ ├── sym_dialog.ico
│ │ ├── sym_icon.ico
│ │ ├── sym_menu.ico
│ │ ├── sym_prompt.ico
│ │ ├── sym_resource.ico
│ │ ├── sym_string.ico
│ │ └── warning.ico
│ ├── ResOrgAboutBox.cpp
│ ├── ResOrgAboutBox.h
│ ├── ResOrgCore.cpp
│ ├── ResOrgCore.def
│ ├── ResOrgCore.dsp
│ ├── ResOrgCore.h
│ ├── ResOrgCore.rc
│ ├── ResOrgCore.vcproj
│ ├── ResOrgCoreApp.cpp
│ ├── ResOrgCoreApp.h
│ ├── ResOrgCore_DllDefs.h
│ ├── ResOrgCore_Globals.cpp
│ ├── ResOrgCore_Globals.h
│ ├── ResOrgCore_Priv.h
│ ├── ResOrgCore_Res.h
│ ├── ResOrgCore_Res.hm
│ ├── ResOrgCore_Res.resorg
│ ├── ResOrgCore_Res0.h
│ ├── ResOrgExpiredDlg.cpp
│ ├── ResOrgExpiredDlg.h
│ ├── ResOrgExpiry.h
│ ├── ResOrgHtmlDoc.cpp
│ ├── ResOrgHtmlDoc.h
│ ├── ResOrgMDIChildWnd.cpp
│ ├── ResOrgMDIChildWnd.h
│ ├── ResOrgMDIFrameWnd.cpp
│ ├── ResOrgMDIFrameWnd.h
│ ├── ResOrgMainToolbar.cpp
│ ├── ResOrgMainToolbar.h
│ ├── ResOrgModulesListCtrl.cpp
│ ├── ResOrgModulesListCtrl.h
│ ├── ResOrgOptions.cpp
│ ├── ResOrgOptions.h
│ ├── ResOrgOptionsAddInPage.cpp
│ ├── ResOrgOptionsAddInPage.h
│ ├── ResOrgOptionsFixedSymbolsPage.cpp
│ ├── ResOrgOptionsFixedSymbolsPage.h
│ ├── ResOrgOptionsGeneralPage.cpp
│ ├── ResOrgOptionsGeneralPage.h
│ ├── ResOrgOptionsSymbolsPage.cpp
│ ├── ResOrgOptionsSymbolsPage.h
│ ├── ResOrgOptionsUpdatesPage.cpp
│ ├── ResOrgOptionsUpdatesPage.h
│ ├── ResOrgProgressDlg.cpp
│ ├── ResOrgProgressDlg.h
│ ├── ResOrgReportStyleSheetDlg.cpp
│ ├── ResOrgReportStyleSheetDlg.h
│ ├── ResOrgSplashWnd.cpp
│ ├── ResOrgSplashWnd.h
│ ├── ResOrgSymbolFilesListCtrl.cpp
│ ├── ResOrgSymbolFilesListCtrl.h
│ ├── ResOrgSymbolsDoc.cpp
│ ├── ResOrgSymbolsDoc.h
│ ├── ResOrgSymbolsDocMultiFile.cpp
│ ├── ResOrgSymbolsDocMultiFile.h
│ ├── ResOrgSymbolsListCtrl.cpp
│ ├── ResOrgSymbolsListCtrl.h
│ ├── ResOrgSymbolsListView.cpp
│ ├── ResOrgSymbolsListView.h
│ ├── ResOrgVersionCheck.cpp
│ ├── ResOrgVersionCheck.h
│ ├── ResOrgVersionUpdatedDlg.cpp
│ ├── ResOrgVersionUpdatedDlg.h
│ ├── ResOrgXmlWriter.cpp
│ ├── ResOrgXmlWriter.h
│ ├── ResourceFileBuffer.cpp
│ ├── ResourceFileBuffer.h
│ ├── ResourceSymbol.cpp
│ ├── ResourceSymbol.h
│ ├── ResourceSymbolFileBaseValuesPage.cpp
│ ├── ResourceSymbolFileBaseValuesPage.h
│ ├── ResourceSymbolFileBuffer.cpp
│ ├── ResourceSymbolFileBuffer.h
│ ├── ResourceSymbolFileGeneralPage.cpp
│ ├── ResourceSymbolFileGeneralPage.h
│ ├── ResourceSymbolFileNextValuesPage.cpp
│ ├── ResourceSymbolFileNextValuesPage.h
│ ├── ResourceSymbolFilePropertyPage.cpp
│ ├── ResourceSymbolFilePropertyPage.h
│ ├── ResourceSymbolFilePropertySheet.cpp
│ ├── ResourceSymbolFilePropertySheet.h
│ ├── ResourceSymbolFileStatisticsPage.cpp
│ ├── ResourceSymbolFileStatisticsPage.h
│ ├── ResourceSymbolFilesPage.cpp
│ ├── ResourceSymbolFilesPage.h
│ ├── ResourceSymbolList.cpp
│ ├── ResourceSymbolList.h
│ ├── ResourceSymbolManager.cpp
│ ├── ResourceSymbolManager.h
│ ├── ResourceSymbolManagerMultiFile.cpp
│ ├── ResourceSymbolManagerMultiFile.h
│ ├── ResourceSymbolNamesMap.cpp
│ ├── ResourceSymbolNamesMap.h
│ ├── ResourceSymbolTypes.cpp
│ ├── ResourceSymbolTypes.h
│ ├── ResourceSymbolValuesMap.cpp
│ ├── ResourceSymbolValuesMap.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SymbolPropertiesConflictsPage.cpp
│ ├── SymbolPropertiesConflictsPage.h
│ ├── SymbolPropertiesGeneralPage.cpp
│ ├── SymbolPropertiesGeneralPage.h
│ ├── SymbolPropertySheet.cpp
│ ├── SymbolPropertySheet.h
│ ├── Vc6AutomationHelper.cpp
│ ├── Vc6AutomationHelper.h
│ ├── Vc7AutomationHelper.cpp
│ ├── Vc7AutomationHelper.h
│ ├── WorkspaceFileBuffer.cpp
│ ├── WorkspaceFileBuffer.h
│ └── Xml
│ ├── ProblemSymbolReportHtml.xsl
│ └── SymbolsReportHtml.xsl
├── ResOrgNET.sln
├── ResOrgNETAddIn
│ ├── AddIn.cpp
│ ├── AddIn.def
│ ├── AddIn.h
│ ├── AddIn.idl
│ ├── AddIn.rc
│ ├── AddIn_i.c
│ ├── Connect.cpp
│ ├── Connect.h
│ ├── MainFrame.cpp
│ ├── MainFrame.h
│ ├── ReCreateCommands.reg
│ ├── ReCreateCommandsFull.reg
│ ├── Release
│ ├── Res
│ │ ├── AddIn.rgs
│ │ ├── HtmlDoc.ico
│ │ ├── ResOrg.ico
│ │ ├── ResOrgDoc.ico
│ │ ├── Toolbar.bmp
│ │ └── WorkspaceTabs.bmp
│ ├── ResOrgAddInApp.cpp
│ ├── ResOrgAddInApp.h
│ ├── ResOrgNETAddIn.vcproj
│ ├── ResOrgNETAddIn_Res.h
│ ├── ResOrgProjectsDoc.cpp
│ ├── ResOrgProjectsDoc.h
│ ├── ResOrgProjectsView.cpp
│ ├── ResOrgProjectsView.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── ResOrgNETAddInSetup
│ ├── Banner.jpg
│ ├── Intro screen.jpg
│ ├── Licence.rtf
│ ├── ReadMe.rtf
│ ├── Release
│ ├── ResOrg.ico
│ └── ResOrgNETAddInSetup.vdproj
├── ResOrgNETAddInToolWindows
│ ├── Release
│ ├── Res
│ │ ├── Edit.ico
│ │ ├── Properties.ico
│ │ ├── Renumber.ico
│ │ ├── ResOrgNETAddInToolWindows.ico
│ │ └── ResOrgNETAddInToolWindowsCtrl.bmp
│ ├── ResOrgNETAddInToolWinFormView.cpp
│ ├── ResOrgNETAddInToolWinFormView.h
│ ├── ResOrgNETAddInToolWindows.cpp
│ ├── ResOrgNETAddInToolWindows.def
│ ├── ResOrgNETAddInToolWindows.h
│ ├── ResOrgNETAddInToolWindows.idl
│ ├── ResOrgNETAddInToolWindows.rc
│ ├── ResOrgNETAddInToolWindows.vcproj
│ ├── ResOrgNETAddInToolWindowsCtrl.cpp
│ ├── ResOrgNETAddInToolWindowsCtrl.h
│ ├── ResOrgNETAddInToolWindows_i.c
│ ├── ResOrgNETAddInToolWindowsidl.h
│ ├── ResOrgProjectsListCtrlVc7.cpp
│ ├── ResOrgProjectsListCtrlVc7.h
│ ├── resource.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── SatelliteDll
│ ├── Release
│ ├── Satellite.vcproj
│ ├── SatelliteDll.cpp
│ ├── SatelliteDll.rc
│ ├── SatelliteDll_Res.h
│ ├── res
│ │ ├── AboutBoxCmd.bmp
│ │ ├── OpenResOrgCmd.bmp
│ │ ├── OptionsCmd.bmp
│ │ └── ViewMainToolWinCmd.bmp
│ ├── stdafx.cpp
│ └── stdafx.h
├── Toggle DevStudio SCC.vbs
├── default.doxygen
└── doxygen.css
41 directories, 596 files