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:
@@ -599,7 +599,7 @@ namespace VEPROMS
|
||||
this.rbCustom.Size = new System.Drawing.Size(143, 17);
|
||||
this.rbCustom.TabIndex = 1;
|
||||
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.Click += new System.EventHandler(this.rbCustom_Click);
|
||||
//
|
||||
@@ -660,7 +660,7 @@ namespace VEPROMS
|
||||
//
|
||||
this.ppGpbxUserSpecCB.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
||||
this.ppGpbxUserSpecCB.TabIndex = 53;
|
||||
this.ppGpbxUserSpecCB.Text = "Custom Change Bar Text";
|
||||
this.ppGpbxUserSpecCB.Text = "Override Change Bar Text Type";
|
||||
//
|
||||
// ppGpbxUserSpecTxt
|
||||
//
|
||||
|
Reference in New Issue
Block a user