C2021-006: Search results save/load only show xml file type as option
This commit is contained in:
@@ -1414,8 +1414,8 @@ namespace Volian.Controls.Library
|
||||
this.btnSaveSearchResults.Name = "btnSaveSearchResults";
|
||||
this.btnSaveSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnSaveSearchResults.Size = new System.Drawing.Size(57, 28);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnSaveSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button saves the Search Results listed below into a named file in xml, csv, " +
|
||||
"tab or basic format.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.superTooltip1.SetSuperTooltip(this.btnSaveSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button saves the Search Results listed below into a named file in xml.",
|
||||
null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnSaveSearchResults.TabIndex = 10;
|
||||
this.btnSaveSearchResults.Text = "Save";
|
||||
this.btnSaveSearchResults.ThemeAware = true;
|
||||
@@ -1431,8 +1431,8 @@ namespace Volian.Controls.Library
|
||||
this.btnLoadSearchResults.Name = "btnLoadSearchResults";
|
||||
this.btnLoadSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnLoadSearchResults.Size = new System.Drawing.Size(57, 28);
|
||||
this.superTooltip1.SetSuperTooltip(this.btnLoadSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button loads saved Search Results from a named file in xml, csv, tab or basi" +
|
||||
"c format.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.superTooltip1.SetSuperTooltip(this.btnLoadSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button loads saved Search Results from a named file in xml.",
|
||||
null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.btnLoadSearchResults.TabIndex = 10;
|
||||
this.btnLoadSearchResults.Text = "Load";
|
||||
this.btnLoadSearchResults.ThemeAware = true;
|
||||
@@ -1550,14 +1550,12 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// sfdSearchResults
|
||||
//
|
||||
this.sfdSearchResults.Filter = "XML File (*.xml)|*.xml|Comma Separated Values (*.csv)|*.csv|Tab Separated Values " +
|
||||
"(*.tsv)|*.tsv|Basic Style Format (*.bsf)|*.bsf";
|
||||
this.sfdSearchResults.Filter = "XML File (*.xml)|*.xml";
|
||||
this.sfdSearchResults.InitialDirectory = "Personal";
|
||||
//
|
||||
// ofdSearchResults
|
||||
//
|
||||
this.ofdSearchResults.Filter = "XML File (*.xml)|*.xml|Comma Separated Values (*.csv)|*.csv|Tab Separated Values " +
|
||||
"(*.tsv)|*.tsv|Basic Style Format (*.bsf)|*.bsf";
|
||||
this.ofdSearchResults.Filter = "XML File (*.xml)|*.xml";
|
||||
this.ofdSearchResults.InitialDirectory = "Personal";
|
||||
//
|
||||
// xpSetToSearch
|
||||
|
Reference in New Issue
Block a user