Lines Matching refs:dlg
752 ProjectConfigDlg dlg(NULL, m_active_display); in OnConfigureDisplays() local
753 dlg.SetOwner(AfxGetMainWnd()); in OnConfigureDisplays()
754 if (dlg.DoModal() == IDOK) in OnConfigureDisplays()
758 project->mHeader.guix_version = dlg.GetGuixVersion(); in OnConfigureDisplays()
875 NewProjectDlg dlg(parent); in NewProject() local
877 if (dlg.DoModal() == IDOK) in NewProject()
881 title = dlg.Getproject_name(); in NewProject()
882 pathname = dlg.Getproject_path(); in NewProject()
1008 CFileDialog dlg(TRUE, _T(".gxp"), NULL, in OpenProject() local
1013 if (dlg.DoModal() == IDOK) in OpenProject()
1017 CString pathname = dlg.GetPathName(); in OpenProject()
1018 CString name = dlg.GetFileName(); in OpenProject()
1032 CFileDialog dlg(TRUE, _T(".gxp"), NULL, in MergeProject() local
1037 if (dlg.DoModal() == IDOK) in MergeProject()
1039 CString pathname = dlg.GetPathName(); in MergeProject()
1040 CString name = dlg.GetFileName(); in MergeProject()
1115 configure_theme_dlg dlg(m_active_display); in OnConfigureThemes() local
1116 dlg.DoModal(); in OnConfigureThemes()
2077 folder_name_dlg dlg(folder, this); in OnEditFolderProperties() local
2078 if (dlg.DoModal() == IDOK) in OnEditFolderProperties()
2081 dlg.GetEditFolderName(new_folder_name); in OnEditFolderProperties()
2084 dlg.GetSpecifiedOutputFileName(folder->output_filename); in OnEditFolderProperties()