GetDlgItem(IDC_SAMPLE)->GetWindowRect(&rect);
GetWindowRect得到的是屏幕坐标
ScreenToClient(rect)
将屏幕坐标转换为客户区坐标