Fixed wording on the Change Bar dialog (on the Print dialog) so that the radio button now reads “Override Change Bar Text Type” instead of “Custom Change Bar Text” and the grouping that appears when that radio button is selected.

This commit is contained in:
John Jenko 2015-05-05 20:21:45 +00:00
parent 8aa4f92011
commit 4ef7f8375f

View File

@ -599,7 +599,7 @@ namespace VEPROMS
this.rbCustom.Size = new System.Drawing.Size(143, 17); this.rbCustom.Size = new System.Drawing.Size(143, 17);
this.rbCustom.TabIndex = 1; this.rbCustom.TabIndex = 1;
this.rbCustom.TabStop = true; this.rbCustom.TabStop = true;
this.rbCustom.Text = "Custom Change Bar Text"; this.rbCustom.Text = "Override Change Bar Text Type";
this.rbCustom.UseVisualStyleBackColor = true; this.rbCustom.UseVisualStyleBackColor = true;
this.rbCustom.Click += new System.EventHandler(this.rbCustom_Click); this.rbCustom.Click += new System.EventHandler(this.rbCustom_Click);
// //
@ -660,7 +660,7 @@ namespace VEPROMS
// //
this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.ppGpbxUserSpecCB.TabIndex = 53; this.ppGpbxUserSpecCB.TabIndex = 53;
this.ppGpbxUserSpecCB.Text = "Custom Change Bar Text"; this.ppGpbxUserSpecCB.Text = "Override Change Bar Text Type";
// //
// ppGpbxUserSpecTxt // ppGpbxUserSpecTxt
// //