00001 // 00002 // DxPolygonDoc.cpp : 実装ファイル 00003 // 00004 00005 #include "..\stdafx.h" 00006 00007 #include "DxPolygonDoc.h" 00008 00009 00010 // DxPolygonDoc 00011 00012 IMPLEMENT_DYNCREATE(DxPolygonDoc, CExDocument) 00013 00014 // 00015 DxPolygonDoc::DxPolygonDoc() 00016 { 00017 } 00018 00019 00020 // 00021 BOOL DxPolygonDoc::OnNewDocument() 00022 { 00023 if (!CExDocument::OnNewDocument()) return FALSE; 00024 return TRUE; 00025 } 00026 00027 00028 // 00029 DxPolygonDoc::~DxPolygonDoc() 00030 { 00031 } 00032 00033 00034 BEGIN_MESSAGE_MAP(DxPolygonDoc, CExDocument) 00035 END_MESSAGE_MAP() 00036 00037 00038 00039 // DxPolygonDoc 診断 00040 00041 #ifdef _DEBUG 00042 void DxPolygonDoc::AssertValid() const 00043 { 00044 CExDocument::AssertValid(); 00045 } 00046 00047 00048 #ifndef _WIN32_WCE 00049 void DxPolygonDoc::Dump(CDumpContext& dc) const 00050 { 00051 CExDocument::Dump(dc); 00052 } 00053 #endif 00054 #endif //_DEBUG 00055 00056 00057 #ifndef _WIN32_WCE 00058 // DxPolygonDoc シリアル化 00059 00060 void DxPolygonDoc::Serialize(CArchive& ar) 00061 { 00062 if (ar.IsStoring()) { 00063 // TODO: 格納するコードをここに追加してください。 00064 } 00065 else { 00066 // TODO: 読み込むコードをここに追加してください。 00067 } 00068 } 00069 #endif 00070 00071 00072 // DxPolygonDoc コマンド