Searched refs:strText (Results 1 – 2 of 2) sorted by relevance
56 CString strText; in OnDestroy() local87 strText.Format("%04d %04d %04d %04d", in OnDestroy()94 s_profileRect, strText); in OnDestroy()
210 CString strText = AfxGetApp()->GetProfileString(CLeashFrame::s_profileHeading, in PreCreateWindow() local212 if (!strText.IsEmpty()) in PreCreateWindow()216 rect.left = atoi((const char*) strText); in PreCreateWindow()217 rect.top = atoi((const char*) strText + 5); in PreCreateWindow()218 rect.right = atoi((const char*) strText + 10); in PreCreateWindow()219 rect.bottom = atoi((const char*) strText + 15); in PreCreateWindow()