代码搜索:ClassWizard

找到约 10,000 项符合「ClassWizard」的源代码

代码结果 10,000
www.eeworm.com/read/418887/10893021

cpp celineargaugeppg.cpp

// CELinearGaugePpg.cpp : Implementation of the CCELinearGaugePropPage property page class. #include "stdafx.h" #include "CELinearGauge.h" #include "CELinearGaugePpg.h" #ifdef _DEBUG #define
www.eeworm.com/read/273940/10894276

odl meter.odl

// Meter.odl : type library source for ActiveX Control project. // This file will be processed by the Make Type Library (mktyplib) tool to // produce the type library (Meter.tlb) that will become
www.eeworm.com/read/273698/10904367

cpp yszmfzdlg.cpp

// yszmfzdlg.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "yszmfzdlg.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new DEBU
www.eeworm.com/read/273698/10904655

cpp yszmscqrdlg.cpp

// yszmscqrdlg.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "yszmscqrdlg.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new
www.eeworm.com/read/273698/10904767

cpp qrqbhz.cpp

// qrqbhz.cpp : implementation file // #include "stdafx.h" #include "xxgl.h" #include "qrqbhz.h" #include "strt.h" #include "ext.h" #include "func.h" #ifdef _DEBUG #define new DEBUG_NEW
www.eeworm.com/read/273479/10914635

clw spectrumdll.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 ClassCount=1 Class1=CSpectrumdllApp LastClass=CSpectrumdllApp NewFileInclude2=#include "spectrumdll.h" Resourc
www.eeworm.com/read/418205/10958737

txt 06.3.6 mfc菜单命令更新机制.txt

6.3.6 MFC菜单命令更新机制 利用MFC编程时,菜单项状态的维护依赖于CN_UPDATE_COMMAND_UI消息。我 们可以通过手工,或利用 <mark>ClassWizard</mark>在消息映射中添加 ON_UPDATE_COMMAND_UI 宏来捕获CN-UPDATE-COMMAND-U消息。 例如,在Menu程序中,如果想让【编辑】子菜单下的【剪切】菜单项变为可以使用的状态,则可以在ClassWi ...
www.eeworm.com/read/418205/10958835

txt 18.4 事件-18.4.1 标准事件.txt

18.4 事件 ActiveX控件有两种事件:标准事件和自定义事件。 18.4.1 标准事件 在VC++中,如果想要为Clock控件添加一个事件,可以利用<mark>ClassWizard</mark>来完成。首先打开<mark>ClassWizard</mark>对话框,并打开它的ActiveXEvents选项卡,在此选项卡上,确保Class name组合框中选择的是CClockCtrl。然后单击【Add Event】按钮 ...
www.eeworm.com/read/418205/10958845

txt 18.3 方法.txt

18.3 方法 . 下面,为 Clock控件添加一个自定义的方法。同样,这也是利用 <mark>ClassWizard</mark>来完成的。首先打开 <mark>ClassWizard</mark>对话框,选择 Automation选项卡,注意:在此属性页上, class name 这一选项一定要选择 CClockCtrl。然后,单击【 Add Method】按钮,这时将出现如图 18.39所示的对话框。 该对话框中提供了几个选项,其中 ...
www.eeworm.com/read/418139/10964675

cpp 模式对话框view.cpp

// 模式对话框View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "模式对话框.h" #include "模式对话框Doc.h" #include "模式对话框View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef T