Home
last modified time | relevance | path

Searched defs:fileDlg (Results 1 – 9 of 9) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DPropertyAlbumCoverDlg.cpp550 CFileDialog fileDlg(TRUE, NULL, NULL, 0, filter.c_str(), this); in OnBnClickedBrowseButton() local
599 …CFileDialog fileDlg(FALSE, NULL, file_name_wcs.c_str(), OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, sz… in OnCoverSaveAs() local
H A DLyricRelateDlg.cpp218 CFileDialog fileDlg(TRUE, NULL, NULL, 0, filter.c_str(), this); in OnBnClickedBrowseButton1() local
H A DLyricEditDlg.cpp645 CFileDialog fileDlg(TRUE, _T("txt"), NULL, 0, filter.c_str(), this); in OnLyricOpen() local
674 …CFileDialog fileDlg(FALSE, _T("txt"), default_path.c_str(), OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT… in OnLyricSaveAs() local
H A DCListenTimeStatisticsDlg.cpp196 …CFileDialog fileDlg(FALSE, _T("csv"), file_name.c_str(), OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT, f… in OnBnClickedExportButton() local
H A DLyricDownloadDlg.cpp627 …CFileDialog fileDlg(FALSE, _T("lrc"), GetSavedPath().c_str(), OFN_HIDEREADONLY | OFN_OVERWRITEPROM… in OnDownloadComplate() local
H A DFormatConvertDlg.cpp853 CFileDialog fileDlg(TRUE, NULL, NULL, OFN_ALLOWMULTISELECT, filter.c_str(), this); in OnAddFile() local
H A DMusicPlayerCmdHelper.cpp972 …CFileDialog fileDlg(FALSE, _T("m3u"), CFilePathHelper(playlist_path).GetFileNameWithoutExtension()… in OnPlaylistSaveAs() local
H A DMusicPlayerDlg.cpp4537 …CFileDialog fileDlg(FALSE, _T("txt"), file_name_wcs.c_str(), OFN_HIDEREADONLY | OFN_OVERWRITEPROMP… in OnAlbumCoverSaveAs() local
5885 …CFileDialog fileDlg(FALSE, _T("m3u"), playlist_name.c_str(), OFN_HIDEREADONLY | OFN_OVERWRITEPROMP… in OnSaveCurrentPlaylistAs() local
5911 CFileDialog fileDlg(TRUE, NULL, NULL, 0, filter.c_str(), this); in OnFileOpenPlaylist() local
H A DCommon.cpp1676 CFileDialog fileDlg(TRUE, NULL, NULL, OFN_ALLOWMULTISELECT, filter.c_str(), pParent); in DoOpenFileDlg() local