Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
DRecentProjectDlg.cpp27 ON_STN_CLICKED(IDC_RECENT_4, &RecentProjectDlg::OnStnClickedRecent4) in IMPLEMENT_DYNAMIC()
49 GetDlgItem(IDC_RECENT_4)->SetFont(&LinkFont); in OnInitDialog()
61 GetDlgItem(IDC_RECENT_4)->SetWindowText(StudioXIni.recent_project_paths[3]); 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.h207 #define IDC_RECENT_4 1025 macro