├── .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 | 

Build 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 |
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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__536B8208_1BFC_42FB_B0FC_5F85C1988625__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/CGuiAccess/res/CGuiAccess.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/res/CGuiAccess.ico -------------------------------------------------------------------------------- /Samples/CGuiAccess/res/CGuiAccess.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // CGUIACCESS.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/CGuiAccess/res/CGuiAccessDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/res/CGuiAccessDoc.ico -------------------------------------------------------------------------------- /Samples/CGuiAccess/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/CGuiAccess/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiAccess/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/CGuiAccess/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by CGuiAccess.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_CGUIACTYPE 129 8 | #define IDB_BITMAP1 130 9 | #define IDD_SPLITTERS 131 10 | #define IDD_DIALOG1 131 11 | #define IDR_MENU1 132 12 | #define IDC_SPLITTER 1000 13 | #define ID_PRUEBA1 1025 14 | #define ID_PRUEBA2 1026 15 | #define ID_SPLITTERS 32771 16 | #define ID_OPTION1 32772 17 | #define ID_OPTION2 32773 18 | 19 | // Next default values for new objects 20 | // 21 | #ifdef APSTUDIO_INVOKED 22 | #ifndef APSTUDIO_READONLY_SYMBOLS 23 | #define _APS_3D_CONTROLS 1 24 | #define _APS_NEXT_RESOURCE_VALUE 133 25 | #define _APS_NEXT_COMMAND_VALUE 32774 26 | #define _APS_NEXT_CONTROL_VALUE 1001 27 | #define _APS_NEXT_SYMED_VALUE 101 28 | #endif 29 | #endif 30 | -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/CGuiFlatTabbedView.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiFlatTabbedView/CGuiFlatTabbedView.Tags.WW -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/ChildFrm.h: -------------------------------------------------------------------------------- 1 | // ChildFrm.h : interface of the CChildFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_CHILDFRM_H__0AEEA2E7_0F1E_4438_A850_36ABB7743C88__INCLUDED_) 6 | #define AFX_CHILDFRM_H__0AEEA2E7_0F1E_4438_A850_36ABB7743C88__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | 13 | class CChildFrame : public CMDIChildWnd 14 | { 15 | DECLARE_DYNCREATE(CChildFrame) 16 | public: 17 | CChildFrame(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CChildFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CChildFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | #endif 38 | 39 | // Generated message map functions 40 | protected: 41 | //{{AFX_MSG(CChildFrame) 42 | // NOTE - the ClassWizard will add and remove member functions here. 43 | // DO NOT EDIT what you see in these blocks of generated code! 44 | //}}AFX_MSG 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_CHILDFRM_H__0AEEA2E7_0F1E_4438_A850_36ABB7743C88__INCLUDED_) 54 | -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/MainFrm.h: -------------------------------------------------------------------------------- 1 | // MainFrm.h : interface of the CMainFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_MAINFRM_H__9EC26D72_D178_4608_98FF_764EC2666631__INCLUDED_) 6 | #define AFX_MAINFRM_H__9EC26D72_D178_4608_98FF_764EC2666631__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | #include "GuiMDIFrame.h" 12 | 13 | class CMainFrame : public CGuiMDIFrame 14 | { 15 | DECLARE_DYNAMIC(CMainFrame) 16 | public: 17 | CMainFrame(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CMainFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CMainFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | #endif 38 | 39 | protected: // control bar embedded members 40 | 41 | 42 | // Generated message map functions 43 | protected: 44 | //{{AFX_MSG(CMainFrame) 45 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 46 | afx_msg void OnTimer(UINT nIDEvent); 47 | //}}AFX_MSG 48 | DECLARE_MESSAGE_MAP() 49 | }; 50 | 51 | ///////////////////////////////////////////////////////////////////////////// 52 | 53 | //{{AFX_INSERT_LOCATION}} 54 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 55 | 56 | #endif // !defined(AFX_MAINFRM_H__9EC26D72_D178_4608_98FF_764EC2666631__INCLUDED_) 57 | -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by CGUIFLATTABBEDVIEW.RC 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_CGUIFLTYPE 129 8 | 9 | // Next default values for new objects 10 | // 11 | #ifdef APSTUDIO_INVOKED 12 | #ifndef APSTUDIO_READONLY_SYMBOLS 13 | #define _APS_3D_CONTROLS 1 14 | #define _APS_NEXT_RESOURCE_VALUE 130 15 | #define _APS_NEXT_CONTROL_VALUE 1000 16 | #define _APS_NEXT_SYMED_VALUE 101 17 | #define _APS_NEXT_COMMAND_VALUE 32771 18 | #endif 19 | #endif 20 | -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // CGuiFlatTabbedView.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/CGuiFlatTabbedView/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__085D5232_5421_451B_9EDB_8C2CDA068634__INCLUDED_) 7 | #define AFX_STDAFX_H__085D5232_5421_451B_9EDB_8C2CDA068634__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | 22 | #endif // _AFX_NO_AFXCMN_SUPPORT 23 | 24 | #include 25 | 26 | //{{AFX_INSERT_LOCATION}} 27 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 28 | 29 | #endif // !defined(AFX_STDAFX_H__085D5232_5421_451B_9EDB_8C2CDA068634__INCLUDED_) 30 | -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/res/CGuiFlatTabbedView.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiFlatTabbedView/res/CGuiFlatTabbedView.ico -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/res/CGuiFlatTabbedView.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // CGUIFLATTABBEDVIEW.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/res/CGuiFlatTabbedViewDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiFlatTabbedView/res/CGuiFlatTabbedViewDoc.ico -------------------------------------------------------------------------------- /Samples/CGuiFlatTabbedView/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiFlatTabbedView/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/CGuiOfficeDemo.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiOfficeDemo/CGuiOfficeDemo.Tags.WW -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/CGuiOfficeDemo.h: -------------------------------------------------------------------------------- 1 | // CGuiOfficeDemo.h : main header file for the CGUIOFFICEDEMO application 2 | // 3 | 4 | #if !defined(AFX_CGUIOFFICEDEMO_H__7B5616C1_A12B_4D34_8822_12CEC915F007__INCLUDED_) 5 | #define AFX_CGUIOFFICEDEMO_H__7B5616C1_A12B_4D34_8822_12CEC915F007__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 | // CCGuiOfficeDemoApp: 19 | // See CGuiOfficeDemo.cpp for the implementation of this class 20 | // 21 | 22 | class CCGuiOfficeDemoApp : public CWinApp 23 | { 24 | public: 25 | CCGuiOfficeDemoApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CCGuiOfficeDemoApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CCGuiOfficeDemoApp) 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_CGUIOFFICEDEMO_H__7B5616C1_A12B_4D34_8822_12CEC915F007__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/ChildFrm.h: -------------------------------------------------------------------------------- 1 | // ChildFrm.h : interface of the CChildFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_CHILDFRM_H__053CE529_9AA3_474F_83A3_72A9FFA30595__INCLUDED_) 6 | #define AFX_CHILDFRM_H__053CE529_9AA3_474F_83A3_72A9FFA30595__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | //CMDIChildWnd 13 | class CChildFrame : public CMDIChildWnd 14 | { 15 | DECLARE_DYNCREATE(CChildFrame) 16 | public: 17 | CChildFrame(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CChildFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CChildFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | #endif 38 | 39 | // Generated message map functions 40 | protected: 41 | //{{AFX_MSG(CChildFrame) 42 | // NOTE - the ClassWizard will add and remove member functions here. 43 | // DO NOT EDIT what you see in these blocks of generated code! 44 | //}}AFX_MSG 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_CHILDFRM_H__053CE529_9AA3_474F_83A3_72A9FFA30595__INCLUDED_) 54 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/GuiBarOffice.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guiofficebar.h" 3 | #include "GuiWorkPanel.h" 4 | #include "GuiLabelButton.h" 5 | #include "GuiImageLinkButton.h" 6 | #include "GuiContainer.h" 7 | 8 | class CGuiBarOffice : public CGuiOfficeBar 9 | { 10 | public: 11 | CGuiBarOffice(void); 12 | virtual ~CGuiBarOffice(void); 13 | CGuiWorkPanel m_wndPanel; 14 | CGuiContainer m_ctClassView; 15 | CGuiLabelButton m_ArrLabels[10]; 16 | CGuiImageLinkButton m_ArrLinks[10]; 17 | CTreeCtrl* m_TreeGaleria; 18 | void OnNuevoDoc(); 19 | void OnNuevoWeb(); 20 | void OnOpenDoc(); 21 | virtual void OnBack(); 22 | virtual void OnForWard(); 23 | virtual void OnMenu(); 24 | void UpdateChilds(); 25 | protected: 26 | //{{AFX_MSG(CMyBar) 27 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 28 | //}}AFX_MSG 29 | DECLARE_MESSAGE_MAP() 30 | 31 | public: 32 | afx_msg void OnWindowPosChanged(WINDOWPOS* lpwndpos); 33 | afx_msg void OnSize(UINT nType, int cx, int cy); 34 | afx_msg void OnTimer(UINT nIDEvent); 35 | }; 36 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/GuiTabbedPP.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | #include "guitabbedpp.h" 3 | #include "resource.h" 4 | CGuiTabbedPP::CGuiTabbedPP(void) 5 | { 6 | } 7 | 8 | CGuiTabbedPP::~CGuiTabbedPP(void) 9 | { 10 | } 11 | BEGIN_MESSAGE_MAP(CGuiTabbedPP, CGuiOfficeBar) 12 | ON_WM_CREATE() 13 | END_MESSAGE_MAP() 14 | 15 | int CGuiTabbedPP::OnCreate(LPCREATESTRUCT lpCreateStruct) 16 | { 17 | if (CGuiOfficeBar::OnCreate(lpCreateStruct) == -1) 18 | return -1; 19 | if (!m_tbpp.Create(WS_VISIBLE|WS_CHILD,CRect(0,0,0,0),this,0x3333)) 20 | return -1; 21 | m_ArrButtons[0].SetEnabled(FALSE); 22 | m_ArrButtons[1].SetEnabled(FALSE); 23 | m_tree1.Create(TVS_HASLINES |TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_tbpp,0x3331 ); 24 | m_tree2.Create(TVS_HASLINES |TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_tbpp,0x3331 ); 25 | m_tree3.Create(TVS_HASLINES |TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_tbpp,0x3331 ); 26 | m_tbpp.SetImageList(IDB_BITPP,16,3,RGB(255,0,0)); 27 | m_tbpp.Addtab(&m_tree1," Galeria ",0); 28 | m_tbpp.Addtab(&m_tree2," Lista ",1); 29 | //m_tbpp.Addtab(&m_tree3," Lista ",-1); 30 | m_tbpp.SetColorTabs(GuiDrawLayer::GetRGBColorFace()); 31 | m_tbpp.SetAutoAjust(TRUE); 32 | m_tbpp.ShowButtonClose(TRUE); 33 | // TODO: Add your specialized creation code here 34 | 35 | return 0; 36 | } 37 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/GuiTabbedPP.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guiofficebar.h" 3 | #include "GuiTabPowerPoint.h" 4 | class CGuiTabbedPP :public CGuiOfficeBar 5 | { 6 | protected: 7 | CGuiTabPowerPoint m_tbpp; 8 | CTreeCtrl m_tree1; 9 | CTreeCtrl m_tree2; 10 | CTreeCtrl m_tree3; 11 | public: 12 | CGuiTabbedPP(void); 13 | virtual ~CGuiTabbedPP(void); 14 | 15 | DECLARE_MESSAGE_MAP() 16 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 17 | }; 18 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // CGuiOfficeDemo.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/CGuiOfficeDemo/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__C9723F85_B953_4D7A_9673_000C41347282__INCLUDED_) 7 | #define AFX_STDAFX_H__C9723F85_B953_4D7A_9673_000C41347282__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__C9723F85_B953_4D7A_9673_000C41347282__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/res/CGuiOfficeDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiOfficeDemo/res/CGuiOfficeDemo.ico -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/res/CGuiOfficeDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // CGUIOFFICEDEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/res/CGuiOfficeDemoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiOfficeDemo/res/CGuiOfficeDemoDoc.ico -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiOfficeDemo/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiOfficeDemo/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/res/fileview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiOfficeDemo/res/fileview.bmp -------------------------------------------------------------------------------- /Samples/CGuiOfficeDemo/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by CGuiOfficeDemo.rc 4 | // 5 | #define IDB_FILEVIEW 8 6 | #define IDD_ABOUTBOX 100 7 | #define IDR_MAINFRAME 128 8 | #define IDR_CGUIOFTYPE 129 9 | #define IDB_BITMAP1 131 10 | #define IDB_BITPP 131 11 | #define ID_VIEW_OFFICEBAR 5001 12 | #define ID_OFFICEBAR 30001 13 | #define ID_NEW 32771 14 | #define ID_OPEN 32772 15 | 16 | // Next default values for new objects 17 | // 18 | #ifdef APSTUDIO_INVOKED 19 | #ifndef APSTUDIO_READONLY_SYMBOLS 20 | #define _APS_3D_CONTROLS 1 21 | #define _APS_NEXT_RESOURCE_VALUE 132 22 | #define _APS_NEXT_COMMAND_VALUE 32773 23 | #define _APS_NEXT_CONTROL_VALUE 1000 24 | #define _APS_NEXT_SYMED_VALUE 101 25 | #endif 26 | #endif 27 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/CGuiPowerPoint.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/CGuiPowerPoint.Tags.WW -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/CGuiPowerPoint.h: -------------------------------------------------------------------------------- 1 | // CGuiPowerPoint.h : main header file for the CGUIPOWERPOINT application 2 | // 3 | 4 | #if !defined(AFX_CGUIPOWERPOINT_H__BD387FC3_E857_40DE_A613_0B18F2A8716E__INCLUDED_) 5 | #define AFX_CGUIPOWERPOINT_H__BD387FC3_E857_40DE_A613_0B18F2A8716E__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 | // CCGuiPowerPointApp: 19 | // See CGuiPowerPoint.cpp for the implementation of this class 20 | // 21 | 22 | class CCGuiPowerPointApp : public CWinApp 23 | { 24 | public: 25 | CCGuiPowerPointApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CCGuiPowerPointApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CCGuiPowerPointApp) 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_CGUIPOWERPOINT_H__BD387FC3_E857_40DE_A613_0B18F2A8716E__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/CGuiPowerPoint.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/CGuiPowerPoint.rc -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/GuiBarOffice.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guiofficebar.h" 3 | #include "GuiWorkPanel.h" 4 | #include "GuiLabelButton.h" 5 | #include "GuiImageLinkButton.h" 6 | #include "GuiContainer.h" 7 | 8 | class CGuiBarOffice : public CGuiControlBar 9 | { 10 | public: 11 | CGuiBarOffice(void); 12 | virtual ~CGuiBarOffice(void); 13 | CGuiWorkPanel m_wndPanel; 14 | CGuiContainer m_ctClassView; 15 | CGuiLabelButton m_ArrLabels[10]; 16 | CGuiImageLinkButton m_ArrLinks[10]; 17 | CTreeCtrl* m_TreeGaleria; 18 | void OnNuevoDoc(); 19 | void OnNuevoWeb(); 20 | void OnOpenDoc(); 21 | virtual void OnBack(); 22 | virtual void OnForWard(); 23 | virtual void OnMenu(); 24 | void UpdateChilds(); 25 | protected: 26 | //{{AFX_MSG(CMyBar) 27 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 28 | //}}AFX_MSG 29 | DECLARE_MESSAGE_MAP() 30 | 31 | public: 32 | afx_msg void OnWindowPosChanged(WINDOWPOS* lpwndpos); 33 | afx_msg void OnSize(UINT nType, int cx, int cy); 34 | afx_msg void OnTimer(UINT nIDEvent); 35 | }; 36 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/GuiComboFont.cpp: -------------------------------------------------------------------------------- 1 | // GuiComboFont.cpp: implementation of the CGuiComboFont class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #include "stdafx.h" 6 | #include "CGuiPowerPoint.h" 7 | #include "GuiComboFont.h" 8 | 9 | #ifdef _DEBUG 10 | #undef THIS_FILE 11 | static char THIS_FILE[]=__FILE__; 12 | #define new DEBUG_NEW 13 | #endif 14 | 15 | ////////////////////////////////////////////////////////////////////// 16 | // Construction/Destruction 17 | ////////////////////////////////////////////////////////////////////// 18 | 19 | CGuiComboFont::CGuiComboFont() 20 | { 21 | 22 | } 23 | 24 | CGuiComboFont::~CGuiComboFont() 25 | { 26 | 27 | } 28 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/GuiComboFont.h: -------------------------------------------------------------------------------- 1 | // GuiComboFont.h: interface for the CGuiComboFont class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_GUICOMBOFONT_H__F90413A3_060F_425E_BD8E_3CAC9448E306__INCLUDED_) 6 | #define AFX_GUICOMBOFONT_H__F90413A3_060F_425E_BD8E_3CAC9448E306__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | class CGuiComboFont : public CGuiComboBoxExt 13 | { 14 | public: 15 | CGuiComboFont(); 16 | virtual ~CGuiComboFont(); 17 | 18 | }; 19 | 20 | #endif // !defined(AFX_GUICOMBOFONT_H__F90413A3_060F_425E_BD8E_3CAC9448E306__INCLUDED_) 21 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/GuiPowerp.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_GUIPOWERP_H__FC88E72E_50BB_4CF7_B6DE_193D29719BD8__INCLUDED_) 2 | #define AFX_GUIPOWERP_H__FC88E72E_50BB_4CF7_B6DE_193D29719BD8__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // GuiPowerp.h : header file 8 | // 9 | #include "GuiPowerPointView.h" 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // CGuiPowerp window 12 | 13 | class CGuiPowerp : public CGuiPowerPointView 14 | { 15 | // Construction 16 | public: 17 | CGuiPowerp(); 18 | DECLARE_DYNCREATE(CGuiPowerp) 19 | // Attributes 20 | public: 21 | CTreeCtrl m_tree1; 22 | CTreeCtrl m_tree2; 23 | // Operations 24 | public: 25 | 26 | // Overrides 27 | // ClassWizard generated virtual function overrides 28 | //{{AFX_VIRTUAL(CGuiPowerp) 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CGuiPowerp(); 34 | 35 | // Generated message map functions 36 | protected: 37 | //{{AFX_MSG(CGuiPowerp) 38 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 39 | afx_msg void OnClose(); 40 | //}}AFX_MSG 41 | DECLARE_MESSAGE_MAP() 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_GUIPOWERP_H__FC88E72E_50BB_4CF7_B6DE_193D29719BD8__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/GuiTabbedPP.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | #include "guitabbedpp.h" 3 | #include "resource.h" 4 | 5 | CGuiTabbedPP::CGuiTabbedPP(void) 6 | { 7 | } 8 | 9 | CGuiTabbedPP::~CGuiTabbedPP(void) 10 | { 11 | } 12 | BEGIN_MESSAGE_MAP(CGuiTabbedPP, CGuiOfficeBar) 13 | ON_WM_CREATE() 14 | 15 | END_MESSAGE_MAP() 16 | 17 | 18 | int CGuiTabbedPP::OnCreate(LPCREATESTRUCT lpCreateStruct) 19 | { 20 | if (CGuiOfficeBar::OnCreate(lpCreateStruct) == -1) 21 | return -1; 22 | if (!m_tbpp.Create(WS_VISIBLE|WS_CHILD,CRect(0,0,0,0),this,0x3333)) 23 | return -1; 24 | m_ArrButtons[0].SetEnabled(FALSE); 25 | m_ArrButtons[1].SetEnabled(FALSE); 26 | m_tree1.Create(TVS_HASLINES |TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_tbpp,0x3331 ); 27 | m_tree2.Create(TVS_HASLINES |TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_tbpp,0x3331 ); 28 | m_tree3.Create(TVS_HASLINES |TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_tbpp,0x3331 ); 29 | m_tbpp.SetImageList(IDB_BITPP,16,3,RGB(255,0,0)); 30 | m_tbpp.Addtab(&m_tree1," Galeria ",0); 31 | m_tbpp.Addtab(&m_tree2," Lista ",1); 32 | //m_tbpp.Addtab(&m_tree3," Lista ",-1); 33 | m_tbpp.SetColorTabs(GuiDrawLayer::GetRGBColorWhite()); 34 | 35 | 36 | m_tbpp.SetAutoAjust(FALSE); 37 | // TODO: Add your specialized creation code here 38 | 39 | return 0; 40 | } 41 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/GuiTabbedPP.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guiofficebar.h" 3 | #include "GuiTabPowerPoint.h" 4 | class CGuiTabbedPP :public CGuiOfficeBar 5 | { 6 | protected: 7 | CGuiTabPowerPoint m_tbpp; 8 | CTreeCtrl m_tree1; 9 | CTreeCtrl m_tree2; 10 | CTreeCtrl m_tree3; 11 | public: 12 | CGuiTabbedPP(void); 13 | virtual ~CGuiTabbedPP(void); 14 | 15 | 16 | DECLARE_MESSAGE_MAP() 17 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 18 | }; 19 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // CGuiPowerPoint.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/CGuiPowerPoint/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__3DAA561E_78E3_4C65_95D4_4ED7A8144CEA__INCLUDED_) 7 | #define AFX_STDAFX_H__3DAA561E_78E3_4C65_95D4_4ED7A8144CEA__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__3DAA561E_78E3_4C65_95D4_4ED7A8144CEA__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/res/CGuiPowerPoint.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/res/CGuiPowerPoint.ico -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/res/CGuiPowerPoint.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // CGUIPOWERPOINT.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/res/CGuiPowerPointDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/res/CGuiPowerPointDoc.ico -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/res/bmp00001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiPowerPoint/res/bmp00001.bmp -------------------------------------------------------------------------------- /Samples/CGuiPowerPoint/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by CGuiPowerPoint.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_CGUIPOTYPE 129 8 | #define IDB_BITPP 130 9 | #define IDB_FILEVIEW 131 10 | #define ID_EMAIL 32771 11 | #define ID_BUSCAR 32772 12 | #define ID_PREVIEW 32773 13 | #define ID_BUTTON32774 32774 14 | #define ID_ORTOGRAFIA 32775 15 | #define ID_BACK 32776 16 | #define ID_FORWARD 32777 17 | #define ID_GRAFICO 32778 18 | #define ID_TABLA 32779 19 | #define ID_GRISES 32780 20 | #define ID_COMBOBOX 32781 21 | 22 | // Next default values for new objects 23 | // 24 | #ifdef APSTUDIO_INVOKED 25 | #ifndef APSTUDIO_READONLY_SYMBOLS 26 | #define _APS_3D_CONTROLS 1 27 | #define _APS_NEXT_RESOURCE_VALUE 132 28 | #define _APS_NEXT_COMMAND_VALUE 32783 29 | #define _APS_NEXT_CONTROL_VALUE 1000 30 | #define _APS_NEXT_SYMED_VALUE 101 31 | #endif 32 | #endif 33 | -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/CGuiTabbedDemo.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiTabbedDemo/CGuiTabbedDemo.Tags.WW -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/CGuiTabbedDemo.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiTabbedDemo/CGuiTabbedDemo.rc -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/ChildFrm.h: -------------------------------------------------------------------------------- 1 | // ChildFrm.h : interface of the CChildFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_CHILDFRM_H__935D5215_1CD8_4199_B32D_79FC44712583__INCLUDED_) 6 | #define AFX_CHILDFRM_H__935D5215_1CD8_4199_B32D_79FC44712583__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | 13 | class CChildFrame : public CMDIChildWnd 14 | { 15 | DECLARE_DYNCREATE(CChildFrame) 16 | public: 17 | CChildFrame(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CChildFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CChildFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | #endif 38 | 39 | // Generated message map functions 40 | protected: 41 | //{{AFX_MSG(CChildFrame) 42 | // NOTE - the ClassWizard will add and remove member functions here. 43 | // DO NOT EDIT what you see in these blocks of generated code! 44 | //}}AFX_MSG 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_CHILDFRM_H__935D5215_1CD8_4199_B32D_79FC44712583__INCLUDED_) 54 | -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // CGuiTabbedDemo.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/CGuiTabbedDemo/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__49FB407E_5136_4E37_8D30_29E0DB5A10F4__INCLUDED_) 7 | #define AFX_STDAFX_H__49FB407E_5136_4E37_8D30_29E0DB5A10F4__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__49FB407E_5136_4E37_8D30_29E0DB5A10F4__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/res/CGuiTabbedDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiTabbedDemo/res/CGuiTabbedDemo.ico -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/res/CGuiTabbedDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // CGUITABBEDDEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/res/CGuiTabbedDemoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiTabbedDemo/res/CGuiTabbedDemoDoc.ico -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/CGuiTabbedDemo/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/CGuiTabbedDemo/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by CGuiTabbedDemo.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_CGUITATYPE 129 8 | #define IDR_MENUTABS 130 9 | 10 | // Next default values for new objects 11 | // 12 | #ifdef APSTUDIO_INVOKED 13 | #ifndef APSTUDIO_READONLY_SYMBOLS 14 | #define _APS_3D_CONTROLS 1 15 | #define _APS_NEXT_RESOURCE_VALUE 131 16 | #define _APS_NEXT_COMMAND_VALUE 32771 17 | #define _APS_NEXT_CONTROL_VALUE 1000 18 | #define _APS_NEXT_SYMED_VALUE 101 19 | #endif 20 | #endif 21 | -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/DialogExcelTabs.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\=WWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIRYk:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\dialogexceltabs.cpp$Wk:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\dialogexceltabs.h,\k:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\dialogexceltabsdlg.cpp4Zk:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\dialogexceltabsdlg.h<Pk:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\resource.hDPk:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\stdafx.cppLNk:\download\guitoolkit\version 114\guitoolkit\samples\dialogexceltabs\stdafx.hT -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/DialogExcelTabs.h: -------------------------------------------------------------------------------- 1 | // DialogExcelTabs.h : main header file for the DIALOGEXCELTABS application 2 | // 3 | 4 | #if !defined(AFX_DIALOGEXCELTABS_H__B5000D2B_F475_41BB_B960_478C07FB408E__INCLUDED_) 5 | #define AFX_DIALOGEXCELTABS_H__B5000D2B_F475_41BB_B960_478C07FB408E__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 | // CDialogExcelTabsApp: 19 | // See DialogExcelTabs.cpp for the implementation of this class 20 | // 21 | 22 | class CDialogExcelTabsApp : public CWinApp 23 | { 24 | public: 25 | CDialogExcelTabsApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CDialogExcelTabsApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | 36 | //{{AFX_MSG(CDialogExcelTabsApp) 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_DIALOGEXCELTABS_H__B5000D2B_F475_41BB_B960_478C07FB408E__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/DialogExcelTabs.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/DialogExcelTabs/DialogExcelTabs.rc -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // DialogExcelTabs.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/DialogExcelTabs/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__0B03DED9_4EFD_4776_A5D6_ED914F816BC8__INCLUDED_) 7 | #define AFX_STDAFX_H__0B03DED9_4EFD_4776_A5D6_ED914F816BC8__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__0B03DED9_4EFD_4776_A5D6_ED914F816BC8__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/res/DialogExcelTabs.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/DialogExcelTabs/res/DialogExcelTabs.ico -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/res/DialogExcelTabs.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // DIALOGEXCELTABS.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/DialogExcelTabs/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by DialogExcelTabs.rc 4 | // 5 | #define IDM_ABOUTBOX 0x0010 6 | #define IDD_ABOUTBOX 100 7 | #define IDS_ABOUTBOX 101 8 | #define IDD_DIALOGEXCELTABS_DIALOG 102 9 | #define IDR_MAINFRAME 128 10 | #define IDC_STATICEXCEL 1000 11 | 12 | // Next default values for new objects 13 | // 14 | #ifdef APSTUDIO_INVOKED 15 | #ifndef APSTUDIO_READONLY_SYMBOLS 16 | #define _APS_NEXT_RESOURCE_VALUE 129 17 | #define _APS_NEXT_COMMAND_VALUE 32771 18 | #define _APS_NEXT_CONTROL_VALUE 1001 19 | #define _APS_NEXT_SYMED_VALUE 101 20 | #endif 21 | #endif 22 | -------------------------------------------------------------------------------- /Samples/EditListBox/EditListBox.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\WWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIRQk:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\editlistbox.cpp$Ok:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\editlistbox.h,Tk:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\editlistboxdlg.cpp4Rk:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\editlistboxdlg.h<Lk:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\resource.hDLk:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\stdafx.cppLJk:\download\guitoolkit\version 114\guitoolkit\samples\editlistbox\stdafx.hT -------------------------------------------------------------------------------- /Samples/EditListBox/EditListBox.h: -------------------------------------------------------------------------------- 1 | // EditListBox.h : main header file for the EDITLISTBOX application 2 | // 3 | 4 | #if !defined(AFX_EDITLISTBOX_H__8739157F_DEBE_4751_A425_EE09D0BC9CB6__INCLUDED_) 5 | #define AFX_EDITLISTBOX_H__8739157F_DEBE_4751_A425_EE09D0BC9CB6__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 | // CEditListBoxApp: 19 | // See EditListBox.cpp for the implementation of this class 20 | // 21 | 22 | class CEditListBoxApp : public CWinApp 23 | { 24 | public: 25 | CEditListBoxApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CEditListBoxApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | 36 | //{{AFX_MSG(CEditListBoxApp) 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_EDITLISTBOX_H__8739157F_DEBE_4751_A425_EE09D0BC9CB6__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/EditListBox/EditListBox.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/EditListBox/EditListBox.rc -------------------------------------------------------------------------------- /Samples/EditListBox/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // EditListBox.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/EditListBox/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__98458BF0_21F5_45D4_9F60_0D8D4EF2D099__INCLUDED_) 7 | #define AFX_STDAFX_H__98458BF0_21F5_45D4_9F60_0D8D4EF2D099__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__98458BF0_21F5_45D4_9F60_0D8D4EF2D099__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/EditListBox/res/EditListBox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/EditListBox/res/EditListBox.ico -------------------------------------------------------------------------------- /Samples/EditListBox/res/EditListBox.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // EDITLISTBOX.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/EditListBox/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by EditListBox.rc 4 | // 5 | #define IDM_ABOUTBOX 0x0010 6 | #define IDD_ABOUTBOX 100 7 | #define IDS_ABOUTBOX 101 8 | #define IDD_EDITLISTBOX_DIALOG 102 9 | #define IDR_MAINFRAME 128 10 | #define IDC_STALIST 1000 11 | #define IDC_STEXT 1001 12 | 13 | // Next default values for new objects 14 | // 15 | #ifdef APSTUDIO_INVOKED 16 | #ifndef APSTUDIO_READONLY_SYMBOLS 17 | #define _APS_NEXT_RESOURCE_VALUE 129 18 | #define _APS_NEXT_COMMAND_VALUE 32771 19 | #define _APS_NEXT_CONTROL_VALUE 1002 20 | #define _APS_NEXT_SYMED_VALUE 101 21 | #endif 22 | #endif 23 | -------------------------------------------------------------------------------- /Samples/GuiAdoTest/GuiAdoTest.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\WWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIROk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\guiadotest.cpp$Mk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\guiadotest.h,Rk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\guiadotestdlg.cpp4Pk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\guiadotestdlg.h<Kk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\resource.hDKk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\stdafx.cppLIk:\download\guitoolkit\version 114\guitoolkit\samples\guiadotest\stdafx.hT -------------------------------------------------------------------------------- /Samples/GuiAdoTest/GuiAdoTestDlg.h: -------------------------------------------------------------------------------- 1 | // GuiAdoTestDlg.h : header file 2 | // 3 | 4 | #if !defined(AFX_GUIADOTESTDLG_H__16675909_D29A_4FAA_B803_976E0ABCE914__INCLUDED_) 5 | #define AFX_GUIADOTESTDLG_H__16675909_D29A_4FAA_B803_976E0ABCE914__INCLUDED_ 6 | 7 | #if _MSC_VER > 1000 8 | #pragma once 9 | #endif // _MSC_VER > 1000 10 | 11 | ///////////////////////////////////////////////////////////////////////////// 12 | // CGuiAdoTestDlg dialog 13 | 14 | class CGuiAdoTestDlg : public CDialog 15 | { 16 | // Construction 17 | public: 18 | CGuiAdoTestDlg(CWnd* pParent = NULL); // standard constructor 19 | 20 | // Dialog Data 21 | //{{AFX_DATA(CGuiAdoTestDlg) 22 | enum { IDD = IDD_GUIADOTEST_DIALOG }; 23 | // NOTE: the ClassWizard will add data members here 24 | //}}AFX_DATA 25 | 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CGuiAdoTestDlg) 28 | protected: 29 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 30 | //}}AFX_VIRTUAL 31 | 32 | // Implementation 33 | protected: 34 | HICON m_hIcon; 35 | 36 | // Generated message map functions 37 | //{{AFX_MSG(CGuiAdoTestDlg) 38 | virtual BOOL OnInitDialog(); 39 | afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 40 | afx_msg void OnPaint(); 41 | afx_msg HCURSOR OnQueryDragIcon(); 42 | virtual void OnOK(); 43 | //}}AFX_MSG 44 | DECLARE_MESSAGE_MAP() 45 | }; 46 | 47 | //{{AFX_INSERT_LOCATION}} 48 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 49 | 50 | #endif // !defined(AFX_GUIADOTESTDLG_H__16675909_D29A_4FAA_B803_976E0ABCE914__INCLUDED_) 51 | -------------------------------------------------------------------------------- /Samples/GuiAdoTest/Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by GUIADOTEST.RC 4 | // 5 | #define IDR_MAINFRAME 128 6 | #define IDM_ABOUTBOX 0x0010 7 | #define IDD_ABOUTBOX 100 8 | #define IDS_ABOUTBOX 101 9 | #define IDD_GUIADOTEST_DIALOG 102 10 | 11 | // Next default values for new objects 12 | // 13 | #ifdef APSTUDIO_INVOKED 14 | #ifndef APSTUDIO_READONLY_SYMBOLS 15 | 16 | #define _APS_NEXT_RESOURCE_VALUE 129 17 | #define _APS_NEXT_CONTROL_VALUE 1000 18 | #define _APS_NEXT_SYMED_VALUE 101 19 | #define _APS_NEXT_COMMAND_VALUE 32771 20 | #endif 21 | #endif 22 | -------------------------------------------------------------------------------- /Samples/GuiAdoTest/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // GuiAdoTest.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/GuiAdoTest/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__CB6F4260_45DE_4B8A_BF4B_7D1D0FB10262__INCLUDED_) 7 | #define AFX_STDAFX_H__CB6F4260_45DE_4B8A_BF4B_7D1D0FB10262__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__CB6F4260_45DE_4B8A_BF4B_7D1D0FB10262__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/GuiAdoTest/res/GuiAdoTest.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiAdoTest/res/GuiAdoTest.ico -------------------------------------------------------------------------------- /Samples/GuiAdoTest/res/GuiAdoTest.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // GUIADOTEST.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/GuiHeaderControl.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\HWWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIR[k:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\guiheadercontrol.cpp$Yk:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\guiheadercontrol.h,^k:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\guiheadercontroldlg.cpp4\k:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\guiheadercontroldlg.h<Qk:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\resource.hDQk:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\stdafx.cppLOk:\download\guitoolkit\version 114\guitoolkit\samples\guiheadercontrol\stdafx.hT -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/GuiHeaderControl.h: -------------------------------------------------------------------------------- 1 | // GuiHeaderControl.h : main header file for the GUIHEADERCONTROL application 2 | // 3 | 4 | #if !defined(AFX_GUIHEADERCONTROL_H__CF16383E_BBE7_45C6_AE66_E6E282FCF162__INCLUDED_) 5 | #define AFX_GUIHEADERCONTROL_H__CF16383E_BBE7_45C6_AE66_E6E282FCF162__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 | // CGuiHeaderControlApp: 19 | // See GuiHeaderControl.cpp for the implementation of this class 20 | // 21 | 22 | class CGuiHeaderControlApp : public CWinApp 23 | { 24 | public: 25 | CGuiHeaderControlApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CGuiHeaderControlApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | 36 | //{{AFX_MSG(CGuiHeaderControlApp) 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_GUIHEADERCONTROL_H__CF16383E_BBE7_45C6_AE66_E6E282FCF162__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/GuiHeaderControl.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiHeaderControl/GuiHeaderControl.rc -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // GuiHeaderControl.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/GuiHeaderControl/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__60A5313E_BA34_4213_AAA1_3FB3A6D31A1F__INCLUDED_) 7 | #define AFX_STDAFX_H__60A5313E_BA34_4213_AAA1_3FB3A6D31A1F__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__60A5313E_BA34_4213_AAA1_3FB3A6D31A1F__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/res/GuiHeaderControl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiHeaderControl/res/GuiHeaderControl.ico -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/res/GuiHeaderControl.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // GUIHEADERCONTROL.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiHeaderControl/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/GuiHeaderControl/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by GuiHeaderControl.rc 4 | // 5 | #define IDM_ABOUTBOX 0x0010 6 | #define IDD_ABOUTBOX 100 7 | #define IDS_ABOUTBOX 101 8 | #define IDD_GUIHEADERCONTROL_DIALOG 102 9 | #define IDR_MAINFRAME 128 10 | #define IDB_BITMAP1 129 11 | #define IDC_LIST1 1000 12 | 13 | // Next default values for new objects 14 | // 15 | #ifdef APSTUDIO_INVOKED 16 | #ifndef APSTUDIO_READONLY_SYMBOLS 17 | #define _APS_NEXT_RESOURCE_VALUE 130 18 | #define _APS_NEXT_COMMAND_VALUE 32771 19 | #define _APS_NEXT_CONTROL_VALUE 1001 20 | #define _APS_NEXT_SYMED_VALUE 101 21 | #endif 22 | #endif 23 | -------------------------------------------------------------------------------- /Samples/GuiPanelAccessDemo/GuiPanelAccessDemo.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\^WWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIR_k:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\guipanelaccessdemo.cpp$]k:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\guipanelaccessdemo.h,bk:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\guipanelaccessdemodlg.cpp4`k:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\guipanelaccessdemodlg.h<Sk:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\resource.hDSk:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\stdafx.cppLQk:\download\guitoolkit\version 114\guitoolkit\samples\guipanelaccessdemo\stdafx.hT -------------------------------------------------------------------------------- /Samples/GuiPanelAccessDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // GuiPanelAccessDemo.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/GuiPanelAccessDemo/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__6F5B4DFA_B3F4_487A_B86A_4BA4AE42812B__INCLUDED_) 7 | #define AFX_STDAFX_H__6F5B4DFA_B3F4_487A_B86A_4BA4AE42812B__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__6F5B4DFA_B3F4_487A_B86A_4BA4AE42812B__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/GuiPanelAccessDemo/res/GuiPanelAccessDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiPanelAccessDemo/res/GuiPanelAccessDemo.ico -------------------------------------------------------------------------------- /Samples/GuiPanelAccessDemo/res/GuiPanelAccessDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // GUIPANELACCESSDEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/GuiPanelAccessDemo/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiPanelAccessDemo/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/GuiPanelAccessDemo/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by GuiPanelAccessDemo.rc 4 | // 5 | #define IDM_ABOUTBOX 0x0010 6 | #define IDD_ABOUTBOX 100 7 | #define IDS_ABOUTBOX 101 8 | #define IDD_GUIPANELACCESSDEMO_DIALOG 102 9 | #define IDR_MAINFRAME 128 10 | #define IDB_BITMAP1 129 11 | #define IDC_FRAME 1000 12 | #define IDC_MINITOOL 1001 13 | 14 | // Next default values for new objects 15 | // 16 | #ifdef APSTUDIO_INVOKED 17 | #ifndef APSTUDIO_READONLY_SYMBOLS 18 | #define _APS_NEXT_RESOURCE_VALUE 130 19 | #define _APS_NEXT_COMMAND_VALUE 32771 20 | #define _APS_NEXT_CONTROL_VALUE 1002 21 | #define _APS_NEXT_SYMED_VALUE 101 22 | #endif 23 | #endif 24 | -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/GuiFolderVisio.cpp: -------------------------------------------------------------------------------- 1 | // GuiFolderVisio.cpp: implementation of the CGuiFolderVisio class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #include "stdafx.h" 6 | #include "GuiVisioDemo.h" 7 | #include "GuiFolderVisio.h" 8 | 9 | #ifdef _DEBUG 10 | #undef THIS_FILE 11 | static char THIS_FILE[]=__FILE__; 12 | #define new DEBUG_NEW 13 | #endif 14 | 15 | ////////////////////////////////////////////////////////////////////// 16 | // Construction/Destruction 17 | ////////////////////////////////////////////////////////////////////// 18 | 19 | CGuiFolderVisio::CGuiFolderVisio() 20 | { 21 | 22 | } 23 | 24 | CGuiFolderVisio::~CGuiFolderVisio() 25 | { 26 | 27 | } 28 | BEGIN_MESSAGE_MAP(CGuiFolderVisio, CGuiControlBar) 29 | ON_WM_CREATE() 30 | END_MESSAGE_MAP() 31 | 32 | int CGuiFolderVisio::OnCreate(LPCREATESTRUCT lpCreateStruct) 33 | { 34 | if (CGuiControlBar::OnCreate(lpCreateStruct) == -1) 35 | return -1; 36 | if (!m_ctServer.Create(WS_CHILD|WS_VISIBLE,CRect(0,0,0,0),this,124)) 37 | return -1; 38 | // TODO: Add your specialized creation code here 39 | if (!m_fv.Create(WS_CHILD|WS_VISIBLE, CRect(0,0,0,0), &m_ctServer, 125)) 40 | return -1; 41 | 42 | m_ctServer.AddComponen(&m_fv); 43 | m_fv.SetImageList(IDB_BITMAP1,16,3,RGB(255,0,0)); 44 | m_tree.Create(WS_CHILD | WS_VISIBLE | TVS_HASLINES | TVS_LINESATROOT | TVS_HASBUTTONS,CRect(0,0,0,0),&m_fv,126); 45 | m_fv.AddFolder(&m_tree,"ToolBox1",0); 46 | return 0; 47 | } 48 | -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/GuiFolderVisio.h: -------------------------------------------------------------------------------- 1 | // GuiFolderVisio.h: interface for the CGuiFolderVisio class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_GUIFOLDERVISIO_H__1FF06CA7_9692_4721_AA4A_39B001F58236__INCLUDED_) 6 | #define AFX_GUIFOLDERVISIO_H__1FF06CA7_9692_4721_AA4A_39B001F58236__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | #include "GuiControlBar.h" 12 | #include "GuiContainer.h" 13 | #include "GuiVisioFolder.h" 14 | class CGuiFolderVisio : public CGuiControlBar 15 | { 16 | protected: 17 | CGuiVisioFolder m_fv; 18 | CGuiContainer m_ctServer; 19 | CTreeCtrl m_tree; 20 | public: 21 | CGuiFolderVisio(); 22 | virtual ~CGuiFolderVisio(); 23 | 24 | DECLARE_MESSAGE_MAP() 25 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 26 | }; 27 | 28 | #endif // !defined(AFX_GUIFOLDERVISIO_H__1FF06CA7_9692_4721_AA4A_39B001F58236__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/GuiVisioDemo.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiVisioDemo/GuiVisioDemo.Tags.WW -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/GuiVisioDemo.h: -------------------------------------------------------------------------------- 1 | // GuiVisioDemo.h : main header file for the GUIVISIODEMO application 2 | // 3 | 4 | #if !defined(AFX_GUIVISIODEMO_H__CFBEAD0E_0D2B_46DA_A58E_069E22DCEC05__INCLUDED_) 5 | #define AFX_GUIVISIODEMO_H__CFBEAD0E_0D2B_46DA_A58E_069E22DCEC05__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 | // CGuiVisioDemoApp: 19 | // See GuiVisioDemo.cpp for the implementation of this class 20 | // 21 | 22 | class CGuiVisioDemoApp : public CWinApp 23 | { 24 | public: 25 | CGuiVisioDemoApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CGuiVisioDemoApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CGuiVisioDemoApp) 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_GUIVISIODEMO_H__CFBEAD0E_0D2B_46DA_A58E_069E22DCEC05__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/GuiVisioDemo.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiVisioDemo/GuiVisioDemo.rc -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // GuiVisioDemo.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/GuiVisioDemo/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__BB7C2885_1A48_41D5_A2E4_2F776C995666__INCLUDED_) 7 | #define AFX_STDAFX_H__BB7C2885_1A48_41D5_A2E4_2F776C995666__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__BB7C2885_1A48_41D5_A2E4_2F776C995666__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/res/GuiVisioDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiVisioDemo/res/GuiVisioDemo.ico -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/res/GuiVisioDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // GUIVISIODEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/res/GuiVisioDemoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiVisioDemo/res/GuiVisioDemoDoc.ico -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiVisioDemo/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/GuiVisioDemo/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/GuiVisioDemo/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by GuiVisioDemo.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_GUIVISTYPE 129 8 | #define IDB_BITMAP1 130 9 | 10 | // Next default values for new objects 11 | // 12 | #ifdef APSTUDIO_INVOKED 13 | #ifndef APSTUDIO_READONLY_SYMBOLS 14 | #define _APS_3D_CONTROLS 1 15 | #define _APS_NEXT_RESOURCE_VALUE 131 16 | #define _APS_NEXT_COMMAND_VALUE 32771 17 | #define _APS_NEXT_CONTROL_VALUE 1000 18 | #define _APS_NEXT_SYMED_VALUE 101 19 | #endif 20 | #endif 21 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/ChildFrm.h: -------------------------------------------------------------------------------- 1 | // ChildFrm.h : interface of the CChildFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_CHILDFRM_H__AF42DC2D_6426_450F_A4E2_0E4F566F0FAC__INCLUDED_) 6 | #define AFX_CHILDFRM_H__AF42DC2D_6426_450F_A4E2_0E4F566F0FAC__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | 13 | class CChildFrame : public CMDIChildWnd 14 | { 15 | DECLARE_DYNCREATE(CChildFrame) 16 | public: 17 | CChildFrame(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CChildFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CChildFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | 38 | #endif 39 | 40 | // Generated message map functions 41 | protected: 42 | //{{AFX_MSG(CChildFrame) 43 | // NOTE - the ClassWizard will add and remove member functions here. 44 | // DO NOT EDIT what you see in these blocks of generated code! 45 | //}}AFX_MSG 46 | DECLARE_MESSAGE_MAP() 47 | }; 48 | 49 | ///////////////////////////////////////////////////////////////////////////// 50 | 51 | //{{AFX_INSERT_LOCATION}} 52 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 53 | 54 | #endif // !defined(AFX_CHILDFRM_H__AF42DC2D_6426_450F_A4E2_0E4F566F0FAC__INCLUDED_) 55 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/DialUndo.cpp: -------------------------------------------------------------------------------- 1 | // DialUndo.cpp : implementation file 2 | // 3 | 4 | #include "stdafx.h" 5 | #include "gui_devstudio.h" 6 | #include "DialUndo.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 | // DialUndo dialog 16 | 17 | 18 | DialUndo::DialUndo(CWnd* pParent /*=NULL*/) 19 | : CDialog(DialUndo::IDD, pParent) 20 | { 21 | //{{AFX_DATA_INIT(DialUndo) 22 | // NOTE: the ClassWizard will add member initialization here 23 | //}}AFX_DATA_INIT 24 | } 25 | 26 | 27 | void DialUndo::DoDataExchange(CDataExchange* pDX) 28 | { 29 | CDialog::DoDataExchange(pDX); 30 | //{{AFX_DATA_MAP(DialUndo) 31 | // NOTE: the ClassWizard will add DDX and DDV calls here 32 | //}}AFX_DATA_MAP 33 | } 34 | 35 | 36 | BEGIN_MESSAGE_MAP(DialUndo, CDialog) 37 | //{{AFX_MSG_MAP(DialUndo) 38 | // NOTE: the ClassWizard will add message map macros here 39 | //}}AFX_MSG_MAP 40 | END_MESSAGE_MAP() 41 | 42 | ///////////////////////////////////////////////////////////////////////////// 43 | // DialUndo message handlers 44 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/DialUndo.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_DIALUNDO_H__D3868C08_C359_4C55_B339_5F5122E22F24__INCLUDED_) 2 | #define AFX_DIALUNDO_H__D3868C08_C359_4C55_B339_5F5122E22F24__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // DialUndo.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // DialUndo dialog 12 | 13 | class DialUndo : public CDialog 14 | { 15 | // Construction 16 | public: 17 | DialUndo(CWnd* pParent = NULL); // standard constructor 18 | 19 | // Dialog Data 20 | //{{AFX_DATA(DialUndo) 21 | enum { IDD = IDD_DIAL }; 22 | // NOTE: the ClassWizard will add data members here 23 | //}}AFX_DATA 24 | 25 | 26 | // Overrides 27 | // ClassWizard generated virtual function overrides 28 | //{{AFX_VIRTUAL(DialUndo) 29 | protected: 30 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 31 | //}}AFX_VIRTUAL 32 | 33 | // Implementation 34 | protected: 35 | 36 | // Generated message map functions 37 | //{{AFX_MSG(DialUndo) 38 | // NOTE: the ClassWizard will add member functions here 39 | //}}AFX_MSG 40 | DECLARE_MESSAGE_MAP() 41 | }; 42 | 43 | //{{AFX_INSERT_LOCATION}} 44 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 45 | 46 | #endif // !defined(AFX_DIALUNDO_H__D3868C08_C359_4C55_B339_5F5122E22F24__INCLUDED_) 47 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/GuiHelp.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "guihelp.h" 3 | #include "resource.h" 4 | 5 | CGuiHelp::CGuiHelp(void) 6 | { 7 | } 8 | 9 | CGuiHelp::~CGuiHelp(void) 10 | { 11 | } 12 | BEGIN_MESSAGE_MAP(CGuiHelp, CGuiControlBar) 13 | ON_WM_CREATE() 14 | END_MESSAGE_MAP() 15 | 16 | int CGuiHelp::OnCreate(LPCREATESTRUCT lpCreateStruct) 17 | { 18 | if (CGuiControlBar::OnCreate(lpCreateStruct) == -1) 19 | return -1; 20 | 21 | if (!m_TabSolExplorer.Create(WS_VISIBLE|WS_CHILD,CRect(0,0,0,0),this,0x9999)) 22 | return -1; 23 | 24 | const DWORD dwStyle = WS_CHILD | WS_VISIBLE | TVS_HASLINES | TVS_LINESATROOT | TVS_HASBUTTONS ; 25 | 26 | if (!m_TreeContents.Create(dwStyle,CRect(0,0,0,0), &m_TabSolExplorer, 1)) 27 | return -1; 28 | 29 | if (!m_Treeindex.Create(dwStyle, CRect(0,0,0,0), &m_TabSolExplorer, 2)) 30 | return -1; 31 | 32 | if (!m_TreeSearch.Create(dwStyle, CRect(0,0,0,0), &m_TabSolExplorer, 2)) 33 | return -1; 34 | 35 | 36 | m_TabSolExplorer.SetImageList(IDB_DBPROJECTS, 16,5, RGB (255, 0, 0)); 37 | m_TabSolExplorer.Addtab(&m_TreeContents,"Contents",3); 38 | m_TabSolExplorer.Addtab(&m_Treeindex,"Index",4); 39 | m_TabSolExplorer.Addtab(&m_TreeSearch,"Search",5); 40 | SetIcon(IDB_BITMAPHELP,16,1,RGB(255,0,0)); 41 | // TODO: Add your specialized creation code here 42 | 43 | return 0; 44 | } 45 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/GuiHelp.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiTabWnd.h" 4 | class CGuiHelp : public CGuiControlBar 5 | { 6 | protected: 7 | CGuiTabWnd m_TabSolExplorer; 8 | CTreeCtrl m_TreeContents; 9 | CTreeCtrl m_Treeindex; 10 | CTreeCtrl m_TreeSearch; 11 | public: 12 | CGuiHelp(void); 13 | virtual ~CGuiHelp(void); 14 | virtual void StyleDispl(DWORD dwDsp=GUISTYLE_XP) 15 | { 16 | m_StyleDisplay=dwDsp; 17 | m_TabSolExplorer.StyleDispl(dwDsp); 18 | CGuiControlBar::StyleDispl(dwDsp); 19 | 20 | } 21 | DECLARE_MESSAGE_MAP() 22 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 23 | }; 24 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/GuiOutPut.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "guioutput.h" 3 | #include "resource.h" 4 | 5 | CGuiOutPut::CGuiOutPut(void) 6 | { 7 | } 8 | 9 | CGuiOutPut::~CGuiOutPut(void) 10 | { 11 | } 12 | BEGIN_MESSAGE_MAP(CGuiOutPut, CGuiControlBar) 13 | ON_WM_CREATE() 14 | END_MESSAGE_MAP() 15 | 16 | int CGuiOutPut::OnCreate(LPCREATESTRUCT lpCreateStruct) 17 | { 18 | if (CGuiControlBar::OnCreate(lpCreateStruct) == -1) 19 | return -1; 20 | 21 | if (!m_TabSolExplorer.Create(WS_VISIBLE|WS_CHILD,CRect(0,0,0,0),this,0x9999)) 22 | return -1; 23 | 24 | const DWORD dwStyle =LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_HSCROLL | WS_VSCROLL; 25 | 26 | if (!m_ListTask.Create(dwStyle,CRect(0,0,0,0), &m_TabSolExplorer, 1)) 27 | return -1; 28 | 29 | if (!m_Search.Create(dwStyle,CRect(0,0,0,0), &m_TabSolExplorer, 2)) 30 | return -1; 31 | 32 | if (!m_EditOutput.Create(WS_CHILD|WS_VISIBLE,CRect(0,0,0,0), &m_TabSolExplorer, 2)) 33 | return -1; 34 | 35 | if (!m_EditFind.Create(WS_CHILD|WS_VISIBLE,CRect(0,0,0,0), &m_TabSolExplorer, 2)) 36 | return -1; 37 | 38 | 39 | m_TabSolExplorer.SetImageList(IDB_DBPROJECTS, 16,8, RGB (255, 0, 0)); 40 | m_TabSolExplorer.Addtab(&m_ListTask,"Task List",6); 41 | m_TabSolExplorer.Addtab(&m_EditOutput,"Output",7); 42 | m_TabSolExplorer.Addtab(&m_EditFind,"Find Results 1",8); 43 | m_TabSolExplorer.Addtab(&m_Search,"Search Results",5); 44 | SetIcon(IDB_BITMAPHELP,16,5,RGB(255,0,0),3); 45 | return 0; 46 | } 47 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/GuiOutPut.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiTabWnd.h" 4 | class CGuiOutPut : public CGuiControlBar 5 | { 6 | protected: 7 | CGuiTabWnd m_TabSolExplorer; 8 | CListCtrl m_ListTask; 9 | CEdit m_EditOutput; 10 | CEdit m_EditFind; 11 | CListCtrl m_Search; 12 | public: 13 | CGuiOutPut(void); 14 | virtual ~CGuiOutPut(void); 15 | virtual void StyleDispl(DWORD dwDsp=GUISTYLE_XP) 16 | { 17 | m_StyleDisplay=dwDsp; 18 | m_TabSolExplorer.StyleDispl(dwDsp); 19 | CGuiControlBar::StyleDispl(dwDsp); 20 | 21 | } 22 | DECLARE_MESSAGE_MAP() 23 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 24 | }; 25 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/GuiServerExplorer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiContainer.h" 4 | 5 | class CGuiServerExplorer : public CGuiControlBar 6 | { 7 | protected: 8 | 9 | CTreeCtrl m_TreeServerExplorer; 10 | CGuiContainer m_ctServer; 11 | CGuiMiniTool m_miServer; 12 | public: 13 | void OnConnect(); 14 | void OnServer(); 15 | void OnExplorer(); 16 | CGuiServerExplorer(void); 17 | virtual ~CGuiServerExplorer(void); 18 | int CreatServerExplorer(); 19 | virtual void StyleDispl(DWORD dwDsp=GUISTYLE_XP) 20 | { 21 | m_StyleDisplay=dwDsp; 22 | m_miServer.StyleDispl(dwDsp); 23 | CGuiControlBar::StyleDispl(dwDsp); 24 | 25 | } 26 | 27 | DECLARE_MESSAGE_MAP() 28 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 29 | }; 30 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/GuiSolExplorer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiTabWnd.h" 4 | #include "GuiContainer.h" 5 | #include "GuiMiniTool.h" 6 | 7 | class CGuiSolExplorer : public CGuiControlBar 8 | { 9 | protected: 10 | CGuiTabWnd m_TabSolExplorer; 11 | CTreeCtrl m_TreeSolExplorer; 12 | CTreeCtrl m_TreeClassView; 13 | CTreeCtrl m_TreeResourceView; 14 | CImageList m_imgList; 15 | CGuiContainer m_ctSolution; 16 | CGuiMiniTool m_miSolution; 17 | 18 | CGuiContainer m_ctClassView; 19 | CGuiMiniTool m_miClassView; 20 | 21 | public: 22 | void Onproperties(); 23 | void OnNewFolder(); 24 | virtual void StyleDispl(DWORD dwDsp=GUISTYLE_XP) 25 | { 26 | m_StyleDisplay=dwDsp; 27 | m_miSolution.StyleDispl(dwDsp); 28 | m_miClassView.StyleDispl(dwDsp); 29 | m_TabSolExplorer.StyleDispl(dwDsp); 30 | CGuiControlBar::StyleDispl(dwDsp); 31 | } 32 | public: 33 | CGuiSolExplorer(void); 34 | virtual ~CGuiSolExplorer(void); 35 | void FillerSolExplorer(); 36 | void FillTreeClassView(); 37 | int CreatContExplorer(); 38 | int CreatContClassView(); 39 | DECLARE_MESSAGE_MAP() 40 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 41 | afx_msg void OnNcRButtonDown(UINT nHitTest, CPoint point); 42 | }; 43 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/Gui_DevStudio.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/Gui_DevStudio.Tags.WW -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/SplashView.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_SPLASHVIEW_H__15D3A2E9_99F6_4319_9A28_18D6D5654B62__INCLUDED_) 2 | #define AFX_SPLASHVIEW_H__15D3A2E9_99F6_4319_9A28_18D6D5654B62__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // SplashView.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // SplashView view 12 | 13 | class SplashView : public CView 14 | { 15 | protected: 16 | SplashView(); // protected constructor used by dynamic creation 17 | DECLARE_DYNCREATE(SplashView) 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(SplashView) 28 | protected: 29 | virtual void OnDraw(CDC* pDC); // overridden to draw this view 30 | //}}AFX_VIRTUAL 31 | 32 | // Implementation 33 | protected: 34 | virtual ~SplashView(); 35 | #ifdef _DEBUG 36 | virtual void AssertValid() const; 37 | virtual void Dump(CDumpContext& dc) const; 38 | #endif 39 | 40 | // Generated message map functions 41 | protected: 42 | //{{AFX_MSG(SplashView) 43 | // NOTE - the ClassWizard will add and remove member functions here. 44 | //}}AFX_MSG 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_SPLASHVIEW_H__15D3A2E9_99F6_4319_9A28_18D6D5654B62__INCLUDED_) 54 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // Gui_DevStudio.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/Gui_DevStudio/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__1E39CE6A_78DA_4A96_BD8A_B7D0C707510E__INCLUDED_) 7 | #define AFX_STDAFX_H__1E39CE6A_78DA_4A96_BD8A_B7D0C707510E__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__1E39CE6A_78DA_4A96_BD8A_B7D0C707510E__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/Gui_DevStudio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/Gui_DevStudio.ico -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/Gui_DevStudio.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // GUI_DEVSTUDIO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/Gui_DevStudioDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/Gui_DevStudioDoc.ico -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/PROJECT.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/PROJECT.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/bmp00001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/bmp00001.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/bmp00002.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/bmp00002.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/dbprojec.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/dbprojec.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/icon1.ico -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/splashvi.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/splashvi.bmp -------------------------------------------------------------------------------- /Samples/Gui_DevStudio/res/toolbar1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/Gui_DevStudio/res/toolbar1.bmp -------------------------------------------------------------------------------- /Samples/HeaderControl/HeaderControl.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\'WWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIRUk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\headercontrol.cpp$Sk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\headercontrol.h,Xk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\headercontroldlg.cpp4Vk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\headercontroldlg.h<Nk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\resource.hDNk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\stdafx.cppLLk:\download\guitoolkit\version 114\guitoolkit\samples\headercontrol\stdafx.hT -------------------------------------------------------------------------------- /Samples/HeaderControl/HeaderControl.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: "HeaderControl"=.\HeaderControl.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 | -------------------------------------------------------------------------------- /Samples/HeaderControl/HeaderControl.h: -------------------------------------------------------------------------------- 1 | // HeaderControl.h : main header file for the HEADERCONTROL application 2 | // 3 | 4 | #if !defined(AFX_HEADERCONTROL_H__026C91C3_B4B2_4B12_BBD9_94CAF8F1611D__INCLUDED_) 5 | #define AFX_HEADERCONTROL_H__026C91C3_B4B2_4B12_BBD9_94CAF8F1611D__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 | // CHeaderControlApp: 19 | // See HeaderControl.cpp for the implementation of this class 20 | // 21 | 22 | class CHeaderControlApp : public CWinApp 23 | { 24 | public: 25 | CHeaderControlApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CHeaderControlApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | 36 | //{{AFX_MSG(CHeaderControlApp) 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_HEADERCONTROL_H__026C91C3_B4B2_4B12_BBD9_94CAF8F1611D__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/HeaderControl/HeaderControl.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/HeaderControl/HeaderControl.rc -------------------------------------------------------------------------------- /Samples/HeaderControl/HeaderControlDlg.h: -------------------------------------------------------------------------------- 1 | // HeaderControlDlg.h : header file 2 | // 3 | 4 | #if !defined(AFX_HEADERCONTROLDLG_H__E5A5B9D0_6597_43E1_A16D_D8391D71CE25__INCLUDED_) 5 | #define AFX_HEADERCONTROLDLG_H__E5A5B9D0_6597_43E1_A16D_D8391D71CE25__INCLUDED_ 6 | 7 | #if _MSC_VER > 1000 8 | #pragma once 9 | #endif // _MSC_VER > 1000 10 | 11 | ///////////////////////////////////////////////////////////////////////////// 12 | // CHeaderControlDlg dialog 13 | 14 | class CHeaderControlDlg : public CDialog 15 | { 16 | // Construction 17 | public: 18 | CHeaderControlDlg(CWnd* pParent = NULL); // standard constructor 19 | 20 | // Dialog Data 21 | //{{AFX_DATA(CHeaderControlDlg) 22 | enum { IDD = IDD_HEADERCONTROL_DIALOG }; 23 | // NOTE: the ClassWizard will add data members here 24 | //}}AFX_DATA 25 | 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CHeaderControlDlg) 28 | protected: 29 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 30 | //}}AFX_VIRTUAL 31 | 32 | // Implementation 33 | protected: 34 | HICON m_hIcon; 35 | 36 | // Generated message map functions 37 | //{{AFX_MSG(CHeaderControlDlg) 38 | virtual BOOL OnInitDialog(); 39 | afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 40 | afx_msg void OnPaint(); 41 | afx_msg HCURSOR OnQueryDragIcon(); 42 | //}}AFX_MSG 43 | DECLARE_MESSAGE_MAP() 44 | }; 45 | 46 | //{{AFX_INSERT_LOCATION}} 47 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 48 | 49 | #endif // !defined(AFX_HEADERCONTROLDLG_H__E5A5B9D0_6597_43E1_A16D_D8391D71CE25__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/HeaderControl/Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by HEADERCONTROL.RC 4 | // 5 | #define IDR_MAINFRAME 128 6 | #define IDM_ABOUTBOX 0x0010 7 | #define IDD_ABOUTBOX 100 8 | #define IDS_ABOUTBOX 101 9 | #define IDD_HEADERCONTROL_DIALOG 102 10 | 11 | // Next default values for new objects 12 | // 13 | #ifdef APSTUDIO_INVOKED 14 | #ifndef APSTUDIO_READONLY_SYMBOLS 15 | 16 | #define _APS_NEXT_RESOURCE_VALUE 129 17 | #define _APS_NEXT_CONTROL_VALUE 1000 18 | #define _APS_NEXT_SYMED_VALUE 101 19 | #define _APS_NEXT_COMMAND_VALUE 32771 20 | #endif 21 | #endif 22 | -------------------------------------------------------------------------------- /Samples/HeaderControl/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // HeaderControl.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/HeaderControl/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__94B96631_CBB6_48C5_A0B7_6D6E1E4DBB5D__INCLUDED_) 7 | #define AFX_STDAFX_H__94B96631_CBB6_48C5_A0B7_6D6E1E4DBB5D__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__94B96631_CBB6_48C5_A0B7_6D6E1E4DBB5D__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/HeaderControl/res/HeaderControl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/HeaderControl/res/HeaderControl.ico -------------------------------------------------------------------------------- /Samples/HeaderControl/res/HeaderControl.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // HEADERCONTROL.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/Cajon.cpp: -------------------------------------------------------------------------------- 1 | // Cajon.cpp : implementation file 2 | // 3 | 4 | #include "stdafx.h" 5 | #include "OutlookDemo.h" 6 | #include "Cajon.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 | // CCajon 16 | 17 | IMPLEMENT_DYNCREATE(CCajon, CListView) 18 | 19 | CCajon::CCajon() 20 | { 21 | } 22 | 23 | CCajon::~CCajon() 24 | { 25 | } 26 | 27 | 28 | BEGIN_MESSAGE_MAP(CCajon, CListView) 29 | //{{AFX_MSG_MAP(CCajon) 30 | // NOTE - the ClassWizard will add and remove mapping macros here. 31 | //}}AFX_MSG_MAP 32 | END_MESSAGE_MAP() 33 | 34 | ///////////////////////////////////////////////////////////////////////////// 35 | // CCajon drawing 36 | 37 | void CCajon::OnDraw(CDC* pDC) 38 | { 39 | CDocument* pDoc = GetDocument(); 40 | // TODO: add draw code here 41 | } 42 | 43 | ///////////////////////////////////////////////////////////////////////////// 44 | // CCajon diagnostics 45 | 46 | #ifdef _DEBUG 47 | void CCajon::AssertValid() const 48 | { 49 | CListView::AssertValid(); 50 | } 51 | 52 | void CCajon::Dump(CDumpContext& dc) const 53 | { 54 | CListView::Dump(dc); 55 | } 56 | #endif //_DEBUG 57 | 58 | ///////////////////////////////////////////////////////////////////////////// 59 | // CCajon message handlers 60 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/Cajon.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_CAJON_H__38FBEF50_E3B4_4A1E_854B_F0FB1C04959B__INCLUDED_) 2 | #define AFX_CAJON_H__38FBEF50_E3B4_4A1E_854B_F0FB1C04959B__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // Cajon.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // CCajon view 12 | #include 13 | class CCajon : public CListView 14 | { 15 | protected: 16 | CCajon(); // protected constructor used by dynamic creation 17 | DECLARE_DYNCREATE(CCajon) 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CCajon) 28 | protected: 29 | virtual void OnDraw(CDC* pDC); // overridden to draw this view 30 | //}}AFX_VIRTUAL 31 | 32 | // Implementation 33 | protected: 34 | virtual ~CCajon(); 35 | #ifdef _DEBUG 36 | virtual void AssertValid() const; 37 | virtual void Dump(CDumpContext& dc) const; 38 | #endif 39 | 40 | // Generated message map functions 41 | protected: 42 | //{{AFX_MSG(CCajon) 43 | // NOTE - the ClassWizard will add and remove member functions here. 44 | //}}AFX_MSG 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_CAJON_H__38FBEF50_E3B4_4A1E_854B_F0FB1C04959B__INCLUDED_) 54 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/GOut.h: -------------------------------------------------------------------------------- 1 | // GOut.h: interface for the CGOut class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_) 6 | #define AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | #include "GuiOutLookView.h" 12 | #include "GuiOutLook.h" 13 | class CGOut : public CGuiOutLookView 14 | { 15 | public: 16 | CGOut(); 17 | DECLARE_DYNCREATE(CGOut) 18 | virtual ~CGOut(); 19 | public: 20 | CGuiOutLook out; 21 | CTreeCtrl tc; 22 | protected: 23 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 24 | DECLARE_MESSAGE_MAP(); 25 | }; 26 | 27 | #endif // !defined(AFX_GOUT_H__234E6903_71D2_4F19_B70D_216CA6097D32__INCLUDED_) 28 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/GuiToolBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/GuiToolBar.cpp -------------------------------------------------------------------------------- /Samples/OutlookDemo/OutBar.h: -------------------------------------------------------------------------------- 1 | // OutBar.h: interface for the COutBar class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_OUTBAR_H__98E93E79_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_) 6 | #define AFX_OUTBAR_H__98E93E79_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | //#include "GuiToolLook.h" 12 | #include "GuiFolder.h" 13 | #include "GuiOutLook.h" 14 | class COutBar : public GuiToolLook 15 | { 16 | public: 17 | COutBar(); 18 | virtual ~COutBar(); 19 | public: 20 | CGuiFolder cf; 21 | CGuiOutLook out; 22 | CTreeCtrl tc; 23 | protected: 24 | //{{AFX_MSG(CMyBar) 25 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 26 | //}}AFX_MSG 27 | DECLARE_MESSAGE_MAP() 28 | 29 | }; 30 | 31 | #endif // !defined(AFX_OUTBAR_H__98E93E79_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_) 32 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/OutlookDemo.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/OutlookDemo.Tags.WW -------------------------------------------------------------------------------- /Samples/OutlookDemo/OutlookDemo.h: -------------------------------------------------------------------------------- 1 | // OutlookDemo.h : main header file for the OUTLOOKDEMO application 2 | // 3 | 4 | #if !defined(AFX_OUTLOOKDEMO_H__98E93E69_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_) 5 | #define AFX_OUTLOOKDEMO_H__98E93E69_A5FA_11D5_A8C6_0008C7B2934C__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 | // COutlookDemoApp: 19 | // See OutlookDemo.cpp for the implementation of this class 20 | // 21 | 22 | class COutlookDemoApp : public CWinApp 23 | { 24 | public: 25 | COutlookDemoApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(COutlookDemoApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(COutlookDemoApp) 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_OUTLOOKDEMO_H__98E93E69_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // OutlookDemo.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/OutlookDemo/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__98E93E6B_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_) 7 | #define AFX_STDAFX_H__98E93E6B_A5FA_11D5_A8C6_0008C7B2934C__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__98E93E6B_A5FA_11D5_A8C6_0008C7B2934C__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/TestClass.cpp: -------------------------------------------------------------------------------- 1 | // TestClass.cpp: implementation of the TestClass class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #include "stdafx.h" 6 | #include "OutlookDemo.h" 7 | #include "TestClass.h" 8 | 9 | #ifdef _DEBUG 10 | #undef THIS_FILE 11 | static char THIS_FILE[]=__FILE__; 12 | #define new DEBUG_NEW 13 | #endif 14 | 15 | ////////////////////////////////////////////////////////////////////// 16 | // Construction/Destruction 17 | ////////////////////////////////////////////////////////////////////// 18 | 19 | TestClass::TestClass() 20 | { 21 | 22 | } 23 | 24 | TestClass::~TestClass() 25 | { 26 | 27 | } 28 | 29 | 30 | BEGIN_MESSAGE_MAP(TestClass, GuiToolBar) 31 | //{{AFX_MSG_MAP(TestClass) 32 | ON_WM_CREATE() 33 | //}}AFX_MSG_MAP 34 | END_MESSAGE_MAP() 35 | 36 | 37 | 38 | TestClass::OnCreate(LPCREATESTRUCT lpCreateStruct) 39 | { 40 | if (GuiToolBar::OnCreate(lpCreateStruct) == -1) 41 | return -1; 42 | 43 | 44 | 45 | //SetSCBStyle(GetSCBStyle() | SCBS_SHOWEDGES | SCBS_SIZECHILD); 46 | 47 | if (!cf.Create(WS_VISIBLE|WS_CHILD, 48 | CRect(0,0,0,0), this, 6)) 49 | return -1; 50 | if (!out.Create(WS_VISIBLE, 51 | CRect(0,0,0,0), &cf, 1)) 52 | return -1; 53 | out.SetImageList(IDB_BITMAP1, 32, 0, RGB(128,128,128)); 54 | out.AddItem(1,"Primero",0); 55 | out.AddItem(2,"Segundo",1); 56 | out.AddItem(3,"Tercero",2); 57 | out.AddItem(4,"Cuarto",3); 58 | out.AddItem(5,"Cinco",4); 59 | out.AddItem(6,"Seis",5); 60 | out.StyleDispl(GUISTYLE_2003); 61 | cf.AddFolder(&out,"Folder Uno"); 62 | return 0; 63 | } 64 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/TestClass.h: -------------------------------------------------------------------------------- 1 | // TestClass.h: interface for the TestClass class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_TESTCLASS_H__3CAEF7F6_A781_11D5_A8C7_0008C7B2934C__INCLUDED_) 6 | #define AFX_TESTCLASS_H__3CAEF7F6_A781_11D5_A8C7_0008C7B2934C__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | #include "GuiToolBar.h" 13 | #include "GuiFolder.h" 14 | #include "GuiOutLook.h" 15 | class TestClass : public GuiToolBar 16 | { 17 | public: 18 | TestClass(); 19 | virtual ~TestClass(); 20 | public: 21 | CGuiFolder cf; 22 | CGuiOutLook out; 23 | 24 | protected: 25 | //{{AFX_MSG(CMyBar) 26 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 27 | //}}AFX_MSG 28 | DECLARE_MESSAGE_MAP() 29 | 30 | }; 31 | 32 | #endif // !defined(AFX_TESTCLASS_H__3CAEF7F6_A781_11D5_A8C7_0008C7B2934C__INCLUDED_) 33 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/OutlookDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/res/OutlookDemo.ico -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/OutlookDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // OUTLOOKDEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/OutlookDemoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/res/OutlookDemoDoc.ico -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/bitmap2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/res/bitmap2.bmp -------------------------------------------------------------------------------- /Samples/OutlookDemo/res/bitmap3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/OutlookDemo/res/bitmap3.bmp -------------------------------------------------------------------------------- /Samples/OutlookDemo/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by OutlookDemo.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_OUTLOOTYPE 129 8 | #define IDB_BITMAP1 130 9 | #define IDB_BITMAP2 131 10 | #define NM_OB_BTNCLICK 2005 11 | #define WM_BOTTOM_NOTIFY 2006 12 | #define WM_OUTBAR_NOTIFY 2007 13 | #define NM_OB_ITEMCLICK 2008 14 | #define WM_TOOL_NOTIFY 2009 15 | #define ID_FILE_DELETE 32774 16 | #define ID_FILE_READ 32775 17 | #define ID_EDIT_READ 32776 18 | #define ID_2003 32777 19 | #define ID_XP 32778 20 | 21 | // Next default values for new objects 22 | // 23 | #ifdef APSTUDIO_INVOKED 24 | #ifndef APSTUDIO_READONLY_SYMBOLS 25 | #define _APS_3D_CONTROLS 1 26 | #define _APS_NEXT_RESOURCE_VALUE 135 27 | #define _APS_NEXT_COMMAND_VALUE 32779 28 | #define _APS_NEXT_CONTROL_VALUE 1000 29 | #define _APS_NEXT_SYMED_VALUE 101 30 | #endif 31 | #endif 32 | -------------------------------------------------------------------------------- /Samples/SDIDemo/GuiServerExplorer.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "guiserverexplorer.h" 3 | #include "resource.h" 4 | 5 | #define ID_REFRESH 0x355 6 | #define ID_CONNECT 0x356 7 | #define ID_CONSERVER 0x367 8 | 9 | CGuiServerExplorer::CGuiServerExplorer(void) 10 | { 11 | } 12 | 13 | CGuiServerExplorer::~CGuiServerExplorer(void) 14 | { 15 | } 16 | BEGIN_MESSAGE_MAP(CGuiServerExplorer, CGuiControlBar) 17 | ON_WM_CREATE() 18 | ON_COMMAND(ID_REFRESH, OnExplorer) 19 | ON_COMMAND(ID_CONNECT, OnServer) 20 | ON_COMMAND(ID_CONSERVER, OnConnect) 21 | END_MESSAGE_MAP() 22 | 23 | int CGuiServerExplorer::OnCreate(LPCREATESTRUCT lpCreateStruct) 24 | { 25 | if (CGuiControlBar::OnCreate(lpCreateStruct) == -1) 26 | return -1; 27 | const DWORD dwStyle =WS_CHILD | WS_VISIBLE | TVS_HASLINES | TVS_LINESATROOT | TVS_HASBUTTONS ; 28 | if (!m_ctServer.Create(WS_CHILD|WS_VISIBLE,CRect(0,0,0,0),this,124)) 29 | return -1; 30 | CreatServerExplorer(); 31 | if (!m_TreeServerExplorer.Create(dwStyle, CRect(0,0,0,0), &m_ctServer, 2)) 32 | return -1; 33 | m_ctServer.AddComponen(&m_TreeServerExplorer); 34 | // TODO: Add your specialized creation code here 35 | 36 | 37 | return 0; 38 | } 39 | 40 | void CGuiServerExplorer::OnConnect() 41 | { 42 | AfxMessageBox("Connect"); 43 | } 44 | 45 | void CGuiServerExplorer::OnServer() 46 | { 47 | AfxMessageBox("Server"); 48 | } 49 | void CGuiServerExplorer::OnExplorer() 50 | { 51 | AfxMessageBox("Refresh"); 52 | } 53 | 54 | int CGuiServerExplorer::CreatServerExplorer() 55 | { 56 | 57 | // m_miServer.SetColor(GuiDrawLayer::GetRGBColorXP()); 58 | return 1; 59 | } -------------------------------------------------------------------------------- /Samples/SDIDemo/GuiServerExplorer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiContainer.h" 4 | 5 | class CGuiServerExplorer : public CGuiControlBar 6 | { 7 | protected: 8 | 9 | CTreeCtrl m_TreeServerExplorer; 10 | CGuiContainer m_ctServer; 11 | 12 | public: 13 | void OnConnect(); 14 | void OnServer(); 15 | void OnExplorer(); 16 | CGuiServerExplorer(void); 17 | virtual ~CGuiServerExplorer(void); 18 | int CreatServerExplorer(); 19 | virtual void StyleDispl(DWORD dwDsp=GUISTYLE_XP) 20 | { 21 | m_StyleDisplay=dwDsp; 22 | 23 | CGuiControlBar::StyleDispl(dwDsp); 24 | 25 | } 26 | 27 | DECLARE_MESSAGE_MAP() 28 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 29 | }; 30 | -------------------------------------------------------------------------------- /Samples/SDIDemo/GuiSolExplorer.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "guicontrolbar.h" 3 | #include "GuiTabWnd.h" 4 | #include "GuiContainer.h" 5 | #include "GuiMiniTool.h" 6 | 7 | class CGuiSolExplorer : public CGuiControlBar 8 | { 9 | protected: 10 | CGuiTabWnd m_TabSolExplorer; 11 | CTreeCtrl m_TreeSolExplorer; 12 | CTreeCtrl m_TreeClassView; 13 | CTreeCtrl m_TreeResourceView; 14 | CImageList m_imgList; 15 | CGuiContainer m_ctSolution; 16 | CGuiMiniTool m_miSolution; 17 | 18 | CGuiContainer m_ctClassView; 19 | CGuiMiniTool m_miClassView; 20 | 21 | public: 22 | void Onproperties(); 23 | void OnNewFolder(); 24 | virtual void StyleDispl(DWORD dwDsp=GUISTYLE_XP) 25 | { 26 | m_StyleDisplay=dwDsp; 27 | m_miSolution.StyleDispl(dwDsp); 28 | m_miClassView.StyleDispl(dwDsp); 29 | m_TabSolExplorer.StyleDispl(dwDsp); 30 | CGuiControlBar::StyleDispl(dwDsp); 31 | } 32 | public: 33 | CGuiSolExplorer(void); 34 | virtual ~CGuiSolExplorer(void); 35 | void FillerSolExplorer(); 36 | void FillTreeClassView(); 37 | int CreatContExplorer(); 38 | int CreatContClassView(); 39 | DECLARE_MESSAGE_MAP() 40 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 41 | afx_msg void OnNcRButtonDown(UINT nHitTest, CPoint point); 42 | }; 43 | -------------------------------------------------------------------------------- /Samples/SDIDemo/Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by SDIDEMO.RC 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_SDIDEMTYPE 129 8 | 9 | // Next default values for new objects 10 | // 11 | #ifdef APSTUDIO_INVOKED 12 | #ifndef APSTUDIO_READONLY_SYMBOLS 13 | #define _APS_3D_CONTROLS 1 14 | #define _APS_NEXT_RESOURCE_VALUE 130 15 | #define _APS_NEXT_CONTROL_VALUE 1000 16 | #define _APS_NEXT_SYMED_VALUE 101 17 | #define _APS_NEXT_COMMAND_VALUE 32771 18 | #endif 19 | #endif 20 | -------------------------------------------------------------------------------- /Samples/SDIDemo/SDIDemo.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/SDIDemo/SDIDemo.Tags.WW -------------------------------------------------------------------------------- /Samples/SDIDemo/SDIDemo.h: -------------------------------------------------------------------------------- 1 | // SDIDemo.h : main header file for the SDIDEMO application 2 | // 3 | 4 | #if !defined(AFX_SDIDEMO_H__4C42A513_7EBD_4C1C_BB62_2222118AE284__INCLUDED_) 5 | #define AFX_SDIDEMO_H__4C42A513_7EBD_4C1C_BB62_2222118AE284__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 | // CSDIDemoApp: 19 | // See SDIDemo.cpp for the implementation of this class 20 | // 21 | 22 | class CSDIDemoApp : public CWinApp 23 | { 24 | public: 25 | CSDIDemoApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CSDIDemoApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CSDIDemoApp) 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_SDIDEMO_H__4C42A513_7EBD_4C1C_BB62_2222118AE284__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/SDIDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // SDIDemo.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/SDIDemo/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__CD8B762D_5495_43F6_ADD3_05A2C2C5BAA1__INCLUDED_) 7 | #define AFX_STDAFX_H__CD8B762D_5495_43F6_ADD3_05A2C2C5BAA1__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__CD8B762D_5495_43F6_ADD3_05A2C2C5BAA1__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/SDIDemo/res/SDIDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/SDIDemo/res/SDIDemo.ico -------------------------------------------------------------------------------- /Samples/SDIDemo/res/SDIDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // SDIDEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/SDIDemo/res/SDIDemoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/SDIDemo/res/SDIDemoDoc.ico -------------------------------------------------------------------------------- /Samples/SDIDemo/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/SDIDemo/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/TestDlg/GuiDrawLayer.cpp: -------------------------------------------------------------------------------- 1 | // GuiDrawLayer.cpp: implementation of the GuiDrawLayer class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #include "stdafx.h" 6 | #include "TestDlg.h" 7 | #include "GuiDrawLayer.h" 8 | 9 | #ifdef _DEBUG 10 | #undef THIS_FILE 11 | static char THIS_FILE[]=__FILE__; 12 | #define new DEBUG_NEW 13 | #endif 14 | 15 | ////////////////////////////////////////////////////////////////////// 16 | // Construction/Destruction 17 | ////////////////////////////////////////////////////////////////////// 18 | 19 | GuiDrawLayer::GuiDrawLayer() 20 | { 21 | 22 | } 23 | 24 | GuiDrawLayer::~GuiDrawLayer() 25 | { 26 | 27 | } 28 | -------------------------------------------------------------------------------- /Samples/TestDlg/GuiDrawLayer.h: -------------------------------------------------------------------------------- 1 | // GuiDrawLayer.h: interface for the GuiDrawLayer class. 2 | // 3 | ////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_GUIDRAWLAYER_H__22E2F43A_F545_4C2C_BC2D_B02EFC3D7A11__INCLUDED_) 6 | #define AFX_GUIDRAWLAYER_H__22E2F43A_F545_4C2C_BC2D_B02EFC3D7A11__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | class GuiDrawLayer 13 | { 14 | public: 15 | GuiDrawLayer(); 16 | virtual ~GuiDrawLayer(); 17 | 18 | }; 19 | 20 | #endif // !defined(AFX_GUIDRAWLAYER_H__22E2F43A_F545_4C2C_BC2D_B02EFC3D7A11__INCLUDED_) 21 | -------------------------------------------------------------------------------- /Samples/TestDlg/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // TestDlg.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/TestDlg/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__2BFE986D_A526_11D5_B915_000000000000__INCLUDED_) 7 | #define AFX_STDAFX_H__2BFE986D_A526_11D5_B915_000000000000__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__2BFE986D_A526_11D5_B915_000000000000__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/TestDlg/TestDlg.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/TestDlg.Tags.WW -------------------------------------------------------------------------------- /Samples/TestDlg/TestDlg.h: -------------------------------------------------------------------------------- 1 | // TestDlg.h : main header file for the TESTDLG application 2 | // 3 | 4 | #if !defined(AFX_TESTDLG_H__2BFE9869_A526_11D5_B915_000000000000__INCLUDED_) 5 | #define AFX_TESTDLG_H__2BFE9869_A526_11D5_B915_000000000000__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 | // CTestDlgApp: 19 | // See TestDlg.cpp for the implementation of this class 20 | // 21 | 22 | class CTestDlgApp : public CWinApp 23 | { 24 | public: 25 | CTestDlgApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CTestDlgApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | 36 | //{{AFX_MSG(CTestDlgApp) 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 | afx_msg void OnOption1(); 42 | }; 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_TESTDLG_H__2BFE9869_A526_11D5_B915_000000000000__INCLUDED_) 51 | -------------------------------------------------------------------------------- /Samples/TestDlg/TestDlg.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/TestDlg.rc -------------------------------------------------------------------------------- /Samples/TestDlg/res/TestDlg.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/res/TestDlg.ico -------------------------------------------------------------------------------- /Samples/TestDlg/res/TestDlg.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // TESTDLG.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/TestDlg/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/TestDlg/res/bmp00001.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/res/bmp00001.bmp -------------------------------------------------------------------------------- /Samples/TestDlg/res/icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/res/icon1.ico -------------------------------------------------------------------------------- /Samples/TestDlg/res/toolMINI.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/res/toolMINI.bmp -------------------------------------------------------------------------------- /Samples/TestDlg/res/toolbar1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/TestDlg/res/toolbar1.bmp -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/ChildFrm.h: -------------------------------------------------------------------------------- 1 | // ChildFrm.h : interface of the CChildFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_CHILDFRM_H__8227B978_6855_4AF8_B474_8A8D0D9E7825__INCLUDED_) 6 | #define AFX_CHILDFRM_H__8227B978_6855_4AF8_B474_8A8D0D9E7825__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | 13 | class CChildFrame : public CMDIChildWnd 14 | { 15 | DECLARE_DYNCREATE(CChildFrame) 16 | public: 17 | CChildFrame(); 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CChildFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CChildFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | #endif 38 | 39 | // Generated message map functions 40 | protected: 41 | //{{AFX_MSG(CChildFrame) 42 | // NOTE - the ClassWizard will add and remove member functions here. 43 | // DO NOT EDIT what you see in these blocks of generated code! 44 | //}}AFX_MSG 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_CHILDFRM_H__8227B978_6855_4AF8_B474_8A8D0D9E7825__INCLUDED_) 54 | -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // ToolBarsDemo.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/ToolBarsDemo/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__43AFB08A_CE56_4FF6_8CBE_826B2CD8CDE4__INCLUDED_) 7 | #define AFX_STDAFX_H__43AFB08A_CE56_4FF6_8CBE_826B2CD8CDE4__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__43AFB08A_CE56_4FF6_8CBE_826B2CD8CDE4__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/ToolBarsDemo.Tags.WW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/ToolBarsDemo/ToolBarsDemo.Tags.WW -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/ToolBarsDemo.h: -------------------------------------------------------------------------------- 1 | // ToolBarsDemo.h : main header file for the TOOLBARSDEMO application 2 | // 3 | 4 | #if !defined(AFX_TOOLBARSDEMO_H__DFACA6B0_5E62_453A_AF88_2DAC4BDEB54A__INCLUDED_) 5 | #define AFX_TOOLBARSDEMO_H__DFACA6B0_5E62_453A_AF88_2DAC4BDEB54A__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 | // CToolBarsDemoApp: 19 | // See ToolBarsDemo.cpp for the implementation of this class 20 | // 21 | 22 | class CToolBarsDemoApp : public CWinApp 23 | { 24 | public: 25 | CToolBarsDemoApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CToolBarsDemoApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CToolBarsDemoApp) 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_TOOLBARSDEMO_H__DFACA6B0_5E62_453A_AF88_2DAC4BDEB54A__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/res/ToolBarsDemo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/ToolBarsDemo/res/ToolBarsDemo.ico -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/res/ToolBarsDemo.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // TOOLBARSDEMO.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/res/ToolBarsDemoDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/ToolBarsDemo/res/ToolBarsDemoDoc.ico -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/ToolBarsDemo/res/Toolbar.bmp -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/ToolBarsDemo/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/ToolBarsDemo/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by ToolBarsDemo.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_TOOLBATYPE 129 8 | #define IDB_BITMAP1 130 9 | #define ID_DROP 32771 10 | #define ID_PANELS 32772 11 | 12 | // Next default values for new objects 13 | // 14 | #ifdef APSTUDIO_INVOKED 15 | #ifndef APSTUDIO_READONLY_SYMBOLS 16 | #define _APS_3D_CONTROLS 1 17 | #define _APS_NEXT_RESOURCE_VALUE 131 18 | #define _APS_NEXT_COMMAND_VALUE 32773 19 | #define _APS_NEXT_CONTROL_VALUE 1000 20 | #define _APS_NEXT_SYMED_VALUE 101 21 | #endif 22 | #endif 23 | -------------------------------------------------------------------------------- /Samples/dialogcontrols/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // dialogcontrols.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/dialogcontrols/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__F635013F_3727_4B5C_A666_38CFB89E14FA__INCLUDED_) 7 | #define AFX_STDAFX_H__F635013F_3727_4B5C_A666_38CFB89E14FA__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 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include // MFC Automation classes 18 | #include // MFC support for Internet Explorer 4 Common Controls 19 | #ifndef _AFX_NO_AFXCMN_SUPPORT 20 | #include // MFC support for Windows Common Controls 21 | #endif // _AFX_NO_AFXCMN_SUPPORT 22 | 23 | #include 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__F635013F_3727_4B5C_A666_38CFB89E14FA__INCLUDED_) 29 | -------------------------------------------------------------------------------- /Samples/dialogcontrols/dialogcontrols.Tags.WW: -------------------------------------------------------------------------------- 1 | VRTDRIVE\2WWIF WWIF WWIF WWIF WWIF WWIF WWIF VDRIVDIRWk:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\dialogcontrols.cpp$Uk:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\dialogcontrols.h,Zk:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\dialogcontrolsdlg.cpp4Xk:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\dialogcontrolsdlg.h<Ok:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\resource.hDOk:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\stdafx.cppLMk:\download\guitoolkit\version 114\guitoolkit\samples\dialogcontrols\stdafx.hT -------------------------------------------------------------------------------- /Samples/dialogcontrols/dialogcontrols.h: -------------------------------------------------------------------------------- 1 | // dialogcontrols.h : main header file for the DIALOGCONTROLS application 2 | // 3 | 4 | #if !defined(AFX_DIALOGCONTROLS_H__774DF946_DD1A_4A4F_811D_21045B66254E__INCLUDED_) 5 | #define AFX_DIALOGCONTROLS_H__774DF946_DD1A_4A4F_811D_21045B66254E__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 | // CDialogcontrolsApp: 19 | // See dialogcontrols.cpp for the implementation of this class 20 | // 21 | 22 | class CDialogcontrolsApp : public CWinApp 23 | { 24 | public: 25 | CDialogcontrolsApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CDialogcontrolsApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | 36 | //{{AFX_MSG(CDialogcontrolsApp) 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_DIALOGCONTROLS_H__774DF946_DD1A_4A4F_811D_21045B66254E__INCLUDED_) 50 | -------------------------------------------------------------------------------- /Samples/dialogcontrols/dialogcontrols.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/dialogcontrols/dialogcontrols.rc -------------------------------------------------------------------------------- /Samples/dialogcontrols/res/bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/dialogcontrols/res/bitmap1.bmp -------------------------------------------------------------------------------- /Samples/dialogcontrols/res/bitmap2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/dialogcontrols/res/bitmap2.bmp -------------------------------------------------------------------------------- /Samples/dialogcontrols/res/dialogcontrols.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/Samples/dialogcontrols/res/dialogcontrols.ico -------------------------------------------------------------------------------- /Samples/dialogcontrols/res/dialogcontrols.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // DIALOGCONTROLS.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /Samples/dialogcontrols/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by dialogcontrols.rc 4 | // 5 | #define IDM_ABOUTBOX 0x0010 6 | #define IDD_ABOUTBOX 100 7 | #define IDS_ABOUTBOX 101 8 | #define IDD_DIALOGCONTROLS_DIALOG 102 9 | #define IDR_MAINFRAME 128 10 | #define IDB_BITMAP1 129 11 | #define IDB_BITMAP2 130 12 | #define IDC_STATICOUTLOOK 1000 13 | #define IDC_STATICMINITOOLS 1001 14 | #define IDO_OUTODAY 5600 15 | #define IDO_CALENDARIO 5601 16 | #define IDO_CONTACTO 5602 17 | #define IDO_TAREAS 5603 18 | #define IDO_NOTAS 5604 19 | #define IDO_ELIMINAR 5605 20 | 21 | // Next default values for new objects 22 | // 23 | #ifdef APSTUDIO_INVOKED 24 | #ifndef APSTUDIO_READONLY_SYMBOLS 25 | #define _APS_NEXT_RESOURCE_VALUE 131 26 | #define _APS_NEXT_COMMAND_VALUE 32771 27 | #define _APS_NEXT_CONTROL_VALUE 1002 28 | #define _APS_NEXT_SYMED_VALUE 101 29 | #endif 30 | #endif 31 | -------------------------------------------------------------------------------- /bin/GuiTk114u.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/bin/GuiTk114u.dll -------------------------------------------------------------------------------- /bin/GuiTk114u.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/bin/GuiTk114u.exp -------------------------------------------------------------------------------- /bin/GuiTk114u.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/bin/GuiTk114u.ilk -------------------------------------------------------------------------------- /bin/GuiTk114u.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/camark/Guitoolkit/799b026810555cd7900da516340afe4ce228b728/bin/GuiTk114u.lib --------------------------------------------------------------------------------