home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / vbasic / Data / Utils / WME71SDK.exe / RCDATA / CABINET / enccontroldlg.h < prev    next >
C/C++ Source or Header  |  2001-03-02  |  1KB  |  56 lines

  1. // ENCControlDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "mspropshell.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_ENCCONTROLDLG_H__8AC1D0EB_6868_4282_8A23_FF1750ECFA3C__INCLUDED_)
  8. #define AFX_ENCCONTROLDLG_H__8AC1D0EB_6868_4282_8A23_FF1750ECFA3C__INCLUDED_
  9.  
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CENCControlDlg dialog
  16.  
  17. class CENCControlDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CENCControlDlg(CWnd* pParent = NULL);    // standard constructor
  22.     ~CENCControlDlg();
  23.  
  24. // Dialog Data
  25.     //{{AFX_DATA(CENCControlDlg)
  26.     enum { IDD = IDD_ENCCONTROL_DIALOG };
  27.     CMSPropShell    m_PropShell;
  28.     //}}AFX_DATA
  29.  
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CENCControlDlg)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.     HICON m_hIcon;
  39.     IWMEncoder* m_pEncoder;
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CENCControlDlg)
  42.     virtual BOOL OnInitDialog();
  43.     afx_msg void OnPaint();
  44.     afx_msg HCURSOR OnQueryDragIcon();
  45.     afx_msg void OnStart();
  46.     afx_msg void OnStop();
  47.     afx_msg void OnConfigure();
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_ENCCONTROLDLG_H__8AC1D0EB_6868_4282_8A23_FF1750ECFA3C__INCLUDED_)
  56.