// GravMouseDlg.h : header file // By Adam Rea, Travis Martin and Michael Goldschmidt #if !defined(AFX_GRAVMOUSEDLG_H__FB981A42_E887_441A_A0C3_ED2262633504__INCLUDED_) #define AFX_GRAVMOUSEDLG_H__FB981A42_E887_441A_A0C3_ED2262633504__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include ///////////////////////////////////////////////////////////////////////////// // CGravMouseDlg dialog class CGravMouseDlg : public CDialog { // Construction public: CGravMouseDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CGravMouseDlg) enum { IDD = IDD_GRAVMOUSE_DIALOG }; short m_Port; CString m_Server; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CGravMouseDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: SOCKET s; HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CGravMouseDlg) virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnConnect(); afx_msg void OnTimer(UINT nIDEvent); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_GRAVMOUSEDLG_H__FB981A42_E887_441A_A0C3_ED2262633504__INCLUDED_)