--- trunk/H7 Server/H7 ServerDlg.h 2007/02/01 07:39:56 35 +++ trunk/H7 Server/H7 ServerDlg.h 2007/02/01 09:21:43 36 @@ -62,4 +62,8 @@ void UpdateClient(TcpClientClass *caller); afx_msg void OnBnClickedStop(); void TcpStatus(void); + CButton m_StartB; +protected: + virtual void OnCancel(); + };