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-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.numericWriteOffset = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.chkAutoCorrectFilenames = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.chkPreserveHTOA = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.lblWriteOffset = new System.Windows.Forms.Label();
|
|
|
|
|
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();
|
|
|
|
|
this.labelEncodeWhenPercent = new System.Windows.Forms.Label();
|
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();
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelFixWhenPercent = new System.Windows.Forms.Label();
|
2008-10-13 19:25:11 +00:00
|
|
|
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();
|
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.numericWriteOffset)).BeginInit();
|
|
|
|
|
((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.AccessibleDescription = null;
|
|
|
|
|
btnCancel.AccessibleName = null;
|
2009-01-17 04:09:38 +00:00
|
|
|
resources.ApplyResources(btnCancel, "btnCancel");
|
2009-02-23 03:59:50 +00:00
|
|
|
btnCancel.BackgroundImage = null;
|
|
|
|
|
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
btnCancel.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
btnCancel.Name = "btnCancel";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(btnCancel, resources.GetString("btnCancel.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// grpGeneral
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.grpGeneral.AccessibleDescription = null;
|
|
|
|
|
this.grpGeneral.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.grpGeneral, "grpGeneral");
|
|
|
|
|
this.grpGeneral.BackgroundImage = null;
|
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.numericWriteOffset);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.chkAutoCorrectFilenames);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.chkPreserveHTOA);
|
|
|
|
|
this.grpGeneral.Controls.Add(this.lblWriteOffset);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.grpGeneral.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpGeneral.Name = "grpGeneral";
|
|
|
|
|
this.grpGeneral.TabStop = false;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.grpGeneral, resources.GetString("grpGeneral.ToolTip"));
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// chkOverwriteTags
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkOverwriteTags.AccessibleDescription = null;
|
|
|
|
|
this.chkOverwriteTags.AccessibleName = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
resources.ApplyResources(this.chkOverwriteTags, "chkOverwriteTags");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkOverwriteTags.BackgroundImage = null;
|
|
|
|
|
this.chkOverwriteTags.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.chkOverwriteTags.Name = "chkOverwriteTags";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkOverwriteTags, resources.GetString("chkOverwriteTags.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
this.chkOverwriteTags.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-01-17 04:09:38 +00:00
|
|
|
// chkExtractLog
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkExtractLog.AccessibleDescription = null;
|
|
|
|
|
this.chkExtractLog.AccessibleName = null;
|
2009-01-17 04:09:38 +00:00
|
|
|
resources.ApplyResources(this.chkExtractLog, "chkExtractLog");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkExtractLog.BackgroundImage = null;
|
|
|
|
|
this.chkExtractLog.Font = null;
|
2009-01-17 04:09:38 +00:00
|
|
|
this.chkExtractLog.Name = "chkExtractLog";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkExtractLog, resources.GetString("chkExtractLog.ToolTip"));
|
2009-01-17 04:09:38 +00:00
|
|
|
this.chkExtractLog.UseVisualStyleBackColor = true;
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
|
|
|
|
// chkReducePriority
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkReducePriority.AccessibleDescription = null;
|
|
|
|
|
this.chkReducePriority.AccessibleName = null;
|
2008-11-21 20:06:11 +00:00
|
|
|
resources.ApplyResources(this.chkReducePriority, "chkReducePriority");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkReducePriority.BackgroundImage = null;
|
|
|
|
|
this.chkReducePriority.Font = null;
|
2008-11-21 20:06:11 +00:00
|
|
|
this.chkReducePriority.Name = "chkReducePriority";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkReducePriority, resources.GetString("chkReducePriority.ToolTip"));
|
2008-11-21 20:06:11 +00:00
|
|
|
this.chkReducePriority.UseVisualStyleBackColor = true;
|
2008-10-19 17:58:48 +00:00
|
|
|
//
|
2008-11-08 14:59:50 +00:00
|
|
|
// chkTruncateExtra4206Samples
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkTruncateExtra4206Samples.AccessibleDescription = null;
|
|
|
|
|
this.chkTruncateExtra4206Samples.AccessibleName = null;
|
2008-11-08 14:59:50 +00:00
|
|
|
resources.ApplyResources(this.chkTruncateExtra4206Samples, "chkTruncateExtra4206Samples");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkTruncateExtra4206Samples.BackgroundImage = null;
|
|
|
|
|
this.chkTruncateExtra4206Samples.Font = null;
|
2008-11-08 14:59:50 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkCreateCUEFileWhenEmbedded.AccessibleDescription = null;
|
|
|
|
|
this.chkCreateCUEFileWhenEmbedded.AccessibleName = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
resources.ApplyResources(this.chkCreateCUEFileWhenEmbedded, "chkCreateCUEFileWhenEmbedded");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkCreateCUEFileWhenEmbedded.BackgroundImage = null;
|
|
|
|
|
this.chkCreateCUEFileWhenEmbedded.Font = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkCreateCUEFileWhenEmbedded.Name = "chkCreateCUEFileWhenEmbedded";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkCreateCUEFileWhenEmbedded, resources.GetString("chkCreateCUEFileWhenEmbedded.ToolTip"));
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkCreateCUEFileWhenEmbedded.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkCreateM3U
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkCreateM3U.AccessibleDescription = null;
|
|
|
|
|
this.chkCreateM3U.AccessibleName = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
resources.ApplyResources(this.chkCreateM3U, "chkCreateM3U");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkCreateM3U.BackgroundImage = null;
|
|
|
|
|
this.chkCreateM3U.Font = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkCreateM3U.Name = "chkCreateM3U";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkCreateM3U, resources.GetString("chkCreateM3U.ToolTip"));
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkCreateM3U.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-19 17:58:48 +00:00
|
|
|
// chkFillUpCUE
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkFillUpCUE.AccessibleDescription = null;
|
|
|
|
|
this.chkFillUpCUE.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkFillUpCUE, "chkFillUpCUE");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkFillUpCUE.BackgroundImage = null;
|
|
|
|
|
this.chkFillUpCUE.Font = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
this.chkFillUpCUE.Name = "chkFillUpCUE";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkFillUpCUE, resources.GetString("chkFillUpCUE.ToolTip"));
|
2008-10-19 17:58:48 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkEmbedLog.AccessibleDescription = null;
|
|
|
|
|
this.chkEmbedLog.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkEmbedLog, "chkEmbedLog");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkEmbedLog.BackgroundImage = null;
|
|
|
|
|
this.chkEmbedLog.Font = null;
|
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
|
|
|
// numericWriteOffset
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numericWriteOffset.AccessibleDescription = null;
|
|
|
|
|
this.numericWriteOffset.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numericWriteOffset, "numericWriteOffset");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numericWriteOffset.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numericWriteOffset.Maximum = new decimal(new int[] {
|
2008-10-25 18:42:28 +00:00
|
|
|
99999,
|
2008-10-13 19:25:11 +00:00
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericWriteOffset.Minimum = new decimal(new int[] {
|
2008-10-25 18:42:28 +00:00
|
|
|
99999,
|
2008-10-13 19:25:11 +00:00
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
|
|
|
|
this.numericWriteOffset.Name = "numericWriteOffset";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numericWriteOffset, resources.GetString("numericWriteOffset.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkAutoCorrectFilenames
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkAutoCorrectFilenames.AccessibleDescription = null;
|
|
|
|
|
this.chkAutoCorrectFilenames.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkAutoCorrectFilenames, "chkAutoCorrectFilenames");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkAutoCorrectFilenames.BackgroundImage = null;
|
|
|
|
|
this.chkAutoCorrectFilenames.Font = null;
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkPreserveHTOA.AccessibleDescription = null;
|
|
|
|
|
this.chkPreserveHTOA.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkPreserveHTOA, "chkPreserveHTOA");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkPreserveHTOA.BackgroundImage = null;
|
|
|
|
|
this.chkPreserveHTOA.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkPreserveHTOA.Name = "chkPreserveHTOA";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkPreserveHTOA, resources.GetString("chkPreserveHTOA.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkPreserveHTOA.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// lblWriteOffset
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblWriteOffset.AccessibleDescription = null;
|
|
|
|
|
this.lblWriteOffset.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblWriteOffset, "lblWriteOffset");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblWriteOffset.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblWriteOffset.Name = "lblWriteOffset";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.lblWriteOffset, resources.GetString("lblWriteOffset.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// numericFLACCompressionLevel
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numericFLACCompressionLevel.AccessibleDescription = null;
|
|
|
|
|
this.numericFLACCompressionLevel.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numericFLACCompressionLevel, "numericFLACCompressionLevel");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numericFLACCompressionLevel.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numericFLACCompressionLevel.Maximum = new decimal(new int[] {
|
|
|
|
|
8,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericFLACCompressionLevel.Name = "numericFLACCompressionLevel";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numericFLACCompressionLevel, resources.GetString("numericFLACCompressionLevel.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numericFLACCompressionLevel.Value = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// lblFLACCompressionLevel
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblFLACCompressionLevel.AccessibleDescription = null;
|
|
|
|
|
this.lblFLACCompressionLevel.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblFLACCompressionLevel, "lblFLACCompressionLevel");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblFLACCompressionLevel.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblFLACCompressionLevel.Name = "lblFLACCompressionLevel";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.lblFLACCompressionLevel, resources.GetString("lblFLACCompressionLevel.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkFLACVerify
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkFLACVerify.AccessibleDescription = null;
|
|
|
|
|
this.chkFLACVerify.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkFLACVerify, "chkFLACVerify");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkFLACVerify.BackgroundImage = null;
|
|
|
|
|
this.chkFLACVerify.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkFLACVerify.Name = "chkFLACVerify";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkFLACVerify, resources.GetString("chkFLACVerify.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkFLACVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.btnOK.AccessibleDescription = null;
|
|
|
|
|
this.btnOK.AccessibleName = null;
|
2009-01-17 04:09:38 +00:00
|
|
|
resources.ApplyResources(this.btnOK, "btnOK");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.btnOK.BackgroundImage = null;
|
|
|
|
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
|
|
|
this.btnOK.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.btnOK.Name = "btnOK";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.btnOK, resources.GetString("btnOK.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
|
|
//
|
2008-11-04 01:23:30 +00:00
|
|
|
// chkWVStoreMD5
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWVStoreMD5.AccessibleDescription = null;
|
|
|
|
|
this.chkWVStoreMD5.AccessibleName = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
resources.ApplyResources(this.chkWVStoreMD5, "chkWVStoreMD5");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWVStoreMD5.BackgroundImage = null;
|
|
|
|
|
this.chkWVStoreMD5.Font = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkWVStoreMD5.Name = "chkWVStoreMD5";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkWVStoreMD5, resources.GetString("chkWVStoreMD5.ToolTip"));
|
2008-11-04 01:23:30 +00:00
|
|
|
this.chkWVStoreMD5.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2008-10-14 04:48:52 +00:00
|
|
|
// numWVExtraMode
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numWVExtraMode.AccessibleDescription = null;
|
|
|
|
|
this.numWVExtraMode.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numWVExtraMode, "numWVExtraMode");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numWVExtraMode.Font = null;
|
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";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numWVExtraMode, resources.GetString("numWVExtraMode.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numWVExtraMode.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkWVExtraMode
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWVExtraMode.AccessibleDescription = null;
|
|
|
|
|
this.chkWVExtraMode.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkWVExtraMode, "chkWVExtraMode");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWVExtraMode.BackgroundImage = null;
|
|
|
|
|
this.chkWVExtraMode.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkWVExtraMode.Name = "chkWVExtraMode";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkWVExtraMode, resources.GetString("chkWVExtraMode.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkWVExtraMode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkWVExtraMode.CheckedChanged += new System.EventHandler(this.chkWVExtraMode_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbWVVeryHigh
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVVeryHigh.AccessibleDescription = null;
|
|
|
|
|
this.rbWVVeryHigh.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVVeryHigh, "rbWVVeryHigh");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVVeryHigh.BackgroundImage = null;
|
|
|
|
|
this.rbWVVeryHigh.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVVeryHigh.Name = "rbWVVeryHigh";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbWVVeryHigh, resources.GetString("rbWVVeryHigh.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVVeryHigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbWVHigh
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVHigh.AccessibleDescription = null;
|
|
|
|
|
this.rbWVHigh.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVHigh, "rbWVHigh");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVHigh.BackgroundImage = null;
|
|
|
|
|
this.rbWVHigh.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVHigh.Name = "rbWVHigh";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbWVHigh, resources.GetString("rbWVHigh.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVHigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbWVNormal
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVNormal.AccessibleDescription = null;
|
|
|
|
|
this.rbWVNormal.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVNormal, "rbWVNormal");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVNormal.BackgroundImage = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVNormal.Checked = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVNormal.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVNormal.Name = "rbWVNormal";
|
|
|
|
|
this.rbWVNormal.TabStop = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbWVNormal, resources.GetString("rbWVNormal.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVNormal.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbWVFast
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVFast.AccessibleDescription = null;
|
|
|
|
|
this.rbWVFast.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.rbWVFast, "rbWVFast");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbWVFast.BackgroundImage = null;
|
|
|
|
|
this.rbWVFast.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVFast.Name = "rbWVFast";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbWVFast, resources.GetString("rbWVFast.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbWVFast.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.groupBox1.AccessibleDescription = null;
|
|
|
|
|
this.groupBox1.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
|
|
|
this.groupBox1.BackgroundImage = null;
|
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);
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelEncodeWhenPercent);
|
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);
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox1.Controls.Add(this.labelFixWhenPercent);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Controls.Add(this.numFixWhenPercent);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.groupBox1.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.TabStop = false;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
//
|
|
|
|
|
// chkEncodeWhenZeroOffset
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkEncodeWhenZeroOffset.AccessibleDescription = null;
|
|
|
|
|
this.chkEncodeWhenZeroOffset.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.chkEncodeWhenZeroOffset, "chkEncodeWhenZeroOffset");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkEncodeWhenZeroOffset.BackgroundImage = null;
|
|
|
|
|
this.chkEncodeWhenZeroOffset.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkEncodeWhenZeroOffset.Name = "chkEncodeWhenZeroOffset";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkEncodeWhenZeroOffset, resources.GetString("chkEncodeWhenZeroOffset.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkEncodeWhenZeroOffset.UseVisualStyleBackColor = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-14 04:48:52 +00:00
|
|
|
// chkArFixOffset
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkArFixOffset.AccessibleDescription = null;
|
|
|
|
|
this.chkArFixOffset.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkArFixOffset, "chkArFixOffset");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkArFixOffset.BackgroundImage = null;
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArFixOffset.Checked = true;
|
|
|
|
|
this.chkArFixOffset.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkArFixOffset.Font = null;
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArFixOffset.Name = "chkArFixOffset";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkArFixOffset, resources.GetString("chkArFixOffset.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArFixOffset.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkArFixOffset.CheckedChanged += new System.EventHandler(this.chkArFixOffset_CheckedChanged);
|
|
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// chkWriteArLogOnConvert
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteArLogOnConvert.AccessibleDescription = null;
|
|
|
|
|
this.chkWriteArLogOnConvert.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.chkWriteArLogOnConvert, "chkWriteArLogOnConvert");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteArLogOnConvert.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteArLogOnConvert.Checked = true;
|
|
|
|
|
this.chkWriteArLogOnConvert.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteArLogOnConvert.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteArLogOnConvert.Name = "chkWriteArLogOnConvert";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkWriteArLogOnConvert, resources.GetString("chkWriteArLogOnConvert.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteArLogOnConvert.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkWriteArTagsOnConvert
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteArTagsOnConvert.AccessibleDescription = null;
|
|
|
|
|
this.chkWriteArTagsOnConvert.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.chkWriteArTagsOnConvert, "chkWriteArTagsOnConvert");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteArTagsOnConvert.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteArTagsOnConvert.Checked = true;
|
|
|
|
|
this.chkWriteArTagsOnConvert.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteArTagsOnConvert.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteArTagsOnConvert.Name = "chkWriteArTagsOnConvert";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkWriteArTagsOnConvert, resources.GetString("chkWriteArTagsOnConvert.ToolTip"));
|
|
|
|
|
this.chkWriteArTagsOnConvert.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// labelEncodeWhenPercent
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelEncodeWhenPercent.AccessibleDescription = null;
|
|
|
|
|
this.labelEncodeWhenPercent.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.labelEncodeWhenPercent, "labelEncodeWhenPercent");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelEncodeWhenPercent.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelEncodeWhenPercent.Name = "labelEncodeWhenPercent";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.labelEncodeWhenPercent, resources.GetString("labelEncodeWhenPercent.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
//
|
|
|
|
|
// numEncodeWhenPercent
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numEncodeWhenPercent.AccessibleDescription = null;
|
|
|
|
|
this.numEncodeWhenPercent.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.numEncodeWhenPercent, "numEncodeWhenPercent");
|
|
|
|
|
this.numEncodeWhenPercent.Font = null;
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenPercent.Increment = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numEncodeWhenPercent.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numEncodeWhenPercent.Name = "numEncodeWhenPercent";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numEncodeWhenPercent, resources.GetString("numEncodeWhenPercent.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
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
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelEncodeWhenConfidence.AccessibleDescription = null;
|
|
|
|
|
this.labelEncodeWhenConfidence.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.labelEncodeWhenConfidence, "labelEncodeWhenConfidence");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelEncodeWhenConfidence.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelEncodeWhenConfidence.Name = "labelEncodeWhenConfidence";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.labelEncodeWhenConfidence, resources.GetString("labelEncodeWhenConfidence.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
//
|
|
|
|
|
// numEncodeWhenConfidence
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numEncodeWhenConfidence.AccessibleDescription = null;
|
|
|
|
|
this.numEncodeWhenConfidence.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numEncodeWhenConfidence, "numEncodeWhenConfidence");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numEncodeWhenConfidence.Font = null;
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenConfidence.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numEncodeWhenConfidence.Name = "numEncodeWhenConfidence";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numEncodeWhenConfidence, resources.GetString("numEncodeWhenConfidence.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
this.numEncodeWhenConfidence.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
|
|
|
|
// chkArNoUnverifiedAudio
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkArNoUnverifiedAudio.AccessibleDescription = null;
|
|
|
|
|
this.chkArNoUnverifiedAudio.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkArNoUnverifiedAudio, "chkArNoUnverifiedAudio");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkArNoUnverifiedAudio.BackgroundImage = null;
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArNoUnverifiedAudio.Checked = true;
|
|
|
|
|
this.chkArNoUnverifiedAudio.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkArNoUnverifiedAudio.Font = null;
|
2008-10-14 04:48:52 +00:00
|
|
|
this.chkArNoUnverifiedAudio.Name = "chkArNoUnverifiedAudio";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkArNoUnverifiedAudio, resources.GetString("chkArNoUnverifiedAudio.ToolTip"));
|
2008-10-14 04:48:52 +00:00
|
|
|
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
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelFixWhenConfidence.AccessibleDescription = null;
|
|
|
|
|
this.labelFixWhenConfidence.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.labelFixWhenConfidence, "labelFixWhenConfidence");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelFixWhenConfidence.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelFixWhenConfidence.Name = "labelFixWhenConfidence";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.labelFixWhenConfidence, resources.GetString("labelFixWhenConfidence.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// numFixWhenConfidence
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numFixWhenConfidence.AccessibleDescription = null;
|
|
|
|
|
this.numFixWhenConfidence.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.numFixWhenConfidence, "numFixWhenConfidence");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numFixWhenConfidence.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numFixWhenConfidence.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numFixWhenConfidence.Name = "numFixWhenConfidence";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numFixWhenConfidence, resources.GetString("numFixWhenConfidence.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numFixWhenConfidence.Value = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// labelFixWhenPercent
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelFixWhenPercent.AccessibleDescription = null;
|
|
|
|
|
this.labelFixWhenPercent.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.labelFixWhenPercent, "labelFixWhenPercent");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.labelFixWhenPercent.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.labelFixWhenPercent.Name = "labelFixWhenPercent";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.labelFixWhenPercent, resources.GetString("labelFixWhenPercent.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// numFixWhenPercent
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numFixWhenPercent.AccessibleDescription = null;
|
|
|
|
|
this.numFixWhenPercent.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.numFixWhenPercent, "numFixWhenPercent");
|
|
|
|
|
this.numFixWhenPercent.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.numFixWhenPercent.Increment = new decimal(new int[] {
|
|
|
|
|
5,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numFixWhenPercent.Minimum = new decimal(new int[] {
|
|
|
|
|
1,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numFixWhenPercent.Name = "numFixWhenPercent";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numFixWhenPercent, resources.GetString("numFixWhenPercent.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkFilenamesANSISafe.AccessibleDescription = null;
|
|
|
|
|
this.chkFilenamesANSISafe.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.chkFilenamesANSISafe, "chkFilenamesANSISafe");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkFilenamesANSISafe.BackgroundImage = null;
|
|
|
|
|
this.chkFilenamesANSISafe.Font = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteARTagsOnVerify.AccessibleDescription = null;
|
|
|
|
|
this.chkWriteARTagsOnVerify.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.chkWriteARTagsOnVerify, "chkWriteARTagsOnVerify");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteARTagsOnVerify.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteARTagsOnVerify.Checked = true;
|
|
|
|
|
this.chkWriteARTagsOnVerify.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteARTagsOnVerify.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDDecode.AccessibleDescription = null;
|
|
|
|
|
this.chkHDCDDecode.AccessibleName = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
resources.ApplyResources(this.chkHDCDDecode, "chkHDCDDecode");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDDecode.BackgroundImage = null;
|
|
|
|
|
this.chkHDCDDecode.Font = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDStopLooking.AccessibleDescription = null;
|
|
|
|
|
this.chkHDCDStopLooking.AccessibleName = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
resources.ApplyResources(this.chkHDCDStopLooking, "chkHDCDStopLooking");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDStopLooking.BackgroundImage = null;
|
|
|
|
|
this.chkHDCDStopLooking.Font = null;
|
2008-11-04 01:23:30 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCD24bit.AccessibleDescription = null;
|
|
|
|
|
this.chkHDCD24bit.AccessibleName = null;
|
2008-11-22 15:10:33 +00:00
|
|
|
resources.ApplyResources(this.chkHDCD24bit, "chkHDCD24bit");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCD24bit.BackgroundImage = null;
|
|
|
|
|
this.chkHDCD24bit.Font = null;
|
2008-11-22 15:10:33 +00:00
|
|
|
this.chkHDCD24bit.Name = "chkHDCD24bit";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkHDCD24bit, resources.GetString("chkHDCD24bit.ToolTip"));
|
|
|
|
|
this.chkHDCD24bit.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// chkHDCDLW16
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDLW16.AccessibleDescription = null;
|
|
|
|
|
this.chkHDCDLW16.AccessibleName = null;
|
2008-11-22 15:10:33 +00:00
|
|
|
resources.ApplyResources(this.chkHDCDLW16, "chkHDCDLW16");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDLW16.BackgroundImage = null;
|
|
|
|
|
this.chkHDCDLW16.Font = null;
|
2008-11-22 15:10:33 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.grpAudioFilenames.AccessibleDescription = null;
|
|
|
|
|
this.grpAudioFilenames.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.grpAudioFilenames, "grpAudioFilenames");
|
|
|
|
|
this.grpAudioFilenames.BackgroundImage = null;
|
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-02-23 03:59:50 +00:00
|
|
|
this.grpAudioFilenames.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpAudioFilenames.Name = "grpAudioFilenames";
|
|
|
|
|
this.grpAudioFilenames.TabStop = false;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.grpAudioFilenames, resources.GetString("grpAudioFilenames.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkKeepOriginalFilenames
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkKeepOriginalFilenames.AccessibleDescription = null;
|
|
|
|
|
this.chkKeepOriginalFilenames.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkKeepOriginalFilenames, "chkKeepOriginalFilenames");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkKeepOriginalFilenames.BackgroundImage = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkKeepOriginalFilenames.Checked = true;
|
|
|
|
|
this.chkKeepOriginalFilenames.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkKeepOriginalFilenames.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkKeepOriginalFilenames.Name = "chkKeepOriginalFilenames";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkKeepOriginalFilenames, resources.GetString("chkKeepOriginalFilenames.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkKeepOriginalFilenames.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// txtSpecialExceptions
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.txtSpecialExceptions.AccessibleDescription = null;
|
|
|
|
|
this.txtSpecialExceptions.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.txtSpecialExceptions, "txtSpecialExceptions");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.txtSpecialExceptions.BackgroundImage = null;
|
|
|
|
|
this.txtSpecialExceptions.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtSpecialExceptions.Name = "txtSpecialExceptions";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.txtSpecialExceptions, resources.GetString("txtSpecialExceptions.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// chkRemoveSpecial
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkRemoveSpecial.AccessibleDescription = null;
|
|
|
|
|
this.chkRemoveSpecial.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkRemoveSpecial, "chkRemoveSpecial");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkRemoveSpecial.BackgroundImage = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkRemoveSpecial.Checked = true;
|
|
|
|
|
this.chkRemoveSpecial.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkRemoveSpecial.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkRemoveSpecial.Name = "chkRemoveSpecial";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkRemoveSpecial, resources.GetString("chkRemoveSpecial.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
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
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkReplaceSpaces.AccessibleDescription = null;
|
|
|
|
|
this.chkReplaceSpaces.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.chkReplaceSpaces, "chkReplaceSpaces");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkReplaceSpaces.BackgroundImage = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkReplaceSpaces.Checked = true;
|
|
|
|
|
this.chkReplaceSpaces.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkReplaceSpaces.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkReplaceSpaces.Name = "chkReplaceSpaces";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkReplaceSpaces, resources.GetString("chkReplaceSpaces.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
this.chkReplaceSpaces.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// txtTrackFilenameFormat
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.txtTrackFilenameFormat.AccessibleDescription = null;
|
|
|
|
|
this.txtTrackFilenameFormat.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.txtTrackFilenameFormat, "txtTrackFilenameFormat");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.txtTrackFilenameFormat.BackgroundImage = null;
|
|
|
|
|
this.txtTrackFilenameFormat.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtTrackFilenameFormat.Name = "txtTrackFilenameFormat";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.txtTrackFilenameFormat, resources.GetString("txtTrackFilenameFormat.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// lblTrackFilenameFormat
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblTrackFilenameFormat.AccessibleDescription = null;
|
|
|
|
|
this.lblTrackFilenameFormat.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblTrackFilenameFormat, "lblTrackFilenameFormat");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblTrackFilenameFormat.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblTrackFilenameFormat.Name = "lblTrackFilenameFormat";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.lblTrackFilenameFormat, resources.GetString("lblTrackFilenameFormat.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// lblSingleFilenameFormat
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblSingleFilenameFormat.AccessibleDescription = null;
|
|
|
|
|
this.lblSingleFilenameFormat.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.lblSingleFilenameFormat, "lblSingleFilenameFormat");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.lblSingleFilenameFormat.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.lblSingleFilenameFormat.Name = "lblSingleFilenameFormat";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.lblSingleFilenameFormat, resources.GetString("lblSingleFilenameFormat.ToolTip"));
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// txtSingleFilenameFormat
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.txtSingleFilenameFormat.AccessibleDescription = null;
|
|
|
|
|
this.txtSingleFilenameFormat.AccessibleName = null;
|
2008-10-19 17:58:48 +00:00
|
|
|
resources.ApplyResources(this.txtSingleFilenameFormat, "txtSingleFilenameFormat");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.txtSingleFilenameFormat.BackgroundImage = null;
|
|
|
|
|
this.txtSingleFilenameFormat.Font = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtSingleFilenameFormat.Name = "txtSingleFilenameFormat";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.txtSingleFilenameFormat, resources.GetString("txtSingleFilenameFormat.ToolTip"));
|
2008-10-22 11:45:53 +00:00
|
|
|
//
|
|
|
|
|
// rbAPEinsane
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEinsane.AccessibleDescription = null;
|
|
|
|
|
this.rbAPEinsane.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.rbAPEinsane, "rbAPEinsane");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEinsane.BackgroundImage = null;
|
|
|
|
|
this.rbAPEinsane.Font = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEinsane.Name = "rbAPEinsane";
|
|
|
|
|
this.rbAPEinsane.TabStop = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbAPEinsane, resources.GetString("rbAPEinsane.ToolTip"));
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEinsane.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEextrahigh
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEextrahigh.AccessibleDescription = null;
|
|
|
|
|
this.rbAPEextrahigh.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.rbAPEextrahigh, "rbAPEextrahigh");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEextrahigh.BackgroundImage = null;
|
|
|
|
|
this.rbAPEextrahigh.Font = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEextrahigh.Name = "rbAPEextrahigh";
|
|
|
|
|
this.rbAPEextrahigh.TabStop = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbAPEextrahigh, resources.GetString("rbAPEextrahigh.ToolTip"));
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEextrahigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEhigh
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEhigh.AccessibleDescription = null;
|
|
|
|
|
this.rbAPEhigh.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.rbAPEhigh, "rbAPEhigh");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEhigh.BackgroundImage = null;
|
|
|
|
|
this.rbAPEhigh.Font = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEhigh.Name = "rbAPEhigh";
|
|
|
|
|
this.rbAPEhigh.TabStop = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbAPEhigh, resources.GetString("rbAPEhigh.ToolTip"));
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEhigh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEnormal
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEnormal.AccessibleDescription = null;
|
|
|
|
|
this.rbAPEnormal.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.rbAPEnormal, "rbAPEnormal");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEnormal.BackgroundImage = null;
|
|
|
|
|
this.rbAPEnormal.Font = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEnormal.Name = "rbAPEnormal";
|
|
|
|
|
this.rbAPEnormal.TabStop = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbAPEnormal, resources.GetString("rbAPEnormal.ToolTip"));
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEnormal.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbAPEfast
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEfast.AccessibleDescription = null;
|
|
|
|
|
this.rbAPEfast.AccessibleName = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
resources.ApplyResources(this.rbAPEfast, "rbAPEfast");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.rbAPEfast.BackgroundImage = null;
|
|
|
|
|
this.rbAPEfast.Font = null;
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEfast.Name = "rbAPEfast";
|
|
|
|
|
this.rbAPEfast.TabStop = true;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.rbAPEfast, resources.GetString("rbAPEfast.ToolTip"));
|
2008-10-22 11:45:53 +00:00
|
|
|
this.rbAPEfast.UseVisualStyleBackColor = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-26 11:25:14 +00:00
|
|
|
// tabControl1
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabControl1.AccessibleDescription = null;
|
|
|
|
|
this.tabControl1.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.tabControl1, "tabControl1");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabControl1.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
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);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabControl1.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabControl1.HotTrack = true;
|
|
|
|
|
this.tabControl1.Multiline = true;
|
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
//
|
|
|
|
|
// tabPage1
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage1.AccessibleDescription = null;
|
|
|
|
|
this.tabPage1.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage1, "tabPage1");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage1.BackColor = System.Drawing.Color.Transparent;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage1.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage1.Controls.Add(this.grpGeneral);
|
|
|
|
|
this.tabPage1.Controls.Add(this.grpAudioFilenames);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage1.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage1.Name = "tabPage1";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
//
|
|
|
|
|
// tabPage2
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage2.AccessibleDescription = null;
|
|
|
|
|
this.tabPage2.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage2, "tabPage2");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage2.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage2.Controls.Add(this.groupBox3);
|
|
|
|
|
this.tabPage2.Controls.Add(this.groupBox1);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage2.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage2.Name = "tabPage2";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.groupBox3.AccessibleDescription = null;
|
|
|
|
|
this.groupBox3.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.groupBox3, "groupBox3");
|
|
|
|
|
this.groupBox3.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox3.Controls.Add(this.chkWriteARLogOnVerify);
|
|
|
|
|
this.groupBox3.Controls.Add(this.chkWriteARTagsOnVerify);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.groupBox3.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.TabStop = false;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
//
|
|
|
|
|
// chkWriteARLogOnVerify
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteARLogOnVerify.AccessibleDescription = null;
|
|
|
|
|
this.chkWriteARLogOnVerify.AccessibleName = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
resources.ApplyResources(this.chkWriteARLogOnVerify, "chkWriteARLogOnVerify");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteARLogOnVerify.BackgroundImage = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteARLogOnVerify.Checked = true;
|
|
|
|
|
this.chkWriteARLogOnVerify.CheckState = System.Windows.Forms.CheckState.Checked;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkWriteARLogOnVerify.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteARLogOnVerify.Name = "chkWriteARLogOnVerify";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkWriteARLogOnVerify, resources.GetString("chkWriteARLogOnVerify.ToolTip"));
|
2008-10-26 11:25:14 +00:00
|
|
|
this.chkWriteARLogOnVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage3
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage3.AccessibleDescription = null;
|
|
|
|
|
this.tabPage3.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage3, "tabPage3");
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage3.BackgroundImage = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage3.Controls.Add(this.tabControl2);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage3.Font = null;
|
2008-10-26 11:25:14 +00:00
|
|
|
this.tabPage3.Name = "tabPage3";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage3, resources.GetString("tabPage3.ToolTip"));
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// tabControl2
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabControl2.AccessibleDescription = null;
|
|
|
|
|
this.tabControl2.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabControl2, "tabControl2");
|
|
|
|
|
this.tabControl2.BackgroundImage = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
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-02-23 03:59:50 +00:00
|
|
|
this.tabControl2.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabControl2.Multiline = true;
|
|
|
|
|
this.tabControl2.Name = "tabControl2";
|
|
|
|
|
this.tabControl2.SelectedIndex = 0;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabControl2, resources.GetString("tabControl2.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
|
|
|
|
// tabPage5
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage5.AccessibleDescription = null;
|
|
|
|
|
this.tabPage5.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage5, "tabPage5");
|
|
|
|
|
this.tabPage5.BackgroundImage = null;
|
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-02-23 03:59:50 +00:00
|
|
|
this.tabPage5.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage5.Name = "tabPage5";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage5, resources.GetString("tabPage5.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage6
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage6.AccessibleDescription = null;
|
|
|
|
|
this.tabPage6.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage6, "tabPage6");
|
|
|
|
|
this.tabPage6.BackgroundImage = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
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-02-23 03:59:50 +00:00
|
|
|
this.tabPage6.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage6.Name = "tabPage6";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage6, resources.GetString("tabPage6.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage7
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage7.AccessibleDescription = null;
|
|
|
|
|
this.tabPage7.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage7, "tabPage7");
|
|
|
|
|
this.tabPage7.BackgroundImage = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
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-02-23 03:59:50 +00:00
|
|
|
this.tabPage7.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage7.Name = "tabPage7";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage7, resources.GetString("tabPage7.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tabPage8
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage8.AccessibleDescription = null;
|
|
|
|
|
this.tabPage8.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage8, "tabPage8");
|
|
|
|
|
this.tabPage8.BackgroundImage = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage8.Controls.Add(this.label1);
|
|
|
|
|
this.tabPage8.Controls.Add(this.numericLossyWAVQuality);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage8.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage8.Name = "tabPage8";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage8, resources.GetString("tabPage8.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage8.UseVisualStyleBackColor = true;
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
2009-02-19 04:09:59 +00:00
|
|
|
// label1
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label1.AccessibleDescription = null;
|
|
|
|
|
this.label1.AccessibleName = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
resources.ApplyResources(this.label1, "label1");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label1.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.label1.Name = "label1";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
|
|
|
|
// numericLossyWAVQuality
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numericLossyWAVQuality.AccessibleDescription = null;
|
|
|
|
|
this.numericLossyWAVQuality.AccessibleName = null;
|
2008-11-21 20:06:11 +00:00
|
|
|
resources.ApplyResources(this.numericLossyWAVQuality, "numericLossyWAVQuality");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.numericLossyWAVQuality.Font = null;
|
2008-11-21 20:06:11 +00:00
|
|
|
this.numericLossyWAVQuality.Maximum = new decimal(new int[] {
|
|
|
|
|
10,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericLossyWAVQuality.Name = "numericLossyWAVQuality";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.numericLossyWAVQuality, resources.GetString("numericLossyWAVQuality.ToolTip"));
|
2008-11-21 20:06:11 +00:00
|
|
|
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-23 03:59:50 +00:00
|
|
|
this.tabPage9.AccessibleDescription = null;
|
|
|
|
|
this.tabPage9.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage9, "tabPage9");
|
|
|
|
|
this.tabPage9.BackgroundImage = null;
|
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-02-23 03:59:50 +00:00
|
|
|
this.tabPage9.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage9.Name = "tabPage9";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage9, resources.GetString("tabPage9.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
this.tabPage9.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
// chkUDC1ID3v2
|
|
|
|
|
//
|
|
|
|
|
this.chkUDC1ID3v2.AccessibleDescription = null;
|
|
|
|
|
this.chkUDC1ID3v2.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.chkUDC1ID3v2, "chkUDC1ID3v2");
|
|
|
|
|
this.chkUDC1ID3v2.BackgroundImage = null;
|
|
|
|
|
this.chkUDC1ID3v2.Font = null;
|
|
|
|
|
this.chkUDC1ID3v2.Name = "chkUDC1ID3v2";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkUDC1ID3v2, resources.GetString("chkUDC1ID3v2.ToolTip"));
|
|
|
|
|
this.chkUDC1ID3v2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// chkUDC1APEv2
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkUDC1APEv2.AccessibleDescription = null;
|
|
|
|
|
this.chkUDC1APEv2.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.chkUDC1APEv2, "chkUDC1APEv2");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkUDC1APEv2.BackgroundImage = null;
|
|
|
|
|
this.chkUDC1APEv2.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.chkUDC1APEv2.Name = "chkUDC1APEv2";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkUDC1APEv2, resources.GetString("chkUDC1APEv2.ToolTip"));
|
2009-02-19 06:26:56 +00:00
|
|
|
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-23 03:59:50 +00:00
|
|
|
this.label6.AccessibleDescription = null;
|
|
|
|
|
this.label6.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label6, "label6");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label6.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.label6.Name = "label6";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.label5.AccessibleDescription = null;
|
|
|
|
|
this.label5.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label5, "label5");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label5.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.label5.Name = "label5";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.textUDC1EncParams.AccessibleDescription = null;
|
|
|
|
|
this.textUDC1EncParams.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1EncParams, "textUDC1EncParams");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1EncParams.BackgroundImage = null;
|
|
|
|
|
this.textUDC1EncParams.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.textUDC1EncParams.Name = "textUDC1EncParams";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.textUDC1EncParams, resources.GetString("textUDC1EncParams.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.textUDC1Encoder.AccessibleDescription = null;
|
|
|
|
|
this.textUDC1Encoder.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Encoder, "textUDC1Encoder");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1Encoder.BackgroundImage = null;
|
|
|
|
|
this.textUDC1Encoder.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.textUDC1Encoder.Name = "textUDC1Encoder";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.textUDC1Encoder, resources.GetString("textUDC1Encoder.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
|
|
|
|
// textUDC1Params
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1Params.AccessibleDescription = null;
|
|
|
|
|
this.textUDC1Params.AccessibleName = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Params, "textUDC1Params");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1Params.BackgroundImage = null;
|
|
|
|
|
this.textUDC1Params.Font = null;
|
2009-02-19 04:09:59 +00:00
|
|
|
this.textUDC1Params.Name = "textUDC1Params";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.textUDC1Params, resources.GetString("textUDC1Params.ToolTip"));
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// textUDC1Decoder
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1Decoder.AccessibleDescription = null;
|
|
|
|
|
this.textUDC1Decoder.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Decoder, "textUDC1Decoder");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1Decoder.BackgroundImage = null;
|
|
|
|
|
this.textUDC1Decoder.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.textUDC1Decoder.Name = "textUDC1Decoder";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.textUDC1Decoder, resources.GetString("textUDC1Decoder.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.textUDC1Extension.AccessibleDescription = null;
|
|
|
|
|
this.textUDC1Extension.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.textUDC1Extension, "textUDC1Extension");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.textUDC1Extension.BackgroundImage = null;
|
|
|
|
|
this.textUDC1Extension.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.textUDC1Extension.Name = "textUDC1Extension";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.textUDC1Extension, resources.GetString("textUDC1Extension.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.label4.AccessibleDescription = null;
|
|
|
|
|
this.label4.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label4, "label4");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label4.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.label4.Name = "label4";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.label3.AccessibleDescription = null;
|
|
|
|
|
this.label3.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label3, "label3");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label3.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.label3.Name = "label3";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
|
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-23 03:59:50 +00:00
|
|
|
this.label2.AccessibleDescription = null;
|
|
|
|
|
this.label2.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.label2, "label2");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.label2.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.label2.Name = "label2";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
|
2009-02-19 06:26:56 +00:00
|
|
|
//
|
|
|
|
|
// tabPage4
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage4.AccessibleDescription = null;
|
|
|
|
|
this.tabPage4.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.tabPage4, "tabPage4");
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage4.BackColor = System.Drawing.SystemColors.Control;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage4.BackgroundImage = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage4.Controls.Add(this.grpHDCD);
|
|
|
|
|
this.tabPage4.Controls.Add(this.chkHDCDDetect);
|
2009-02-23 03:59:50 +00:00
|
|
|
this.tabPage4.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tabPage4.Name = "tabPage4";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.tabPage4, resources.GetString("tabPage4.ToolTip"));
|
2009-02-19 06:26:56 +00:00
|
|
|
//
|
|
|
|
|
// grpHDCD
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.grpHDCD.AccessibleDescription = null;
|
|
|
|
|
this.grpHDCD.AccessibleName = null;
|
|
|
|
|
resources.ApplyResources(this.grpHDCD, "grpHDCD");
|
|
|
|
|
this.grpHDCD.BackgroundImage = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
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-02-23 03:59:50 +00:00
|
|
|
this.grpHDCD.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.grpHDCD.Name = "grpHDCD";
|
|
|
|
|
this.grpHDCD.TabStop = false;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.grpHDCD, resources.GetString("grpHDCD.ToolTip"));
|
2009-02-19 06:26:56 +00:00
|
|
|
//
|
|
|
|
|
// chkHDCDDetect
|
|
|
|
|
//
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDDetect.AccessibleDescription = null;
|
|
|
|
|
this.chkHDCDDetect.AccessibleName = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
resources.ApplyResources(this.chkHDCDDetect, "chkHDCDDetect");
|
2009-02-23 03:59:50 +00:00
|
|
|
this.chkHDCDDetect.BackgroundImage = null;
|
|
|
|
|
this.chkHDCDDetect.Font = null;
|
2009-02-19 06:26:56 +00:00
|
|
|
this.chkHDCDDetect.Name = "chkHDCDDetect";
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this.chkHDCDDetect, resources.GetString("chkHDCDDetect.ToolTip"));
|
2009-02-19 06:26:56 +00:00
|
|
|
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;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.AccessibleDescription = null;
|
|
|
|
|
this.AccessibleName = null;
|
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;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.BackgroundImage = null;
|
2008-10-13 19:25:11 +00:00
|
|
|
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;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.Icon = null;
|
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;
|
2009-02-23 03:59:50 +00:00
|
|
|
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
|
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.numericWriteOffset)).EndInit();
|
|
|
|
|
((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 lblWriteOffset;
|
|
|
|
|
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.NumericUpDown numericWriteOffset;
|
|
|
|
|
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 labelFixWhenPercent;
|
|
|
|
|
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-26 11:25:14 +00:00
|
|
|
private System.Windows.Forms.Label labelEncodeWhenPercent;
|
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;
|
2008-10-13 19:25:11 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|