home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / recwdlg.h < prev    next >
C/C++ Source or Header  |  1997-10-06  |  891b  |  37 lines

  1. // RecWDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CReceiveWaitDialog dialog
  6.  
  7. class CReceiveWaitDialog : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CReceiveWaitDialog(CWnd* pParent = NULL);   // standard constructor
  12.     void CenterWindow();
  13.  
  14. // Dialog Data
  15.     //{{AFX_DATA(CReceiveWaitDialog)
  16.     enum { IDD = IDD_WAIT_DIALOG };
  17.         // NOTE: the ClassWizard will add data members here
  18.     //}}AFX_DATA
  19.  
  20.  
  21. // Overrides
  22.     // ClassWizard generated virtual function overrides
  23.     //{{AFX_VIRTUAL(CReceiveWaitDialog)
  24.     protected:
  25.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29. protected:
  30.  
  31.     // Generated message map functions
  32.     //{{AFX_MSG(CReceiveWaitDialog)
  33.         // NOTE: the ClassWizard will add member functions here
  34.     //}}AFX_MSG
  35.     DECLARE_MESSAGE_MAP()
  36. };
  37.