Home
last modified time | relevance | path

Searched refs:IDC_RECENT_5 (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
DRecentProjectDlg.cpp28 ON_STN_CLICKED(IDC_RECENT_5, &RecentProjectDlg::OnStnClickedRecent5) in IMPLEMENT_DYNAMIC()
50 GetDlgItem(IDC_RECENT_5)->SetFont(&LinkFont); in OnInitDialog()
62 GetDlgItem(IDC_RECENT_5)->SetWindowText(StudioXIni.recent_project_paths[4]); in OnShowWindow()
Drecent_project_win.cpp157 int id_list[] = { IDC_RECENT_1, IDC_RECENT_2, IDC_RECENT_3, IDC_RECENT_4, IDC_RECENT_5 }; in OnCreate()
Dresource.h208 #define IDC_RECENT_5 1026 macro