home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBClock / lockDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.1 KB  |  45 lines

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