Dlg_Start.h
上传用户:may_xy
上传日期:2007-08-09
资源大小:1519k
文件大小:2k
源码类别:

游戏

开发平台:

C/C++

  1. #if !defined(AFX_DLG_START_H__229FB0DE_EB29_4305_ADC1_F4E3252391A0__INCLUDED_)
  2. #define AFX_DLG_START_H__229FB0DE_EB29_4305_ADC1_F4E3252391A0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Dlg_Start.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlg_Start dialog
  10. class CDlg_Start : public CDialog
  11. {
  12. public:
  13. CBitmap  m_cBitmap0;
  14. CBitmap  m_cBitmap1;
  15. CBitmap  m_cBitmap2;
  16. CBitmap  m_cBitmap3;
  17. static CString s_m_szNetInfo;  //静态变量;
  18. static int s_m_bOK;
  19. HANDLE m_hThread;
  20. DWORD  m_dwThreadId;
  21. // Construction
  22. public:
  23. CDlg_Start(CWnd* pParent = NULL);   // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CDlg_Start)
  26. enum { IDD = IDD_START };
  27. CString m_ServerIP;
  28. CString m_Client;
  29. CString m_Name;
  30. int m_Face_ID;
  31. CString m_Net_States;
  32. CString m_Net_Info;
  33. //}}AFX_DATA
  34. static DWORD WINAPI Server_Login(LPVOID pParam);
  35. static DWORD WINAPI Client_Login(LPVOID pParam);
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CDlg_Start)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CDlg_Start)
  46. afx_msg void OnExit();
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnClient();
  49. afx_msg void OnLink();
  50. afx_msg void OnSingle();
  51. afx_msg void OnServer();
  52. afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
  53. afx_msg void OnStart();
  54. afx_msg void OnTimer(UINT nIDEvent);
  55. afx_msg void OnGameMaker();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_DLG_START_H__229FB0DE_EB29_4305_ADC1_F4E3252391A0__INCLUDED_)