///////////////// TransparentDlg.h #pragma once ///////////////////////////////////////////////////////////////////////////// // CTransparentDlg dialog class CTransparentDlg : public CDialog { protected: CBrush m_BkBrush; // Construction public: CTransparentDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CTransparentDlg) enum { IDD = IDD_TRANSPARENTDLG_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CTransparentDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CTransparentDlg) virtual BOOL OnInitDialog(); afx_msg BOOL OnEraseBkgnd(CDC* pDC); afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); //}}AFX_MSG DECLARE_MESSAGE_MAP() };///////////////// TransparentDlg.h #pr 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交