ofstream file("C:\\1.txt");               
 file<< m_btnShow<<endl;
 file.close();