PolypropDlg.h
上传用户:ywlong9188
上传日期:2022-05-31
资源大小:2656k
文件大小:1k
源码类别:

远程控制编程

开发平台:

C/C++

  1. // PolypropDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CPolypropDlg dialog
  5. #include "resource.h"
  6. class CPolypropDlg : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CPolypropDlg(CWnd* pParent = NULL);   // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CPolypropDlg)
  13. enum { IDD = IDD_POLY_PROP };
  14. CComboBox m_cStyle;
  15. int m_nStyle;
  16. int m_nWidth;
  17. int m_nAttr;
  18. CString m_name;
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CPolypropDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. CColorStatic m_lDlg;
  29. CColorStatic m_fDlg;
  30. BOOL m_bFirst;
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CPolypropDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnChangeEdit1();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };