Searched refs:IDC_SPIN_NUM_THEMES (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | configure_theme_dlg.cpp | 31 ON_NOTIFY(UDN_DELTAPOS, IDC_SPIN_NUM_THEMES, &configure_theme_dlg::OnDeltaposSpinNumThemes) in IMPLEMENT_DYNAMIC() 66 CSpinButtonCtrl *pb = (CSpinButtonCtrl *) GetDlgItem(IDC_SPIN_NUM_THEMES); in OnInitDialog() 152 DDX_Control(pDX, IDC_SPIN_NUM_THEMES, mSpinNumThemes); in DoDataExchange() 443 hdr.idFrom = IDC_SPIN_NUM_THEMES; in OnTestMessage() 453 SendMessage(WM_NOTIFY, IDC_SPIN_NUM_THEMES, (LPARAM)&NMUpDown); in OnTestMessage() 458 hdr.idFrom = IDC_SPIN_NUM_THEMES; in OnTestMessage() 468 SendMessage(WM_NOTIFY, IDC_SPIN_NUM_THEMES, (LPARAM)&NMUpDown); in OnTestMessage()
|
| D | resource.h | 267 #define IDC_SPIN_NUM_THEMES 1082 macro
|
| D | studiox.rc | 862 …CONTROL "",IDC_SPIN_NUM_THEMES,"msctls_updown32",UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARR…
|