cstm1dlg.h
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_CSTM1DLG_H__22F027BA_345E_11D2_A1BE_444553540000__INCLUDED_)
  2. #define AFX_CSTM1DLG_H__22F027BA_345E_11D2_A1BE_444553540000__INCLUDED_
  3. // cstm1dlg.h : header file
  4. //
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CCustom1Dlg dialog
  7. class CCustom1Dlg : public CAppWizStepDlg
  8. {
  9. // Construction
  10. public:
  11. CCustom1Dlg();
  12. virtual BOOL OnDismiss();
  13. // Dialog Data
  14. //{{AFX_DATA(CCustom1Dlg)
  15. enum { IDD = IDD_CUSTOM1 };
  16. CString m_class_name;
  17. CString m_manufacturer;
  18. CString m_product_name;
  19. int m_product_type;
  20. CString m_exe_name;
  21. CString m_pwlib_dir;
  22. BOOL m_use_dlls;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CCustom1Dlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CCustom1Dlg)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_CSTM1DLG_H__22F027BA_345E_11D2_A1BE_444553540000__INCLUDED_)