• 大小: 443KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-10
  • 语言: 其他
  • 标签: 图形生成  旋转  

资源简介

请去下面链接下载新版本的源码,新版本源码支持不同图层的旋转平移缩放等。 http://download.csdn.net/source/3459644

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “200732590062.h“

#include “MainFrm.h“
#include “200732590062Doc.h“
#include “200732590062View.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMy200732590062App

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

/////////////////////////////////////////////////////////////////////////////
// CMy200732590062App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy200732590062App object

CMy200732590062App theApp;

/////////////////////////////////////////////////////////////////////////////
// CMy200732590062App initialization

BOOL CMy200732590062App::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.

// 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(CMy200732590062Doc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CMy200732590062View));
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.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

return TRUE;
}


/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About

class CAboutDlg : publ

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

     文件      58644  2009-07-03 12:18  07021方毅200732590062\200732590062\200732590062.aps

     文件       7354  2009-07-03 17:25  07021方毅200732590062\200732590062\200732590062.clw

     文件       4075  2009-06-18 03:03  07021方毅200732590062\200732590062\200732590062.cpp

     文件       5181  2009-06-18 20:22  07021方毅200732590062\200732590062\200732590062.dsp

     文件        547  2009-07-03 19:01  07021方毅200732590062\200732590062\200732590062.dsw

     文件       1448  2009-03-08 23:12  07021方毅200732590062\200732590062\200732590062.h

     文件    1483776  2009-07-03 19:02  07021方毅200732590062\200732590062\200732590062.ncb

     文件      54784  2009-07-03 19:02  07021方毅200732590062\200732590062\200732590062.opt

     文件       2488  2009-07-03 19:02  07021方毅200732590062\200732590062\200732590062.plg

     文件      17494  2009-06-18 22:02  07021方毅200732590062\200732590062\200732590062.rc

     文件      37151  2009-07-03 17:25  07021方毅200732590062\200732590062\200732590062Doc.cpp

    I.A....      2715  2009-06-18 18:16  07021方毅200732590062\200732590062\200732590062Doc.h

     文件      20668  2009-06-18 23:56  07021方毅200732590062\200732590062\200732590062View.cpp

     文件       2683  2009-06-18 20:36  07021方毅200732590062\200732590062\200732590062View.h

     文件       3409  2009-03-13 14:39  07021方毅200732590062\200732590062\200732590062View.plg

     文件       5893  2009-06-19 00:35  07021方毅200732590062\200732590062\CircleDialog.cpp

     文件       1597  2009-06-18 22:12  07021方毅200732590062\200732590062\CircleDialog.h

     文件       1310  2009-06-18 18:44  07021方毅200732590062\200732590062\InputDialog.cpp

     文件       1239  2009-06-14 17:25  07021方毅200732590062\200732590062\InputDialog.h

     文件       3418  2009-06-18 18:41  07021方毅200732590062\200732590062\LineDialog.cpp

     文件       1417  2009-06-18 18:16  07021方毅200732590062\200732590062\LineDialog.h

     文件       2856  2009-06-18 03:03  07021方毅200732590062\200732590062\MainFrm.cpp

     文件       1597  2009-06-18 03:00  07021方毅200732590062\200732590062\MainFrm.h

     文件       1158  2009-06-18 20:43  07021方毅200732590062\200732590062\New Text Document (2).txt

     文件       4467  2009-03-08 23:20  07021方毅200732590062\200732590062\ReadMe.txt

     文件      22798  2008-02-23 16:53  07021方毅200732590062\200732590062\res\200732590062.ico

     文件        404  2009-03-12 11:14  07021方毅200732590062\200732590062\res\200732590062.rc2

     文件       1078  2009-02-24 13:02  07021方毅200732590062\200732590062\res\200732590062Doc.ico

     文件       4054  2009-06-18 11:36  07021方毅200732590062\200732590062\res\Toolbar.bmp

     文件       4342  2009-06-18 10:53  07021方毅200732590062\200732590062\res\toolbar1.bmp

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

评论

共有 条评论