Changed tool tip to tell user the image size can be changed from the Step Properties panel

Added Change Image Size to context menu
This commit is contained in:
2017-01-19 18:06:50 +00:00
parent 993a22eb5a
commit 21434d576d
4 changed files with 280 additions and 266 deletions

View File

@@ -54,7 +54,7 @@
//
// _MyPictureBox
//
this._MyToolTip.SetSuperTooltip(this._MyPictureBox, new DevComponents.DotNetBar.SuperTooltipInfo("Figure", "", "The input image will be displayed here as a figure.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
this._MyToolTip.SetSuperTooltip(this._MyPictureBox, new DevComponents.DotNetBar.SuperTooltipInfo("Figure", "", "The image size can be adjusted from the Tags tab on the Step Properties panel", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(150, 80)));
this._MyPictureBox.Location = new System.Drawing.Point(7, 5);
this._MyPictureBox.Name = "_MyPictureBox";
//