00001 #if !defined(AFX_DIALOGPANELCONTROL_H__8458F6DC_E19D_4C37_ADA0_A76C85A928B2__INCLUDED_) 00002 #define AFX_DIALOGPANELCONTROL_H__8458F6DC_E19D_4C37_ADA0_A76C85A928B2__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // DialogPanelControl.h : header file 00008 // 00009 00011 // CPanelControlDialog dialog 00012 00013 class CPanelControlDialog : public CDialog 00014 { 00015 // Construction 00016 public: 00017 CPanelControlDialog(CWnd* pParent = NULL); // standard constructor 00018 00019 // Dialog Data 00020 //{{AFX_DATA(CPanelControlDialog) 00021 enum { IDD = IDD_DIALOG_PANELCONTROL }; 00022 CComboBox m_cmbBvOuter; 00023 CComboBox m_cmbBvInner; 00024 CString m_strBvBorder; 00025 CString m_strBvWidth; 00026 int m_nCmbBvOuterPos; 00027 int m_nCmbBvInnerPos; 00028 int m_nBvInner; 00029 int m_nBvOuter; 00030 //}}AFX_DATA 00031 00032 00033 // Overrides 00034 // ClassWizard generated virtual function overrides 00035 //{{AFX_VIRTUAL(CPanelControlDialog) 00036 protected: 00037 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00038 //}}AFX_VIRTUAL 00039 00040 // Implementation 00041 protected: 00042 00043 // Generated message map functions 00044 //{{AFX_MSG(CPanelControlDialog) 00045 virtual BOOL OnInitDialog(); 00046 afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); 00047 afx_msg void OnClose(); 00048 //}}AFX_MSG 00049 DECLARE_MESSAGE_MAP() 00050 }; 00051 00052 //{{AFX_INSERT_LOCATION}} 00053 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00054 00055 #endif // !defined(AFX_DIALOGPANELCONTROL_H__8458F6DC_E19D_4C37_ADA0_A76C85A928B2__INCLUDED_)