ShaderCombineDlg.h
上传用户:tangyu_668
上传日期:2014-02-27
资源大小:678k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #pragma once
  2. #include "afxwin.h"
  3. // CShaderCombineDlg dialog
  4. class CShaderCombineDlg : public CResizableDialog
  5. {
  6. CAtlList<CString>& m_labels;
  7. public:
  8. CShaderCombineDlg(CAtlList<CString>& labels, CWnd* pParent = NULL);   // standard constructor
  9. virtual ~CShaderCombineDlg();
  10. // Dialog Data
  11. enum { IDD = IDD_SHADERCOMBINE_DLG };
  12. protected:
  13. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  14. DECLARE_MESSAGE_MAP()
  15. public:
  16. virtual BOOL OnInitDialog();
  17. protected:
  18. virtual void OnOK();
  19. public:
  20. CListBox m_list;
  21. public:
  22. CComboBox m_combo;
  23. public:
  24. afx_msg void OnBnClickedButton12();
  25. public:
  26. afx_msg void OnBnClickedButton13();
  27. public:
  28. afx_msg void OnBnClickedButton1();
  29. public:
  30. afx_msg void OnBnClickedButton11();
  31. };