• 大小: 49KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-14
  • 语言: 其他
  • 标签: 颜色  rgb  

资源简介

很好的程序,可以运行,可以查看颜色,希望大家可以用得上

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ColorLookup.h“

#include “MainFrm.h“
#include “ColorLookupDoc.h“
#include “ColorLookupView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CColorLookupApp

BEGIN_MESSAGE_MAP(CColorLookupApp CWinApp)
//{{AFX_MSG_MAP(CColorLookupApp)
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()

/////////////////////////////////////////////////////////////////////////////
// CColorLookupApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CColorLookupApp object

CColorLookupApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CColorLookupApp initialization

BOOL CColorLookupApp::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.
// TODO: 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(CColorLookupDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CColorLookupView));
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 initialized so show and update it.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      43800  2005-07-12 15:12  ColorLookup\ColorLookup.aps

     文件      10081  2005-07-12 15:12  ColorLookup\ColorLookup.rc

     文件       5937  2005-07-11 01:00  ColorLookup\MainFrm.cpp

     文件       1819  2005-07-10 22:38  ColorLookup\MainFrm.h

     文件       1138  2005-07-10 22:25  ColorLookup\Resource.h

     文件      53760  2005-07-12 15:28  ColorLookup\ColorLookup.opt

     文件       1544  2005-07-12 15:28  ColorLookup\ColorLookup.clw

     文件        180  2005-07-12 15:28  ColorLookup\ReadMe.txt

     文件       1411  2005-07-10 10:19  ColorLookup\ColorLookup.h

     文件       2194  2005-07-11 00:14  ColorLookup\ColorLookupView.h

     文件       1054  2005-07-10 10:19  ColorLookup\StdAfx.h

     文件        213  2005-07-10 10:19  ColorLookup\StdAfx.cpp

     文件       5854  2005-07-11 01:07  ColorLookup\ColorLookup.dsp

     文件       1530  2005-07-10 10:19  ColorLookup\ColorLookupDoc.h

     文件       1842  2005-07-10 10:19  ColorLookup\ColorLookupDoc.cpp

     文件       6059  2005-07-12 15:25  ColorLookup\ColorLookupView.cpp

     文件        545  2005-07-10 10:19  ColorLookup\ColorLookup.dsw

     文件       1183  2005-07-12 15:25  ColorLookup\ColorLookup.plg

     文件      66560  2005-07-12 15:28  ColorLookup\ColorLookup.ncb

     文件       4330  2005-07-10 11:01  ColorLookup\ColorLookup.cpp

     文件        403  2005-07-10 10:19  ColorLookup\res\ColorLookup.rc2

     文件       1078  2005-07-10 10:19  ColorLookup\res\ColorLookupDoc.ico

     文件       1078  2005-07-10 10:19  ColorLookup\res\ColorLookup.ico

     文件       1798  2005-07-10 20:37  ColorLookup\res\HELP.BMP

     文件        954  2005-07-11 01:05  ColorLookup\res\bitmap2.bmp

     目录          0  2005-07-11 01:08  ColorLookup\res

     目录          0  2005-07-11 01:08  ColorLookup

     文件      32768  2005-07-12 15:25  ColorLookup\ColorLookup.exe

----------- ---------  ---------- -----  ----

               249331                    29

............此处省略2个文件信息

评论

共有 条评论