mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools: Encoder settings button
This commit is contained in:
21
CUERipper/frmCUERipper.Designer.cs
generated
21
CUERipper/frmCUERipper.Designer.cs
generated
@@ -28,7 +28,6 @@ namespace CUERipper
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCUERipper));
|
||||
CUEControls.RectRadius rectRadius1 = new CUEControls.RectRadius();
|
||||
CUEControls.RectRadius rectRadius2 = new CUEControls.RectRadius();
|
||||
@@ -59,22 +58,22 @@ namespace CUERipper
|
||||
this.buttonEncoderSettings = new System.Windows.Forms.Button();
|
||||
this.checkBoxTestAndCopy = new System.Windows.Forms.CheckBox();
|
||||
this.bnComboBoxLosslessOrNot = new CUEControls.ImgComboBox();
|
||||
this.losslessOrNotBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.bindingSourceCR = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.losslessOrNotBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.bindingSourceCR = new System.Windows.Forms.BindingSource();
|
||||
this.bnComboBoxEncoder = new CUEControls.ImgComboBox();
|
||||
this.encodersBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.encodersBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.labelSecureMode = new System.Windows.Forms.Label();
|
||||
this.bnComboBoxFormat = new CUEControls.ImgComboBox();
|
||||
this.formatsBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.formatsBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.labelEncoderMinMode = new System.Windows.Forms.Label();
|
||||
this.bnComboBoxImage = new CUEControls.ImgComboBox();
|
||||
this.cUEStylesBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.cUEStylesBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.labelEncoderMaxMode = new System.Windows.Forms.Label();
|
||||
this.labelEncoderMode = new System.Windows.Forms.Label();
|
||||
this.trackBarEncoderMode = new System.Windows.Forms.TrackBar();
|
||||
this.trackBarSecureMode = new System.Windows.Forms.TrackBar();
|
||||
this.drivesBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.imageListChecked = new System.Windows.Forms.ImageList(this.components);
|
||||
this.drivesBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.imageListChecked = new System.Windows.Forms.ImageList();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.progressBarErrors = new ProgressODoom.ProgressBarEx();
|
||||
this.plainBackgroundPainter1 = new ProgressODoom.PlainBackgroundPainter();
|
||||
@@ -84,10 +83,10 @@ namespace CUERipper
|
||||
this.progressBarCD = new ProgressODoom.ProgressBarEx();
|
||||
this.plainProgressPainter2 = new ProgressODoom.PlainProgressPainter();
|
||||
this.txtOutputPath = new System.Windows.Forms.TextBox();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip();
|
||||
this.bnComboBoxRelease = new CUEControls.ImgComboBox();
|
||||
this.releasesBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.imageListMetadataSource = new System.Windows.Forms.ImageList(this.components);
|
||||
this.releasesBindingSource = new System.Windows.Forms.BindingSource();
|
||||
this.imageListMetadataSource = new System.Windows.Forms.ImageList();
|
||||
this.bnComboBoxDrives = new CUEControls.ImgComboBox();
|
||||
this.bnComboBoxOutputFormat = new CUEControls.ImgComboBox();
|
||||
this.listMetadata = new System.Windows.Forms.ListView();
|
||||
|
||||
Reference in New Issue
Block a user