summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbeDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'IvyProbe/IvyProbeDlg.h')
-rw-r--r--IvyProbe/IvyProbeDlg.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h
index ac32f11..953d403 100644
--- a/IvyProbe/IvyProbeDlg.h
+++ b/IvyProbe/IvyProbeDlg.h
@@ -13,18 +13,19 @@
/////////////////////////////////////////////////////////////////////////////
// CTestDlg dialog
-class CTestDlg : public CDialog, public IvyApplicationCallback
+class CTestDlg : public ETSLayoutDialog, public IvyApplicationCallback
{
// Construction
public:
CTestDlg(CWnd* pParent = NULL); // standard constructor
+ DECLARE_LAYOUT();
// Dialog Data
//{{AFX_DATA(CTestDlg)
enum { IDD = IDD_TEST_DIALOG };
- CEdit m_bind;
- CEdit m_msgToSend;
+ CComboBox m_expr;
+ CComboBox m_msg;
CEdit m_text;
CSliderCtrl m_slider7;
CSliderCtrl m_slider6;
@@ -57,14 +58,12 @@ protected:
//{{AFX_MSG(CTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
- afx_msg void OnVscrollMsg();
afx_msg void OnClose();
- virtual void OnOK();
- afx_msg void OnVscrollBind();
+ afx_msg void OnSend();
+ afx_msg void OnBind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()