Home
last modified time | relevance | path

Searched refs:CLeashFrame (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashFrame.cpp26 const CRect CLeashFrame::s_rectDefault(0, 0, 740, 400); // static public (l,t,r,b)
27 const char CLeashFrame::s_profileHeading[] = "Window size";
28 const char CLeashFrame::s_profileRect[] = "Rect";
29 const char CLeashFrame::s_profileIcon[] = "icon";
30 const char CLeashFrame::s_profileMax[] = "max";
31 const char CLeashFrame::s_profileTool[] = "tool";
32 const char CLeashFrame::s_profileStatus[] = "status";
34 IMPLEMENT_DYNAMIC(CLeashFrame, CFrameWndEx) in IMPLEMENT_DYNAMIC() argument
36 BEGIN_MESSAGE_MAP(CLeashFrame, CFrameWndEx) in IMPLEMENT_DYNAMIC()
43 CLeashFrame::CLeashFrame() in IMPLEMENT_DYNAMIC()
[all …]
H A DMainFrm.cpp47 IMPLEMENT_DYNCREATE(CMainFrame, CLeashFrame)
49 BEGIN_MESSAGE_MAP(CMainFrame, CLeashFrame)
129 if (CLeashFrame::OnCreate(lpCreateStruct) == -1) in OnCreate()
195 return CLeashFrame::PreTranslateMessage(pMsg); in PreTranslateMessage()
210 CString strText = AfxGetApp()->GetProfileString(CLeashFrame::s_profileHeading, in PreCreateWindow()
211 CLeashFrame::s_profileRect); in PreCreateWindow()
231 cs.cx = CLeashFrame::s_rectDefault.right; in PreCreateWindow()
233 cs.cy = CLeashFrame::s_rectDefault.bottom; in PreCreateWindow()
237 cs.cx = CLeashFrame::s_rectDefault.right; in PreCreateWindow()
238 cs.cy = CLeashFrame::s_rectDefault.bottom; in PreCreateWindow()
[all …]
H A DLeashFrame.h19 class CLeashFrame : public CFrameWndEx
21 DECLARE_DYNAMIC(CLeashFrame)
34 CLeashFrame();
35 ~CLeashFrame();
H A DMainFrm.h26 class CMainFrame : public CLeashFrame