// MytestView.cpp : implementation of the CMytestView class
//
#include "stdafx.h"
#include "Mytest.h"
#include "math.h"
#include "MytestDoc.h"
#include "MytestView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMytestView
IMPLEMENT_DYNCREATE(CMytestView, CView)
BEGIN_MESSAGE_MAP(CMytestView, CView)
//{
{AFX_MSG_MAP(CMytestView)
ON_COMMAND(ID_MENU_ZXSM, OnMenuZxsm)
ON_COMMAND(ID_MENU_YDSM, OnMenuYdsm)
ON_COMMAND(ID_MENU_TYSM, OnMenuTysm)
//}}AFX_MSG_MAP
// Standard printing commands
ON_COMMAND(ID_FILE_PRINT, CView::OnFilePrint)
ON_COMMAND(ID_FILE_PRINT_DIRECT, CView::OnFilePrint)
ON_COMMAND(ID_FILE_PRINT_PREVIEW, CView::OnFilePrintPreview)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMytestView construction/destruction
CMytestView::CMytestVie