From 841f8fff638bcb70ffd85e18b66630190bbe8d86 Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 26 Feb 2016 20:50:31 +0000 Subject: [PATCH] When the Dock property was set to fill, the save and cancel buttons were hidden Removed the message box from the search save button which was incorreclt stateing that the output was saved to the clipboard. --- PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs | 1 - PROMS/Volian.Controls.Library/DisplaySearch.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs b/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs index 82149243..77b7672e 100644 --- a/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs +++ b/PROMS/Volian.Controls.Library/AnnotationDetails.Designer.cs @@ -73,7 +73,6 @@ namespace Volian.Controls.Library this.superTooltip1.SetSuperTooltip(this.rtxbComment, new DevComponents.DotNetBar.SuperTooltipInfo("Annotation", "", "Enter the annotation information here.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.rtxbComment.TabIndex = 1; this.rtxbComment.Text = ""; - this.rtxbComment.Dock = System.Windows.Forms.DockStyle.Fill; this.rtxbComment.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.rtxbComment.TextChanged += new System.EventHandler(this.rtxbComment_TextChanged); // diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.cs b/PROMS/Volian.Controls.Library/DisplaySearch.cs index bdcf9e7d..9054f4ae 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.cs @@ -2096,7 +2096,7 @@ namespace Volian.Controls.Library //} //Clipboard.Clear(); //Clipboard.SetText(sb.ToString()); - MessageBox.Show("Results Copied to Clipboard", "Copy Results", MessageBoxButtons.OK, MessageBoxIcon.Information); + //MessageBox.Show("Results Copied to Clipboard", "Copy Results", MessageBoxButtons.OK, MessageBoxIcon.Information); } }