#if !defined(AFX_LUTDLG_H__A974EBEE_942A_4BB6_8792_EA0723CECFCD__INCLUDED_) #define AFX_LUTDLG_H__A974EBEE_942A_4BB6_8792_EA0723CECFCD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // LUTDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPresentationLUTDlg dialog class CPresentationLUTDlg : public CDialog { // Construction public: CPresentationLUTDlg(CWnd* pParent = NULL); // standard constructor BOOL m_bPresentationLUTShapeSelected; CString m_sPresentationLUTShape; CString m_sPresentationLUTFilename; // Dialog Data //{{AFX_DATA(CPresentationLUTDlg) enum { IDD = IDD_CREATE_PRESENTATIONLUT }; CComboBox m_PresentationLUTShapeCombo; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPresentationLUTDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPresentationLUTDlg) virtual BOOL OnInitDialog(); afx_msg void OnRadioPresentationLUTShape(); afx_msg void OnRadioLoadFromFile(); afx_msg void OnChangeEditPresentationLUTFile(); afx_msg void OnButtonBrowse(); afx_msg void OnButtonCreate(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void UpdateControlsState(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LUTDLG_H__A974EBEE_942A_4BB6_8792_EA0723CECFCD__INCLUDED_)