[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:
Wolfgang Stöggl
2020-03-11 20:36:06 +01:00
committed by GitHub
parent 5af215b67b
commit 18f00da89d
5 changed files with 83 additions and 78 deletions

View File

@@ -51,6 +51,7 @@ namespace JDP
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.TabStop = false;
//
// button1
//