Home
last modified time | relevance | path

Searched refs:strText (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashFrame.cpp56 CString strText; in OnDestroy() local
87 strText.Format("%04d %04d %04d %04d", in OnDestroy()
94 s_profileRect, strText); in OnDestroy()
H A DMainFrm.cpp210 CString strText = AfxGetApp()->GetProfileString(CLeashFrame::s_profileHeading, in PreCreateWindow() local
212 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()