PolypropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
- // PolypropDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPolypropDlg dialog
- #include "resource.h"
- class CPolypropDlg : public CDialog
- {
- // Construction
- public:
- CPolypropDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CPolypropDlg)
- enum { IDD = IDD_POLY_PROP };
- CComboBox m_cStyle;
- int m_nStyle;
- int m_nWidth;
- int m_nAttr;
- CString m_name;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPolypropDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- public:
- CColorStatic m_lDlg;
- CColorStatic m_fDlg;
-
- BOOL m_bFirst;
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPolypropDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnChangeEdit1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };