CString str;str.Format("%f",value);GetDlgItem(ID)->SetWindowText(str);value为你要设置的double类型的初值ID为你edit控件的id