46class CMultiTrackDlg :
public CDialog
50 void UpdateRatingsDisplay();
51 int m_localRatings[4];
52 int m_remoteRatings[4];
70 CString m_remoteResponse;
78 GT2Connection m_connection;
84 CMultiTrackDlg(CWnd* pParent = NULL);
88 enum { IDD = IDD_MULTITRACK_DIALOG };
91 CProgressCtrl m_remoteProgress;
92 CProgressCtrl m_localProgress;
95 CString m_localInfo100;
96 CString m_localInfo200;
97 CString m_localInfo50;
98 CString m_localInfoOverall;
99 CString m_remoteInfo100;
100 CString m_remoteInfo200;
101 CString m_remoteInfo50;
102 CString m_remoteInfoOverall;
108 virtual BOOL PreTranslateMessage(MSG* pMsg);
110 virtual void DoDataExchange(CDataExchange* pDX);
119 virtual BOOL OnInitDialog();
120 afx_msg
void OnPaint();
121 afx_msg HCURSOR OnQueryDragIcon();
122 afx_msg
void OnLogout();
123 afx_msg
void OnDestroy();
124 afx_msg
void OnTimer(UINT nIDEvent);
125 afx_msg
void OnStart50();
126 afx_msg
void OnStart100();
127 afx_msg
void OnStart200();
129 DECLARE_MESSAGE_MAP()