B2024-055 - Update tooltips on admin delete functions
This commit is contained in:
		@@ -513,7 +513,7 @@
 | 
			
		||||
			this.swDeleteFolder.Name = "swDeleteFolder";
 | 
			
		||||
			this.swDeleteFolder.Size = new System.Drawing.Size(69, 22);
 | 
			
		||||
			this.swDeleteFolder.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | 
			
		||||
			this.superTooltip1.SetSuperTooltip(this.swDeleteFolder, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("swDeleteFolder.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
 | 
			
		||||
			this.superTooltip1.SetSuperTooltip(this.swDeleteFolder, new DevComponents.DotNetBar.SuperTooltipInfo("Delete Folders", "", resources.GetString("swDeleteFolder.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
 | 
			
		||||
			this.swDeleteFolder.SwitchClickTogglesValue = true;
 | 
			
		||||
			this.swDeleteFolder.TabIndex = 39;
 | 
			
		||||
			this.swDeleteFolder.ValueChanged += new System.EventHandler(this.swDeleteFolder_ValueChanged);
 | 
			
		||||
@@ -529,7 +529,7 @@
 | 
			
		||||
			this.labelX13.Location = new System.Drawing.Point(85, 42);
 | 
			
		||||
			this.labelX13.Name = "labelX13";
 | 
			
		||||
			this.labelX13.Size = new System.Drawing.Size(168, 22);
 | 
			
		||||
			this.superTooltip1.SetSuperTooltip(this.labelX13, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("labelX13.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 175)));
 | 
			
		||||
			this.superTooltip1.SetSuperTooltip(this.labelX13, new DevComponents.DotNetBar.SuperTooltipInfo("Delete Folders", "", resources.GetString("labelX13.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 175)));
 | 
			
		||||
			this.labelX13.TabIndex = 38;
 | 
			
		||||
			this.labelX13.Text = "Delete Folders";
 | 
			
		||||
			// 
 | 
			
		||||
@@ -543,7 +543,7 @@
 | 
			
		||||
			this.swDeleteAnnotations.Name = "swDeleteAnnotations";
 | 
			
		||||
			this.swDeleteAnnotations.Size = new System.Drawing.Size(69, 22);
 | 
			
		||||
			this.swDeleteAnnotations.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
 | 
			
		||||
			this.superTooltip1.SetSuperTooltip(this.swDeleteAnnotations, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("swDeleteAnnotations.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(265, 175)));
 | 
			
		||||
			this.superTooltip1.SetSuperTooltip(this.swDeleteAnnotations, new DevComponents.DotNetBar.SuperTooltipInfo("Delete Annotations", "", resources.GetString("swDeleteAnnotations.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(265, 175)));
 | 
			
		||||
			this.swDeleteAnnotations.SwitchClickTogglesValue = true;
 | 
			
		||||
			this.swDeleteAnnotations.TabIndex = 37;
 | 
			
		||||
			this.swDeleteAnnotations.Value = true;
 | 
			
		||||
 
 | 
			
		||||
@@ -121,9 +121,7 @@
 | 
			
		||||
    <value>17, 17</value>
 | 
			
		||||
  </metadata>
 | 
			
		||||
  <data name="swDeleteFolder.SuperTooltip" xml:space="preserve">
 | 
			
		||||
    <value>This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
 | 
			
		||||
 | 
			
		||||
Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
 | 
			
		||||
    <value>This allows the user to remove folders and sub folders as well as their contents.
 | 
			
		||||
 | 
			
		||||
Be sure a current backup of the database exists prior performing this function.
 | 
			
		||||
 | 
			
		||||
@@ -142,11 +140,11 @@ It is recommended that this be done during off hours.
 | 
			
		||||
</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="swDeleteAnnotations.SuperTooltip" xml:space="preserve">
 | 
			
		||||
    <value>This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
 | 
			
		||||
    <value>This function will allow the user to remove annotations from the selected working drafts.
 | 
			
		||||
 | 
			
		||||
Be sure a current backup of the database exists prior to running this function.
 | 
			
		||||
 | 
			
		||||
If more than one procedure is selected, it is recommended that this be performed during off hours.</value>
 | 
			
		||||
If more than one working draft is selected, it is recommended that this be performed during off hours.</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="labelX14.SuperTooltip" xml:space="preserve">
 | 
			
		||||
    <value>This will allow for the deletion of groups of annotations and allow for deleting entire folders within PROMS.  Use the tree nodes to select which items to delete.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user