X64 transport [Part 5] (Update plugins.cpp)
[xy_vsfilter.git] / src / apps / mplayerc / ShaderCombineDlg.h
bloba2ce4262076d981f32545329391c1e1628757e11
1 #pragma once
2 #include "afxwin.h"
5 // CShaderCombineDlg dialog
7 class CShaderCombineDlg : public CResizableDialog
9 CAtlList<CString>& m_labels;
11 public:
12 CShaderCombineDlg(CAtlList<CString>& labels, CWnd* pParent = NULL); // standard constructor
13 virtual ~CShaderCombineDlg();
15 // Dialog Data
16 enum { IDD = IDD_SHADERCOMBINE_DLG };
18 protected:
19 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
21 DECLARE_MESSAGE_MAP()
22 public:
23 virtual BOOL OnInitDialog();
24 protected:
25 virtual void OnOK();
26 public:
27 CListBox m_list;
28 public:
29 CComboBox m_combo;
30 public:
31 afx_msg void OnBnClickedButton12();
32 public:
33 afx_msg void OnBnClickedButton13();
34 public:
35 afx_msg void OnBnClickedButton1();
36 public:
37 afx_msg void OnBnClickedButton11();