40class CLadderTrackDlg :
public CDialog
55 CString m_remoteResponse;
64 GT2Socket m_GT2Socket;
65 GT2Connection m_GT2Connection;
70 void UpdatePlayerPositions();
75 CLadderTrackDlg(CWnd* pParent = NULL);
79 enum { IDD = IDD_LADDERTRACK_DIALOG };
81 CProgressCtrl m_remoteProgress;
82 CProgressCtrl m_localProgress;
83 CString m_localPosition;
84 CString m_remotePosition;
91 virtual BOOL PreTranslateMessage(MSG* pMsg);
93 virtual void DoDataExchange(CDataExchange* pDX);
102 virtual BOOL OnInitDialog();
103 afx_msg
void OnPaint();
104 afx_msg HCURSOR OnQueryDragIcon();
105 afx_msg
void OnStart();
106 afx_msg
void OnDestroy();
107 afx_msg
void OnTimer(UINT nIDEvent);
108 afx_msg
void OnLogout();
109 afx_msg
void OnUpdatePositions();
111 DECLARE_MESSAGE_MAP()