CString strText(_T(""));
 GetDlgItemText(IDC_EDIT_CONNECTION , strText);
 m_connect = _ttoi(strText); 
这段代码每一句的意思是什么