| | |
| | | CRect rect1;
|
| | | GetDlgItem(IDC_CHECK_PAUSEUPDATE)->GetWindowRect(rect1);
|
| | | ScreenToClient(&rect1);
|
| | | GetDlgItem(IDC_CHECK_PAUSEUPDATE)->SetWindowPos(NULL,0,cy-rect1.Height(),rect1.Width(),rect1.Height(),NULL);
|
| | | GetDlgItem(IDC_CHECK_PAUSEUPDATE)->SetWindowPos(NULL,4,cy-rect1.Height()-4,rect1.Width(),rect1.Height(),NULL);
|
| | | }
|
| | | pwnd=GetDlgItem(IDC_CHECK_NOSCROLL);
|
| | | if (pwnd!=NULL)
|
| | |
| | | CRect rect1;
|
| | | GetDlgItem(IDC_CHECK_NOSCROLL)->GetWindowRect(rect1);
|
| | | ScreenToClient(&rect1);
|
| | | GetDlgItem(IDC_CHECK_NOSCROLL)->SetWindowPos(NULL,cx-rect1.Width(),cy-rect1.Height(),rect1.Width(),rect1.Height(),NULL);
|
| | | GetDlgItem(IDC_CHECK_NOSCROLL)->SetWindowPos(NULL,cx-rect1.Width()-4,cy-rect1.Height()-4,rect1.Width(),rect1.Height(),NULL);
|
| | | }
|
| | | }
|
| | |
|