Searched refs:CConfigPropertySheet (Results 1 – 8 of 8) sorted by relevance
31 IMPLEMENT_DYNCREATE(CConfigPropertySheet, CPropertySheet) in IMPLEMENT_DYNCREATE() argument38 CConfigPropertySheet::CConfigPropertySheet() in IMPLEMENT_DYNCREATE()57 CConfigPropertySheet::~CConfigPropertySheet() in ~CConfigPropertySheet()63 BEGIN_MESSAGE_MAP(CConfigPropertySheet, CPropertySheet) in BEGIN_MESSAGE_MAP() argument75 CConfigPropertySheet::OnInitDialog() in BEGIN_MESSAGE_MAP()95 CConfigPropertySheet::OnCommand(WPARAM wParam, LPARAM lParam) in OnCommand()113 CConfigPropertySheet::OnDataReady(WPARAM inWParam, LPARAM inLParam) in OnDataReady()138 CConfigPropertySheet::OnEndDialog() in OnEndDialog()152 CConfigPropertySheet::SetupBrowsing() in SetupBrowsing()180 CConfigPropertySheet::TearDownBrowsing() in TearDownBrowsing()[all …]
35 class CConfigPropertySheet : public CPropertySheet39 CConfigPropertySheet();40 virtual ~CConfigPropertySheet();55 DECLARE_DYNCREATE(CConfigPropertySheet)
96 CConfigPropertySheet * psheet; in OnSetActive()110 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()405 CConfigPropertySheet * psheet; in OnInitDialog()406 CConfigPropertySheet::StringList::iterator it; in OnInitDialog()410 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnInitDialog()
94 CConfigPropertySheet * psheet; in OnSetActive()101 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
96 CConfigPropertySheet * psheet; in OnSetActive()103 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
111 CConfigPropertySheet * psheet; in OnSetActive()115 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
260 …applet = new CCPApplet( IDR_APPLET, IDS_APPLET_DESCRIPTION, RUNTIME_CLASS( CConfigPropertySheet ) … in OnInit()
330 CConfigPropertySheet dlg; in InitInstance()