Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
DRecentProjectDlg.cpp25 ON_STN_CLICKED(IDC_RECENT_2, &RecentProjectDlg::OnStnClickedRecent2) in IMPLEMENT_DYNAMIC()
47 GetDlgItem(IDC_RECENT_2)->SetFont(&LinkFont); in OnInitDialog()
59 GetDlgItem(IDC_RECENT_2)->SetWindowText(StudioXIni.recent_project_paths[1]); 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.h205 #define IDC_RECENT_2 1023 macro