Cstm1Dlg.h
上传用户:apjinmao
上传日期:2007-01-02
资源大小:96k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. // cstm1dlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CCustom1Dlg dialog
  5. class CCustom1Dlg : public CAppWizStepDlg
  6. {
  7. // Construction
  8. public:
  9. CCustom1Dlg();
  10. virtual BOOL OnDismiss();
  11. virtual BOOL PreTranslateMessage (MSG* pMsg);
  12. // Dialog Data
  13. //{{AFX_DATA(CCustom1Dlg)
  14. enum { IDD = IDD_CUSTOM1 };
  15. CButton m_ctrlStandardButtons;
  16. CButton m_ctrlStartOnTaskBar;
  17. CButton m_ctrlSendToTaskBar;
  18. CButton m_ctrlMinimizeBox;
  19. BOOL m_aboutBox;
  20. BOOL m_bitmapPages;
  21. BOOL m_minimizeBox;
  22. BOOL m_sendToTaskBar;
  23. BOOL m_startOnTaskBar;
  24. int m_modal;
  25. int m_mfcDLL;
  26. BOOL m_tooltips;
  27. BOOL m_standardButtons;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CCustom1Dlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CCustom1Dlg)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnUpdateNeeded();
  41. afx_msg void OnPaint();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. protected:
  45. CToolTipCtrl m_ctrlTooltip;
  46. private:
  47. void UpdateControls ();
  48. };