Searched refs:listsize (Results 1 – 1 of 1) sorted by relevance
1781 CRect listsize; in OnInitDialog() local1787 mScreenItemView.GetWindowRect(&listsize); in OnInitDialog()1788 ScreenToClient(&listsize); in OnInitDialog()1790 size.top = listsize.top; in OnInitDialog()1791 size.left = listsize.right + 5; in OnInitDialog()1793 size.bottom = listsize.bottom; in OnInitDialog()1809 GetDlgItem(IDC_INCLUDE_SCREEN_PROMPT)->GetWindowRect(&listsize); in OnInitDialog()1810 ScreenToClient(&listsize); in OnInitDialog()1812 size.top = listsize.top; in OnInitDialog()1813 size.left = listsize.right + 5; in OnInitDialog()[all …]