2008-10-13 19:25:11 +00:00
|
|
|
namespace JDP {
|
|
|
|
|
partial class frmSettings {
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing) {
|
|
|
|
|
if (disposing && (components != null)) {
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent() {
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.Windows.Forms.Button btnCancel;
|
2008-10-19 17:58:48 +00:00
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpGeneral = new System.Windows.Forms.GroupBox();
|
2009-03-28 03:57:49 +00:00
|
|
|
this.labelLanguage = new System.Windows.Forms.Label();
|
|
|
|
|
this.comboLanguage = new System.Windows.Forms.ComboBox();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.chkSingleInstance = new System.Windows.Forms.CheckBox();
|
2009-02-19 04:09:59 +00:00
|
|
|
this.chkOverwriteTags = new System.Windows.Forms.CheckBox();
|
2009-01-17 04:09:38 +00:00
|
|
|
this.chkExtractLog = new System.Windows.Forms.CheckBox();
|
2008-11-21 20:06:11 +00:00
|
|
|
this.chkReducePriority = new System.Windows.Forms.CheckBox();
|
2008-11-08 14:59:50 +00:00
|
|
|
this.chkTruncateExtra4206Samples = new System.Windows.Forms.CheckBox();
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkCreateCUEFileWhenEmbedded = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkCreateM3U = new System.Windows.Forms.CheckBox();
|
2008-10-19 17:58:48 +00:00
|
|
|
this.chkFillUpCUE = new System.Windows.Forms.CheckBox();
|
2008-10-17 18:21:59 +00:00
|
|
|
this.chkEmbedLog = new System.Windows.Forms.CheckBox();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkAutoCorrectFilenames = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkPreserveHTOA = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.numericFLACCompressionLevel = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lblFLACCompressionLevel = new System.Windows.Forms.Label();
|
|
|
|
|
this.chkFLACVerify = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkWVStoreMD5 = new System.Windows.Forms.CheckBox();
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numWVExtraMode = new System.Windows.Forms.NumericUpDown();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkWVExtraMode = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.rbWVVeryHigh = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbWVHigh = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbWVNormal = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbWVFast = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkEncodeWhenZeroOffset = new System.Windows.Forms.CheckBox();
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArFixOffset = new System.Windows.Forms.CheckBox();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteArLogOnConvert = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkWriteArTagsOnConvert = new System.Windows.Forms.CheckBox();
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenPercent = new System.Windows.Forms.NumericUpDown();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelEncodeWhenConfidence = new System.Windows.Forms.Label();
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenConfidence = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.chkArNoUnverifiedAudio = new System.Windows.Forms.CheckBox();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelFixWhenConfidence = new System.Windows.Forms.Label();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numFixWhenConfidence = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.numFixWhenPercent = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
2008-10-22 11:45:53 +00:00
|
|
|
this.chkFilenamesANSISafe = new System.Windows.Forms.CheckBox();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteARTagsOnVerify = new System.Windows.Forms.CheckBox();
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkHDCDDecode = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkHDCDStopLooking = new System.Windows.Forms.CheckBox();
|
2008-11-22 15:10:33 +00:00
|
|
|
this.chkHDCD24bit = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkHDCDLW16 = new System.Windows.Forms.CheckBox();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpAudioFilenames = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.chkKeepOriginalFilenames = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.txtSpecialExceptions = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.chkRemoveSpecial = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkReplaceSpaces = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.txtTrackFilenameFormat = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.lblTrackFilenameFormat = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblSingleFilenameFormat = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtSingleFilenameFormat = new System.Windows.Forms.TextBox();
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEinsane = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbAPEextrahigh = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbAPEhigh = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbAPEnormal = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbAPEfast = new System.Windows.Forms.RadioButton();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.chkWriteARLogOnVerify = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabControl2 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tabPage6 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tabPage8 = new System.Windows.Forms.TabPage();
|
2008-11-21 20:06:11 +00:00
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2009-02-19 04:09:59 +00:00
|
|
|
this.numericLossyWAVQuality = new System.Windows.Forms.NumericUpDown();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage9 = new System.Windows.Forms.TabPage();
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkUDC1ID3v2 = new System.Windows.Forms.CheckBox();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.chkUDC1APEv2 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.textUDC1EncParams = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textUDC1Encoder = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textUDC1Params = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textUDC1Decoder = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textUDC1Extension = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
2008-11-04 01:23:30 +00:00
|
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.grpHDCD = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.chkHDCDDetect = new System.Windows.Forms.CheckBox();
|
2008-10-13 19:25:11 +00:00
|
|
|
btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.grpGeneral.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericFLACCompressionLevel)).BeginInit();
|
2008-10-14 04:48:52 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numWVExtraMode)).BeginInit();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.SuspendLayout();
|
2008-10-14 04:48:52 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numEncodeWhenPercent)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numEncodeWhenConfidence)).BeginInit();
|
2008-10-13 19:25:11 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numFixWhenConfidence)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numFixWhenPercent)).BeginInit();
|
|
|
|
|
this.grpAudioFilenames.SuspendLayout();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
|
this.tabPage2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.tabPage3.SuspendLayout();
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabControl2.SuspendLayout();
|
|
|
|
|
this.tabPage5.SuspendLayout();
|
|
|
|
|
this.tabPage6.SuspendLayout();
|
|
|
|
|
this.tabPage7.SuspendLayout();
|
|
|
|
|
this.tabPage8.SuspendLayout();
|
2008-11-21 20:06:11 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericLossyWAVQuality)).BeginInit();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage9.SuspendLayout();
|
2008-11-04 01:23:30 +00:00
|
|
|
this.tabPage4.SuspendLayout();
|
|
|
|
|
this.grpHDCD.SuspendLayout();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(btnCancel, "btnCancel");
|
2008-10-13 19:25:11 +00:00
|
|
|
btnCancel.Name = "btnCancel";
|
|
|
|
|
btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// grpGeneral
|
|
|
|
|
//
|
2009-03-23 15:46:26 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.labelLanguage);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.comboLanguage);
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkSingleInstance);
|
2009-01-17 04:09:38 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkOverwriteTags);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.chkExtractLog);
|
2008-11-18 14:48:26 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkReducePriority);
|
2008-11-08 14:59:50 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkTruncateExtra4206Samples);
|
2008-11-04 01:23:30 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkCreateCUEFileWhenEmbedded);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.chkCreateM3U);
|
2008-10-17 18:21:59 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkFillUpCUE);
|
2008-10-14 04:48:52 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkEmbedLog);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpGeneral.Controls.Add(this.chkAutoCorrectFilenames);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.chkPreserveHTOA);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpGeneral, "grpGeneral");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpGeneral.Name = "grpGeneral";
|
|
|
|
|
this.grpGeneral.TabStop = false;
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-03-28 03:57:49 +00:00
|
|
|
// labelLanguage
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelLanguage, "labelLanguage");
|
|
|
|
|
this.labelLanguage.Name = "labelLanguage";
|
|
|
|
|
//
|
|
|
|
|
// comboLanguage
|
|
|
|
|
//
|
|
|
|
|
this.comboLanguage.DisplayMember = "EnglishName";
|
|
|
|
|
this.comboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comboLanguage.FormattingEnabled = true;
|
|
|
|
|
resources.ApplyResources(this.comboLanguage, "comboLanguage");
|
|
|
|
|
this.comboLanguage.Name = "comboLanguage";
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
// chkSingleInstance
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkSingleInstance, "chkSingleInstance");
|
|
|
|
|
this.chkSingleInstance.Name = "chkSingleInstance";
|
|
|
|
|
this.chkSingleInstance.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// chkOverwriteTags
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkOverwriteTags, "chkOverwriteTags");
|
|
|
|
|
this.chkOverwriteTags.Name = "chkOverwriteTags";
|
|
|
|
|
this.chkOverwriteTags.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-01-17 04:09:38 +00:00
|
|
|
// chkExtractLog
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkExtractLog, "chkExtractLog");
|
|
|
|
|
this.chkExtractLog.Name = "chkExtractLog";
|
|
|
|
|
this.chkExtractLog.UseVisualStyleBackColor = true;
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
|
|
|
|
// chkReducePriority
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkReducePriority, "chkReducePriority");
|
|
|
|
|
this.chkReducePriority.Name = "chkReducePriority";
|
|
|
|
|
this.chkReducePriority.UseVisualStyleBackColor = true;
|
2008-10-19 17:58:48 +00:00
|
|
|
//
|
2008-11-08 14:59:50 +00:00
|
|
|
// chkTruncateExtra4206Samples
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkTruncateExtra4206Samples, "chkTruncateExtra4206Samples");
|
|
|
|
|
this.chkTruncateExtra4206Samples.Name = "chkTruncateExtra4206Samples";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkTruncateExtra4206Samples, resources.GetString("chkTruncateExtra4206Samples.ToolTip"));
|
|
|
|
|
this.chkTruncateExtra4206Samples.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-11-04 01:23:30 +00:00
|
|
|
// chkCreateCUEFileWhenEmbedded
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkCreateCUEFileWhenEmbedded, "chkCreateCUEFileWhenEmbedded");
|
|
|
|
|
this.chkCreateCUEFileWhenEmbedded.Name = "chkCreateCUEFileWhenEmbedded";
|
|
|
|
|
this.chkCreateCUEFileWhenEmbedded.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkCreateM3U
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkCreateM3U, "chkCreateM3U");
|
|
|
|
|
this.chkCreateM3U.Name = "chkCreateM3U";
|
|
|
|
|
this.chkCreateM3U.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
// chkFillUpCUE
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkFillUpCUE, "chkFillUpCUE");
|
|
|
|
|
this.chkFillUpCUE.Name = "chkFillUpCUE";
|
|
|
|
|
this.chkFillUpCUE.UseVisualStyleBackColor = true;
|
2009-01-17 04:09:38 +00:00
|
|
|
this.chkFillUpCUE.CheckedChanged += new System.EventHandler(this.chkFillUpCUE_CheckedChanged);
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-17 18:21:59 +00:00
|
|
|
// chkEmbedLog
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkEmbedLog, "chkEmbedLog");
|
2008-10-17 18:21:59 +00:00
|
|
|
this.chkEmbedLog.Name = "chkEmbedLog";
|
2008-10-19 17:58:48 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkEmbedLog, resources.GetString("chkEmbedLog.ToolTip"));
|
2008-10-17 18:21:59 +00:00
|
|
|
this.chkEmbedLog.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// chkAutoCorrectFilenames
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkAutoCorrectFilenames, "chkAutoCorrectFilenames");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkAutoCorrectFilenames.Name = "chkAutoCorrectFilenames";
|
2008-10-19 17:58:48 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkAutoCorrectFilenames, resources.GetString("chkAutoCorrectFilenames.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkAutoCorrectFilenames.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkPreserveHTOA
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkPreserveHTOA, "chkPreserveHTOA");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkPreserveHTOA.Name = "chkPreserveHTOA";
|
|
|
|
|
this.chkPreserveHTOA.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// numericFLACCompressionLevel
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numericFLACCompressionLevel, "numericFLACCompressionLevel");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numericFLACCompressionLevel.Maximum = new decimal(new int[] {
|
|
|
|
|
8,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericFLACCompressionLevel.Name = "numericFLACCompressionLevel";
|
|
|
|
|
this.numericFLACCompressionLevel.Value = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// lblFLACCompressionLevel
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblFLACCompressionLevel, "lblFLACCompressionLevel");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblFLACCompressionLevel.Name = "lblFLACCompressionLevel";
|
|
|
|
|
//
|
|
|
|
|
// chkFLACVerify
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkFLACVerify, "chkFLACVerify");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkFLACVerify.Name = "chkFLACVerify";
|
|
|
|
|
this.chkFLACVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.btnOK, "btnOK");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
|
|
//
|
2008-11-04 01:23:30 +00:00
|
|
|
// chkWVStoreMD5
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkWVStoreMD5, "chkWVStoreMD5");
|
|
|
|
|
this.chkWVStoreMD5.Name = "chkWVStoreMD5";
|
|
|
|
|
this.chkWVStoreMD5.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-14 04:48:52 +00:00
|
|
|
// numWVExtraMode
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numWVExtraMode, "numWVExtraMode");
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numWVExtraMode.Maximum = new decimal(new int[] {
|
|
|
|
|
6,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numWVExtraMode.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numWVExtraMode.Name = "numWVExtraMode";
|
|
|
|
|
this.numWVExtraMode.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkWVExtraMode
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkWVExtraMode, "chkWVExtraMode");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkWVExtraMode.Name = "chkWVExtraMode";
|
|
|
|
|
this.chkWVExtraMode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkWVExtraMode.CheckedChanged += new System.EventHandler(this.chkWVExtraMode_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbWVVeryHigh
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVVeryHigh, "rbWVVeryHigh");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVVeryHigh.Name = "rbWVVeryHigh";
|
|
|
|
|
this.rbWVVeryHigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbWVHigh
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVHigh, "rbWVHigh");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVHigh.Name = "rbWVHigh";
|
|
|
|
|
this.rbWVHigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbWVNormal
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVNormal, "rbWVNormal");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVNormal.Checked = true;
|
|
|
|
|
this.rbWVNormal.Name = "rbWVNormal";
|
|
|
|
|
this.rbWVNormal.TabStop = true;
|
|
|
|
|
this.rbWVNormal.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbWVFast
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVFast, "rbWVFast");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVFast.Name = "rbWVFast";
|
|
|
|
|
this.rbWVFast.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox1.Controls.Add(this.chkEncodeWhenZeroOffset);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Controls.Add(this.chkArFixOffset);
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox1.Controls.Add(this.chkWriteArLogOnConvert);
|
|
|
|
|
this.groupBox1.Controls.Add(this.chkWriteArTagsOnConvert);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Controls.Add(this.numEncodeWhenPercent);
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox1.Controls.Add(this.labelEncodeWhenConfidence);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Controls.Add(this.numEncodeWhenConfidence);
|
|
|
|
|
this.groupBox1.Controls.Add(this.chkArNoUnverifiedAudio);
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox1.Controls.Add(this.labelFixWhenConfidence);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Controls.Add(this.numFixWhenConfidence);
|
|
|
|
|
this.groupBox1.Controls.Add(this.numFixWhenPercent);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.TabStop = false;
|
2008-10-26 11:25:14 +00:00
|
|
|
//
|
|
|
|
|
// chkEncodeWhenZeroOffset
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkEncodeWhenZeroOffset, "chkEncodeWhenZeroOffset");
|
|
|
|
|
this.chkEncodeWhenZeroOffset.Name = "chkEncodeWhenZeroOffset";
|
|
|
|
|
this.chkEncodeWhenZeroOffset.UseVisualStyleBackColor = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-14 04:48:52 +00:00
|
|
|
// chkArFixOffset
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkArFixOffset, "chkArFixOffset");
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArFixOffset.Checked = true;
|
|
|
|
|
this.chkArFixOffset.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkArFixOffset.Name = "chkArFixOffset";
|
|
|
|
|
this.chkArFixOffset.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkArFixOffset.CheckedChanged += new System.EventHandler(this.chkArFixOffset_CheckedChanged);
|
|
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// chkWriteArLogOnConvert
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkWriteArLogOnConvert, "chkWriteArLogOnConvert");
|
|
|
|
|
this.chkWriteArLogOnConvert.Checked = true;
|
|
|
|
|
this.chkWriteArLogOnConvert.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkWriteArLogOnConvert.Name = "chkWriteArLogOnConvert";
|
|
|
|
|
this.chkWriteArLogOnConvert.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkWriteArTagsOnConvert
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkWriteArTagsOnConvert, "chkWriteArTagsOnConvert");
|
|
|
|
|
this.chkWriteArTagsOnConvert.Checked = true;
|
|
|
|
|
this.chkWriteArTagsOnConvert.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkWriteArTagsOnConvert.Name = "chkWriteArTagsOnConvert";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkWriteArTagsOnConvert, resources.GetString("chkWriteArTagsOnConvert.ToolTip"));
|
|
|
|
|
this.chkWriteArTagsOnConvert.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-14 04:48:52 +00:00
|
|
|
// numEncodeWhenPercent
|
|
|
|
|
//
|
|
|
|
|
this.numEncodeWhenPercent.Increment = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.numEncodeWhenPercent, "numEncodeWhenPercent");
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenPercent.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numEncodeWhenPercent.Name = "numEncodeWhenPercent";
|
|
|
|
|
this.numEncodeWhenPercent.Value = new decimal(new int[] {
|
|
|
|
|
100,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// labelEncodeWhenConfidence
|
2008-10-14 04:48:52 +00:00
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.labelEncodeWhenConfidence, "labelEncodeWhenConfidence");
|
|
|
|
|
this.labelEncodeWhenConfidence.Name = "labelEncodeWhenConfidence";
|
2008-10-14 04:48:52 +00:00
|
|
|
//
|
|
|
|
|
// numEncodeWhenConfidence
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numEncodeWhenConfidence, "numEncodeWhenConfidence");
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenConfidence.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numEncodeWhenConfidence.Name = "numEncodeWhenConfidence";
|
|
|
|
|
this.numEncodeWhenConfidence.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// chkArNoUnverifiedAudio
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkArNoUnverifiedAudio, "chkArNoUnverifiedAudio");
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArNoUnverifiedAudio.Checked = true;
|
|
|
|
|
this.chkArNoUnverifiedAudio.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkArNoUnverifiedAudio.Name = "chkArNoUnverifiedAudio";
|
|
|
|
|
this.chkArNoUnverifiedAudio.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkArNoUnverifiedAudio.CheckedChanged += new System.EventHandler(this.chkArNoUnverifiedAudio_CheckedChanged);
|
|
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// labelFixWhenConfidence
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.labelFixWhenConfidence, "labelFixWhenConfidence");
|
|
|
|
|
this.labelFixWhenConfidence.Name = "labelFixWhenConfidence";
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// numFixWhenConfidence
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numFixWhenConfidence, "numFixWhenConfidence");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numFixWhenConfidence.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numFixWhenConfidence.Name = "numFixWhenConfidence";
|
|
|
|
|
this.numFixWhenConfidence.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// numFixWhenPercent
|
|
|
|
|
//
|
|
|
|
|
this.numFixWhenPercent.Increment = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.numFixWhenPercent, "numFixWhenPercent");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numFixWhenPercent.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numFixWhenPercent.Name = "numFixWhenPercent";
|
|
|
|
|
this.numFixWhenPercent.Value = new decimal(new int[] {
|
|
|
|
|
51,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// toolTip1
|
|
|
|
|
//
|
|
|
|
|
this.toolTip1.AutoPopDelay = 15000;
|
|
|
|
|
this.toolTip1.InitialDelay = 500;
|
|
|
|
|
this.toolTip1.ReshowDelay = 100;
|
|
|
|
|
//
|
2008-10-22 11:45:53 +00:00
|
|
|
// chkFilenamesANSISafe
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkFilenamesANSISafe, "chkFilenamesANSISafe");
|
|
|
|
|
this.chkFilenamesANSISafe.Name = "chkFilenamesANSISafe";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkFilenamesANSISafe, resources.GetString("chkFilenamesANSISafe.ToolTip"));
|
|
|
|
|
this.chkFilenamesANSISafe.UseVisualStyleBackColor = true;
|
2008-11-18 14:48:26 +00:00
|
|
|
this.chkFilenamesANSISafe.CheckedChanged += new System.EventHandler(this.chkFilenamesANSISafe_CheckedChanged);
|
2008-10-22 11:45:53 +00:00
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// chkWriteARTagsOnVerify
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkWriteARTagsOnVerify, "chkWriteARTagsOnVerify");
|
|
|
|
|
this.chkWriteARTagsOnVerify.Checked = true;
|
|
|
|
|
this.chkWriteARTagsOnVerify.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkWriteARTagsOnVerify.Name = "chkWriteARTagsOnVerify";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkWriteARTagsOnVerify, resources.GetString("chkWriteARTagsOnVerify.ToolTip"));
|
|
|
|
|
this.chkWriteARTagsOnVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-11-04 01:23:30 +00:00
|
|
|
// chkHDCDDecode
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkHDCDDecode, "chkHDCDDecode");
|
|
|
|
|
this.chkHDCDDecode.Name = "chkHDCDDecode";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkHDCDDecode, resources.GetString("chkHDCDDecode.ToolTip"));
|
|
|
|
|
this.chkHDCDDecode.UseVisualStyleBackColor = true;
|
2008-11-22 15:10:33 +00:00
|
|
|
this.chkHDCDDecode.CheckedChanged += new System.EventHandler(this.chkHDCDDecode_CheckedChanged);
|
2008-11-04 01:23:30 +00:00
|
|
|
//
|
|
|
|
|
// chkHDCDStopLooking
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkHDCDStopLooking, "chkHDCDStopLooking");
|
|
|
|
|
this.chkHDCDStopLooking.Name = "chkHDCDStopLooking";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkHDCDStopLooking, resources.GetString("chkHDCDStopLooking.ToolTip"));
|
|
|
|
|
this.chkHDCDStopLooking.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-11-22 15:10:33 +00:00
|
|
|
// chkHDCD24bit
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkHDCD24bit, "chkHDCD24bit");
|
|
|
|
|
this.chkHDCD24bit.Name = "chkHDCD24bit";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkHDCD24bit, resources.GetString("chkHDCD24bit.ToolTip"));
|
|
|
|
|
this.chkHDCD24bit.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkHDCDLW16
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkHDCDLW16, "chkHDCDLW16");
|
|
|
|
|
this.chkHDCDLW16.Name = "chkHDCDLW16";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkHDCDLW16, resources.GetString("chkHDCDLW16.ToolTip"));
|
|
|
|
|
this.chkHDCDLW16.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// grpAudioFilenames
|
|
|
|
|
//
|
2008-10-22 11:45:53 +00:00
|
|
|
this.grpAudioFilenames.Controls.Add(this.chkFilenamesANSISafe);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpAudioFilenames.Controls.Add(this.chkKeepOriginalFilenames);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.txtSpecialExceptions);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.chkRemoveSpecial);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.chkReplaceSpaces);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.txtTrackFilenameFormat);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.lblTrackFilenameFormat);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.lblSingleFilenameFormat);
|
|
|
|
|
this.grpAudioFilenames.Controls.Add(this.txtSingleFilenameFormat);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpAudioFilenames, "grpAudioFilenames");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpAudioFilenames.Name = "grpAudioFilenames";
|
|
|
|
|
this.grpAudioFilenames.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// chkKeepOriginalFilenames
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkKeepOriginalFilenames, "chkKeepOriginalFilenames");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkKeepOriginalFilenames.Checked = true;
|
|
|
|
|
this.chkKeepOriginalFilenames.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkKeepOriginalFilenames.Name = "chkKeepOriginalFilenames";
|
|
|
|
|
this.chkKeepOriginalFilenames.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// txtSpecialExceptions
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.txtSpecialExceptions, "txtSpecialExceptions");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtSpecialExceptions.Name = "txtSpecialExceptions";
|
|
|
|
|
//
|
|
|
|
|
// chkRemoveSpecial
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkRemoveSpecial, "chkRemoveSpecial");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkRemoveSpecial.Checked = true;
|
|
|
|
|
this.chkRemoveSpecial.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkRemoveSpecial.Name = "chkRemoveSpecial";
|
|
|
|
|
this.chkRemoveSpecial.UseVisualStyleBackColor = true;
|
2008-11-18 14:48:26 +00:00
|
|
|
this.chkRemoveSpecial.CheckedChanged += new System.EventHandler(this.chkRemoveSpecial_CheckedChanged);
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkReplaceSpaces
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkReplaceSpaces, "chkReplaceSpaces");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkReplaceSpaces.Checked = true;
|
|
|
|
|
this.chkReplaceSpaces.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkReplaceSpaces.Name = "chkReplaceSpaces";
|
|
|
|
|
this.chkReplaceSpaces.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// txtTrackFilenameFormat
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.txtTrackFilenameFormat, "txtTrackFilenameFormat");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtTrackFilenameFormat.Name = "txtTrackFilenameFormat";
|
|
|
|
|
//
|
|
|
|
|
// lblTrackFilenameFormat
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblTrackFilenameFormat, "lblTrackFilenameFormat");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblTrackFilenameFormat.Name = "lblTrackFilenameFormat";
|
|
|
|
|
//
|
|
|
|
|
// lblSingleFilenameFormat
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblSingleFilenameFormat, "lblSingleFilenameFormat");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblSingleFilenameFormat.Name = "lblSingleFilenameFormat";
|
|
|
|
|
//
|
|
|
|
|
// txtSingleFilenameFormat
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.txtSingleFilenameFormat, "txtSingleFilenameFormat");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtSingleFilenameFormat.Name = "txtSingleFilenameFormat";
|
2008-10-22 11:45:53 +00:00
|
|
|
//
|
|
|
|
|
// rbAPEinsane
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAPEinsane, "rbAPEinsane");
|
|
|
|
|
this.rbAPEinsane.Name = "rbAPEinsane";
|
|
|
|
|
this.rbAPEinsane.TabStop = true;
|
|
|
|
|
this.rbAPEinsane.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEextrahigh
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAPEextrahigh, "rbAPEextrahigh");
|
|
|
|
|
this.rbAPEextrahigh.Name = "rbAPEextrahigh";
|
|
|
|
|
this.rbAPEextrahigh.TabStop = true;
|
|
|
|
|
this.rbAPEextrahigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEhigh
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAPEhigh, "rbAPEhigh");
|
|
|
|
|
this.rbAPEhigh.Name = "rbAPEhigh";
|
|
|
|
|
this.rbAPEhigh.TabStop = true;
|
|
|
|
|
this.rbAPEhigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEnormal
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAPEnormal, "rbAPEnormal");
|
|
|
|
|
this.rbAPEnormal.Name = "rbAPEnormal";
|
|
|
|
|
this.rbAPEnormal.TabStop = true;
|
|
|
|
|
this.rbAPEnormal.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEfast
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAPEfast, "rbAPEfast");
|
|
|
|
|
this.rbAPEfast.Name = "rbAPEfast";
|
|
|
|
|
this.rbAPEfast.TabStop = true;
|
|
|
|
|
this.rbAPEfast.UseVisualStyleBackColor = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// tabControl1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tabControl1, "tabControl1");
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
2008-11-04 01:23:30 +00:00
|
|
|
this.tabControl1.Controls.Add(this.tabPage4);
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabControl1.HotTrack = true;
|
|
|
|
|
this.tabControl1.Multiline = true;
|
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
|
|
|
|
this.tabPage1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.tabPage1.Controls.Add(this.grpGeneral);
|
|
|
|
|
this.tabPage1.Controls.Add(this.grpAudioFilenames);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage1, "tabPage1");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage1.Name = "tabPage1";
|
|
|
|
|
//
|
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
|
|
|
|
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.tabPage2.Controls.Add(this.groupBox3);
|
|
|
|
|
this.tabPage2.Controls.Add(this.groupBox1);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage2, "tabPage2");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage2.Name = "tabPage2";
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Controls.Add(this.chkWriteARLogOnVerify);
|
|
|
|
|
this.groupBox3.Controls.Add(this.chkWriteARTagsOnVerify);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.groupBox3, "groupBox3");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// chkWriteARLogOnVerify
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkWriteARLogOnVerify, "chkWriteARLogOnVerify");
|
|
|
|
|
this.chkWriteARLogOnVerify.Checked = true;
|
|
|
|
|
this.chkWriteARLogOnVerify.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.chkWriteARLogOnVerify.Name = "chkWriteARLogOnVerify";
|
|
|
|
|
this.chkWriteARLogOnVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage3
|
|
|
|
|
//
|
|
|
|
|
this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage3.Controls.Add(this.tabControl2);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage3, "tabPage3");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage3.Name = "tabPage3";
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// tabControl2
|
|
|
|
|
//
|
|
|
|
|
this.tabControl2.Controls.Add(this.tabPage5);
|
|
|
|
|
this.tabControl2.Controls.Add(this.tabPage6);
|
|
|
|
|
this.tabControl2.Controls.Add(this.tabPage7);
|
|
|
|
|
this.tabControl2.Controls.Add(this.tabPage8);
|
|
|
|
|
this.tabControl2.Controls.Add(this.tabPage9);
|
2009-03-22 16:59:05 +00:00
|
|
|
this.tabControl2.ImageList = this.imageList1;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabControl2, "tabControl2");
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabControl2.Multiline = true;
|
|
|
|
|
this.tabControl2.Name = "tabControl2";
|
|
|
|
|
this.tabControl2.SelectedIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// tabPage5
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.tabPage5.BackColor = System.Drawing.Color.Transparent;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage5.Controls.Add(this.numericFLACCompressionLevel);
|
|
|
|
|
this.tabPage5.Controls.Add(this.lblFLACCompressionLevel);
|
|
|
|
|
this.tabPage5.Controls.Add(this.chkFLACVerify);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage5, "tabPage5");
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage5.Name = "tabPage5";
|
|
|
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage6
|
|
|
|
|
//
|
|
|
|
|
this.tabPage6.Controls.Add(this.chkWVStoreMD5);
|
|
|
|
|
this.tabPage6.Controls.Add(this.numWVExtraMode);
|
|
|
|
|
this.tabPage6.Controls.Add(this.rbWVFast);
|
|
|
|
|
this.tabPage6.Controls.Add(this.chkWVExtraMode);
|
|
|
|
|
this.tabPage6.Controls.Add(this.rbWVNormal);
|
|
|
|
|
this.tabPage6.Controls.Add(this.rbWVVeryHigh);
|
|
|
|
|
this.tabPage6.Controls.Add(this.rbWVHigh);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage6, "tabPage6");
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage6.Name = "tabPage6";
|
|
|
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage7
|
|
|
|
|
//
|
|
|
|
|
this.tabPage7.Controls.Add(this.rbAPEinsane);
|
|
|
|
|
this.tabPage7.Controls.Add(this.rbAPEextrahigh);
|
|
|
|
|
this.tabPage7.Controls.Add(this.rbAPEfast);
|
|
|
|
|
this.tabPage7.Controls.Add(this.rbAPEhigh);
|
|
|
|
|
this.tabPage7.Controls.Add(this.rbAPEnormal);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage7, "tabPage7");
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage7.Name = "tabPage7";
|
|
|
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage8
|
|
|
|
|
//
|
|
|
|
|
this.tabPage8.Controls.Add(this.label1);
|
|
|
|
|
this.tabPage8.Controls.Add(this.numericLossyWAVQuality);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage8, "tabPage8");
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage8.Name = "tabPage8";
|
|
|
|
|
this.tabPage8.UseVisualStyleBackColor = true;
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
|
this.label1.Name = "label1";
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
|
|
|
|
// numericLossyWAVQuality
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.numericLossyWAVQuality, "numericLossyWAVQuality");
|
|
|
|
|
this.numericLossyWAVQuality.Maximum = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericLossyWAVQuality.Name = "numericLossyWAVQuality";
|
|
|
|
|
this.numericLossyWAVQuality.Value = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2008-11-04 01:23:30 +00:00
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// tabPage9
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage9.Controls.Add(this.chkUDC1ID3v2);
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage9.Controls.Add(this.chkUDC1APEv2);
|
|
|
|
|
this.tabPage9.Controls.Add(this.label6);
|
|
|
|
|
this.tabPage9.Controls.Add(this.label5);
|
|
|
|
|
this.tabPage9.Controls.Add(this.textUDC1EncParams);
|
|
|
|
|
this.tabPage9.Controls.Add(this.textUDC1Encoder);
|
|
|
|
|
this.tabPage9.Controls.Add(this.textUDC1Params);
|
|
|
|
|
this.tabPage9.Controls.Add(this.textUDC1Decoder);
|
|
|
|
|
this.tabPage9.Controls.Add(this.textUDC1Extension);
|
|
|
|
|
this.tabPage9.Controls.Add(this.label4);
|
|
|
|
|
this.tabPage9.Controls.Add(this.label3);
|
|
|
|
|
this.tabPage9.Controls.Add(this.label2);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage9, "tabPage9");
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage9.Name = "tabPage9";
|
|
|
|
|
this.tabPage9.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
// chkUDC1ID3v2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkUDC1ID3v2, "chkUDC1ID3v2");
|
|
|
|
|
this.chkUDC1ID3v2.Name = "chkUDC1ID3v2";
|
|
|
|
|
this.chkUDC1ID3v2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// chkUDC1APEv2
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.chkUDC1APEv2, "chkUDC1APEv2");
|
|
|
|
|
this.chkUDC1APEv2.Name = "chkUDC1APEv2";
|
|
|
|
|
this.chkUDC1APEv2.UseVisualStyleBackColor = true;
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// label6
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label6, "label6");
|
|
|
|
|
this.label6.Name = "label6";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// label5
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label5, "label5");
|
|
|
|
|
this.label5.Name = "label5";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// textUDC1EncParams
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1EncParams, "textUDC1EncParams");
|
|
|
|
|
this.textUDC1EncParams.Name = "textUDC1EncParams";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// textUDC1Encoder
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Encoder, "textUDC1Encoder");
|
|
|
|
|
this.textUDC1Encoder.Name = "textUDC1Encoder";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
|
|
|
|
// textUDC1Params
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.textUDC1Params, "textUDC1Params");
|
|
|
|
|
this.textUDC1Params.Name = "textUDC1Params";
|
|
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// textUDC1Decoder
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Decoder, "textUDC1Decoder");
|
|
|
|
|
this.textUDC1Decoder.Name = "textUDC1Decoder";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// textUDC1Extension
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Extension, "textUDC1Extension");
|
|
|
|
|
this.textUDC1Extension.Name = "textUDC1Extension";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// label4
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label4, "label4");
|
|
|
|
|
this.label4.Name = "label4";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// label3
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label3, "label3");
|
|
|
|
|
this.label3.Name = "label3";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// label2
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label2, "label2");
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
// imageList1
|
|
|
|
|
//
|
|
|
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
|
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.imageList1.Images.SetKeyName(0, "flac");
|
|
|
|
|
this.imageList1.Images.SetKeyName(1, "wv");
|
|
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// tabPage4
|
|
|
|
|
//
|
|
|
|
|
this.tabPage4.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.tabPage4.Controls.Add(this.grpHDCD);
|
|
|
|
|
this.tabPage4.Controls.Add(this.chkHDCDDetect);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tabPage4, "tabPage4");
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage4.Name = "tabPage4";
|
|
|
|
|
//
|
|
|
|
|
// grpHDCD
|
|
|
|
|
//
|
|
|
|
|
this.grpHDCD.Controls.Add(this.chkHDCD24bit);
|
|
|
|
|
this.grpHDCD.Controls.Add(this.chkHDCDLW16);
|
|
|
|
|
this.grpHDCD.Controls.Add(this.chkHDCDStopLooking);
|
|
|
|
|
this.grpHDCD.Controls.Add(this.chkHDCDDecode);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpHDCD, "grpHDCD");
|
2009-02-19 06:26:56 +00:00
|
|
|
this.grpHDCD.Name = "grpHDCD";
|
|
|
|
|
this.grpHDCD.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// chkHDCDDetect
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkHDCDDetect, "chkHDCDDetect");
|
|
|
|
|
this.chkHDCDDetect.Name = "chkHDCDDetect";
|
|
|
|
|
this.chkHDCDDetect.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkHDCDDetect.CheckedChanged += new System.EventHandler(this.chkHDCDDetect_CheckedChanged);
|
|
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// frmSettings
|
|
|
|
|
//
|
|
|
|
|
this.AcceptButton = this.btnOK;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this, "$this");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.CancelButton = btnCancel;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.ControlBox = false;
|
|
|
|
|
this.Controls.Add(this.tabControl1);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.Controls.Add(btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOK);
|
2008-10-26 11:25:14 +00:00
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.MaximizeBox = false;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.MinimizeBox = false;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.Name = "frmSettings";
|
2008-10-26 11:25:14 +00:00
|
|
|
this.ShowIcon = false;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.Load += new System.EventHandler(this.frmSettings_Load);
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing);
|
|
|
|
|
this.grpGeneral.ResumeLayout(false);
|
|
|
|
|
this.grpGeneral.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericFLACCompressionLevel)).EndInit();
|
2008-10-14 04:48:52 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numWVExtraMode)).EndInit();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
2008-10-14 04:48:52 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numEncodeWhenPercent)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numEncodeWhenConfidence)).EndInit();
|
2008-10-13 19:25:11 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numFixWhenConfidence)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numFixWhenPercent)).EndInit();
|
|
|
|
|
this.grpAudioFilenames.ResumeLayout(false);
|
|
|
|
|
this.grpAudioFilenames.PerformLayout();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabControl1.ResumeLayout(false);
|
|
|
|
|
this.tabPage1.ResumeLayout(false);
|
|
|
|
|
this.tabPage2.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
|
|
|
|
this.tabPage3.ResumeLayout(false);
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabControl2.ResumeLayout(false);
|
|
|
|
|
this.tabPage5.ResumeLayout(false);
|
|
|
|
|
this.tabPage5.PerformLayout();
|
|
|
|
|
this.tabPage6.ResumeLayout(false);
|
|
|
|
|
this.tabPage6.PerformLayout();
|
|
|
|
|
this.tabPage7.ResumeLayout(false);
|
|
|
|
|
this.tabPage7.PerformLayout();
|
|
|
|
|
this.tabPage8.ResumeLayout(false);
|
|
|
|
|
this.tabPage8.PerformLayout();
|
2008-11-21 20:06:11 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericLossyWAVQuality)).EndInit();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage9.ResumeLayout(false);
|
|
|
|
|
this.tabPage9.PerformLayout();
|
2008-11-04 01:23:30 +00:00
|
|
|
this.tabPage4.ResumeLayout(false);
|
|
|
|
|
this.tabPage4.PerformLayout();
|
|
|
|
|
this.grpHDCD.ResumeLayout(false);
|
|
|
|
|
this.grpHDCD.PerformLayout();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox grpGeneral;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkPreserveHTOA;
|
|
|
|
|
private System.Windows.Forms.Label lblFLACCompressionLevel;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkFLACVerify;
|
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbWVVeryHigh;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbWVHigh;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbWVNormal;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbWVFast;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkWVExtraMode;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkAutoCorrectFilenames;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
2008-10-26 11:25:14 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkWriteArTagsOnConvert;
|
2008-10-13 19:25:11 +00:00
|
|
|
private System.Windows.Forms.NumericUpDown numericFLACCompressionLevel;
|
|
|
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown numFixWhenPercent;
|
2008-10-26 11:25:14 +00:00
|
|
|
private System.Windows.Forms.Label labelFixWhenConfidence;
|
2008-10-13 19:25:11 +00:00
|
|
|
private System.Windows.Forms.NumericUpDown numFixWhenConfidence;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpAudioFilenames;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkKeepOriginalFilenames;
|
|
|
|
|
private System.Windows.Forms.TextBox txtSpecialExceptions;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkRemoveSpecial;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkReplaceSpaces;
|
|
|
|
|
private System.Windows.Forms.TextBox txtTrackFilenameFormat;
|
|
|
|
|
private System.Windows.Forms.Label lblTrackFilenameFormat;
|
|
|
|
|
private System.Windows.Forms.Label lblSingleFilenameFormat;
|
|
|
|
|
private System.Windows.Forms.TextBox txtSingleFilenameFormat;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkArNoUnverifiedAudio;
|
2008-10-26 11:25:14 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkWriteArLogOnConvert;
|
2008-10-13 19:25:11 +00:00
|
|
|
private System.Windows.Forms.NumericUpDown numWVExtraMode;
|
2008-10-26 11:25:14 +00:00
|
|
|
private System.Windows.Forms.Label labelEncodeWhenConfidence;
|
2008-10-13 19:25:11 +00:00
|
|
|
private System.Windows.Forms.NumericUpDown numEncodeWhenConfidence;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown numEncodeWhenPercent;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkArFixOffset;
|
2008-10-14 04:48:52 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkEmbedLog;
|
2008-10-17 18:21:59 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkFillUpCUE;
|
2008-10-22 11:45:53 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkFilenamesANSISafe;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbAPEinsane;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbAPEextrahigh;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbAPEhigh;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbAPEnormal;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbAPEfast;
|
2008-10-26 11:25:14 +00:00
|
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkWriteARLogOnVerify;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkWriteARTagsOnVerify;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkEncodeWhenZeroOffset;
|
2008-11-04 01:23:30 +00:00
|
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkHDCDDecode;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkHDCDDetect;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkWVStoreMD5;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpHDCD;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkHDCDStopLooking;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkCreateM3U;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkCreateCUEFileWhenEmbedded;
|
2008-11-08 14:59:50 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkTruncateExtra4206Samples;
|
2008-11-18 14:48:26 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkReducePriority;
|
2008-11-21 20:06:11 +00:00
|
|
|
private System.Windows.Forms.NumericUpDown numericLossyWAVQuality;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
2008-11-22 15:10:33 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkHDCDLW16;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkHDCD24bit;
|
2009-01-17 04:09:38 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkExtractLog;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkOverwriteTags;
|
2009-02-19 04:09:59 +00:00
|
|
|
private System.Windows.Forms.TabControl tabControl2;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage6;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage7;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage8;
|
|
|
|
|
private System.Windows.Forms.TabPage tabPage9;
|
|
|
|
|
private System.Windows.Forms.TextBox textUDC1Params;
|
|
|
|
|
private System.Windows.Forms.TextBox textUDC1Decoder;
|
|
|
|
|
private System.Windows.Forms.TextBox textUDC1Extension;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
private System.Windows.Forms.TextBox textUDC1EncParams;
|
|
|
|
|
private System.Windows.Forms.TextBox textUDC1Encoder;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkUDC1APEv2;
|
2009-02-19 06:26:56 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkUDC1ID3v2;
|
2009-03-22 16:59:05 +00:00
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkSingleInstance;
|
2009-03-23 15:46:26 +00:00
|
|
|
private System.Windows.Forms.Label labelLanguage;
|
|
|
|
|
private System.Windows.Forms.ComboBox comboLanguage;
|
2008-10-13 19:25:11 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|