www.pudn.com > stund_0.92_Jun06.rar > WinStunDlg.h
// WinStunDlg.h : header file
//
#pragma once
// CWinStunDlg dialog
class CWinStunDlg : public CDialog
{
// Construction
public:
CWinStunDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
enum { IDD = IDD_WINSTUN_DIALOG };
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedTest();
// the name of the stun server to use
CString mServerName;
};