├── NCVC ├── GLSL.h ├── Layer.h ├── NCDoc.h ├── NCVC.h ├── NCVC.rc ├── DXFDoc.h ├── DXFView.h ├── DXFdata.h ├── DocBase.h ├── GLSL.cpp ├── Layer.cpp ├── MainFrm.h ├── NCChild.h ├── NCDoc.cpp ├── NCVC.cpp ├── NCView.h ├── NCdata.h ├── OBSdlg.h ├── stdafx.h ├── 3dModelDoc.h ├── 3dOption.cpp ├── 3dOption.h ├── AboutDlg.cpp ├── AboutDlg.h ├── AddinDlg.cpp ├── AddinDlg.h ├── CADbindDlg.h ├── ChildBase.h ├── CustomMenu.h ├── DXFBlock.cpp ├── DXFBlock.h ├── DXFChild.cpp ├── DXFChild.h ├── DXFDoc.cpp ├── DXFOption.h ├── DXFView.cpp ├── DXFdata.cpp ├── DXFdata.inl ├── DXFkeyword.h ├── DXFshape.cpp ├── DXFshape.h ├── DocBase.cpp ├── DxfSetup.cpp ├── DxfSetup.h ├── DxfSetup1.h ├── DxfSetup2.h ├── DxfSetup3.h ├── ExecOption.h ├── LayerDlg.cpp ├── LayerDlg.h ├── MainFrm.cpp ├── MakeDXFDlg.h ├── MakeNCDlg.h ├── MyTemplate.h ├── NCChild.cpp ├── NCFindDlg.h ├── NCInfoTab.h ├── NCInfoView.h ├── NCJumpDlg.h ├── NCListView.h ├── NCMakeBase.h ├── NCMakeMill.h ├── NCMakeWire.h ├── NCView.cpp ├── NCViewBase.h ├── NCViewGL.cpp ├── NCViewGL.h ├── NCViewTab.h ├── NCViewXY.cpp ├── NCViewXY.h ├── NCViewXZ.cpp ├── NCViewXZ.h ├── NCViewYZ.cpp ├── NCViewYZ.h ├── NCWorkDlg.h ├── NCWorkDlg1.h ├── NCWorkDlg2.h ├── NCdata.cpp ├── NCdata.inl ├── NCdataGL.cpp ├── OBSdlg.cpp ├── ReadDXF.cpp ├── SplashWnd.h ├── ThreadDlg.h ├── ViewBase.cpp ├── ViewBase.h ├── ViewBaseGL.h ├── ViewOption.h ├── ViewSetup.h ├── ViewSetup1.h ├── ViewSetup2.h ├── ViewSetup3.h ├── ViewSetup4.h ├── ViewSetup5.h ├── ViewSetup6.h ├── res │ ├── NCVC.ico │ ├── NCVC.rc2 │ ├── list.bmp │ ├── tree.bmp │ ├── DXFDoc.ico │ ├── NCDDoc.ico │ ├── check.ico │ ├── shape.bmp │ ├── NCVClogo.bmp │ ├── NCVClogo2.bmp │ ├── Toolbar.bmp │ ├── machine.bmp │ ├── makencd.bmp │ ├── tracebar.bmp │ ├── deficonlarge.ico │ └── deficonsmall.ico ├── resource.h ├── stdafx.cpp ├── targetver.h ├── 3dModelChild.h ├── 3dModelDoc.cpp ├── 3dModelView.h ├── CADbindDlg.cpp ├── ChildBase.cpp ├── CustomClass.h ├── CustomMenu.cpp ├── DXFMakeClass.h ├── DXFOption.cpp ├── DXFShapeView.h ├── DxfSetup1.cpp ├── DxfSetup2.cpp ├── DxfSetup3.cpp ├── ExecOption.cpp ├── ExecSetupDlg.h ├── ExtensionDlg.h ├── FrameBuffer.h ├── MachineSetup.h ├── MakeDXFDlg.cpp ├── MakeDXFDlg1.h ├── MakeDXFDlg2.h ├── MakeNCDlg.cpp ├── MakeNCDlgEx.h ├── MakeNCDlgEx2.h ├── MakeNCDlgEx3.h ├── MakeNCSetup.h ├── MakeNCSetup1.h ├── MakeNCSetup2.h ├── MakeNCSetup3.h ├── MakeNCSetup4.h ├── MakeNCSetup5.h ├── MakeNCSetup6.h ├── MakeNCSetup8.h ├── MyTemplate.cpp ├── NCFindDlg.cpp ├── NCInfoTab.cpp ├── NCInfoView.cpp ├── NCJumpDlg.cpp ├── NCListView.cpp ├── NCMakeBase.cpp ├── NCMakeLathe.h ├── NCMakeMill.cpp ├── NCMakeOption.h ├── NCMakeWire.cpp ├── NCVCaddinIF.h ├── NCViewBase.cpp ├── NCViewSplit.h ├── NCViewTab.cpp ├── NCWorkDlg.cpp ├── NCWorkDlg1.cpp ├── NCWorkDlg2.cpp ├── ShapePropDlg.h ├── SplashWnd.cpp ├── TH_Correct.cpp ├── TH_Cuttime.cpp ├── TH_MakeNCD.cpp ├── TH_NCRead.cpp ├── TH_UVWire.cpp ├── TabViewBase.h ├── ThreadDlg.cpp ├── ThumbnailDlg.h ├── ViewBaseGL.cpp ├── ViewOption.cpp ├── ViewSetup.cpp ├── ViewSetup1.cpp ├── ViewSetup2.cpp ├── ViewSetup3.cpp ├── ViewSetup4.cpp ├── ViewSetup5.cpp ├── ViewSetup6.cpp ├── 3dModelChild.cpp ├── 3dModelView.cpp ├── CustomControl.cpp ├── CustomControl.h ├── CustomToolBar.cpp ├── CustomToolBar.h ├── DXFMakeClass.cpp ├── DXFMakeOption.cpp ├── DXFMakeOption.h ├── DXFShapeView.cpp ├── DxfEditOrgDlg.cpp ├── DxfEditOrgDlg.h ├── DxfSetupReload.h ├── ExecSetupDlg.cpp ├── ExtensionDlg.cpp ├── FrameBuffer.cpp ├── MachineOption.cpp ├── MachineOption.h ├── MachineSetup.cpp ├── MachineSetup1.cpp ├── MachineSetup1.h ├── MachineSetup2.cpp ├── MachineSetup2.h ├── MachineSetup3.cpp ├── MachineSetup3.h ├── MachineSetup4.cpp ├── MachineSetup4.h ├── MachineSetup5.cpp ├── MachineSetup5.h ├── MainStatusBar.cpp ├── MainStatusBar.h ├── MakeBindOptDlg.h ├── MakeCustomCode.h ├── MakeDXFDlg1.cpp ├── MakeDXFDlg2.cpp ├── MakeLatheSetup.h ├── MakeLatheSetup0.h ├── MakeLatheSetup1.h ├── MakeLatheSetup2.h ├── MakeLatheSetup3.h ├── MakeLatheSetup4.h ├── MakeLatheSetup5.h ├── MakeNCDlgEx.cpp ├── MakeNCDlgEx11.cpp ├── MakeNCDlgEx11.h ├── MakeNCDlgEx2.cpp ├── MakeNCDlgEx21.cpp ├── MakeNCDlgEx21.h ├── MakeNCDlgEx3.cpp ├── MakeNCSetup.cpp ├── MakeNCSetup1.cpp ├── MakeNCSetup2.cpp ├── MakeNCSetup3.cpp ├── MakeNCSetup4.cpp ├── MakeNCSetup5.cpp ├── MakeNCSetup6.cpp ├── MakeNCSetup8.cpp ├── MakeNurbsSetup.h ├── MakeWireSetup.cpp ├── MakeWireSetup.h ├── MakeWireSetup1.h ├── MakeWireSetup2.h ├── NCMakeLathe.cpp ├── NCMakeLatheOpt.h ├── NCMakeMillOpt.cpp ├── NCMakeMillOpt.h ├── NCMakeOption.cpp ├── NCMakeWireOpt.cpp ├── NCMakeWireOpt.h ├── NCVCaddinDXF.cpp ├── NCVCaddinIF.cpp ├── NCVCaddinNC.cpp ├── NCViewGL_Mill.cpp ├── NCViewGL_Wire.cpp ├── NCViewSplit.cpp ├── ShapePropDlg.cpp ├── TH_MakeLathe.cpp ├── TH_MakeNurbs.cpp ├── TH_MakeWire.cpp ├── TabViewBase.cpp ├── ThumbnailDlg.cpp ├── ToolBarSetupDlg.h ├── DxfAutoOutlineDlg.h ├── DxfAutoPocketDlg.h ├── DxfSetupReload.cpp ├── MakeBindOptDlg.cpp ├── MakeCustomCode.cpp ├── MakeLatheSetup.cpp ├── MakeLatheSetup0.cpp ├── MakeLatheSetup1.cpp ├── MakeLatheSetup2.cpp ├── MakeLatheSetup3.cpp ├── MakeLatheSetup4.cpp ├── MakeLatheSetup5.cpp ├── MakeNurbsSetup.cpp ├── MakeWireSetup1.cpp ├── MakeWireSetup2.cpp ├── NCMakeLatheOpt.cpp ├── NCViewGL_Lathe.cpp ├── TH_ShapeSearch.cpp ├── ToolBarSetupDlg.cpp ├── 3dRoughScanSetupDlg.h ├── DxfAutoOutlineDlg.cpp ├── DxfAutoPocketDlg.cpp ├── TH_AutoWorkingSet.cpp ├── 3dContourScanSetupDlg.h ├── 3dRoughScanSetupDlg.cpp ├── 3dContourScanSetupDlg.cpp ├── showdepth.frag ├── basic.frag ├── showdepth.vert ├── NCVC.manifest ├── basic.vert ├── NCVC.vcxproj └── NCVC.vcxproj.filters ├── SourceCount.sh ├── docs ├── Gcode.txt ├── Readme.txt ├── GcodeLathe.txt ├── GcodeWire.txt ├── KodatunoLink.png └── build.md ├── SourceCount.py ├── DownloadCount.py ├── README.md ├── NCVC.sln ├── LICENSE ├── .gitattributes └── .gitignore /NCVC/GLSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/GLSL.h -------------------------------------------------------------------------------- /NCVC/Layer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/Layer.h -------------------------------------------------------------------------------- /NCVC/NCDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCDoc.h -------------------------------------------------------------------------------- /NCVC/NCVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVC.h -------------------------------------------------------------------------------- /NCVC/NCVC.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVC.rc -------------------------------------------------------------------------------- /NCVC/DXFDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFDoc.h -------------------------------------------------------------------------------- /NCVC/DXFView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFView.h -------------------------------------------------------------------------------- /NCVC/DXFdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFdata.h -------------------------------------------------------------------------------- /NCVC/DocBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DocBase.h -------------------------------------------------------------------------------- /NCVC/GLSL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/GLSL.cpp -------------------------------------------------------------------------------- /NCVC/Layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/Layer.cpp -------------------------------------------------------------------------------- /NCVC/MainFrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MainFrm.h -------------------------------------------------------------------------------- /NCVC/NCChild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCChild.h -------------------------------------------------------------------------------- /NCVC/NCDoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCDoc.cpp -------------------------------------------------------------------------------- /NCVC/NCVC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVC.cpp -------------------------------------------------------------------------------- /NCVC/NCView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCView.h -------------------------------------------------------------------------------- /NCVC/NCdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCdata.h -------------------------------------------------------------------------------- /NCVC/OBSdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/OBSdlg.h -------------------------------------------------------------------------------- /NCVC/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/stdafx.h -------------------------------------------------------------------------------- /SourceCount.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cd NCVC 4 | cat *.h *.inl *.cpp | wc 5 | -------------------------------------------------------------------------------- /docs/Gcode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/docs/Gcode.txt -------------------------------------------------------------------------------- /NCVC/3dModelDoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dModelDoc.h -------------------------------------------------------------------------------- /NCVC/3dOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dOption.cpp -------------------------------------------------------------------------------- /NCVC/3dOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dOption.h -------------------------------------------------------------------------------- /NCVC/AboutDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/AboutDlg.cpp -------------------------------------------------------------------------------- /NCVC/AboutDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/AboutDlg.h -------------------------------------------------------------------------------- /NCVC/AddinDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/AddinDlg.cpp -------------------------------------------------------------------------------- /NCVC/AddinDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/AddinDlg.h -------------------------------------------------------------------------------- /NCVC/CADbindDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CADbindDlg.h -------------------------------------------------------------------------------- /NCVC/ChildBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ChildBase.h -------------------------------------------------------------------------------- /NCVC/CustomMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomMenu.h -------------------------------------------------------------------------------- /NCVC/DXFBlock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFBlock.cpp -------------------------------------------------------------------------------- /NCVC/DXFBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFBlock.h -------------------------------------------------------------------------------- /NCVC/DXFChild.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFChild.cpp -------------------------------------------------------------------------------- /NCVC/DXFChild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFChild.h -------------------------------------------------------------------------------- /NCVC/DXFDoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFDoc.cpp -------------------------------------------------------------------------------- /NCVC/DXFOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFOption.h -------------------------------------------------------------------------------- /NCVC/DXFView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFView.cpp -------------------------------------------------------------------------------- /NCVC/DXFdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFdata.cpp -------------------------------------------------------------------------------- /NCVC/DXFdata.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFdata.inl -------------------------------------------------------------------------------- /NCVC/DXFkeyword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFkeyword.h -------------------------------------------------------------------------------- /NCVC/DXFshape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFshape.cpp -------------------------------------------------------------------------------- /NCVC/DXFshape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFshape.h -------------------------------------------------------------------------------- /NCVC/DocBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DocBase.cpp -------------------------------------------------------------------------------- /NCVC/DxfSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup.cpp -------------------------------------------------------------------------------- /NCVC/DxfSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup.h -------------------------------------------------------------------------------- /NCVC/DxfSetup1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup1.h -------------------------------------------------------------------------------- /NCVC/DxfSetup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup2.h -------------------------------------------------------------------------------- /NCVC/DxfSetup3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup3.h -------------------------------------------------------------------------------- /NCVC/ExecOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ExecOption.h -------------------------------------------------------------------------------- /NCVC/LayerDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/LayerDlg.cpp -------------------------------------------------------------------------------- /NCVC/LayerDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/LayerDlg.h -------------------------------------------------------------------------------- /NCVC/MainFrm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MainFrm.cpp -------------------------------------------------------------------------------- /NCVC/MakeDXFDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeDXFDlg.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlg.h -------------------------------------------------------------------------------- /NCVC/MyTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MyTemplate.h -------------------------------------------------------------------------------- /NCVC/NCChild.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCChild.cpp -------------------------------------------------------------------------------- /NCVC/NCFindDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCFindDlg.h -------------------------------------------------------------------------------- /NCVC/NCInfoTab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCInfoTab.h -------------------------------------------------------------------------------- /NCVC/NCInfoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCInfoView.h -------------------------------------------------------------------------------- /NCVC/NCJumpDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCJumpDlg.h -------------------------------------------------------------------------------- /NCVC/NCListView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCListView.h -------------------------------------------------------------------------------- /NCVC/NCMakeBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeBase.h -------------------------------------------------------------------------------- /NCVC/NCMakeMill.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeMill.h -------------------------------------------------------------------------------- /NCVC/NCMakeWire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeWire.h -------------------------------------------------------------------------------- /NCVC/NCView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCView.cpp -------------------------------------------------------------------------------- /NCVC/NCViewBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewBase.h -------------------------------------------------------------------------------- /NCVC/NCViewGL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewGL.cpp -------------------------------------------------------------------------------- /NCVC/NCViewGL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewGL.h -------------------------------------------------------------------------------- /NCVC/NCViewTab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewTab.h -------------------------------------------------------------------------------- /NCVC/NCViewXY.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewXY.cpp -------------------------------------------------------------------------------- /NCVC/NCViewXY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewXY.h -------------------------------------------------------------------------------- /NCVC/NCViewXZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewXZ.cpp -------------------------------------------------------------------------------- /NCVC/NCViewXZ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewXZ.h -------------------------------------------------------------------------------- /NCVC/NCViewYZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewYZ.cpp -------------------------------------------------------------------------------- /NCVC/NCViewYZ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewYZ.h -------------------------------------------------------------------------------- /NCVC/NCWorkDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCWorkDlg.h -------------------------------------------------------------------------------- /NCVC/NCWorkDlg1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCWorkDlg1.h -------------------------------------------------------------------------------- /NCVC/NCWorkDlg2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCWorkDlg2.h -------------------------------------------------------------------------------- /NCVC/NCdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCdata.cpp -------------------------------------------------------------------------------- /NCVC/NCdata.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCdata.inl -------------------------------------------------------------------------------- /NCVC/NCdataGL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCdataGL.cpp -------------------------------------------------------------------------------- /NCVC/OBSdlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/OBSdlg.cpp -------------------------------------------------------------------------------- /NCVC/ReadDXF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ReadDXF.cpp -------------------------------------------------------------------------------- /NCVC/SplashWnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/SplashWnd.h -------------------------------------------------------------------------------- /NCVC/ThreadDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ThreadDlg.h -------------------------------------------------------------------------------- /NCVC/ViewBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewBase.cpp -------------------------------------------------------------------------------- /NCVC/ViewBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewBase.h -------------------------------------------------------------------------------- /NCVC/ViewBaseGL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewBaseGL.h -------------------------------------------------------------------------------- /NCVC/ViewOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewOption.h -------------------------------------------------------------------------------- /NCVC/ViewSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup.h -------------------------------------------------------------------------------- /NCVC/ViewSetup1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup1.h -------------------------------------------------------------------------------- /NCVC/ViewSetup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup2.h -------------------------------------------------------------------------------- /NCVC/ViewSetup3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup3.h -------------------------------------------------------------------------------- /NCVC/ViewSetup4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup4.h -------------------------------------------------------------------------------- /NCVC/ViewSetup5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup5.h -------------------------------------------------------------------------------- /NCVC/ViewSetup6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup6.h -------------------------------------------------------------------------------- /NCVC/res/NCVC.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/NCVC.ico -------------------------------------------------------------------------------- /NCVC/res/NCVC.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/NCVC.rc2 -------------------------------------------------------------------------------- /NCVC/res/list.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/list.bmp -------------------------------------------------------------------------------- /NCVC/res/tree.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/tree.bmp -------------------------------------------------------------------------------- /NCVC/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/resource.h -------------------------------------------------------------------------------- /NCVC/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/stdafx.cpp -------------------------------------------------------------------------------- /NCVC/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/targetver.h -------------------------------------------------------------------------------- /docs/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/docs/Readme.txt -------------------------------------------------------------------------------- /NCVC/3dModelChild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dModelChild.h -------------------------------------------------------------------------------- /NCVC/3dModelDoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dModelDoc.cpp -------------------------------------------------------------------------------- /NCVC/3dModelView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dModelView.h -------------------------------------------------------------------------------- /NCVC/CADbindDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CADbindDlg.cpp -------------------------------------------------------------------------------- /NCVC/ChildBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ChildBase.cpp -------------------------------------------------------------------------------- /NCVC/CustomClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomClass.h -------------------------------------------------------------------------------- /NCVC/CustomMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomMenu.cpp -------------------------------------------------------------------------------- /NCVC/DXFMakeClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFMakeClass.h -------------------------------------------------------------------------------- /NCVC/DXFOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFOption.cpp -------------------------------------------------------------------------------- /NCVC/DXFShapeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFShapeView.h -------------------------------------------------------------------------------- /NCVC/DxfSetup1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup1.cpp -------------------------------------------------------------------------------- /NCVC/DxfSetup2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup2.cpp -------------------------------------------------------------------------------- /NCVC/DxfSetup3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetup3.cpp -------------------------------------------------------------------------------- /NCVC/ExecOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ExecOption.cpp -------------------------------------------------------------------------------- /NCVC/ExecSetupDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ExecSetupDlg.h -------------------------------------------------------------------------------- /NCVC/ExtensionDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ExtensionDlg.h -------------------------------------------------------------------------------- /NCVC/FrameBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/FrameBuffer.h -------------------------------------------------------------------------------- /NCVC/MachineSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup.h -------------------------------------------------------------------------------- /NCVC/MakeDXFDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeDXFDlg.cpp -------------------------------------------------------------------------------- /NCVC/MakeDXFDlg1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeDXFDlg1.h -------------------------------------------------------------------------------- /NCVC/MakeDXFDlg2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeDXFDlg2.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlg.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx2.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx3.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup1.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup2.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup3.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup4.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup5.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup6.h -------------------------------------------------------------------------------- /NCVC/MakeNCSetup8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup8.h -------------------------------------------------------------------------------- /NCVC/MyTemplate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MyTemplate.cpp -------------------------------------------------------------------------------- /NCVC/NCFindDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCFindDlg.cpp -------------------------------------------------------------------------------- /NCVC/NCInfoTab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCInfoTab.cpp -------------------------------------------------------------------------------- /NCVC/NCInfoView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCInfoView.cpp -------------------------------------------------------------------------------- /NCVC/NCJumpDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCJumpDlg.cpp -------------------------------------------------------------------------------- /NCVC/NCListView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCListView.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeBase.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeLathe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeLathe.h -------------------------------------------------------------------------------- /NCVC/NCMakeMill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeMill.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeOption.h -------------------------------------------------------------------------------- /NCVC/NCMakeWire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeWire.cpp -------------------------------------------------------------------------------- /NCVC/NCVCaddinIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVCaddinIF.h -------------------------------------------------------------------------------- /NCVC/NCViewBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewBase.cpp -------------------------------------------------------------------------------- /NCVC/NCViewSplit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewSplit.h -------------------------------------------------------------------------------- /NCVC/NCViewTab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewTab.cpp -------------------------------------------------------------------------------- /NCVC/NCWorkDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCWorkDlg.cpp -------------------------------------------------------------------------------- /NCVC/NCWorkDlg1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCWorkDlg1.cpp -------------------------------------------------------------------------------- /NCVC/NCWorkDlg2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCWorkDlg2.cpp -------------------------------------------------------------------------------- /NCVC/ShapePropDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ShapePropDlg.h -------------------------------------------------------------------------------- /NCVC/SplashWnd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/SplashWnd.cpp -------------------------------------------------------------------------------- /NCVC/TH_Correct.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_Correct.cpp -------------------------------------------------------------------------------- /NCVC/TH_Cuttime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_Cuttime.cpp -------------------------------------------------------------------------------- /NCVC/TH_MakeNCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_MakeNCD.cpp -------------------------------------------------------------------------------- /NCVC/TH_NCRead.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_NCRead.cpp -------------------------------------------------------------------------------- /NCVC/TH_UVWire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_UVWire.cpp -------------------------------------------------------------------------------- /NCVC/TabViewBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TabViewBase.h -------------------------------------------------------------------------------- /NCVC/ThreadDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ThreadDlg.cpp -------------------------------------------------------------------------------- /NCVC/ThumbnailDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ThumbnailDlg.h -------------------------------------------------------------------------------- /NCVC/ViewBaseGL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewBaseGL.cpp -------------------------------------------------------------------------------- /NCVC/ViewOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewOption.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup1.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup2.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup3.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup4.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup5.cpp -------------------------------------------------------------------------------- /NCVC/ViewSetup6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ViewSetup6.cpp -------------------------------------------------------------------------------- /NCVC/res/DXFDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/DXFDoc.ico -------------------------------------------------------------------------------- /NCVC/res/NCDDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/NCDDoc.ico -------------------------------------------------------------------------------- /NCVC/res/check.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/check.ico -------------------------------------------------------------------------------- /NCVC/res/shape.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/shape.bmp -------------------------------------------------------------------------------- /docs/GcodeLathe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/docs/GcodeLathe.txt -------------------------------------------------------------------------------- /docs/GcodeWire.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/docs/GcodeWire.txt -------------------------------------------------------------------------------- /NCVC/3dModelChild.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dModelChild.cpp -------------------------------------------------------------------------------- /NCVC/3dModelView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dModelView.cpp -------------------------------------------------------------------------------- /NCVC/CustomControl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomControl.cpp -------------------------------------------------------------------------------- /NCVC/CustomControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomControl.h -------------------------------------------------------------------------------- /NCVC/CustomToolBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomToolBar.cpp -------------------------------------------------------------------------------- /NCVC/CustomToolBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/CustomToolBar.h -------------------------------------------------------------------------------- /NCVC/DXFMakeClass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFMakeClass.cpp -------------------------------------------------------------------------------- /NCVC/DXFMakeOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFMakeOption.cpp -------------------------------------------------------------------------------- /NCVC/DXFMakeOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFMakeOption.h -------------------------------------------------------------------------------- /NCVC/DXFShapeView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DXFShapeView.cpp -------------------------------------------------------------------------------- /NCVC/DxfEditOrgDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfEditOrgDlg.cpp -------------------------------------------------------------------------------- /NCVC/DxfEditOrgDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfEditOrgDlg.h -------------------------------------------------------------------------------- /NCVC/DxfSetupReload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetupReload.h -------------------------------------------------------------------------------- /NCVC/ExecSetupDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ExecSetupDlg.cpp -------------------------------------------------------------------------------- /NCVC/ExtensionDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ExtensionDlg.cpp -------------------------------------------------------------------------------- /NCVC/FrameBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/FrameBuffer.cpp -------------------------------------------------------------------------------- /NCVC/MachineOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineOption.cpp -------------------------------------------------------------------------------- /NCVC/MachineOption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineOption.h -------------------------------------------------------------------------------- /NCVC/MachineSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup.cpp -------------------------------------------------------------------------------- /NCVC/MachineSetup1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup1.cpp -------------------------------------------------------------------------------- /NCVC/MachineSetup1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup1.h -------------------------------------------------------------------------------- /NCVC/MachineSetup2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup2.cpp -------------------------------------------------------------------------------- /NCVC/MachineSetup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup2.h -------------------------------------------------------------------------------- /NCVC/MachineSetup3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup3.cpp -------------------------------------------------------------------------------- /NCVC/MachineSetup3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup3.h -------------------------------------------------------------------------------- /NCVC/MachineSetup4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup4.cpp -------------------------------------------------------------------------------- /NCVC/MachineSetup4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup4.h -------------------------------------------------------------------------------- /NCVC/MachineSetup5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup5.cpp -------------------------------------------------------------------------------- /NCVC/MachineSetup5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MachineSetup5.h -------------------------------------------------------------------------------- /NCVC/MainStatusBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MainStatusBar.cpp -------------------------------------------------------------------------------- /NCVC/MainStatusBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MainStatusBar.h -------------------------------------------------------------------------------- /NCVC/MakeBindOptDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeBindOptDlg.h -------------------------------------------------------------------------------- /NCVC/MakeCustomCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeCustomCode.h -------------------------------------------------------------------------------- /NCVC/MakeDXFDlg1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeDXFDlg1.cpp -------------------------------------------------------------------------------- /NCVC/MakeDXFDlg2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeDXFDlg2.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup.h -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup0.h -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup1.h -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup2.h -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup3.h -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup4.h -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup5.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx11.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx11.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx2.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx21.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx21.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx21.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx21.h -------------------------------------------------------------------------------- /NCVC/MakeNCDlgEx3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCDlgEx3.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup1.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup2.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup3.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup4.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup5.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup6.cpp -------------------------------------------------------------------------------- /NCVC/MakeNCSetup8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNCSetup8.cpp -------------------------------------------------------------------------------- /NCVC/MakeNurbsSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNurbsSetup.h -------------------------------------------------------------------------------- /NCVC/MakeWireSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeWireSetup.cpp -------------------------------------------------------------------------------- /NCVC/MakeWireSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeWireSetup.h -------------------------------------------------------------------------------- /NCVC/MakeWireSetup1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeWireSetup1.h -------------------------------------------------------------------------------- /NCVC/MakeWireSetup2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeWireSetup2.h -------------------------------------------------------------------------------- /NCVC/NCMakeLathe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeLathe.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeLatheOpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeLatheOpt.h -------------------------------------------------------------------------------- /NCVC/NCMakeMillOpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeMillOpt.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeMillOpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeMillOpt.h -------------------------------------------------------------------------------- /NCVC/NCMakeOption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeOption.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeWireOpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeWireOpt.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeWireOpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeWireOpt.h -------------------------------------------------------------------------------- /NCVC/NCVCaddinDXF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVCaddinDXF.cpp -------------------------------------------------------------------------------- /NCVC/NCVCaddinIF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVCaddinIF.cpp -------------------------------------------------------------------------------- /NCVC/NCVCaddinNC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCVCaddinNC.cpp -------------------------------------------------------------------------------- /NCVC/NCViewGL_Mill.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewGL_Mill.cpp -------------------------------------------------------------------------------- /NCVC/NCViewGL_Wire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewGL_Wire.cpp -------------------------------------------------------------------------------- /NCVC/NCViewSplit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewSplit.cpp -------------------------------------------------------------------------------- /NCVC/ShapePropDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ShapePropDlg.cpp -------------------------------------------------------------------------------- /NCVC/TH_MakeLathe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_MakeLathe.cpp -------------------------------------------------------------------------------- /NCVC/TH_MakeNurbs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_MakeNurbs.cpp -------------------------------------------------------------------------------- /NCVC/TH_MakeWire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_MakeWire.cpp -------------------------------------------------------------------------------- /NCVC/TabViewBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TabViewBase.cpp -------------------------------------------------------------------------------- /NCVC/ThumbnailDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ThumbnailDlg.cpp -------------------------------------------------------------------------------- /NCVC/ToolBarSetupDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ToolBarSetupDlg.h -------------------------------------------------------------------------------- /NCVC/res/NCVClogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/NCVClogo.bmp -------------------------------------------------------------------------------- /NCVC/res/NCVClogo2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/NCVClogo2.bmp -------------------------------------------------------------------------------- /NCVC/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/Toolbar.bmp -------------------------------------------------------------------------------- /NCVC/res/machine.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/machine.bmp -------------------------------------------------------------------------------- /NCVC/res/makencd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/makencd.bmp -------------------------------------------------------------------------------- /NCVC/res/tracebar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/tracebar.bmp -------------------------------------------------------------------------------- /docs/KodatunoLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/docs/KodatunoLink.png -------------------------------------------------------------------------------- /NCVC/DxfAutoOutlineDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfAutoOutlineDlg.h -------------------------------------------------------------------------------- /NCVC/DxfAutoPocketDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfAutoPocketDlg.h -------------------------------------------------------------------------------- /NCVC/DxfSetupReload.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfSetupReload.cpp -------------------------------------------------------------------------------- /NCVC/MakeBindOptDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeBindOptDlg.cpp -------------------------------------------------------------------------------- /NCVC/MakeCustomCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeCustomCode.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup0.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup1.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup2.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup3.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup4.cpp -------------------------------------------------------------------------------- /NCVC/MakeLatheSetup5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeLatheSetup5.cpp -------------------------------------------------------------------------------- /NCVC/MakeNurbsSetup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeNurbsSetup.cpp -------------------------------------------------------------------------------- /NCVC/MakeWireSetup1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeWireSetup1.cpp -------------------------------------------------------------------------------- /NCVC/MakeWireSetup2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/MakeWireSetup2.cpp -------------------------------------------------------------------------------- /NCVC/NCMakeLatheOpt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCMakeLatheOpt.cpp -------------------------------------------------------------------------------- /NCVC/NCViewGL_Lathe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/NCViewGL_Lathe.cpp -------------------------------------------------------------------------------- /NCVC/TH_ShapeSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_ShapeSearch.cpp -------------------------------------------------------------------------------- /NCVC/ToolBarSetupDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/ToolBarSetupDlg.cpp -------------------------------------------------------------------------------- /NCVC/3dRoughScanSetupDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dRoughScanSetupDlg.h -------------------------------------------------------------------------------- /NCVC/DxfAutoOutlineDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfAutoOutlineDlg.cpp -------------------------------------------------------------------------------- /NCVC/DxfAutoPocketDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/DxfAutoPocketDlg.cpp -------------------------------------------------------------------------------- /NCVC/TH_AutoWorkingSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/TH_AutoWorkingSet.cpp -------------------------------------------------------------------------------- /NCVC/res/deficonlarge.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/deficonlarge.ico -------------------------------------------------------------------------------- /NCVC/res/deficonsmall.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/res/deficonsmall.ico -------------------------------------------------------------------------------- /NCVC/3dContourScanSetupDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dContourScanSetupDlg.h -------------------------------------------------------------------------------- /NCVC/3dRoughScanSetupDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dRoughScanSetupDlg.cpp -------------------------------------------------------------------------------- /NCVC/3dContourScanSetupDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCVC-CAM/NCVC/HEAD/NCVC/3dContourScanSetupDlg.cpp -------------------------------------------------------------------------------- /NCVC/showdepth.frag: -------------------------------------------------------------------------------- 1 | uniform sampler2D depth; 2 | 3 | void main(void) 4 | { 5 | gl_FragColor = texture2D(depth, gl_TexCoord[0].xy); 6 | // gl_FragColor = gl_Color; 7 | 8 | } 9 | -------------------------------------------------------------------------------- /SourceCount.py: -------------------------------------------------------------------------------- 1 | import glob 2 | 3 | types = ('h', 'inl', 'c', 'cpp') 4 | wc = 0 5 | 6 | for t in types: 7 | for f in glob.iglob('NCVC/*.' + t): 8 | wc += sum([1 for _ in open(f)]) 9 | 10 | print(wc) 11 | -------------------------------------------------------------------------------- /NCVC/basic.frag: -------------------------------------------------------------------------------- 1 | /* 2 | #version 400 3 | 4 | in vec3 Color; 5 | 6 | out vec4 FragColor; 7 | 8 | void main() 9 | { 10 | FragColor = vec4(Color, 1.0); 11 | } 12 | */ 13 | uniform sampler2D depth; 14 | void main() 15 | { 16 | // gl_FragColor = texture2D(depth, gl_TexCoord[0].xy); 17 | gl_FragColor = gl_Color; 18 | } 19 | -------------------------------------------------------------------------------- /DownloadCount.py: -------------------------------------------------------------------------------- 1 | import requests 2 | 3 | r = requests.get('https://api.github.com/repos/NCVC-CAM/NCVC/releases') 4 | 5 | ## リリース昇順にしないと見にくい 6 | for item in sorted(r.json(), key=lambda k: k['name']): 7 | print("ReleaseName:", item["name"], item["created_at"].split("T")[0]) 8 | for detail in item["assets"]: 9 | print(" ", detail["name"], end='') 10 | print(" download_count=", detail["download_count"]) 11 | print("") 12 | -------------------------------------------------------------------------------- /NCVC/showdepth.vert: -------------------------------------------------------------------------------- 1 | uniform float L; 2 | uniform float R; 3 | uniform float T; 4 | uniform float B; 5 | 6 | void main(void) 7 | { 8 | // depth texture 9 | // gl_TexCoord[0] = gl_Vertex; 10 | // gl_TexCoord[0] = vec4(gl_Vertex.xy * 2.0 - 1.0, 0.0, 1.0); 11 | float X = (gl_Vertex.x - L) / (R - L); 12 | float Y = (gl_Vertex.y - B) / (T - B); 13 | gl_TexCoord[0] = vec4(X,Y,0.0,1.0); 14 | 15 | // gl_Position = vec4(gl_Vertex.xy * 2.0 - 1.0, 0.0, 1.0); 16 | // gl_Position = gl_Vertex; 17 | gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; 18 | 19 | // gl_FrontColor = gl_Color; 20 | } 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # NCVC 2 | NC Viewer and Converter (Free CAM) 3 | 4 | ## Requirement 5 | * Boost C++ 1.90.0 or later 6 | * GLEW 2.1.0 7 | * Kodatuno R3.4改 8 | * NCVC.SDK 9 | 10 | ## Usage 11 | Visual Studio 2026 Solution 12 | Click here for how to build 13 | 14 | ## Author 15 | Kenichi Magara / NIT(KOSEN) Maizuru College 16 | 17 | ## License 18 | "NCVC" is under [BSD license (3-clause BSD License)] 19 | 20 | ## Other 21 | v3.85a以前の履歴は,ローカルハードディスクに残る履歴からGitコミットの再構築をしています. 22 | -------------------------------------------------------------------------------- /NCVC/NCVC.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | .NET control deployment tool 10 | 11 | 12 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /NCVC/basic.vert: -------------------------------------------------------------------------------- 1 | /* 2 | #version 400 3 | 4 | in vec3 VertexPosition; 5 | in vec3 VertexColor; 6 | 7 | out vec3 Color; 8 | 9 | void main() 10 | { 11 | Color = VertexColor; 12 | gl_Position = vec4(VertexPosition, 1.0); 13 | } 14 | */ 15 | 16 | //precision mediump float; 17 | 18 | uniform sampler2D depth; 19 | uniform float N; 20 | uniform float F; 21 | uniform float L; 22 | uniform float R; 23 | uniform float T; 24 | uniform float B; 25 | 26 | //uniform sampler2DRect depth; 27 | 28 | void main() 29 | { 30 | // float X = (gl_Vertex.x - L) / (R - L); 31 | // float Y = (gl_Vertex.y - B) / (T - B); 32 | // float X = gl_Vertex.x - L; // sampler2DRect 33 | // float Y = gl_Vertex.y - B; 34 | // gl_TexCoord[0] = vec2(X,Y); 35 | 36 | // float D = texture2D(depth, gl_MultiTexCoord1.xy); 37 | float D = texture2D(depth, gl_Vertex.xy).r; 38 | // float D = texture2D(depth, vec2(X,Y)); // 8x3=24bit 39 | // float D = texture2DRect(depth, vec2(X,Y)); 40 | // float D = texture2D(depth, vec2(0.0,0.0)).xyz; 41 | // float D = 0.495912; 42 | 43 | // float Z = D * (F - N) + N; 44 | // gl_Position = gl_ModelViewProjectionMatrix * vec4(gl_Vertex.xy, Z, 1.0); 45 | gl_Position = gl_ModelViewProjectionMatrix * vec4(gl_Vertex.xy, D, 1.0); 46 | // gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; 47 | 48 | gl_FrontColor = gl_Color; 49 | // gl_FrontColor = texture2D(depth, gl_Vertex.xy); 50 | } 51 | -------------------------------------------------------------------------------- /NCVC.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 17 4 | VisualStudioVersion = 17.0.32112.339 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NCVC", "NCVC\NCVC.vcxproj", "{3DCF530D-781E-4F47-8CC7-15530F93412C}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Win32 = Debug|Win32 11 | Debug|x64 = Debug|x64 12 | Release|Win32 = Release|Win32 13 | Release|x64 = Release|x64 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Debug|Win32.ActiveCfg = Debug|x64 17 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Debug|x64.ActiveCfg = Debug|x64 18 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Debug|x64.Build.0 = Debug|x64 19 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Release|Win32.ActiveCfg = Release|Win32 20 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Release|Win32.Build.0 = Release|Win32 21 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Release|x64.ActiveCfg = Release|x64 22 | {3DCF530D-781E-4F47-8CC7-15530F93412C}.Release|x64.Build.0 = Release|x64 23 | EndGlobalSection 24 | GlobalSection(SolutionProperties) = preSolution 25 | HideSolutionNode = FALSE 26 | EndGlobalSection 27 | GlobalSection(ExtensibilityGlobals) = postSolution 28 | SolutionGuid = {2EC7C84F-466F-4A21-B8AF-315332764CAC} 29 | EndGlobalSection 30 | EndGlobal 31 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 1997-2022, NCVC(NC Viewer and Converter) 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | 1. Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | 2. Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | 3. Neither the name of the copyright holder nor the names of its 17 | contributors may be used to endorse or promote products derived from 18 | this software without specific prior written permission. 19 | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 24 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /docs/build.md: -------------------------------------------------------------------------------- 1 | # NCVC ビルド方法 2 | 3 | ## ディレクトリ構造 4 | 以下のようなディレクトリ構造を想定しています. 5 | プロジェクトのパス設定は,ソリューションファイル**NCVC.slh**からの相対指示になっています. 6 | ``` 7 | . 8 | └── Visual Studio 20XX/ 9 | ├── Projects/ 10 | │ ├── NCVC/ 11 | │ │ ├── NCVC.slh 12 | │ │ └── NCVC/ 13 | │ ├── Kodatuno/ 14 | │ │ ├── Kodatuno.slh 15 | │ │ └── Kodatuno.vs/ 16 | │ └── NCVC.Addin/ 17 | │ ├── ReadJW/ 18 | │ ├── ReadCSV/ 19 | │ ├── SendNCD/ 20 | │ ├── SolveTSP/ 21 | │ └── GRBLc/ 22 | ├── include/ 23 | ├── lib/ 24 | │ ├── x86/ 25 | │ └── x64/ 26 | │ └── debug/ 27 | └── boost/ 28 | ``` 29 | もちろんそれぞれの環境に合わせて設定していただいても結構です. 30 | プロジェクトのプロパティから 31 | - C/C++ の 追加のインクルードディレクトリ 32 | - リンカー の 追加のライブラリディレクトリ 33 | 34 | をそれぞれ変更してください(Debugモードの Kodatuno.vs.lib だけ stdafx.h 内で設定しています). 35 | ただし,この場合はプロジェクト設定(NCVC.vcxproj)をプルリクに含めないようにお願いします. 36 | ほかに良い設定方法があれば,その旨ご提案ください. 37 | 38 | ## NCVC.SDK 39 | のインクルードファイルを適切に設置してください. 40 | lib はアドインのビルドで使いますが,include はNCVC本体のビルドでも使います. 41 | 42 | ## GLEW 43 | から Windows 32-bit and 64-bit の Binaries をダウンロードしていただき, 44 | インクルードファイルとライブラリファイルを適切に設置してください. 45 | 46 | ## Boost C++ Library 47 | ~~Boost C++ Library をビルドしておいてください.boost::regex を使用しているのでビルドが必要です.~~ 48 | Ver4.14a以降はBoost.Xpressiveに切り替えたので,インクルードファイルだけでOKです. 49 | 適切に展開してください. 50 | 51 | 参考までにビルド用のバッチファイルを以下に示します. 52 | 53 | set BOOST=boost_x_xx_x 54 | 55 | cd %BOOST% 56 | call bootstrap.bat 57 | bjam toolset=msvc address-model=32 --build-type=complete --stagedir=stage/x86 -j 16 58 | bjam toolset=msvc address-model=64 --build-type=complete --stagedir=stage/x64 -j 16 59 | 60 | cd .. 61 | rmdir boost 62 | mklink /D boost %BOOST% 63 | 64 | バージョンが変わってもプロジェクトの設定(インクルードファイルやライブラリのパス)を変更しなくて済むように, 65 | シンボリックリンクを作ります. 66 | mklink コマンドだけ管理者権限でないと動かないのでご注意ください. 67 | 68 | ## Kodatuno 69 | NURBS曲面の切削データ生成等々に,NCVC内部で 70 | 金沢大学マンマシン研究室で開発されているKodatunoライブラリを使用しています. 71 | NCVC用にパッチを当てているので,まずこちらのライブラリをご用意ください. 72 | Kodatunoライブラリのビルド方法は を参照してください. 73 | NCVCプロジェクトから見えるところに Kodatuno.vs.lib をコピー(またはシンボリックリンク)してもらえればOKです. 74 | インクルードファイルも同様です.僕は下図のようにKodatunoフォルダごとシンボリックリンクを張っています. 75 | NCVC.SDKに含まれるヘッダーも同様にシンボリックリンクしています. 76 | 77 | ![KodatunoLink.png](./KodatunoLink.png) 78 | 79 | NCVC Ver3.91以前はオプションで無効にもできましたが,NCVC Ver4.00以降は Kodatunoライブラリが必須となっています. 80 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Set default behavior to automatically normalize line endings. 3 | ############################################################################### 4 | * text=auto 5 | 6 | ############################################################################### 7 | # Set default behavior for command prompt diff. 8 | # 9 | # This is need for earlier builds of msysgit that does not have it on by 10 | # default for csharp files. 11 | # Note: This is only used by command line 12 | ############################################################################### 13 | #*.cs diff=csharp 14 | 15 | ############################################################################### 16 | # Set the merge driver for project and solution files 17 | # 18 | # Merging from the command prompt will add diff markers to the files if there 19 | # are conflicts (Merging from VS is not affected by the settings below, in VS 20 | # the diff markers are never inserted). Diff markers may cause the following 21 | # file extensions to fail to load in VS. An alternative would be to treat 22 | # these files as binary and thus will always conflict and require user 23 | # intervention with every merge. To do so, just uncomment the entries below 24 | ############################################################################### 25 | #*.sln merge=binary 26 | #*.csproj merge=binary 27 | #*.vbproj merge=binary 28 | #*.vcxproj merge=binary 29 | #*.vcproj merge=binary 30 | #*.dbproj merge=binary 31 | #*.fsproj merge=binary 32 | #*.lsproj merge=binary 33 | #*.wixproj merge=binary 34 | #*.modelproj merge=binary 35 | #*.sqlproj merge=binary 36 | #*.wwaproj merge=binary 37 | 38 | ############################################################################### 39 | # behavior for image files 40 | # 41 | # image files are treated as binary by default. 42 | ############################################################################### 43 | #*.jpg binary 44 | #*.png binary 45 | #*.gif binary 46 | 47 | ############################################################################### 48 | # diff behavior for common document formats 49 | # 50 | # Convert binary document formats to text before diffing them. This feature 51 | # is only available from the command line. Turn it on by uncommenting the 52 | # entries below. 53 | ############################################################################### 54 | #*.doc diff=astextplain 55 | #*.DOC diff=astextplain 56 | #*.docx diff=astextplain 57 | #*.DOCX diff=astextplain 58 | #*.dot diff=astextplain 59 | #*.DOT diff=astextplain 60 | #*.pdf diff=astextplain 61 | #*.PDF diff=astextplain 62 | #*.rtf diff=astextplain 63 | #*.RTF diff=astextplain 64 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ## Ignore Visual Studio temporary files, build results, and 2 | ## files generated by popular Visual Studio add-ons. 3 | 4 | # User-specific files 5 | *.suo 6 | *.user 7 | *.userosscache 8 | *.sln.docstates 9 | 10 | # User-specific files (MonoDevelop/Xamarin Studio) 11 | *.userprefs 12 | 13 | # Build results 14 | [Dd]ebug/ 15 | [Dd]ebugPublic/ 16 | [Rr]elease/ 17 | [Rr]eleases/ 18 | [Rr]elease64/ 19 | [Xx]64/ 20 | [Xx]86/ 21 | [Bb]uild/ 22 | bld/ 23 | [Bb]in/ 24 | [Oo]bj/ 25 | *.map 26 | 27 | # Visual Studio 2015 cache/options directory 28 | .vs/ 29 | # Uncomment if you have tasks that create the project's static files in wwwroot 30 | #wwwroot/ 31 | 32 | # MSTest test Results 33 | [Tt]est[Rr]esult*/ 34 | [Bb]uild[Ll]og.* 35 | 36 | # NUNIT 37 | *.VisualState.xml 38 | TestResult.xml 39 | 40 | # Build Results of an ATL Project 41 | [Dd]ebugPS/ 42 | [Rr]eleasePS/ 43 | dlldata.c 44 | 45 | # DNX 46 | project.lock.json 47 | artifacts/ 48 | 49 | *_i.c 50 | *_p.c 51 | *_i.h 52 | *.ilk 53 | *.meta 54 | *.obj 55 | *.pch 56 | *.pdb 57 | *.pgc 58 | *.pgd 59 | *.rsp 60 | *.sbr 61 | *.tlb 62 | *.tli 63 | *.tlh 64 | *.tmp 65 | *.tmp_proj 66 | *.log 67 | *.vspscc 68 | *.vssscc 69 | .builds 70 | *.pidb 71 | *.svclog 72 | *.scc 73 | 74 | # Chutzpah Test files 75 | _Chutzpah* 76 | 77 | # Visual C++ cache files 78 | ipch/ 79 | *.aps 80 | *.ncb 81 | *.opendb 82 | *.opensdf 83 | *.sdf 84 | *.cachefile 85 | *.VC.db 86 | 87 | # Visual Studio profiler 88 | *.psess 89 | *.vsp 90 | *.vspx 91 | *.sap 92 | 93 | # TFS 2012 Local Workspace 94 | $tf/ 95 | 96 | # Guidance Automation Toolkit 97 | *.gpState 98 | 99 | # ReSharper is a .NET coding add-in 100 | _ReSharper*/ 101 | *.[Rr]e[Ss]harper 102 | *.DotSettings.user 103 | 104 | # JustCode is a .NET coding add-in 105 | .JustCode 106 | 107 | # TeamCity is a build add-in 108 | _TeamCity* 109 | 110 | # DotCover is a Code Coverage Tool 111 | *.dotCover 112 | 113 | # NCrunch 114 | _NCrunch_* 115 | .*crunch*.local.xml 116 | nCrunchTemp_* 117 | 118 | # MightyMoose 119 | *.mm.* 120 | AutoTest.Net/ 121 | 122 | # Web workbench (sass) 123 | .sass-cache/ 124 | 125 | # Installshield output folder 126 | [Ee]xpress/ 127 | 128 | # DocProject is a documentation generator add-in 129 | DocProject/buildhelp/ 130 | DocProject/Help/*.HxT 131 | DocProject/Help/*.HxC 132 | DocProject/Help/*.hhc 133 | DocProject/Help/*.hhk 134 | DocProject/Help/*.hhp 135 | DocProject/Help/Html2 136 | DocProject/Help/html 137 | 138 | # Click-Once directory 139 | publish/ 140 | 141 | # Publish Web Output 142 | *.[Pp]ublish.xml 143 | *.azurePubxml 144 | 145 | # TODO: Un-comment the next line if you do not want to checkin 146 | # your web deploy settings because they may include unencrypted 147 | # passwords 148 | #*.pubxml 149 | *.publishproj 150 | 151 | # NuGet Packages 152 | *.nupkg 153 | # The packages folder can be ignored because of Package Restore 154 | **/packages/* 155 | # except build/, which is used as an MSBuild target. 156 | !**/packages/build/ 157 | # Uncomment if necessary however generally it will be regenerated when needed 158 | #!**/packages/repositories.config 159 | # NuGet v3's project.json files produces more ignoreable files 160 | *.nuget.props 161 | *.nuget.targets 162 | 163 | # Microsoft Azure Build Output 164 | csx/ 165 | *.build.csdef 166 | 167 | # Microsoft Azure Emulator 168 | ecf/ 169 | rcf/ 170 | 171 | # Windows Store app package directory 172 | AppPackages/ 173 | BundleArtifacts/ 174 | 175 | # Visual Studio cache files 176 | # files ending in .cache can be ignored 177 | *.[Cc]ache 178 | # but keep track of directories ending in .cache 179 | !*.[Cc]ache/ 180 | 181 | # Others 182 | ClientBin/ 183 | [Ss]tyle[Cc]op.* 184 | ~$* 185 | *~ 186 | *.dbmdl 187 | *.dbproj.schemaview 188 | *.pfx 189 | *.publishsettings 190 | node_modules/ 191 | orleans.codegen.cs 192 | 193 | # RIA/Silverlight projects 194 | Generated_Code/ 195 | 196 | # Backup & report files from converting an old project file 197 | # to a newer Visual Studio version. Backup files are not needed, 198 | # because we have git ;-) 199 | _UpgradeReport_Files/ 200 | Backup*/ 201 | UpgradeLog*.XML 202 | UpgradeLog*.htm 203 | 204 | # SQL Server files 205 | *.mdf 206 | *.ldf 207 | 208 | # Business Intelligence projects 209 | *.rdl.data 210 | *.bim.layout 211 | *.bim_*.settings 212 | 213 | # Microsoft Fakes 214 | FakesAssemblies/ 215 | 216 | # GhostDoc plugin setting file 217 | *.GhostDoc.xml 218 | 219 | # Node.js Tools for Visual Studio 220 | .ntvs_analysis.dat 221 | 222 | # Visual Studio 6 build log 223 | *.plg 224 | 225 | # Visual Studio 6 workspace options file 226 | *.opt 227 | 228 | # Visual Studio LightSwitch build output 229 | **/*.HTMLClient/GeneratedArtifacts 230 | **/*.DesktopClient/GeneratedArtifacts 231 | **/*.DesktopClient/ModelManifest.xml 232 | **/*.Server/GeneratedArtifacts 233 | **/*.Server/ModelManifest.xml 234 | _Pvt_Extensions 235 | 236 | # LightSwitch generated files 237 | GeneratedArtifacts/ 238 | ModelManifest.xml 239 | 240 | # Paket dependency manager 241 | .paket/paket.exe 242 | 243 | # FAKE - F# Make 244 | .fake/ 245 | 246 | # VScode 247 | .vscode/ 248 | -------------------------------------------------------------------------------- /NCVC/NCVC.vcxproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | x64 7 | 8 | 9 | Release 10 | Win32 11 | 12 | 13 | Release 14 | x64 15 | 16 | 17 | 18 | {3DCF530D-781E-4F47-8CC7-15530F93412C} 19 | NCVC 20 | MFCProj 21 | 10.0 22 | 23 | 24 | 25 | Application 26 | v145 27 | Dynamic 28 | MultiByte 29 | true 30 | 31 | 32 | Application 33 | v145 34 | Dynamic 35 | MultiByte 36 | true 37 | 38 | 39 | Application 40 | v145 41 | Dynamic 42 | MultiByte 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | <_ProjectFileVersion>11.0.61030.0 59 | 60 | 61 | true 62 | C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset 63 | false 64 | 65 | 66 | false 67 | 68 | 69 | false 70 | $(SolutionDir)\x86\$(Configuration)\ 71 | x86\$(Configuration)\ 72 | 73 | 74 | 75 | _DEBUG;%(PreprocessorDefinitions) 76 | false 77 | 78 | 79 | /Zm256 %(AdditionalOptions) 80 | Disabled 81 | WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions) 82 | EnableFastChecks 83 | MultiThreadedDebugDLL 84 | Use 85 | Level3 86 | ProgramDatabase 87 | true 88 | false 89 | $(SolutionDir)..\..\include;$(SolutionDir)..\..\boost;%(AdditionalIncludeDirectories) 90 | 91 | 92 | _DEBUG;%(PreprocessorDefinitions) 93 | 0x0411 94 | $(IntDir);%(AdditionalIncludeDirectories) 95 | 96 | 97 | true 98 | true 99 | Windows 100 | false 101 | 102 | 103 | false 104 | $(IntDir)$(TargetName)$(TargetExt).intermediate.manifest 105 | true 106 | $(SolutionDir)..\..\lib\x64;%(AdditionalLibraryDirectories) 107 | LIBCMT 108 | opengl32.lib;glew32s.lib;glu32.lib;version.lib;winmm.lib;%(AdditionalDependencies) 109 | 110 | 111 | NCVC.manifest 112 | 113 | 114 | 115 | 116 | NDEBUG;%(PreprocessorDefinitions) 117 | false 118 | 119 | 120 | /Zm256 %(AdditionalOptions) 121 | MaxSpeed 122 | true 123 | Speed 124 | true 125 | WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) 126 | false 127 | MultiThreadedDLL 128 | Use 129 | Level3 130 | 131 | 132 | true 133 | $(SolutionDir)..\..\include;$(SolutionDir)..\..\boost;%(AdditionalIncludeDirectories) 134 | 135 | 136 | NDEBUG;%(PreprocessorDefinitions) 137 | 0x0411 138 | $(IntDir);%(AdditionalIncludeDirectories) 139 | 140 | 141 | opengl32.lib;glew32s.lib;glu32.lib;version.lib;winmm.lib;%(AdditionalDependencies) 142 | false 143 | true 144 | Windows 145 | true 146 | true 147 | false 148 | 149 | 150 | true 151 | LIBCMT 152 | $(SolutionDir)..\..\lib\x64;%(AdditionalLibraryDirectories) 153 | 154 | 155 | NCVC.manifest 156 | 157 | 158 | 159 | 160 | NDEBUG;%(PreprocessorDefinitions) 161 | false 162 | 163 | 164 | /Zm256 %(AdditionalOptions) 165 | MaxSpeed 166 | true 167 | Speed 168 | true 169 | WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions) 170 | false 171 | MultiThreadedDLL 172 | Use 173 | Level3 174 | 175 | 176 | true 177 | $(SolutionDir)..\..\include;$(SolutionDir)..\..\boost;%(AdditionalIncludeDirectories) 178 | 179 | 180 | NDEBUG;%(PreprocessorDefinitions) 181 | 0x0411 182 | $(IntDir);%(AdditionalIncludeDirectories) 183 | 184 | 185 | opengl32.lib;glew32s.lib;glu32.lib;version.lib;winmm.lib;%(AdditionalDependencies) 186 | false 187 | true 188 | Windows 189 | true 190 | true 191 | false 192 | 193 | 194 | true 195 | LIBCMT 196 | $(SolutionDir)..\..\lib\x86;%(AdditionalLibraryDirectories) 197 | 198 | 199 | NCVC.manifest 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | Create 323 | Create 324 | Create 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | 338 | 339 | 340 | 341 | 342 | 343 | 344 | 345 | 346 | 347 | 348 | 349 | 350 | 351 | 352 | 353 | 354 | 355 | 356 | 357 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 366 | 367 | 368 | 369 | 370 | 371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | 394 | 395 | 396 | 397 | 398 | 399 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | 434 | 435 | 436 | 437 | 438 | 439 | 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 456 | 457 | 458 | 459 | 460 | 461 | 462 | 463 | 464 | 465 | 466 | 467 | 468 | 469 | 470 | 471 | 472 | 473 | 474 | 475 | 476 | 477 | 478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | -------------------------------------------------------------------------------- /NCVC/NCVC.vcxproj.filters: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav 15 | 16 | 17 | 18 | 19 | ソース ファイル 20 | 21 | 22 | ソース ファイル 23 | 24 | 25 | ソース ファイル 26 | 27 | 28 | ソース ファイル 29 | 30 | 31 | ソース ファイル 32 | 33 | 34 | ソース ファイル 35 | 36 | 37 | ソース ファイル 38 | 39 | 40 | ソース ファイル 41 | 42 | 43 | ソース ファイル 44 | 45 | 46 | ソース ファイル 47 | 48 | 49 | ソース ファイル 50 | 51 | 52 | ソース ファイル 53 | 54 | 55 | ソース ファイル 56 | 57 | 58 | ソース ファイル 59 | 60 | 61 | ソース ファイル 62 | 63 | 64 | ソース ファイル 65 | 66 | 67 | ソース ファイル 68 | 69 | 70 | ソース ファイル 71 | 72 | 73 | ソース ファイル 74 | 75 | 76 | ソース ファイル 77 | 78 | 79 | ソース ファイル 80 | 81 | 82 | ソース ファイル 83 | 84 | 85 | ソース ファイル 86 | 87 | 88 | ソース ファイル 89 | 90 | 91 | ソース ファイル 92 | 93 | 94 | ソース ファイル 95 | 96 | 97 | ソース ファイル 98 | 99 | 100 | ソース ファイル 101 | 102 | 103 | ソース ファイル 104 | 105 | 106 | ソース ファイル 107 | 108 | 109 | ソース ファイル 110 | 111 | 112 | ソース ファイル 113 | 114 | 115 | ソース ファイル 116 | 117 | 118 | ソース ファイル 119 | 120 | 121 | ソース ファイル 122 | 123 | 124 | ソース ファイル 125 | 126 | 127 | ソース ファイル 128 | 129 | 130 | ソース ファイル 131 | 132 | 133 | ソース ファイル 134 | 135 | 136 | ソース ファイル 137 | 138 | 139 | ソース ファイル 140 | 141 | 142 | ソース ファイル 143 | 144 | 145 | ソース ファイル 146 | 147 | 148 | ソース ファイル 149 | 150 | 151 | ソース ファイル 152 | 153 | 154 | ソース ファイル 155 | 156 | 157 | ソース ファイル 158 | 159 | 160 | ソース ファイル 161 | 162 | 163 | ソース ファイル 164 | 165 | 166 | ソース ファイル 167 | 168 | 169 | ソース ファイル 170 | 171 | 172 | ソース ファイル 173 | 174 | 175 | ソース ファイル 176 | 177 | 178 | ソース ファイル 179 | 180 | 181 | ソース ファイル 182 | 183 | 184 | ソース ファイル 185 | 186 | 187 | ソース ファイル 188 | 189 | 190 | ソース ファイル 191 | 192 | 193 | ソース ファイル 194 | 195 | 196 | ソース ファイル 197 | 198 | 199 | ソース ファイル 200 | 201 | 202 | ソース ファイル 203 | 204 | 205 | ソース ファイル 206 | 207 | 208 | ソース ファイル 209 | 210 | 211 | ソース ファイル 212 | 213 | 214 | ソース ファイル 215 | 216 | 217 | ソース ファイル 218 | 219 | 220 | ソース ファイル 221 | 222 | 223 | ソース ファイル 224 | 225 | 226 | ソース ファイル 227 | 228 | 229 | ソース ファイル 230 | 231 | 232 | ソース ファイル 233 | 234 | 235 | ソース ファイル 236 | 237 | 238 | ソース ファイル 239 | 240 | 241 | ソース ファイル 242 | 243 | 244 | ソース ファイル 245 | 246 | 247 | ソース ファイル 248 | 249 | 250 | ソース ファイル 251 | 252 | 253 | ソース ファイル 254 | 255 | 256 | ソース ファイル 257 | 258 | 259 | ソース ファイル 260 | 261 | 262 | ソース ファイル 263 | 264 | 265 | ソース ファイル 266 | 267 | 268 | ソース ファイル 269 | 270 | 271 | ソース ファイル 272 | 273 | 274 | ソース ファイル 275 | 276 | 277 | ソース ファイル 278 | 279 | 280 | ソース ファイル 281 | 282 | 283 | ソース ファイル 284 | 285 | 286 | ソース ファイル 287 | 288 | 289 | ソース ファイル 290 | 291 | 292 | ソース ファイル 293 | 294 | 295 | ソース ファイル 296 | 297 | 298 | ソース ファイル 299 | 300 | 301 | ソース ファイル 302 | 303 | 304 | ソース ファイル 305 | 306 | 307 | ソース ファイル 308 | 309 | 310 | ソース ファイル 311 | 312 | 313 | ソース ファイル 314 | 315 | 316 | ソース ファイル 317 | 318 | 319 | ソース ファイル 320 | 321 | 322 | ソース ファイル 323 | 324 | 325 | ソース ファイル 326 | 327 | 328 | ソース ファイル 329 | 330 | 331 | ソース ファイル 332 | 333 | 334 | ソース ファイル 335 | 336 | 337 | ソース ファイル 338 | 339 | 340 | ソース ファイル 341 | 342 | 343 | ソース ファイル 344 | 345 | 346 | ソース ファイル 347 | 348 | 349 | ソース ファイル 350 | 351 | 352 | ソース ファイル 353 | 354 | 355 | ソース ファイル 356 | 357 | 358 | ソース ファイル 359 | 360 | 361 | ソース ファイル 362 | 363 | 364 | ソース ファイル 365 | 366 | 367 | ソース ファイル 368 | 369 | 370 | ソース ファイル 371 | 372 | 373 | ソース ファイル 374 | 375 | 376 | ソース ファイル 377 | 378 | 379 | ソース ファイル 380 | 381 | 382 | ソース ファイル 383 | 384 | 385 | ソース ファイル 386 | 387 | 388 | ソース ファイル 389 | 390 | 391 | ソース ファイル 392 | 393 | 394 | ソース ファイル 395 | 396 | 397 | ソース ファイル 398 | 399 | 400 | ソース ファイル 401 | 402 | 403 | ソース ファイル 404 | 405 | 406 | ソース ファイル 407 | 408 | 409 | ソース ファイル 410 | 411 | 412 | ソース ファイル 413 | 414 | 415 | ソース ファイル 416 | 417 | 418 | ソース ファイル 419 | 420 | 421 | ソース ファイル 422 | 423 | 424 | ソース ファイル 425 | 426 | 427 | ソース ファイル 428 | 429 | 430 | ソース ファイル 431 | 432 | 433 | ソース ファイル 434 | 435 | 436 | ソース ファイル 437 | 438 | 439 | ソース ファイル 440 | 441 | 442 | ソース ファイル 443 | 444 | 445 | ソース ファイル 446 | 447 | 448 | 449 | 450 | ヘッダー ファイル 451 | 452 | 453 | ヘッダー ファイル 454 | 455 | 456 | ヘッダー ファイル 457 | 458 | 459 | ヘッダー ファイル 460 | 461 | 462 | ヘッダー ファイル 463 | 464 | 465 | ヘッダー ファイル 466 | 467 | 468 | ヘッダー ファイル 469 | 470 | 471 | ヘッダー ファイル 472 | 473 | 474 | ヘッダー ファイル 475 | 476 | 477 | ヘッダー ファイル 478 | 479 | 480 | ヘッダー ファイル 481 | 482 | 483 | ヘッダー ファイル 484 | 485 | 486 | ヘッダー ファイル 487 | 488 | 489 | ヘッダー ファイル 490 | 491 | 492 | ヘッダー ファイル 493 | 494 | 495 | ヘッダー ファイル 496 | 497 | 498 | ヘッダー ファイル 499 | 500 | 501 | ヘッダー ファイル 502 | 503 | 504 | ヘッダー ファイル 505 | 506 | 507 | ヘッダー ファイル 508 | 509 | 510 | ヘッダー ファイル 511 | 512 | 513 | ヘッダー ファイル 514 | 515 | 516 | ヘッダー ファイル 517 | 518 | 519 | ヘッダー ファイル 520 | 521 | 522 | ヘッダー ファイル 523 | 524 | 525 | ヘッダー ファイル 526 | 527 | 528 | ヘッダー ファイル 529 | 530 | 531 | ヘッダー ファイル 532 | 533 | 534 | ヘッダー ファイル 535 | 536 | 537 | ヘッダー ファイル 538 | 539 | 540 | ヘッダー ファイル 541 | 542 | 543 | ヘッダー ファイル 544 | 545 | 546 | ヘッダー ファイル 547 | 548 | 549 | ヘッダー ファイル 550 | 551 | 552 | ヘッダー ファイル 553 | 554 | 555 | ヘッダー ファイル 556 | 557 | 558 | ヘッダー ファイル 559 | 560 | 561 | ヘッダー ファイル 562 | 563 | 564 | ヘッダー ファイル 565 | 566 | 567 | ヘッダー ファイル 568 | 569 | 570 | ヘッダー ファイル 571 | 572 | 573 | ヘッダー ファイル 574 | 575 | 576 | ヘッダー ファイル 577 | 578 | 579 | ヘッダー ファイル 580 | 581 | 582 | ヘッダー ファイル 583 | 584 | 585 | ヘッダー ファイル 586 | 587 | 588 | ヘッダー ファイル 589 | 590 | 591 | ヘッダー ファイル 592 | 593 | 594 | ヘッダー ファイル 595 | 596 | 597 | ヘッダー ファイル 598 | 599 | 600 | ヘッダー ファイル 601 | 602 | 603 | ヘッダー ファイル 604 | 605 | 606 | ヘッダー ファイル 607 | 608 | 609 | ヘッダー ファイル 610 | 611 | 612 | ヘッダー ファイル 613 | 614 | 615 | ヘッダー ファイル 616 | 617 | 618 | ヘッダー ファイル 619 | 620 | 621 | ヘッダー ファイル 622 | 623 | 624 | ヘッダー ファイル 625 | 626 | 627 | ヘッダー ファイル 628 | 629 | 630 | ヘッダー ファイル 631 | 632 | 633 | ヘッダー ファイル 634 | 635 | 636 | ヘッダー ファイル 637 | 638 | 639 | ヘッダー ファイル 640 | 641 | 642 | ヘッダー ファイル 643 | 644 | 645 | ヘッダー ファイル 646 | 647 | 648 | ヘッダー ファイル 649 | 650 | 651 | ヘッダー ファイル 652 | 653 | 654 | ヘッダー ファイル 655 | 656 | 657 | ヘッダー ファイル 658 | 659 | 660 | ヘッダー ファイル 661 | 662 | 663 | ヘッダー ファイル 664 | 665 | 666 | ヘッダー ファイル 667 | 668 | 669 | ヘッダー ファイル 670 | 671 | 672 | ヘッダー ファイル 673 | 674 | 675 | ヘッダー ファイル 676 | 677 | 678 | ヘッダー ファイル 679 | 680 | 681 | ヘッダー ファイル 682 | 683 | 684 | ヘッダー ファイル 685 | 686 | 687 | ヘッダー ファイル 688 | 689 | 690 | ヘッダー ファイル 691 | 692 | 693 | ヘッダー ファイル 694 | 695 | 696 | ヘッダー ファイル 697 | 698 | 699 | ヘッダー ファイル 700 | 701 | 702 | ヘッダー ファイル 703 | 704 | 705 | ヘッダー ファイル 706 | 707 | 708 | ヘッダー ファイル 709 | 710 | 711 | ヘッダー ファイル 712 | 713 | 714 | ヘッダー ファイル 715 | 716 | 717 | ヘッダー ファイル 718 | 719 | 720 | ヘッダー ファイル 721 | 722 | 723 | ヘッダー ファイル 724 | 725 | 726 | ヘッダー ファイル 727 | 728 | 729 | ヘッダー ファイル 730 | 731 | 732 | ヘッダー ファイル 733 | 734 | 735 | ヘッダー ファイル 736 | 737 | 738 | ヘッダー ファイル 739 | 740 | 741 | ヘッダー ファイル 742 | 743 | 744 | ヘッダー ファイル 745 | 746 | 747 | ヘッダー ファイル 748 | 749 | 750 | ヘッダー ファイル 751 | 752 | 753 | ヘッダー ファイル 754 | 755 | 756 | ヘッダー ファイル 757 | 758 | 759 | ヘッダー ファイル 760 | 761 | 762 | ヘッダー ファイル 763 | 764 | 765 | ヘッダー ファイル 766 | 767 | 768 | ヘッダー ファイル 769 | 770 | 771 | ヘッダー ファイル 772 | 773 | 774 | ヘッダー ファイル 775 | 776 | 777 | ヘッダー ファイル 778 | 779 | 780 | ヘッダー ファイル 781 | 782 | 783 | ヘッダー ファイル 784 | 785 | 786 | ヘッダー ファイル 787 | 788 | 789 | ヘッダー ファイル 790 | 791 | 792 | ヘッダー ファイル 793 | 794 | 795 | ヘッダー ファイル 796 | 797 | 798 | ヘッダー ファイル 799 | 800 | 801 | ヘッダー ファイル 802 | 803 | 804 | ヘッダー ファイル 805 | 806 | 807 | ヘッダー ファイル 808 | 809 | 810 | ヘッダー ファイル 811 | 812 | 813 | ヘッダー ファイル 814 | 815 | 816 | ヘッダー ファイル 817 | 818 | 819 | ヘッダー ファイル 820 | 821 | 822 | ヘッダー ファイル 823 | 824 | 825 | ヘッダー ファイル 826 | 827 | 828 | ヘッダー ファイル 829 | 830 | 831 | ヘッダー ファイル 832 | 833 | 834 | ヘッダー ファイル 835 | 836 | 837 | ヘッダー ファイル 838 | 839 | 840 | ヘッダー ファイル 841 | 842 | 843 | 844 | 845 | ヘッダー ファイル 846 | 847 | 848 | ヘッダー ファイル 849 | 850 | 851 | リソース ファイル 852 | 853 | 854 | 855 | 856 | 857 | リソース ファイル 858 | 859 | 860 | リソース ファイル 861 | 862 | 863 | リソース ファイル 864 | 865 | 866 | リソース ファイル 867 | 868 | 869 | リソース ファイル 870 | 871 | 872 | リソース ファイル 873 | 874 | 875 | リソース ファイル 876 | 877 | 878 | リソース ファイル 879 | 880 | 881 | リソース ファイル 882 | 883 | 884 | リソース ファイル 885 | 886 | 887 | リソース ファイル 888 | 889 | 890 | リソース ファイル 891 | 892 | 893 | リソース ファイル 894 | 895 | 896 | リソース ファイル 897 | 898 | 899 | リソース ファイル 900 | 901 | 902 | 903 | 904 | リソース ファイル 905 | 906 | 907 | 908 | 909 | 910 | --------------------------------------------------------------------------------