#if !defined(AFX_OUTPUT_H__F6C6B761_AF8F_11D5_A529_EA7AD15B0F76__INCLUDED_) #define AFX_OUTPUT_H__F6C6B761_AF8F_11D5_A529_EA7AD15B0F76__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Output.h : header file // ///////////////////////////////////////////////////////////////////////////// // Output dialog class Output : public CDialog { // Construction public: Output(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(Output) enum { IDD = IDD_DIALOG4 }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(Output) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(Output) virtual void OnOK(); afx_msg void OnButton1(); virtual void OnCancel(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OUTPUT_H__F6C6B761_AF8F_11D5_A529_EA7AD15B0F76__INCLUDED_)