home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / BitmapDLL / PromptDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-03-02  |  1.3 KB  |  49 lines

  1. #if !defined(AFX_PROMPTDLG_H__1C09076C_E434_49C5_9131_B954011ED7EA__INCLUDED_)
  2. #define AFX_PROMPTDLG_H__1C09076C_E434_49C5_9131_B954011ED7EA__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PromptDlg.h : header file
  8. //
  9. #include "resource.h"
  10.  
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPromptDlg dialog
  14.  
  15. class CPromptDlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19.     CPromptDlg(CWnd* pParent = NULL);   // standard constructor
  20.  
  21. // Dialog Data
  22.     //{{AFX_DATA(CPromptDlg)
  23.     enum { IDD = IDD_PROMPT_DIALOG };
  24.         // NOTE: the ClassWizard will add data members here
  25.     //}}AFX_DATA
  26.  
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CPromptDlg)
  31.     protected:
  32.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. protected:
  37.  
  38.     // Generated message map functions
  39.     //{{AFX_MSG(CPromptDlg)
  40.         // NOTE: the ClassWizard will add member functions here
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43. };
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_PROMPTDLG_H__1C09076C_E434_49C5_9131_B954011ED7EA__INCLUDED_)
  49.