summaryrefslogtreecommitdiffabout
path: root/AutoBestDlg.h
authorMichael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
commit5305ddd8332ebd905ebef3b8365fc0d736858a7a (patch) (unidiff)
treeba6dc874bdcb00bd2e116b377a92f347ab81a733 /AutoBestDlg.h
downloaddipstick-5305ddd8332ebd905ebef3b8365fc0d736858a7a.zip
dipstick-5305ddd8332ebd905ebef3b8365fc0d736858a7a.tar.gz
dipstick-5305ddd8332ebd905ebef3b8365fc0d736858a7a.tar.bz2
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
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};