00001 //############################################################################################################################################### 00002 // 00003 // Meta and Builder Object Network V2.0 for GME 00004 // PrintDlg.h 00005 // 00006 //############################################################################################################################################### 00007 00008 /* 00009 Copyright (c) Vanderbilt University, 2000-2004 00010 ALL RIGHTS RESERVED 00011 00012 Vanderbilt University disclaims all warranties with regard to this 00013 software, including all implied warranties of merchantability 00014 and fitness. In no event shall Vanderbilt University be liable for 00015 any special, indirect or consequential damages or any damages 00016 whatsoever resulting from loss of use, data or profits, whether 00017 in an action of contract, negligence or other tortious action, 00018 arising out of or in connection with the use or performance of 00019 this software. 00020 */ 00021 00022 #if !defined(AFX_PRINTDLG_H__E15D2E62_02CC_4A19_9822_3AF3B984F04A__INCLUDED_) 00023 #define AFX_PRINTDLG_H__E15D2E62_02CC_4A19_9822_3AF3B984F04A__INCLUDED_ 00024 00025 #if _MSC_VER > 1000 00026 #pragma once 00027 #endif // _MSC_VER > 1000 00028 00029 #include "resource.h" 00030 00031 //############################################################################################################################################### 00032 // 00033 // C L A S S : CPrintDlg 00034 // 00035 //############################################################################################################################################### 00036 00037 class CPrintDlg : public CDialog 00038 { 00039 // Construction 00040 public: 00041 CPrintDlg(CWnd* pParent = NULL); // standard constructor 00042 00043 // Dialog Data 00044 //{{AFX_DATA(CPrintDlg) 00045 enum { IDD = IDD_DIALOG }; 00046 CString m_strValue; 00047 //}}AFX_DATA 00048 00049 00050 // Overrides 00051 // ClassWizard generated virtual function overrides 00052 //{{AFX_VIRTUAL(CPrintDlg) 00053 protected: 00054 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00055 //}}AFX_VIRTUAL 00056 00057 // Implementation 00058 protected: 00059 00060 // Generated message map functions 00061 //{{AFX_MSG(CPrintDlg) 00062 virtual BOOL OnInitDialog(); 00063 virtual void OnOK(); 00064 //}}AFX_MSG 00065 DECLARE_MESSAGE_MAP() 00066 }; 00067 00068 //{{AFX_INSERT_LOCATION}} 00069 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00070 00071 #endif // !defined(AFX_PRINTDLG_H__E15D2E62_02CC_4A19_9822_3AF3B984F04A__INCLUDED_)