home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / ActiveX / THBResize.ActiveX.v2.0.Win9xNT.Incl.Keymaker-CORE / data1.cab / Example_Files / VcDemo1 / DialogGeneral.h < prev    next >
C/C++ Source or Header  |  1999-10-24  |  1KB  |  50 lines

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