• 大小: 56KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-07
  • 语言: 其他
  • 标签: c++  

资源简介

ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用ListCtrl控件和下拉框,编辑框等控件组合使用

资源截图

代码片段和文件信息

// ListCtrlDemo.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ListCtrlDemo.h“

#include “MainFrm.h“
#include “ListCtrlDemoDoc.h“
#include “ListCtrlDemoView.h“
#include “MyListCtrlDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CListCtrlDemoApp

BEGIN_MESSAGE_MAP(CListCtrlDemoApp CWinApp)
//{{AFX_MSG_MAP(CListCtrlDemoApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CListCtrlDemoApp construction

CListCtrlDemoApp::CListCtrlDemoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CListCtrlDemoApp object

CListCtrlDemoApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CListCtrlDemoApp initialization

BOOL CListCtrlDemoApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

// Change the registry key under which our settings are stored.
// You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CListCtrlDemoDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CListCtrlDemoView));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been i

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5236  1998-12-21 17:44  ListCtrlDemo.001
     文件       47152  1998-12-21 16:57  ListCtrlDemo.aps
     文件        4381  1998-12-21 12:35  ListCtrlDemo.cpp
     文件        5164  1998-12-22 08:39  ListCtrlDemo.dsp
     文件         549  1998-12-22 08:39  ListCtrlDemo.dsw
     文件        1432  1998-12-21 11:17  ListCtrlDemo.h
     文件       91136  1998-12-23 00:34  ListCtrlDemo.ncb
     文件       49664  1998-12-23 00:34  ListCtrlDemo.opt
     文件         260  1998-12-23 00:26  ListCtrlDemo.plg
     文件       13113  1998-12-21 16:57  ListCtrlDemo.rc
     文件        1862  1998-12-21 11:17  ListCtrlDemoDoc.cpp
     文件        1549  1998-12-21 11:17  ListCtrlDemoDoc.h
     文件        2761  1998-12-21 11:17  ListCtrlDemoView.cpp
     文件        1993  1998-12-21 11:17  ListCtrlDemoView.h
     文件        2548  1998-12-21 11:17  MainFrm.cpp
     文件        1586  1998-12-21 11:17  MainFrm.h
     文件       21951  1998-12-23 00:26  MyListCtrl.cpp
     文件       10515  1998-12-23 00:20  MyListCtrl.h
     文件        6570  1998-12-21 17:28  MyListCtrlDlg.cpp
     文件        1421  1998-12-21 15:26  MyListCtrlDlg.h
     文件        4167  1998-12-21 11:17  ReadMe.txt
     目录           0  1998-12-22 08:38  res\
     文件         827  1998-12-21 16:57  resource.h
     文件        1078  1998-12-21 11:17  res\ListCtrlDemo.ico
     文件         404  1998-12-21 11:17  res\ListCtrlDemo.rc2
     文件        1078  1998-12-21 11:17  res\ListCtrlDemoDoc.ico
     文件        1078  1998-12-21 11:17  res\Toolbar.bmp
     文件         502  1998-12-21 16:57  res\up_butto.bmp
     文件         210  1998-12-21 11:17  StdAfx.cpp
     文件         987  1998-12-21 11:17  StdAfx.h

评论

共有 条评论