Corrected the Bubble Help to describe the function of the Convert to DocX button

This commit is contained in:
Rich 2016-09-19 16:16:01 +00:00
parent ebbc57e5bb
commit 7297dc1706

View File

@ -759,8 +759,8 @@ namespace VEPROMS
this.ppBtnConvertToDocX.Margin = new System.Windows.Forms.Padding(2); this.ppBtnConvertToDocX.Margin = new System.Windows.Forms.Padding(2);
this.ppBtnConvertToDocX.Name = "btnConvertToDocX"; this.ppBtnConvertToDocX.Name = "btnConvertToDocX";
this.ppBtnConvertToDocX.Size = new System.Drawing.Size(209, 36); this.ppBtnConvertToDocX.Size = new System.Drawing.Size(209, 36);
this.superTooltip1.SetSuperTooltip(this.ppBtnConvertToDocX, new DevComponents.DotNetBar.SuperTooltipInfo("Convert To Library Document button", "", "This button will convert the current section to a library document, allowing it t" + this.superTooltip1.SetSuperTooltip(this.ppBtnConvertToDocX, new DevComponents.DotNetBar.SuperTooltipInfo("Convert MSWord DocX Format", "",
"o be shared with other procedures.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76))); "This button will convert the current section to MSWord DocX Format which should save space in the database.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, false, new System.Drawing.Size(250, 76)));
this.ppBtnConvertToDocX.TabIndex = 42; this.ppBtnConvertToDocX.TabIndex = 42;
this.ppBtnConvertToDocX.Text = "Convert to DocX"; this.ppBtnConvertToDocX.Text = "Convert to DocX";
this.ppBtnConvertToDocX.Click += new System.EventHandler(this.ppBtnConvertToDocX_Click); this.ppBtnConvertToDocX.Click += new System.EventHandler(this.ppBtnConvertToDocX_Click);