代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/122551/14684783
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "MdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/122551/14685191
cpp squaresdoc.cpp
// SquaresDoc.cpp : implementation of the CSquaresDoc class
//
#include "stdafx.h"
#include "SdiSquares.h"
#include "SquaresDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/120377/14804806
cpp ai3.cpp
// AI3.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "AI3.h"
#include "MainFrm.h"
#include "AI3Doc.h"
#include "AI3View.h"
///////////////////////
www.eeworm.com/read/219699/14869068
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "Library.h"
#include "MainFrm.h"
#include "LoginDlg.h"
#include "ReaderMDlg.h"
#include "ClerkMDlg.
www.eeworm.com/read/216440/15008030
cpp ex24eview.cpp
// ex24eView.cpp : implementation of the CEx24eView class
//
#include "stdafx.h"
#include "ex24e.h"
#include "ex24eDoc.h"
#include "ex24eView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/216440/15011348
cpp ex24ev~1.cpp
// ex24eView.cpp : implementation of the CEx24eView class
//
#include "stdafx.h"
#include "ex24e.h"
#include "ex24eDoc.h"
#include "ex24eView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/114988/15031084
cpp ex24ev~1.cpp
// ex24eView.cpp : implementation of the CEx24eView class
//
#include "stdafx.h"
#include "ex24e.h"
#include "ex24eDoc.h"
#include "ex24eView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/114328/15057760
cpp ex24ev~1.cpp
// ex24eView.cpp : implementation of the CEx24eView class
//
#include "stdafx.h"
#include "ex24e.h"
#include "ex24eDoc.h"
#include "ex24eView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/215215/15069806
cpp compressdemodoc.cpp
// CompressDemoDoc.cpp : implementation of the CCompressDemoDoc class
//
#include "stdafx.h"
#include "CompressDemo.h"
#include "CompressDemoDoc.h"
#include "CompressDemoView.h"
#include "Ma
www.eeworm.com/read/114100/15110231
txt vb里有没有类.txt
1、 Form1的 确 是 对 象 , 不 能 说 它 高 级 , 但 它 的 确 比 较 特 殊 , 它 是 Command1和 Text1的 Parent对 象 。 你 可 以 利 用 Command1.Parent访 问 Form1。
2、 VB有 类 , 称 为 ClassModule(类 模 块 )。 你 可 以 象 建 立 窗 体 那 样 建 立 类 模 块 , 存 盘 为