mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.9 release
This commit is contained in:
7
CUERipper/frmCUERipper.Designer.cs
generated
7
CUERipper/frmCUERipper.Designer.cs
generated
@@ -569,8 +569,9 @@ namespace CUERipper
|
||||
//
|
||||
// bnComboBoxOutputFormat
|
||||
//
|
||||
this.bnComboBoxOutputFormat.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.bnComboBoxOutputFormat.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.bnComboBoxOutputFormat.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||
this.bnComboBoxOutputFormat.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||
this.bnComboBoxOutputFormat.BackColor = System.Drawing.Color.Transparent;
|
||||
this.bnComboBoxOutputFormat.ImageList = null;
|
||||
resources.ApplyResources(this.bnComboBoxOutputFormat, "bnComboBoxOutputFormat");
|
||||
this.bnComboBoxOutputFormat.MinimumSize = new System.Drawing.Size(40, 0);
|
||||
@@ -683,7 +684,6 @@ namespace CUERipper
|
||||
this.Controls.Add(this.buttonTrackMetadata);
|
||||
this.Controls.Add(this.buttonVA);
|
||||
this.Controls.Add(this.bnComboBoxRelease);
|
||||
this.Controls.Add(this.txtOutputPath);
|
||||
this.Controls.Add(this.bnComboBoxDrives);
|
||||
this.Controls.Add(this.progressBarErrors);
|
||||
this.Controls.Add(this.bnComboBoxOutputFormat);
|
||||
@@ -695,6 +695,7 @@ namespace CUERipper
|
||||
this.Controls.Add(this.buttonAbort);
|
||||
this.Controls.Add(this.buttonPause);
|
||||
this.Controls.Add(this.listMetadata);
|
||||
this.Controls.Add(this.txtOutputPath);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.KeyPreview = true;
|
||||
this.MaximizeBox = false;
|
||||
|
||||
Reference in New Issue
Block a user