summaryrefslogtreecommitdiffabout
path: root/AutoBestDlg.h
Unidiff
Diffstat (limited to 'AutoBestDlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--AutoBestDlg.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/AutoBestDlg.h b/AutoBestDlg.h
new file mode 100644
index 0000000..fb7ca4c
--- a/dev/null
+++ b/AutoBestDlg.h
@@ -0,0 +1,48 @@
1// AutoBestDlg.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CAutoBestDlg dialog
6
7class CAutoBestDlg : public CDialog
8{
9// Construction
10public:
11 ~CAutoBestDlg();
12 BOOL m_bPrev;
13 BOOL m_bNext;
14 CAutoBestDlg(CWnd* pParent = NULL); // standard constructor
15
16// Dialog Data
17 //{{AFX_DATA(CAutoBestDlg)
18 enum { IDD = IDD_AUTOBEST };
19 CAnimateCtrlm_DropSourceCtl;
20 CButtonm_PrevCtl;
21 CButtonm_NextCtl;
22 CStringm_PktLoss;
23 CStringm_RTT;
24 CStringm_URL;
25 //}}AFX_DATA
26
27
28// Overrides
29 // ClassWizard generated virtual function overrides
30 //{{AFX_VIRTUAL(CAutoBestDlg)
31 protected:
32 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
33 //}}AFX_VIRTUAL
34
35// Implementation
36protected:
37
38 // Generated message map functions
39 //{{AFX_MSG(CAutoBestDlg)
40 afx_msg void OnNext();
41 afx_msg void OnPrev();
42 virtual BOOL OnInitDialog();
43 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
44 afx_msg void OnCopyurl();
45 afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
46 //}}AFX_MSG
47 DECLARE_MESSAGE_MAP()
48};