mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
[CUETools] Update TabIndex (#39)
* [CUETools] Update TabIndex in frmCUETools - Sort TabIndex entries - Add TabStop to toolStripInput and toolStripOutput * [CUETools] Update TabIndex in frmAbout - Sort TabIndex entries - Remove unneeded TabStop from the ReadOnly textBox1 * [CUETools] Update TabIndex in frmSettings - Sort TabIndex entries in the following tab pages of frmSettings: CUETools, Tagging, AccurateRip, Formats, Encoders, Decoders
This commit is contained in:
1
CUETools/frmAbout.Designer.cs
generated
1
CUETools/frmAbout.Designer.cs
generated
@@ -51,6 +51,7 @@ namespace JDP
|
||||
resources.ApplyResources(this.textBox1, "textBox1");
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.ReadOnly = true;
|
||||
this.textBox1.TabStop = false;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user