• 大小: 1.86M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-13
  • 语言: 其他
  • 标签: 其他  

资源简介

国旗.rar

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “国旗.h“
#include “math.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
ON_WM_CREATE()
ON_COMMAND(ID_MENUITEM32771 OnChinaFlag)
ON_COMMAND(ID_MENUITEM32772 OnAmericanFlag)
ON_COMMAND(ID_MENUITEM32774 OnGreeceFlag)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

CMainframe::~CMainframe()
{
}

int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;

if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1;      // fail to create
}

if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
  sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1;      // fail to create
}

// TODO: Delete these three lines if you don‘t want the toolbar to
//  be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);

return 0;
}

BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
//  the CREATESTRUCT cs

return TRUE;
}

/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics

#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}

void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}

#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers


void CMainframe::OnChinaFlag() 
{
// TODO: Add your command handler code here
UpdateData();
int xy; d=0;
CRect rect;
GetClientRect(&rect);
x=rect.Width();
y=rect.Height();

CDC *pDC=GetDC();
CBrush brush1;   // Must initialize!
brush1.CreateSolidBrush(RGB(255255255));   // Blue brush.

CBrush* pTempBrush1 = NULL;
CBrush OrigBrush1;

CRect rc1;
GetClientRect(&rc1);
ScreenToClient(&rc1);

pTempBrush1 = (CBrush*)pD

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

     文件      43516  2009-10-14 15:03  国旗\Debug\MainFrm.obj

     文件     105792  2009-10-14 12:59  国旗\Debug\StdAfx.obj

     文件     214016  2010-05-26 20:23  国旗\Debug\vc60.idb

     文件     372736  2009-10-14 15:03  国旗\Debug\vc60.pdb

     文件     127057  2009-10-14 16:00  国旗\Debug\国旗.exe

     文件     322512  2009-10-14 16:00  国旗\Debug\国旗.ilk

     文件      22922  2009-10-14 12:59  国旗\Debug\国旗.obj

     文件    5567852  2009-10-14 12:59  国旗\Debug\国旗.pch

     文件     484352  2009-10-14 16:00  国旗\Debug\国旗.pdb

     文件       7320  2009-10-14 16:00  国旗\Debug\国旗.res

     文件      14710  2009-10-14 12:59  国旗\Debug\国旗Doc.obj

     文件      19571  2009-10-14 12:59  国旗\Debug\国旗View.obj

     文件      11960  2009-10-14 15:03  国旗\MainFrm.cpp

     文件       1701  2009-10-02 19:21  国旗\MainFrm.h

     文件       4249  2009-09-21 21:13  国旗\ReadMe.txt

     文件       1078  2009-09-21 21:13  国旗\res\Toolbar.bmp

     文件       1078  2009-09-21 21:13  国旗\res\国旗.ico

     文件        396  2009-09-21 21:13  国旗\res\国旗.rc2

     文件       1078  2009-09-21 21:13  国旗\res\国旗Doc.ico

     文件        779  2009-10-02 19:21  国旗\resource.h

     文件        206  2009-09-21 21:13  国旗\StdAfx.cpp

     文件       1054  2009-09-21 21:13  国旗\StdAfx.h

     文件      28876  2009-12-15 08:22  国旗\国旗.aps

     文件       2302  2010-05-26 20:30  国旗\国旗.clw

     文件       4145  2009-09-21 21:13  国旗\国旗.cpp

     文件       4533  2009-09-21 21:13  国旗\国旗.dsp

     文件        516  2009-09-21 21:13  国旗\国旗.dsw

     文件       1312  2009-09-21 21:13  国旗\国旗.h

     文件     107520  2010-05-26 20:34  国旗\国旗.ncb

     文件      50688  2010-05-26 20:34  国旗\国旗.opt

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

评论

共有 条评论