Searched refs:right_panel_frame (Results 1 – 3 of 3) sorted by relevance
8 IMPLEMENT_DYNCREATE(right_panel_frame, CWnd)10 BEGIN_MESSAGE_MAP(right_panel_frame, CWnd)17 right_panel_frame::right_panel_frame() in right_panel_frame() function in right_panel_frame23 right_panel_frame::~right_panel_frame() in ~right_panel_frame()40 void right_panel_frame::PostNcDestroy() in PostNcDestroy()45 int right_panel_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()70 void right_panel_frame::OnSize(UINT ntype, int cx, int cy) in OnSize()
7 class right_panel_frame : public CWnd10 right_panel_frame();11 ~right_panel_frame();17 DECLARE_DYNCREATE(right_panel_frame);
990 m_splitter.CreateView(0, 2, RUNTIME_CLASS(right_panel_frame), CSize(200, 200), pContext); in OnCreateClient()