C2019-024 Turn on User Manual option in the help drop down menu
This commit is contained in:
@@ -219,7 +219,6 @@ namespace VEPROMS
|
||||
this.btnHelpManual.Image = ((System.Drawing.Image)(resources.GetObject("btnHelpManual.Image")));
|
||||
this.btnHelpManual.Name = "btnHelpManual";
|
||||
this.btnHelpManual.Text = "User Manual";
|
||||
this.btnHelpManual.Visible = false;
|
||||
this.btnHelpManual.Click += new System.EventHandler(this.btnHelpManual_Click);
|
||||
//
|
||||
// btnShortCuts
|
||||
@@ -712,6 +711,7 @@ namespace VEPROMS
|
||||
//
|
||||
// ctrlAnnotationDetails
|
||||
//
|
||||
this.ctrlAnnotationDetails.AnnotationDirty = false;
|
||||
this.ctrlAnnotationDetails.AnnotationRTFText = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 Microsoft S" +
|
||||
"ans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs20\\par\r\n}\r\n";
|
||||
this.ctrlAnnotationDetails.Annotations = null;
|
||||
@@ -722,7 +722,7 @@ namespace VEPROMS
|
||||
this.ctrlAnnotationDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ctrlAnnotationDetails.Enabled = false;
|
||||
this.ctrlAnnotationDetails.Location = new System.Drawing.Point(0, 26);
|
||||
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2);
|
||||
this.ctrlAnnotationDetails.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.ctrlAnnotationDetails.MyUserInfo = null;
|
||||
this.ctrlAnnotationDetails.Name = "ctrlAnnotationDetails";
|
||||
this.ctrlAnnotationDetails.ProcItem = null;
|
||||
@@ -1106,6 +1106,7 @@ namespace VEPROMS
|
||||
this.tc.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.tc.Location = new System.Drawing.Point(334, 57);
|
||||
this.tc.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tc.MyAnnotationDetails = null;
|
||||
this.tc.MyCopyStep = null;
|
||||
this.tc.MyEditItem = null;
|
||||
this.tc.MySessionInfo = null;
|
||||
|
Reference in New Issue
Block a user