Lines Matching refs:configure_theme_dlg

27 IMPLEMENT_DYNAMIC(configure_theme_dlg, express_dialog)  in IMPLEMENT_DYNAMIC()  argument
29 BEGIN_MESSAGE_MAP(configure_theme_dlg, express_dialog) in IMPLEMENT_DYNAMIC()
30 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_THEME_INDEX, &configure_theme_dlg::OnDeltaposSpinThemeIndex) in IMPLEMENT_DYNAMIC()
31 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_NUM_THEMES, &configure_theme_dlg::OnDeltaposSpinNumThemes) in IMPLEMENT_DYNAMIC()
32 ON_CBN_SELCHANGE(IDC_DISPLAY_NAME, &configure_theme_dlg::OnCbnSelchangeDisplayName) in IMPLEMENT_DYNAMIC()
33 ON_BN_CLICKED(IDB_EDIT_PALETTE, &configure_theme_dlg::OnBnClickedEditPalette) in IMPLEMENT_DYNAMIC()
34 ON_BN_CLICKED(IDOK, &configure_theme_dlg::OnOK) in IMPLEMENT_DYNAMIC()
35 ON_EN_KILLFOCUS(IDC_THEME_NAME, &configure_theme_dlg::OnEnKillfocusThemeName) in IMPLEMENT_DYNAMIC()
36 ON_MESSAGE(STUDIO_TEST, &configure_theme_dlg::OnTestMessage) in IMPLEMENT_DYNAMIC()
39 configure_theme_dlg::configure_theme_dlg(int DisplayIndex, CWnd* pParent /*=NULL*/) in IMPLEMENT_DYNAMIC()
40 : express_dialog(configure_theme_dlg::IDD, pParent) in IMPLEMENT_DYNAMIC()
55 configure_theme_dlg::~configure_theme_dlg() in ~configure_theme_dlg()
59 BOOL configure_theme_dlg::OnInitDialog() in OnInitDialog()
145 void configure_theme_dlg::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
212 void configure_theme_dlg::OnCancel() in OnCancel()
234 void configure_theme_dlg::OnDeltaposSpinThemeIndex(NMHDR *pNMHDR, LRESULT *pResult) in OnDeltaposSpinThemeIndex()
277 void configure_theme_dlg::OnDeltaposSpinNumThemes(NMHDR *pNMHDR, LRESULT *pResult) in OnDeltaposSpinNumThemes()
327 void configure_theme_dlg::OnCbnSelchangeDisplayName() in OnCbnSelchangeDisplayName()
351 void configure_theme_dlg::OnBnClickedEditPalette() in OnBnClickedEditPalette()
360 void configure_theme_dlg::OnOK() in OnOK()
372 void configure_theme_dlg::UpdateThemeNameCombo() in UpdateThemeNameCombo()
400 void configure_theme_dlg::ShowHidePaletteEditButton() in ShowHidePaletteEditButton()
419 void configure_theme_dlg::OnEnKillfocusThemeName() in OnEnKillfocusThemeName()
429 afx_msg LRESULT configure_theme_dlg::OnTestMessage(WPARAM wParam, LPARAM lParam) in OnTestMessage()