├── .gitignore ├── GuiLib ├── CBaseTab.h ├── CGuiEditView.cpp ├── CGuiEditView.h ├── CoolMenu.cpp ├── CoolMenu.h ├── Doxyfile.cfg ├── GuiADODB.cpp ├── GuiADODB.h ├── GuiBaseTab.h ├── GuiButton.cpp ├── GuiButton.h ├── GuiButtonDoc.cpp ├── GuiButtonDoc.h ├── GuiButtonTimer.cpp ├── GuiButtonTimer.h ├── GuiCapOutBar.cpp ├── GuiCapOutBar.h ├── GuiColors.h ├── GuiComboBoxExt.cpp ├── GuiComboBoxExt.h ├── GuiComboFont.cpp ├── GuiComboFont.h ├── GuiContainer.cpp ├── GuiContainer.h ├── GuiControlBar.cpp ├── GuiControlBar.h ├── GuiDocBarExten.cpp ├── GuiDocBarExten.h ├── GuiDocBarExtenEx.cpp ├── GuiDocBarExtenEx.h ├── GuiDocSpecial.cpp ├── GuiDocSpecial.h ├── GuiDockBar.cpp ├── GuiDockBar.h ├── GuiDockContext.cpp ├── GuiDockContext.h ├── GuiDockToolBar.cpp ├── GuiDockToolBar.h ├── GuiDockToolBarEx.cpp ├── GuiDockToolBarEx.h ├── GuiDrawLayer.cpp ├── GuiDrawLayer.h ├── GuiDropDownEdit.cpp ├── GuiDropDownEdit.h ├── GuiEdit.cpp ├── GuiEdit.h ├── GuiFDir.cpp ├── GuiFDir.h ├── GuiFile.cpp ├── GuiFile.h ├── GuiFolder.cpp ├── GuiFolder.h ├── GuiFolderFlat.cpp ├── GuiFolderFlat.h ├── GuiFrameWnd.cpp ├── GuiFrameWnd.h ├── GuiGridLayout.cpp ├── GuiGridLayout.h ├── GuiGroupBox.cpp ├── GuiGroupBox.h ├── GuiHeaderCtrl.cpp ├── GuiHeaderCtrl.h ├── GuiImageLinkButton.cpp ├── GuiImageLinkButton.h ├── GuiLabelButton.cpp ├── GuiLabelButton.h ├── GuiLib.clw ├── GuiLib.cpp ├── GuiLib.dsp ├── GuiLib.dsw ├── GuiLib.h ├── GuiLib.ncb ├── GuiLib.opt ├── GuiLib.plg ├── GuiLib.positions ├── GuiLib.rc ├── GuiLib.sln ├── GuiLib.vcproj ├── GuiLibDllStatic.dsp ├── GuiLibDllStatic.dsw ├── GuiLibRes.h ├── GuiLibStatic.dsp ├── GuiLibStatic.vcproj ├── GuiLinkButton.cpp ├── GuiLinkButton.h ├── GuiListCtrl.cpp ├── GuiListCtrl.h ├── GuiListEdit.cpp ├── GuiListEdit.h ├── GuiMDIFrame.cpp ├── GuiMDIFrame.h ├── GuiMDITabbed.cpp ├── GuiMDITabbed.h ├── GuiMDIWindowsDlg.cpp ├── GuiMDIWindowsDlg.h ├── GuiMiniFrame.cpp ├── GuiMiniFrame.h ├── GuiMiniFrameWnd.cpp ├── GuiMiniFrameWnd.h ├── GuiMiniSplitter.cpp ├── GuiMiniSplitter.h ├── GuiMiniTool.cpp ├── GuiMiniTool.h ├── GuiNormalButton.cpp ├── GuiNormalButton.h ├── GuiOfficeBar.cpp ├── GuiOfficeBar.h ├── GuiOutLook.cpp ├── GuiOutLook.h ├── GuiOutLookView.cpp ├── GuiOutLookView.h ├── GuiPanelAccess.cpp ├── GuiPanelAccess.h ├── GuiPanelWnd.cpp ├── GuiPanelWnd.h ├── GuiPowerPointView.cpp ├── GuiPowerPointView.h ├── GuiRadioButton.cpp ├── GuiRadioButton.h ├── GuiSliderCtrl.cpp ├── GuiSliderCtrl.h ├── GuiSplitter.cpp ├── GuiSplitter.h ├── GuiSplitterWnd.cpp ├── GuiSplitterWnd.h ├── GuiStaticStandar.cpp ├── GuiStaticStandar.h ├── GuiStatusBar.cpp ├── GuiStatusBar.h ├── GuiSysTray.cpp ├── GuiSysTray.h ├── GuiTabPowerPoint.cpp ├── GuiTabPowerPoint.h ├── GuiTabWnd.cpp ├── GuiTabWnd.h ├── GuiTabbed.cpp ├── GuiTabbed.h ├── GuiToolBarWnd.cpp ├── GuiToolBarWnd.h ├── GuiToolButton.cpp ├── GuiToolButton.h ├── GuiView.cpp ├── GuiView.h ├── GuiViewWorkTab.cpp ├── GuiViewWorkTab.h ├── GuiVisioFolder.cpp ├── GuiVisioFolder.h ├── GuiWorkPanel.cpp ├── GuiWorkPanel.h ├── GuiWorkTab.cpp ├── GuiWorkTab.h ├── GuicheckBox.cpp ├── GuicheckBox.h ├── MenuBar.cpp ├── MenuBar.h ├── NewMenu.cpp ├── NewMenu.h ├── ReadMe.txt ├── ReleaseU │ ├── CoolMenu.sbr │ ├── GuiADODB.sbr │ ├── GuiButton.sbr │ ├── GuiButtonDoc.sbr │ ├── GuiButtonTimer.sbr │ ├── GuiCapOutBar.sbr │ ├── GuiComboBoxExt.sbr │ ├── GuiComboFont.sbr │ ├── GuiContainer.sbr │ ├── GuiControlBar.sbr │ ├── GuiDocBarExten.sbr │ ├── GuiDocBarExtenEx.sbr │ ├── GuiDocSpecial.sbr │ ├── GuiDockContext.sbr │ ├── GuiDockToolBar.sbr │ ├── GuiDockToolBarEx.sbr │ ├── GuiDrawLayer.sbr │ ├── GuiDropDownEdit.sbr │ ├── GuiEdit.sbr │ ├── GuiFDir.sbr │ ├── GuiFile.sbr │ ├── GuiFolder.sbr │ ├── GuiFolderFlat.sbr │ ├── GuiFrameWnd.sbr │ ├── GuiGroupBox.sbr │ ├── GuiHeaderCtrl.sbr │ ├── GuiImageLinkButton.sbr │ ├── GuiLabelButton.sbr │ ├── GuiLib.res │ ├── GuiLib.sbr │ ├── GuiLinkButton.sbr │ ├── GuiListEdit.sbr │ ├── GuiMDIFrame.sbr │ ├── GuiMDITabbed.sbr │ ├── GuiMDIWindowsDlg.sbr │ ├── GuiMiniFrame.sbr │ ├── GuiMiniFrameWnd.sbr │ ├── GuiMiniSplitter.sbr │ ├── GuiMiniTool.sbr │ ├── GuiNormalButton.sbr │ ├── GuiOfficeBar.sbr │ ├── GuiOutLook.sbr │ ├── GuiOutLookView.sbr │ ├── GuiPanelAccess.sbr │ ├── GuiPanelWnd.sbr │ ├── GuiPowerPointView.sbr │ ├── GuiRadioButton.sbr │ ├── GuiSliderCtrl.sbr │ ├── GuiSplitter.sbr │ ├── GuiSplitterWnd.sbr │ ├── GuiStaticStandar.sbr │ ├── GuiStatusBar.sbr │ ├── GuiSysTray.sbr │ ├── GuiTabPowerPoint.sbr │ ├── GuiTabWnd.sbr │ ├── GuiTabbed.sbr │ ├── GuiToolBarWnd.sbr │ ├── GuiToolButton.sbr │ ├── GuiView.sbr │ ├── GuiViewWorkTab.sbr │ ├── GuiVisioFolder.sbr │ ├── GuiWorkPanel.sbr │ ├── GuiWorkTab.sbr │ ├── GuicheckBox.sbr │ ├── MenuBar.sbr │ ├── NewMenu.sbr │ ├── StdAfx.sbr │ ├── Subclass.sbr │ ├── VisualStylesXP.sbr │ ├── msado15.tlh │ ├── msado15.tli │ └── vc60.idb ├── Schemadef.h ├── StdAfx.cpp ├── StdAfx.h ├── Subclass.cpp ├── Subclass.h ├── Tmschema.h ├── Uxtheme.h ├── VisualStylesXP.cpp ├── VisualStylesXP.h ├── mfc42u │ ├── EAFXIS.LIB │ ├── EAFXISD.LIB │ ├── EAFXISD.PDB │ ├── MFC42.LIB │ ├── MFC42D.LIB │ ├── MFC42U.LIB │ ├── MFC42UD.LIB │ ├── MFCD42D.LIB │ ├── MFCD42UD.LIB │ ├── MFCN42D.LIB │ ├── MFCN42UD.LIB │ ├── MFCO42D.LIB │ ├── MFCO42UD.LIB │ ├── MFCS42.LIB │ ├── MFCS42.PDB │ ├── MFCS42D.LIB │ ├── MFCS42D.PDB │ ├── MFCS42U.LIB │ ├── MFCS42U.PDB │ ├── MFCS42UD.LIB │ ├── MFCS42UD.PDB │ ├── NAFXCW.LIB │ ├── NAFXCW.PDB │ ├── NAFXCWD.LIB │ ├── NAFXCWD.PDB │ ├── NAFXIS.LIB │ ├── NAFXISD.LIB │ ├── NAFXISD.PDB │ ├── UAFXCW.LIB │ ├── UAFXCW.PDB │ ├── UAFXCWD.LIB │ └── UAFXCWD.PDB ├── res │ ├── GuiDefault.bmp │ ├── GuiLib.rc2 │ ├── guiarrowdown.ico │ ├── guiarrowright.ico │ ├── guidockbar.bmp │ ├── guidockoffice.bmp │ ├── guimdiicons.bmp │ └── tmp │ │ ├── DockOffice.bmp │ │ ├── bitmap1.bmp │ │ ├── bitmap2.bmp │ │ ├── bitmap3.bmp │ │ ├── bitmap4.bmp │ │ ├── bitradio.bmp │ │ ├── bmp00001.bmp │ │ ├── bmp00002.bmp │ │ ├── ico00001.ico │ │ ├── ico238.ico │ │ ├── ico239.ico │ │ ├── icon1.ico │ │ └── idc_hand.ico └── resource.h ├── GuiToolkit.dsw ├── GuiToolkit.ncb ├── GuiToolkit.opt ├── GuiToolkit.positions ├── GuiToolkit.sln ├── LICENSE ├── Samples ├── AllSamples.dsw ├── CGuiAccess │ ├── CGuiAccess.Tags.WW │ ├── CGuiAccess.cpp │ ├── CGuiAccess.dsp │ ├── CGuiAccess.h │ ├── CGuiAccess.rc │ ├── CGuiAccess.vcproj │ ├── CGuiAccessDoc.cpp │ ├── CGuiAccessDoc.h │ ├── CGuiAccessView.cpp │ ├── CGuiAccessView.h │ ├── DialSplitter.cpp │ ├── DialSplitter.h │ ├── GuiServerExplorer.cpp │ ├── GuiServerExplorer.h │ ├── Help.layout │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── CGuiAccess.ico │ │ ├── CGuiAccess.rc2 │ │ ├── CGuiAccessDoc.ico │ │ ├── Toolbar.bmp │ │ └── bitmap1.bmp │ └── resource.h ├── CGuiFlatTabbedView │ ├── CGuiFlatTabbedView.Tags.WW │ ├── CGuiFlatTabbedView.clw │ ├── CGuiFlatTabbedView.cpp │ ├── CGuiFlatTabbedView.dsp │ ├── CGuiFlatTabbedView.h │ ├── CGuiFlatTabbedView.rc │ ├── CGuiFlatTabbedView.vcproj │ ├── CGuiFlatTabbedViewDoc.cpp │ ├── CGuiFlatTabbedViewDoc.h │ ├── CGuiFlatTabbedViewView.cpp │ ├── CGuiFlatTabbedViewView.h │ ├── ChildFrm.cpp │ ├── ChildFrm.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── res │ │ ├── CGuiFlatTabbedView.ico │ │ ├── CGuiFlatTabbedView.rc2 │ │ ├── CGuiFlatTabbedViewDoc.ico │ │ └── Toolbar.bmp ├── CGuiOfficeDemo │ ├── CGuiOfficeDemo.Tags.WW │ ├── CGuiOfficeDemo.cpp │ ├── CGuiOfficeDemo.dsp │ ├── CGuiOfficeDemo.h │ ├── CGuiOfficeDemo.rc │ ├── CGuiOfficeDemo.vcproj │ ├── CGuiOfficeDemoDoc.cpp │ ├── CGuiOfficeDemoDoc.h │ ├── CGuiOfficeDemoView.cpp │ ├── CGuiOfficeDemoView.h │ ├── ChildFrm.cpp │ ├── ChildFrm.h │ ├── GuiBarOffice.cpp │ ├── GuiBarOffice.h │ ├── GuiTabbedPP.cpp │ ├── GuiTabbedPP.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── CGuiOfficeDemo.ico │ │ ├── CGuiOfficeDemo.rc2 │ │ ├── CGuiOfficeDemoDoc.ico │ │ ├── Toolbar.bmp │ │ ├── bitmap1.bmp │ │ └── fileview.bmp │ └── resource.h ├── CGuiPowerPoint │ ├── CGuiPowerPoint.Tags.WW │ ├── CGuiPowerPoint.cpp │ ├── CGuiPowerPoint.dsp │ ├── CGuiPowerPoint.h │ ├── CGuiPowerPoint.rc │ ├── CGuiPowerPoint.vcproj │ ├── CGuiPowerPointDoc.cpp │ ├── CGuiPowerPointDoc.h │ ├── CGuiPowerPointView.cpp │ ├── CGuiPowerPointView.h │ ├── GuiBarOffice.cpp │ ├── GuiBarOffice.h │ ├── GuiComboFont.cpp │ ├── GuiComboFont.h │ ├── GuiPowerp.cpp │ ├── GuiPowerp.h │ ├── GuiTabbedPP.cpp │ ├── GuiTabbedPP.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── CGuiPowerPoint.ico │ │ ├── CGuiPowerPoint.rc2 │ │ ├── CGuiPowerPointDoc.ico │ │ ├── Toolbar.bmp │ │ ├── bitmap1.bmp │ │ └── bmp00001.bmp │ └── resource.h ├── CGuiTabbedDemo │ ├── CGuiTabbedDemo.Tags.WW │ ├── CGuiTabbedDemo.clw │ ├── CGuiTabbedDemo.cpp │ ├── CGuiTabbedDemo.dsp │ ├── CGuiTabbedDemo.h │ ├── CGuiTabbedDemo.rc │ ├── CGuiTabbedDemo.vcproj │ ├── CGuiTabbedDemoDoc.cpp │ ├── CGuiTabbedDemoDoc.h │ ├── CGuiTabbedDemoView.cpp │ ├── CGuiTabbedDemoView.h │ ├── ChildFrm.cpp │ ├── ChildFrm.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── CGuiTabbedDemo.ico │ │ ├── CGuiTabbedDemo.rc2 │ │ ├── CGuiTabbedDemoDoc.ico │ │ └── Toolbar.bmp │ └── resource.h ├── DialogExcelTabs │ ├── DialogExcelTabs.Tags.WW │ ├── DialogExcelTabs.cpp │ ├── DialogExcelTabs.dsp │ ├── DialogExcelTabs.h │ ├── DialogExcelTabs.rc │ ├── DialogExcelTabs.vcproj │ ├── DialogExcelTabsDlg.cpp │ ├── DialogExcelTabsDlg.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── DialogExcelTabs.ico │ │ └── DialogExcelTabs.rc2 │ └── resource.h ├── EditListBox │ ├── EditListBox.Tags.WW │ ├── EditListBox.cpp │ ├── EditListBox.dsp │ ├── EditListBox.h │ ├── EditListBox.rc │ ├── EditListBox.vcproj │ ├── EditListBoxDlg.cpp │ ├── EditListBoxDlg.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── EditListBox.ico │ │ └── EditListBox.rc2 │ └── resource.h ├── GuiAdoTest │ ├── GuiADODB.cpp │ ├── GuiADODB.h │ ├── GuiAdoTest.Tags.WW │ ├── GuiAdoTest.cpp │ ├── GuiAdoTest.dsp │ ├── GuiAdoTest.h │ ├── GuiAdoTest.rc │ ├── GuiAdoTest.vcproj │ ├── GuiAdoTestDlg.cpp │ ├── GuiAdoTestDlg.h │ ├── ReadMe.txt │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── res │ │ ├── GuiAdoTest.ico │ │ └── GuiAdoTest.rc2 ├── GuiHeaderControl │ ├── GuiHeaderControl.Tags.WW │ ├── GuiHeaderControl.cpp │ ├── GuiHeaderControl.dsp │ ├── GuiHeaderControl.h │ ├── GuiHeaderControl.rc │ ├── GuiHeaderControl.vcproj │ ├── GuiHeaderControlDlg.cpp │ ├── GuiHeaderControlDlg.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── GuiHeaderControl.ico │ │ ├── GuiHeaderControl.rc2 │ │ └── bitmap1.bmp │ └── resource.h ├── GuiPanelAccessDemo │ ├── GuiPanelAccessDemo.Tags.WW │ ├── GuiPanelAccessDemo.cpp │ ├── GuiPanelAccessDemo.dsp │ ├── GuiPanelAccessDemo.h │ ├── GuiPanelAccessDemo.rc │ ├── GuiPanelAccessDemo.vcproj │ ├── GuiPanelAccessDemoDlg.cpp │ ├── GuiPanelAccessDemoDlg.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── GuiPanelAccessDemo.ico │ │ ├── GuiPanelAccessDemo.rc2 │ │ └── bitmap1.bmp │ └── resource.h ├── GuiVisioDemo │ ├── GuiFolderVisio.cpp │ ├── GuiFolderVisio.h │ ├── GuiVisioDemo.Tags.WW │ ├── GuiVisioDemo.cpp │ ├── GuiVisioDemo.dsp │ ├── GuiVisioDemo.h │ ├── GuiVisioDemo.rc │ ├── GuiVisioDemo.vcproj │ ├── GuiVisioDemoDoc.cpp │ ├── GuiVisioDemoDoc.h │ ├── GuiVisioDemoView.cpp │ ├── GuiVisioDemoView.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── GuiVisioDemo.ico │ │ ├── GuiVisioDemo.rc2 │ │ ├── GuiVisioDemoDoc.ico │ │ ├── Toolbar.bmp │ │ └── bitmap1.bmp │ └── resource.h ├── Gui_DevStudio │ ├── ChildFrm.cpp │ ├── ChildFrm.h │ ├── DialUndo.cpp │ ├── DialUndo.h │ ├── GuiHelp.cpp │ ├── GuiHelp.h │ ├── GuiOutPut.cpp │ ├── GuiOutPut.h │ ├── GuiServerExplorer.cpp │ ├── GuiServerExplorer.h │ ├── GuiSolExplorer.cpp │ ├── GuiSolExplorer.h │ ├── Gui_DevStudio.Tags.WW │ ├── Gui_DevStudio.clw │ ├── Gui_DevStudio.cpp │ ├── Gui_DevStudio.dsp │ ├── Gui_DevStudio.h │ ├── Gui_DevStudio.rc │ ├── Gui_DevStudio.vcproj │ ├── Gui_DevStudioDoc.cpp │ ├── Gui_DevStudioDoc.h │ ├── Gui_DevStudioView.cpp │ ├── Gui_DevStudioView.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── OutputWindow.cpp │ ├── OutputWindow.h │ ├── ReadMe.txt │ ├── SplashView.cpp │ ├── SplashView.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── res │ │ ├── Gui_DevStudio.ico │ │ ├── Gui_DevStudio.rc2 │ │ ├── Gui_DevStudioDoc.ico │ │ ├── PROJECT.bmp │ │ ├── Toolbar.bmp │ │ ├── bitmap1.bmp │ │ ├── bmp00001.bmp │ │ ├── bmp00002.bmp │ │ ├── dbprojec.bmp │ │ ├── icon1.ico │ │ ├── splashvi.bmp │ │ └── toolbar1.bmp │ └── resource.h ├── HeaderControl │ ├── HeaderControl.Tags.WW │ ├── HeaderControl.cpp │ ├── HeaderControl.dsp │ ├── HeaderControl.dsw │ ├── HeaderControl.h │ ├── HeaderControl.rc │ ├── HeaderControlDlg.cpp │ ├── HeaderControlDlg.h │ ├── ReadMe.txt │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── res │ │ ├── HeaderControl.ico │ │ └── HeaderControl.rc2 ├── OutlookDemo │ ├── Cajon.cpp │ ├── Cajon.h │ ├── GOut.cpp │ ├── GOut.h │ ├── GuiToolBar.cpp │ ├── GuiToolBar.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── OutBar.cpp │ ├── OutBar.h │ ├── OutlookDemo.Tags.WW │ ├── OutlookDemo.clw │ ├── OutlookDemo.cpp │ ├── OutlookDemo.dsp │ ├── OutlookDemo.h │ ├── OutlookDemo.rc │ ├── OutlookDemo.vcproj │ ├── OutlookDemoDoc.cpp │ ├── OutlookDemoDoc.h │ ├── OutlookDemoView.cpp │ ├── OutlookDemoView.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── TestClass.cpp │ ├── TestClass.h │ ├── res │ │ ├── OutlookDemo.ico │ │ ├── OutlookDemo.rc2 │ │ ├── OutlookDemoDoc.ico │ │ ├── Toolbar.bmp │ │ ├── bitmap1.bmp │ │ ├── bitmap2.bmp │ │ └── bitmap3.bmp │ └── resource.h ├── SDIDemo │ ├── GuiServerExplorer.cpp │ ├── GuiServerExplorer.h │ ├── GuiSolExplorer.cpp │ ├── GuiSolExplorer.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── Resource.h │ ├── SDIDemo.Tags.WW │ ├── SDIDemo.cpp │ ├── SDIDemo.dsp │ ├── SDIDemo.h │ ├── SDIDemo.rc │ ├── SDIDemo.vcproj │ ├── SDIDemoDoc.cpp │ ├── SDIDemoDoc.h │ ├── SDIDemoView.cpp │ ├── SDIDemoView.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── res │ │ ├── SDIDemo.ico │ │ ├── SDIDemo.rc2 │ │ ├── SDIDemoDoc.ico │ │ └── Toolbar.bmp ├── TestDlg │ ├── GuiDrawLayer.cpp │ ├── GuiDrawLayer.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── TestDlg.Tags.WW │ ├── TestDlg.cpp │ ├── TestDlg.dsp │ ├── TestDlg.h │ ├── TestDlg.rc │ ├── TestDlg.vcproj │ ├── TestDlgDlg.cpp │ ├── TestDlgDlg.h │ ├── res │ │ ├── TestDlg.ico │ │ ├── TestDlg.rc2 │ │ ├── bitmap1.bmp │ │ ├── bmp00001.bmp │ │ ├── icon1.ico │ │ ├── toolMINI.bmp │ │ └── toolbar1.bmp │ └── resource.h ├── ToolBarsDemo │ ├── ChildFrm.cpp │ ├── ChildFrm.h │ ├── ColourPicker.cpp │ ├── ColourPicker.h │ ├── ColourPopup.cpp │ ├── ColourPopup.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── ToolBarsDemo.Tags.WW │ ├── ToolBarsDemo.cpp │ ├── ToolBarsDemo.dsp │ ├── ToolBarsDemo.h │ ├── ToolBarsDemo.rc │ ├── ToolBarsDemo.vcproj │ ├── ToolBarsDemoDoc.cpp │ ├── ToolBarsDemoDoc.h │ ├── ToolBarsDemoView.cpp │ ├── ToolBarsDemoView.h │ ├── res │ │ ├── ToolBarsDemo.ico │ │ ├── ToolBarsDemo.rc2 │ │ ├── ToolBarsDemoDoc.ico │ │ ├── Toolbar.bmp │ │ └── bitmap1.bmp │ └── resource.h └── dialogcontrols │ ├── ReadMe.txt │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── dialogcontrols.Tags.WW │ ├── dialogcontrols.cpp │ ├── dialogcontrols.dsp │ ├── dialogcontrols.h │ ├── dialogcontrols.rc │ ├── dialogcontrols.vcproj │ ├── dialogcontrolsDlg.cpp │ ├── dialogcontrolsDlg.h │ ├── res │ ├── bitmap1.bmp │ ├── bitmap2.bmp │ ├── dialogcontrols.ico │ └── dialogcontrols.rc2 │ └── resource.h ├── Uxtheme.h ├── Schemadef.h ├── Tmschema.h └── Uxtheme.h └── bin ├── GuiTk114u.dll ├── GuiTk114u.exp ├── GuiTk114u.ilk └── GuiTk114u.lib /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files 2 | *.slo 3 | *.lo 4 | *.o 5 | *.obj 6 | 7 | # Precompiled Headers 8 | *.gch 9 | *.pch 10 | 11 | -------------------------------------------------------------------------------- /GuiLib/GuiButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiButton.h -------------------------------------------------------------------------------- /GuiLib/GuiButtonDoc.cpp: -------------------------------------------------------------------------------- 1 | // GuiButtonDoc.cpp : implementation file 2 | // 3 | 4 | #include "stdafx.h" 5 | #include "GuiButtonDoc.h" 6 | 7 | #ifdef _DEBUG 8 | #define new DEBUG_NEW 9 | #undef THIS_FILE 10 | static char THIS_FILE[] = __FILE__; 11 | #endif 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | // CGuiButtonDoc 15 | 16 | CGuiButtonDoc::CGuiButtonDoc() 17 | { 18 | } 19 | 20 | CGuiButtonDoc::~CGuiButtonDoc() 21 | { 22 | } 23 | 24 | 25 | BEGIN_MESSAGE_MAP(CGuiButtonDoc, CWnd) 26 | //{{AFX_MSG_MAP(CGuiButtonDoc) 27 | ON_WM_CREATE() 28 | ON_WM_PAINT() 29 | //}}AFX_MSG_MAP 30 | END_MESSAGE_MAP() 31 | 32 | 33 | ///////////////////////////////////////////////////////////////////////////// 34 | // CGuiButtonDoc message handlers 35 | 36 | BOOL CGuiButtonDoc::Create(DWORD dwStyle, CWnd* pParentWnd, UINT nID) 37 | { 38 | // TODO: Add your specialized code here and/or call the base class 39 | 40 | return CWnd::Create(NULL, NULL, dwStyle, CRect(0,0,0,0), pParentWnd, nID, NULL); 41 | } 42 | 43 | int CGuiButtonDoc::OnCreate(LPCREATESTRUCT lpCreateStruct) 44 | { 45 | if (CWnd::OnCreate(lpCreateStruct) == -1) 46 | return -1; 47 | 48 | // TODO: Add your specialized creation code here 49 | 50 | return 0; 51 | } 52 | 53 | void CGuiButtonDoc::OnPaint() 54 | { 55 | CPaintDC dc(this); // device context for painting 56 | 57 | // TODO: Add your message handler code here 58 | 59 | // Do not call CWnd::OnPaint() for painting messages 60 | } 61 | -------------------------------------------------------------------------------- /GuiLib/GuiButtonDoc.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_GUIBUTTONDOC_H__4125FFBD_B199_405D_A917_E40634763AB7__INCLUDED_) 2 | #define AFX_GUIBUTTONDOC_H__4125FFBD_B199_405D_A917_E40634763AB7__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // GuiButtonDoc.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // CGuiButtonDoc window 12 | 13 | class CGuiButtonDoc : public CWnd 14 | { 15 | // Construction 16 | public: 17 | CGuiButtonDoc(); 18 | 19 | // Attributes 20 | public: 21 | enum ALING_BTN{LEFT=0,RIGHT,TOP,BOTTOM}; 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CGuiButtonDoc) 28 | public: 29 | virtual BOOL Create(DWORD dwStyle, CWnd* pParentWnd, UINT nID); 30 | //}}AFX_VIRTUAL 31 | 32 | // Implementation 33 | public: 34 | virtual ~CGuiButtonDoc(); 35 | 36 | // Generated message map functions 37 | protected: 38 | //{{AFX_MSG(CGuiButtonDoc) 39 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 40 | afx_msg void OnPaint(); 41 | //}}AFX_MSG 42 | DECLARE_MESSAGE_MAP() 43 | }; 44 | 45 | ///////////////////////////////////////////////////////////////////////////// 46 | 47 | //{{AFX_INSERT_LOCATION}} 48 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 49 | 50 | #endif // !defined(AFX_GUIBUTTONDOC_H__4125FFBD_B199_405D_A917_E40634763AB7__INCLUDED_) 51 | -------------------------------------------------------------------------------- /GuiLib/GuiColors.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | * * 3 | * GuiToolKit * 4 | * (MFC extension) * 5 | * Created by Francisco Campos G. www.beyondata.com fcampos@beyondata.com * 6 | *--------------------------------------------------------------------------* 7 | * * 8 | * This program is free software;so you are free to use it any of your * 9 | * applications (Freeware, Shareware, Commercial),but leave this header * 10 | * intact. * 11 | * * 12 | * These files are provided "as is" without warranty of any kind. * 13 | * * 14 | * GuiToolKit is forever FREE CODE !!!!! * 15 | * * 16 | *--------------------------------------------------------------------------* 17 | * * 18 | * Bug Fixes and improvements : (Add your name) * 19 | * -Francisco Campos * 20 | * * 21 | ****************************************************************************/ 22 | 23 | // CTab.h : implementation file 24 | #if !defined(AFX_GUICOLORS_INCLUDED_) 25 | #define AFX_GUICOLORS_INCLUDED_ 26 | 27 | #if _MSC_VER > 1000 28 | #pragma once 29 | #endif // _MSC_VER > 1000 30 | 31 | 32 | //COLORREF m_clrBlueBasic=(COLORREF) RGB (185, 185,255); 33 | COLORREF m_clrBlueBasic=RGB(182, 191, 216); 34 | 35 | COLORREF m_clrBlueSelect=(COLORREF) RGB (115, 133,181); 36 | COLORREF m_clrBtnFace=COLOR_BTNFACE; 37 | COLORREF m_clrXpToolBar=RGB(223, 223, 223); 38 | #endif -------------------------------------------------------------------------------- /GuiLib/GuiComboBoxExt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiComboBoxExt.cpp -------------------------------------------------------------------------------- /GuiLib/GuiComboFont.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiComboFont.cpp -------------------------------------------------------------------------------- /GuiLib/GuiControlBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiControlBar.cpp -------------------------------------------------------------------------------- /GuiLib/GuiDockBar.cpp: -------------------------------------------------------------------------------- 1 | // GuiDockBar.cpp : implementation file 2 | // 3 | 4 | #include "stdafx.h" 5 | 6 | #include "GuiDockBar.h" 7 | 8 | #ifdef _DEBUG 9 | #define new DEBUG_NEW 10 | #undef THIS_FILE 11 | static char THIS_FILE[] = __FILE__; 12 | #endif 13 | 14 | ///////////////////////////////////////////////////////////////////////////// 15 | // CGuiDockBar 16 | 17 | CGuiDockBar::CGuiDockBar() 18 | { 19 | } 20 | 21 | CGuiDockBar::~CGuiDockBar() 22 | { 23 | } 24 | 25 | 26 | BEGIN_MESSAGE_MAP(CGuiDockBar, CDockBar) 27 | //{{AFX_MSG_MAP(CGuiDockBar) 28 | // NOTE - the ClassWizard will add and remove mapping macros here. 29 | //}}AFX_MSG_MAP 30 | END_MESSAGE_MAP() 31 | 32 | CSize ReCalLayout(CGuiControlBar* pWnd) 33 | { 34 | 35 | } 36 | ///////////////////////////////////////////////////////////////////////////// 37 | // CGuiDockBar message handlers 38 | -------------------------------------------------------------------------------- /GuiLib/GuiDockBar.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_GUIDOCKBAR_H__7B496F64_7230_419E_9A90_4D1BAC105E95__INCLUDED_) 2 | #define AFX_GUIDOCKBAR_H__7B496F64_7230_419E_9A90_4D1BAC105E95__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // GuiDockBar.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // CGuiDockBar window 12 | 13 | class CGuiDockBar : public CDockBar 14 | { 15 | // Construction 16 | public: 17 | CGuiDockBar(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CGuiDockBar) 28 | //}}AFX_VIRTUAL 29 | 30 | // Implementation 31 | public: 32 | virtual ~CGuiDockBar(); 33 | virtual CSize ReCalLayout(CGuiControlBar* pWnd); 34 | // Generated message map functions 35 | protected: 36 | //{{AFX_MSG(CGuiDockBar) 37 | // NOTE - the ClassWizard will add and remove member functions here. 38 | //}}AFX_MSG 39 | DECLARE_MESSAGE_MAP() 40 | }; 41 | 42 | ///////////////////////////////////////////////////////////////////////////// 43 | 44 | //{{AFX_INSERT_LOCATION}} 45 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 46 | 47 | #endif // !defined(AFX_GUIDOCKBAR_H__7B496F64_7230_419E_9A90_4D1BAC105E95__INCLUDED_) 48 | -------------------------------------------------------------------------------- /GuiLib/GuiEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiEdit.cpp -------------------------------------------------------------------------------- /GuiLib/GuiFolder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiFolder.cpp -------------------------------------------------------------------------------- /GuiLib/GuiFolderFlat.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | * * 3 | * GuiToolKit * 4 | * (MFC extension) * 5 | * Created by Francisco Campos G. www.beyondata.com fcampos@beyondata.com * 6 | *--------------------------------------------------------------------------* 7 | * * 8 | * This program is free software;so you are free to use it any of your * 9 | * applications (Freeware, Shareware, Commercial),but leave this header * 10 | * intact. * 11 | * * 12 | * These files are provided "as is" without warranty of any kind. * 13 | * * 14 | * GuiToolKit is forever FREE CODE !!!!! * 15 | * * 16 | *--------------------------------------------------------------------------* 17 | * Created by: Francisco Campos G. * 18 | * Bug Fixes and improvements : (Add your name) * 19 | * -Francisco Campos * 20 | * * 21 | ****************************************************************************/ 22 | 23 | #pragma once 24 | 25 | #include "guifolder.h" 26 | 27 | //***************************************************************** 28 | 29 | class GUILIBDLLEXPORT CGuiFolderFlat : 30 | public CGuiFolder 31 | { 32 | public: 33 | CGuiFolderFlat(void); 34 | virtual ~CGuiFolderFlat(void); 35 | public: 36 | virtual void DrawFolder(CFolderBar* cfb,Style m_Style); 37 | DECLARE_MESSAGE_MAP() 38 | afx_msg void OnLButtonDown(UINT nFlags, CPoint point); 39 | 40 | }; 41 | -------------------------------------------------------------------------------- /GuiLib/GuiGridLayout.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | 4 | // CGuiGridLayout 5 | 6 | class CControls 7 | { 8 | public: 9 | CControl(int nRow, int nCol, CWnd* pWnd); 10 | ~CControl(); 11 | int GetRows(); 12 | int GetCols(); 13 | CWnd* GetCWnd(int nRows,int nCol); 14 | protected: 15 | CWnd* m_pWnd: 16 | int m_nRow; 17 | int m_nCol; 18 | }; 19 | 20 | 21 | class CGuiGridLayout : public CWnd 22 | { 23 | DECLARE_DYNAMIC(CGuiGridLayout) 24 | public: 25 | enum GRIDBORDER{ GRIDFLAT=0,GRIDNORMAL=1,GRIDUNDER=2}; 26 | public: 27 | CGuiGridLayout(); 28 | virtual ~CGuiGridLayout(); 29 | public: 30 | void SetBorders(GRIDBORDER GridBorder); 31 | void SetColors(COLORREF m_clrColor); 32 | void SetInsets(int nInsets); 33 | void Add(CWnd* pWnd); 34 | void Add(int nRow,int nCol, CWnd* pWnd); 35 | void RecalLayout(); 36 | protected: 37 | int m_NumRows; 38 | int m_NumCols; 39 | int m_NumRowsAc; 40 | int m_NumColsAc; 41 | int m_nInsets; 42 | GRIDBORDER m_GridBorder; 43 | CPtrArray m_pArray; 44 | COLORREF m_clr; 45 | int nNumItems; 46 | protected: 47 | DECLARE_MESSAGE_MAP() 48 | public: 49 | virtual BOOL Create(CWnd* pParentWnd,int nNumRows, int nNumCols); 50 | afx_msg void OnSize(UINT nType, int cx, int cy); 51 | afx_msg void OnPaint(); 52 | afx_msg void OnDestroy(); 53 | }; 54 | 55 | 56 | -------------------------------------------------------------------------------- /GuiLib/GuiLabelButton.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | * * 3 | * GuiToolKit * 4 | * (MFC extension) * 5 | * Created by Francisco Campos G. www.beyondata.com fcampos@beyondata.com * 6 | *--------------------------------------------------------------------------* 7 | * * 8 | * This program is free software;so you are free to use it any of your * 9 | * applications (Freeware, Shareware, Commercial),but leave this header * 10 | * intact. * 11 | * * 12 | * These files are provided "as is" without warranty of any kind. * 13 | * * 14 | * GuiToolKit is forever FREE CODE !!!!! * 15 | * * 16 | *--------------------------------------------------------------------------* 17 | * Created by: Francisco Campos G. * 18 | * Bug Fixes and improvements : (Add your name) * 19 | * -Francisco Campos * 20 | * * 21 | ****************************************************************************/ 22 | 23 | #pragma once 24 | 25 | #include "guitoolbutton.h" 26 | 27 | class GUILIBDLLEXPORT CGuiLabelButton : public CGuiToolButton 28 | 29 | { 30 | DECLARE_DYNAMIC(CGuiLabelButton) 31 | public: 32 | CGuiLabelButton(void); 33 | virtual ~CGuiLabelButton(void); 34 | virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct); 35 | void DrawUnderLine(BOOL bDraw=TRUE){m_bDrawLine=bDraw; Invalidate(); UpdateData();}; 36 | protected: 37 | CFont m_cfont; 38 | BOOL m_bDrawLine; 39 | }; 40 | -------------------------------------------------------------------------------- /GuiLib/GuiLib.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "GuiLib"=".\GuiLib.dsp" - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Project: "GuiLibDllStatic"=".\GuiLibDllStatic.dsp" - Package Owner=<4> 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<4> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | Project: "GuiLibStatic"=".\GuiLibStatic.dsp" - Package Owner=<4> 31 | 32 | Package=<5> 33 | {{{ 34 | }}} 35 | 36 | Package=<4> 37 | {{{ 38 | }}} 39 | 40 | ############################################################################### 41 | 42 | Global: 43 | 44 | Package=<5> 45 | {{{ 46 | }}} 47 | 48 | Package=<3> 49 | {{{ 50 | }}} 51 | 52 | ############################################################################### 53 | 54 | -------------------------------------------------------------------------------- /GuiLib/GuiLib.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiLib.ncb -------------------------------------------------------------------------------- /GuiLib/GuiLib.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiLib.opt -------------------------------------------------------------------------------- /GuiLib/GuiLib.plg: -------------------------------------------------------------------------------- 1 | 2 |
3 |4 |15 | 16 | 17 | -------------------------------------------------------------------------------- /GuiLib/GuiLib.positions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiLib.positions -------------------------------------------------------------------------------- /GuiLib/GuiLibDllStatic.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "GuiLibDllStatic"=".\GuiLibDllStatic.dsp" - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /GuiLib/GuiLinkButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiLinkButton.cpp -------------------------------------------------------------------------------- /GuiLib/GuiListCtrl.cpp: -------------------------------------------------------------------------------- 1 | // GuiListCtrl.cpp : implementation file 2 | // 3 | 4 | #include "stdafx.h" 5 | #include "GuiLib.h" 6 | #include "GuiListCtrl.h" 7 | 8 | 9 | // CGuiListCtrl 10 | 11 | IMPLEMENT_DYNAMIC(CGuiListCtrl, CListCtrl) 12 | CGuiListCtrl::CGuiListCtrl() 13 | { 14 | } 15 | 16 | CGuiListCtrl::~CGuiListCtrl() 17 | { 18 | } 19 | 20 | 21 | BEGIN_MESSAGE_MAP(CGuiListCtrl, CListCtrl) 22 | ON_WM_DRAWITEM() 23 | END_MESSAGE_MAP() 24 | 25 | 26 | 27 | // CGuiListCtrl message handlers 28 | 29 | 30 | void CGuiListCtrl::OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct) 31 | { 32 | // TODO: Add your message handler code here and/or call default 33 | 34 | CListCtrl::OnDrawItem(nIDCtl, lpDrawItemStruct); 35 | } 36 | -------------------------------------------------------------------------------- /GuiLib/GuiListCtrl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | 4 | // CGuiListCtrl 5 | 6 | class CGuiListCtrl : public CListCtrl 7 | { 8 | DECLARE_DYNAMIC(CGuiListCtrl) 9 | 10 | public: 11 | CGuiListCtrl(); 12 | virtual ~CGuiListCtrl(); 13 | 14 | protected: 15 | DECLARE_MESSAGE_MAP() 16 | public: 17 | afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct); 18 | }; 19 | 20 | 21 | -------------------------------------------------------------------------------- /GuiLib/GuiMiniFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiMiniFrame.cpp -------------------------------------------------------------------------------- /GuiLib/GuiMiniFrameWnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiMiniFrameWnd.cpp -------------------------------------------------------------------------------- /GuiLib/GuiNormalButton.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | * * 3 | * GuiToolKit * 4 | * (MFC extension) * 5 | * Created by Francisco Campos G. www.beyondata.com fcampos@beyondata.com * 6 | *--------------------------------------------------------------------------* 7 | * * 8 | * This program is free software;so you are free to use it any of your * 9 | * applications (Freeware, Shareware, Commercial),but leave this header * 10 | * intact. * 11 | * * 12 | * These files are provided "as is" without warranty of any kind. * 13 | * * 14 | * GuiToolKit is forever FREE CODE !!!!! * 15 | * * 16 | *--------------------------------------------------------------------------* 17 | * Created by: Francisco Campos G. * 18 | * Bug Fixes and improvements : (Add your name) * 19 | * -Francisco Campos * 20 | * * 21 | ****************************************************************************/ 22 | 23 | #pragma once 24 | 25 | #include "guitoolbutton.h" 26 | 27 | class GUILIBDLLEXPORT CGuiNormalButton :public CGuiToolButton 28 | { 29 | public: 30 | enum StyleBtn{STL_NORMAL=0,STL_FLAT=1,STL_SEMIFLAT=2,STL_XP=3}; 31 | public: 32 | CGuiNormalButton(void); 33 | virtual ~CGuiNormalButton(void); 34 | void SetStyleButton(StyleBtn StlButton); 35 | private: 36 | StyleBtn m_stlbtn; 37 | protected: 38 | virtual void DrawItem(LPDRAWITEMSTRUCT /*lpDrawItemStruct*/); 39 | }; 40 | -------------------------------------------------------------------------------- /GuiLib/GuiOfficeBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiOfficeBar.cpp -------------------------------------------------------------------------------- /GuiLib/GuiOutLook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiOutLook.cpp -------------------------------------------------------------------------------- /GuiLib/GuiPanelWnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiPanelWnd.cpp -------------------------------------------------------------------------------- /GuiLib/GuiRadioButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiRadioButton.cpp -------------------------------------------------------------------------------- /GuiLib/GuiTabbed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuiTabbed.cpp -------------------------------------------------------------------------------- /GuiLib/GuicheckBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/GuicheckBox.cpp -------------------------------------------------------------------------------- /GuiLib/ReleaseU/CoolMenu.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/CoolMenu.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiADODB.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiADODB.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiButtonDoc.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiButtonDoc.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiButtonTimer.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiButtonTimer.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiCapOutBar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiCapOutBar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiComboBoxExt.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiComboBoxExt.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiComboFont.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiComboFont.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiContainer.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiContainer.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiControlBar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiControlBar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDocBarExten.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDocBarExten.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDocBarExtenEx.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDocBarExtenEx.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDocSpecial.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDocSpecial.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDockContext.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDockContext.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDockToolBar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDockToolBar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDockToolBarEx.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDockToolBarEx.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDrawLayer.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDrawLayer.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiDropDownEdit.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiDropDownEdit.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiEdit.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiEdit.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiFDir.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiFDir.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiFile.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiFile.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiFolder.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiFolder.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiFolderFlat.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiFolderFlat.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiFrameWnd.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiFrameWnd.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiGroupBox.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiGroupBox.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiHeaderCtrl.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiHeaderCtrl.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiImageLinkButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiImageLinkButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiLabelButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiLabelButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiLib.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiLib.res -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiLib.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiLib.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiLinkButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiLinkButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiListEdit.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiListEdit.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMDIFrame.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMDIFrame.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMDITabbed.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMDITabbed.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMDIWindowsDlg.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMDIWindowsDlg.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMiniFrame.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMiniFrame.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMiniFrameWnd.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMiniFrameWnd.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMiniSplitter.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMiniSplitter.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiMiniTool.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiMiniTool.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiNormalButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiNormalButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiOfficeBar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiOfficeBar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiOutLook.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiOutLook.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiOutLookView.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiOutLookView.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiPanelAccess.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiPanelAccess.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiPanelWnd.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiPanelWnd.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiPowerPointView.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiPowerPointView.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiRadioButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiRadioButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiSliderCtrl.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiSliderCtrl.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiSplitter.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiSplitter.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiSplitterWnd.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiSplitterWnd.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiStaticStandar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiStaticStandar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiStatusBar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiStatusBar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiSysTray.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiSysTray.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiTabPowerPoint.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiTabPowerPoint.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiTabWnd.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiTabWnd.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiTabbed.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiTabbed.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiToolBarWnd.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiToolBarWnd.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiToolButton.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiToolButton.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiView.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiView.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiViewWorkTab.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiViewWorkTab.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiVisioFolder.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiVisioFolder.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiWorkPanel.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiWorkPanel.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuiWorkTab.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuiWorkTab.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/GuicheckBox.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/GuicheckBox.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/MenuBar.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/MenuBar.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/NewMenu.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/NewMenu.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/StdAfx.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/StdAfx.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/Subclass.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/Subclass.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/VisualStylesXP.sbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/VisualStylesXP.sbr -------------------------------------------------------------------------------- /GuiLib/ReleaseU/vc60.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/ReleaseU/vc60.idb -------------------------------------------------------------------------------- /GuiLib/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // GuiLib.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /GuiLib/mfc42u/EAFXIS.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/EAFXIS.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/EAFXISD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/EAFXISD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/EAFXISD.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/EAFXISD.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFC42.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFC42.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFC42D.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFC42D.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFC42U.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFC42U.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFC42UD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFC42UD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCD42D.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCD42D.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCD42UD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCD42UD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCN42D.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCN42D.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCN42UD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCN42UD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCO42D.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCO42D.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCO42UD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCO42UD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42D.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42D.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42D.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42D.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42U.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42U.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42U.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42U.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42UD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42UD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/MFCS42UD.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/MFCS42UD.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXCW.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXCW.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXCW.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXCW.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXCWD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXCWD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXCWD.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXCWD.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXIS.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXIS.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXISD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXISD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/NAFXISD.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/NAFXISD.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/UAFXCW.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/UAFXCW.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/UAFXCW.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/UAFXCW.PDB -------------------------------------------------------------------------------- /GuiLib/mfc42u/UAFXCWD.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/UAFXCWD.LIB -------------------------------------------------------------------------------- /GuiLib/mfc42u/UAFXCWD.PDB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/mfc42u/UAFXCWD.PDB -------------------------------------------------------------------------------- /GuiLib/res/GuiDefault.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/GuiDefault.bmp -------------------------------------------------------------------------------- /GuiLib/res/guiarrowdown.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/guiarrowdown.ico -------------------------------------------------------------------------------- /GuiLib/res/guiarrowright.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/guiarrowright.ico -------------------------------------------------------------------------------- /GuiLib/res/guidockbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/guidockbar.bmp -------------------------------------------------------------------------------- /GuiLib/res/guidockoffice.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/guidockoffice.bmp -------------------------------------------------------------------------------- /GuiLib/res/guimdiicons.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/guimdiicons.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/DockOffice.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/DockOffice.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bitmap1.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bitmap2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bitmap2.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bitmap3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bitmap3.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bitmap4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bitmap4.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bitradio.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bitradio.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bmp00001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bmp00001.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/bmp00002.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/bmp00002.bmp -------------------------------------------------------------------------------- /GuiLib/res/tmp/ico00001.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/ico00001.ico -------------------------------------------------------------------------------- /GuiLib/res/tmp/ico238.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/ico238.ico -------------------------------------------------------------------------------- /GuiLib/res/tmp/ico239.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/ico239.ico -------------------------------------------------------------------------------- /GuiLib/res/tmp/icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/icon1.ico -------------------------------------------------------------------------------- /GuiLib/res/tmp/idc_hand.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiLib/res/tmp/idc_hand.ico -------------------------------------------------------------------------------- /GuiToolkit.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiToolkit.ncb -------------------------------------------------------------------------------- /GuiToolkit.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiToolkit.opt -------------------------------------------------------------------------------- /GuiToolkit.positions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/GuiToolkit.positions -------------------------------------------------------------------------------- /Samples/CGuiAccess/CGuiAccess.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/CGuiAccess.Tags.WW -------------------------------------------------------------------------------- /Samples/CGuiAccess/CGuiAccess.h: -------------------------------------------------------------------------------- 1 | // CGuiAccess.h : main header file for the CGUIACCESS application 2 | // 3 | 4 | #if !defined(AFX_CGUIACCESS_H__AD89D800_0724_4F94_96B7_C13C6F83919E__INCLUDED_) 5 | #define AFX_CGUIACCESS_H__AD89D800_0724_4F94_96B7_C13C6F83919E__INCLUDED_ 6 | 7 | #if _MSC_VER > 1000 8 | #pragma once 9 | #endif // _MSC_VER > 1000 10 | 11 | #ifndef __AFXWIN_H__ 12 | #error include 'stdafx.h' before including this file for PCH 13 | #endif 14 | 15 | #include "resource.h" // main symbols 16 | 17 | ///////////////////////////////////////////////////////////////////////////// 18 | // CCGuiAccessApp: 19 | // See CGuiAccess.cpp for the implementation of this class 20 | // 21 | 22 | class CCGuiAccessApp : public CWinApp 23 | { 24 | public: 25 | CCGuiAccessApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CCGuiAccessApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CCGuiAccessApp) 36 | afx_msg void OnAppAbout(); 37 | // NOTE - the ClassWizard will add and remove member functions here. 38 | // DO NOT EDIT what you see in these blocks of generated code ! 39 | //}}AFX_MSG 40 | DECLARE_MESSAGE_MAP() 41 | }; 42 | 43 | 44 | ///////////////////////////////////////////////////////////////////////////// 45 | 46 | //{{AFX_INSERT_LOCATION}} 47 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 48 | 49 | #endif // !defined(AFX_CGUIACCESS_H__AD89D800_0724_4F94_96B7_C13C6F83919E__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/CGuiAccess/CGuiAccess.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/CGuiAccess.rc -------------------------------------------------------------------------------- /Samples/CGuiAccess/DialSplitter.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DIALSPLITTER_H__E8378C75_2698_45E6_A845_9E4DAE27D321__INCLUDED_) 2 | #define AFX_DIALSPLITTER_H__E8378C75_2698_45E6_A845_9E4DAE27D321__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DialSplitter.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // CDialSplitter dialog 12 | #include "GuiSplitter.h" 13 | class CDialSplitter : public CDialog 14 | { 15 | // Construction 16 | public: 17 | CDialSplitter(CWnd* pParent = NULL); // standard constructor 18 | 19 | // Dialog Data 20 | //{{AFX_DATA(CDialSplitter) 21 | enum { IDD = IDD_SPLITTERS }; 22 | CGuiSplitter m_Splitter; 23 | //}}AFX_DATA 24 | 25 | 26 | // Overrides 27 | // ClassWizard generated virtual function overrides 28 | //{{AFX_VIRTUAL(CDialSplitter) 29 | protected: 30 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 31 | //}}AFX_VIRTUAL 32 | 33 | // Implementation 34 | protected: 35 | CTreeCtrl m_TreeServerExplorer; 36 | CTreeCtrl m_TreeServerExplorer1; 37 | // Generated message map functions 38 | //{{AFX_MSG(CDialSplitter) 39 | virtual BOOL OnInitDialog(); 40 | //}}AFX_MSG 41 | DECLARE_MESSAGE_MAP() 42 | }; 43 | 44 | //{{AFX_INSERT_LOCATION}} 45 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 46 | 47 | #endif // !defined(AFX_DIALSPLITTER_H__E8378C75_2698_45E6_A845_9E4DAE27D321__INCLUDED_) 48 | -------------------------------------------------------------------------------- /Samples/CGuiAccess/GuiServerExplorer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiContainer.h" 4 | #include "guipanelAccess.h" 5 | #include "GuiFolder.h" 6 | #include "GuiSplitter.h" 7 | #include "GuiToolButton.h" 8 | class CGuiServerExplorer : public CGuiControlBar 9 | { 10 | protected: 11 | 12 | CGuiPanelAccess m_panelAccess; 13 | CGuiFolder m_Folder; 14 | CGuiFolder m_Folder1; 15 | CGuiSplitter m_Splitter; 16 | CGuiSplitter m_Splitter1; 17 | CGuiToolButton* m_tb1; 18 | CGuiToolButton* m_tb2; 19 | CTreeCtrl m_TreeServerExplorer; 20 | CTreeCtrl m_TreeServerExplorer1; 21 | CTreeCtrl m_TreeServerExplorer2; 22 | CTreeCtrl m_TreeServerExplorer3; 23 | public: 24 | CGuiServerExplorer(void); 25 | virtual ~CGuiServerExplorer(void); 26 | DECLARE_MESSAGE_MAP() 27 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 28 | }; 29 | -------------------------------------------------------------------------------- /Samples/CGuiAccess/Help.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/Help.layout -------------------------------------------------------------------------------- /Samples/CGuiAccess/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // CGuiAccess.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Samples/CGuiAccess/StdAfx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #if !defined(AFX_STDAFX_H__536B8208_1BFC_42FB_B0FC_5F85C1988625__INCLUDED_) 7 | #define AFX_STDAFX_H__536B8208_1BFC_42FB_B0FC_5F85C1988625__INCLUDED_ 8 | 9 | #if _MSC_VER > 1000 10 | #pragma once 11 | #endif // _MSC_VER > 1000 12 | 13 | #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 14 | 15 | #includeBuild Log
5 |6 | --------------------Configuration: GuiLib - Win32 Release Unicode-------------------- 7 |
8 |Command Lines
9 | 10 | 11 | 12 |Results
13 | GuiTk114u.dll - 0 error(s), 0 warning(s) 14 |