文件名称:DrawChip
- 所属分类:
- GDI/图象编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 270.76kb
- 下载次数:
- 0次
- 提 供 者:
- 邓**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本系统是基于MFC实现的电子元器件绘制系统,可以用来元器件和画布的绘制,拖放生成多个元器件,单独移动或整体移动元器件的位置,元器件属性的选择、修改。
元器件包括电容(COMPACITY)、交叉开关(CRSOCKET)、电阻(RESISTOR)、电感器(INDUCTOR)、二极管(DIODE)、三极管,同向开关(PASOCKET)、电源(POWER)、电阻(RESISTOR)、开关(SWITCH)、
三极管(TRANSISTOR),每种元器件对应一个类,它们有共同的父类COMPONENT。
其中,ColourPicker.h用于画布的设置,Component.h用于父类的构造,其它文件不再鳌述。
元器件包括电容(COMPACITY)、交叉开关(CRSOCKET)、电阻(RESISTOR)、电感器(INDUCTOR)、二极管(DIODE)、三极管,同向开关(PASOCKET)、电源(POWER)、电阻(RESISTOR)、开关(SWITCH)、
三极管(TRANSISTOR),每种元器件对应一个类,它们有共同的父类COMPONENT。
其中,ColourPicker.h用于画布的设置,Component.h用于父类的构造,其它文件不再鳌述。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 35738648drawchip.rar 列表 DrawChip\ColourPicker.cpp DrawChip\ColourPicker.h DrawChip\ColourPopup.cpp DrawChip\ColourPopup.h DrawChip\Compacity.cpp DrawChip\Compacity.h DrawChip\Component.cpp DrawChip\Component.h DrawChip\CrSocket.cpp DrawChip\CrSocket.h DrawChip\Debug DrawChip\Diode.cpp DrawChip\Diode.h DrawChip\dlgCompacityPro.cpp DrawChip\dlgCompacityPro.h DrawChip\dlgDiodePro.cpp DrawChip\dlgDiodePro.h DrawChip\dlgIcChipPro.cpp DrawChip\dlgIcChipPro.h DrawChip\dlgInductorPro.cpp DrawChip\dlgInductorPro.h DrawChip\dlgPowerPro.cpp DrawChip\dlgPowerPro.h DrawChip\dlgResistorPro.cpp DrawChip\dlgResistorPro.h DrawChip\dlgSocketPro.cpp DrawChip\dlgSocketPro.h DrawChip\dlgSwitchPro.cpp DrawChip\dlgSwitchPro.h DrawChip\dlgTransistor.cpp DrawChip\dlgTransistor.h DrawChip\DrawChip.aps DrawChip\DrawChip.clw DrawChip\DrawChip.cpp DrawChip\DrawChip.dep DrawChip\DrawChip.dsp DrawChip\DrawChip.dsw DrawChip\DrawChip.h DrawChip\DrawChip.mak DrawChip\DrawChip.ncb DrawChip\DrawChip.opt DrawChip\DrawChip.plg DrawChip\DrawChip.rc DrawChip\DrawChip.reg DrawChip\DrawChipDoc.cpp DrawChip\DrawChipDoc.h DrawChip\DrawChipView.cpp DrawChip\DrawChipView.h DrawChip\IcChip.cpp DrawChip\IcChip.h DrawChip\Inductor.cpp DrawChip\Inductor.h DrawChip\IniFile.cpp DrawChip\IniFile.h DrawChip\MainFrm.cpp DrawChip\MainFrm.h DrawChip\MySocket.cpp DrawChip\MySocket.h DrawChip\OptionDlg.cpp DrawChip\OptionDlg.h DrawChip\OptionProp.cpp DrawChip\OptionProp.h DrawChip\OptionSheet.cpp DrawChip\OptionSheet.h DrawChip\PaSocket.cpp DrawChip\PaSocket.h DrawChip\Power.cpp DrawChip\Power.h DrawChip\ReadMe.txt DrawChip\RES\BITMAP_B.BMP DrawChip\RES\bmpBK.bmp DrawChip\RES\CUR00001.CUR DrawChip\RES\CUR00002.CUR DrawChip\RES\CUR00003.CUR DrawChip\RES\CUR00004.CUR DrawChip\RES\CUR00005.CUR DrawChip\RES\CUR00006.CUR DrawChip\RES\CUR00007.CUR DrawChip\RES\CUR00008.CUR DrawChip\RES\CURSOR1.CUR DrawChip\RES\CURSOR2.CUR DrawChip\RES\DrawChip.ico DrawChip\RES\DrawChip.rc2 DrawChip\RES\DrawChipDoc.ico DrawChip\RES\DRAW_RES.CUR DrawChip\RES\Toolbar.bmp DrawChip\RES\toolbar1.bmp DrawChip\RES\VSSVER.SCC DrawChip\RES DrawChip\Resistor.cpp DrawChip\Resistor.h DrawChip\Resource.h DrawChip\Splash.cpp DrawChip\Splash.h DrawChip\Splsh16.bmp DrawChip\StdAfx.cpp DrawChip\StdAfx.h DrawChip\Switch.cpp DrawChip\Switch.h DrawChip\Transistor.cpp DrawChip\Transistor.h DrawChip