Lines Matching refs:dlg
1427 color_edit_dialog dlg(mDisplayIndex, this); in OnAddCustomColor() local
1429 if (dlg.DoModal() == IDOK) in OnAddCustomColor()
1431 GX_COLOR color = dlg.GetColor(); in OnAddCustomColor()
1432 CString name = dlg.GetName(); in OnAddCustomColor()
1493 options_dialog dlg(_T("Warning"), msg, paste_conflict_options, this); in PasteResource() local
1494 if (dlg.DoModal() == IDOK) in PasteResource()
1496 conflict_option = dlg.GetSelectedOption(); in PasteResource()
1652 options_dialog dlg(_T("Warning"), msg, paste_conflict_options, this); in PasteResource() local
1653 if (dlg.DoModal() == IDOK) in PasteResource()
1655 conflict_option = dlg.GetSelectedOption(); in PasteResource()
1717 color_edit_dialog dlg(item, mDisplayIndex, this); in OnEditSystemColor() local
1719 if (project && dlg.DoModal() == IDOK) in OnEditSystemColor()
1721 GX_COLOR color = dlg.GetColor(); in OnEditSystemColor()
1747 color_edit_dialog dlg(item, mDisplayIndex, this); in OnEditCustomColor() local
1749 if (dlg.DoModal() == IDOK) in OnEditCustomColor()
1751 color = dlg.GetColor(); in OnEditCustomColor()
1754 item->mpRes->name = dlg.GetName(); in OnEditCustomColor()
1802 font_path_dialog dlg(mDisplayIndex, project->mDisplays[mDisplayIndex].colorformat, info, this); in OnAddFont() local
1804 if (dlg.DoModal() == IDOK) in OnAddFont()
1896 font_path_dialog dlg(mDisplayIndex, project->mDisplays[mDisplayIndex].colorformat, info, this); in OnEditFont() local
1898 if (dlg.DoModal() == IDOK) in OnEditFont()
2250 edit_pixelmap_dlg dlg(mpCurrentItem->mpRes, this); in OnEditPixelmaps() local
2252 if (dlg.DoModal() == IDOK) in OnEditPixelmaps()
2415 folder_name_dlg dlg(info, this); in OnRenamePixelmapFolder() local
2417 if (dlg.DoModal() == IDOK) in OnRenamePixelmapFolder()
2419 dlg.GetEditFolderName(info->name); in OnRenamePixelmapFolder()
2553 edit_pixelmap_dlg dlg(info, this); in OnEditPixelmap() local
2555 if (dlg.DoModal() == IDOK) in OnEditPixelmap()
2703 CFileDialog dlg(FALSE, _T(".xml"), mpCurrentItem->mpRes->name, in OnGenerateXML() local
2708 if (dlg.DoModal() == IDOK) in OnGenerateXML()
2710 CString filename = dlg.GetFileName(); in OnGenerateXML()
2717 project->GenerateResourceXml(dlg.GetPathName(), filename, mpCurrentItem->mpRes); in OnGenerateXML()
2805 string_table_edit_dlg dlg(table, this); in OnEditStringTable() local
2807 if (dlg.DoModal() == IDOK) in OnEditStringTable()
2837 config_languages_dlg dlg; in OnEditLanguages() local
2838 dlg.DoModal(); in OnEditLanguages()