mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Can be compiled with only WAV support (since Mono doesn't support C++/CLI yet).
Adjusted control spacing, tab-order, etc. Set Localizable=True on all forms to work around .NET auto-scaling issue.
This commit is contained in:
265
CUETools/frmSettings.Designer.cs
generated
265
CUETools/frmSettings.Designer.cs
generated
@@ -25,7 +25,9 @@ namespace JDP {
|
||||
private void InitializeComponent() {
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.Windows.Forms.Button btnCancel;
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
|
||||
this.grpGeneral = new System.Windows.Forms.GroupBox();
|
||||
this.chkFillUpCUE = new System.Windows.Forms.CheckBox();
|
||||
this.chkEmbedLog = new System.Windows.Forms.CheckBox();
|
||||
this.numericWriteOffset = new System.Windows.Forms.NumericUpDown();
|
||||
this.chkAutoCorrectFilenames = new System.Windows.Forms.CheckBox();
|
||||
@@ -66,7 +68,6 @@ namespace JDP {
|
||||
this.lblTrackFilenameFormat = new System.Windows.Forms.Label();
|
||||
this.lblSingleFilenameFormat = new System.Windows.Forms.Label();
|
||||
this.txtSingleFilenameFormat = new System.Windows.Forms.TextBox();
|
||||
this.chkFillUpCUE = new System.Windows.Forms.CheckBox();
|
||||
btnCancel = new System.Windows.Forms.Button();
|
||||
this.grpGeneral.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numericWriteOffset)).BeginInit();
|
||||
@@ -85,11 +86,8 @@ namespace JDP {
|
||||
// btnCancel
|
||||
//
|
||||
btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
btnCancel.Location = new System.Drawing.Point(267, 373);
|
||||
resources.ApplyResources(btnCancel, "btnCancel");
|
||||
btnCancel.Name = "btnCancel";
|
||||
btnCancel.Size = new System.Drawing.Size(73, 23);
|
||||
btnCancel.TabIndex = 5;
|
||||
btnCancel.Text = "Cancel";
|
||||
btnCancel.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// grpGeneral
|
||||
@@ -100,27 +98,26 @@ namespace JDP {
|
||||
this.grpGeneral.Controls.Add(this.chkAutoCorrectFilenames);
|
||||
this.grpGeneral.Controls.Add(this.chkPreserveHTOA);
|
||||
this.grpGeneral.Controls.Add(this.lblWriteOffset);
|
||||
this.grpGeneral.Location = new System.Drawing.Point(8, 4);
|
||||
resources.ApplyResources(this.grpGeneral, "grpGeneral");
|
||||
this.grpGeneral.Name = "grpGeneral";
|
||||
this.grpGeneral.Size = new System.Drawing.Size(246, 144);
|
||||
this.grpGeneral.TabIndex = 0;
|
||||
this.grpGeneral.TabStop = false;
|
||||
this.grpGeneral.Text = "General";
|
||||
//
|
||||
// chkFillUpCUE
|
||||
//
|
||||
resources.ApplyResources(this.chkFillUpCUE, "chkFillUpCUE");
|
||||
this.chkFillUpCUE.Name = "chkFillUpCUE";
|
||||
this.chkFillUpCUE.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkEmbedLog
|
||||
//
|
||||
this.chkEmbedLog.AutoSize = true;
|
||||
this.chkEmbedLog.Location = new System.Drawing.Point(12, 78);
|
||||
resources.ApplyResources(this.chkEmbedLog, "chkEmbedLog");
|
||||
this.chkEmbedLog.Name = "chkEmbedLog";
|
||||
this.chkEmbedLog.Size = new System.Drawing.Size(134, 17);
|
||||
this.chkEmbedLog.TabIndex = 6;
|
||||
this.chkEmbedLog.Text = "Embed log file as a tag";
|
||||
this.toolTip1.SetToolTip(this.chkEmbedLog, "File should be in the same directory as source file and have a .log extension");
|
||||
this.toolTip1.SetToolTip(this.chkEmbedLog, resources.GetString("chkEmbedLog.ToolTip"));
|
||||
this.chkEmbedLog.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// numericWriteOffset
|
||||
//
|
||||
this.numericWriteOffset.Location = new System.Drawing.Point(133, 20);
|
||||
resources.ApplyResources(this.numericWriteOffset, "numericWriteOffset");
|
||||
this.numericWriteOffset.Maximum = new decimal(new int[] {
|
||||
5000,
|
||||
0,
|
||||
@@ -132,63 +129,43 @@ namespace JDP {
|
||||
0,
|
||||
-2147483648});
|
||||
this.numericWriteOffset.Name = "numericWriteOffset";
|
||||
this.numericWriteOffset.Size = new System.Drawing.Size(62, 21);
|
||||
this.numericWriteOffset.TabIndex = 5;
|
||||
this.numericWriteOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
//
|
||||
// chkAutoCorrectFilenames
|
||||
//
|
||||
this.chkAutoCorrectFilenames.Location = new System.Drawing.Point(12, 61);
|
||||
resources.ApplyResources(this.chkAutoCorrectFilenames, "chkAutoCorrectFilenames");
|
||||
this.chkAutoCorrectFilenames.Name = "chkAutoCorrectFilenames";
|
||||
this.chkAutoCorrectFilenames.Size = new System.Drawing.Size(232, 17);
|
||||
this.chkAutoCorrectFilenames.TabIndex = 3;
|
||||
this.chkAutoCorrectFilenames.Text = "Locate audio files if missing";
|
||||
this.toolTip1.SetToolTip(this.chkAutoCorrectFilenames, "Preprocess with filename corrector if unable to locate audio files");
|
||||
this.toolTip1.SetToolTip(this.chkAutoCorrectFilenames, resources.GetString("chkAutoCorrectFilenames.ToolTip"));
|
||||
this.chkAutoCorrectFilenames.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkPreserveHTOA
|
||||
//
|
||||
this.chkPreserveHTOA.AutoSize = true;
|
||||
this.chkPreserveHTOA.Location = new System.Drawing.Point(12, 44);
|
||||
resources.ApplyResources(this.chkPreserveHTOA, "chkPreserveHTOA");
|
||||
this.chkPreserveHTOA.Name = "chkPreserveHTOA";
|
||||
this.chkPreserveHTOA.Size = new System.Drawing.Size(229, 17);
|
||||
this.chkPreserveHTOA.TabIndex = 2;
|
||||
this.chkPreserveHTOA.Text = "Preserve HTOA for gaps appended output";
|
||||
this.chkPreserveHTOA.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// lblWriteOffset
|
||||
//
|
||||
this.lblWriteOffset.AutoSize = true;
|
||||
this.lblWriteOffset.Location = new System.Drawing.Point(9, 23);
|
||||
resources.ApplyResources(this.lblWriteOffset, "lblWriteOffset");
|
||||
this.lblWriteOffset.Name = "lblWriteOffset";
|
||||
this.lblWriteOffset.Size = new System.Drawing.Size(118, 13);
|
||||
this.lblWriteOffset.TabIndex = 0;
|
||||
this.lblWriteOffset.Text = "Write offset (samples):";
|
||||
//
|
||||
// grpFLAC
|
||||
//
|
||||
this.grpFLAC.Controls.Add(this.numericFLACCompressionLevel);
|
||||
this.grpFLAC.Controls.Add(this.lblFLACCompressionLevel);
|
||||
this.grpFLAC.Controls.Add(this.chkFLACVerify);
|
||||
this.grpFLAC.Location = new System.Drawing.Point(267, 282);
|
||||
resources.ApplyResources(this.grpFLAC, "grpFLAC");
|
||||
this.grpFLAC.Name = "grpFLAC";
|
||||
this.grpFLAC.Size = new System.Drawing.Size(259, 48);
|
||||
this.grpFLAC.TabIndex = 1;
|
||||
this.grpFLAC.TabStop = false;
|
||||
this.grpFLAC.Text = "FLAC";
|
||||
//
|
||||
// numericFLACCompressionLevel
|
||||
//
|
||||
this.numericFLACCompressionLevel.Location = new System.Drawing.Point(213, 15);
|
||||
resources.ApplyResources(this.numericFLACCompressionLevel, "numericFLACCompressionLevel");
|
||||
this.numericFLACCompressionLevel.Maximum = new decimal(new int[] {
|
||||
8,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numericFLACCompressionLevel.Name = "numericFLACCompressionLevel";
|
||||
this.numericFLACCompressionLevel.Size = new System.Drawing.Size(35, 21);
|
||||
this.numericFLACCompressionLevel.TabIndex = 4;
|
||||
this.numericFLACCompressionLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
this.numericFLACCompressionLevel.Value = new decimal(new int[] {
|
||||
5,
|
||||
0,
|
||||
@@ -197,31 +174,20 @@ namespace JDP {
|
||||
//
|
||||
// lblFLACCompressionLevel
|
||||
//
|
||||
this.lblFLACCompressionLevel.AutoSize = true;
|
||||
this.lblFLACCompressionLevel.Location = new System.Drawing.Point(99, 17);
|
||||
resources.ApplyResources(this.lblFLACCompressionLevel, "lblFLACCompressionLevel");
|
||||
this.lblFLACCompressionLevel.Name = "lblFLACCompressionLevel";
|
||||
this.lblFLACCompressionLevel.Size = new System.Drawing.Size(97, 13);
|
||||
this.lblFLACCompressionLevel.TabIndex = 0;
|
||||
this.lblFLACCompressionLevel.Text = "Compression level:";
|
||||
//
|
||||
// chkFLACVerify
|
||||
//
|
||||
this.chkFLACVerify.AutoSize = true;
|
||||
this.chkFLACVerify.Location = new System.Drawing.Point(12, 16);
|
||||
resources.ApplyResources(this.chkFLACVerify, "chkFLACVerify");
|
||||
this.chkFLACVerify.Name = "chkFLACVerify";
|
||||
this.chkFLACVerify.Size = new System.Drawing.Size(54, 17);
|
||||
this.chkFLACVerify.TabIndex = 2;
|
||||
this.chkFLACVerify.Text = "Verify";
|
||||
this.chkFLACVerify.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btnOK
|
||||
//
|
||||
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btnOK.Location = new System.Drawing.Point(185, 373);
|
||||
resources.ApplyResources(this.btnOK, "btnOK");
|
||||
this.btnOK.Name = "btnOK";
|
||||
this.btnOK.Size = new System.Drawing.Size(73, 23);
|
||||
this.btnOK.TabIndex = 3;
|
||||
this.btnOK.Text = "OK";
|
||||
this.btnOK.UseVisualStyleBackColor = true;
|
||||
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
||||
//
|
||||
@@ -233,16 +199,13 @@ namespace JDP {
|
||||
this.grpWavPack.Controls.Add(this.rbWVHigh);
|
||||
this.grpWavPack.Controls.Add(this.rbWVNormal);
|
||||
this.grpWavPack.Controls.Add(this.rbWVFast);
|
||||
this.grpWavPack.Location = new System.Drawing.Point(267, 182);
|
||||
resources.ApplyResources(this.grpWavPack, "grpWavPack");
|
||||
this.grpWavPack.Name = "grpWavPack";
|
||||
this.grpWavPack.Size = new System.Drawing.Size(259, 94);
|
||||
this.grpWavPack.TabIndex = 2;
|
||||
this.grpWavPack.TabStop = false;
|
||||
this.grpWavPack.Text = "WavPack";
|
||||
//
|
||||
// numWVExtraMode
|
||||
//
|
||||
this.numWVExtraMode.Location = new System.Drawing.Point(212, 19);
|
||||
resources.ApplyResources(this.numWVExtraMode, "numWVExtraMode");
|
||||
this.numWVExtraMode.Maximum = new decimal(new int[] {
|
||||
6,
|
||||
0,
|
||||
@@ -254,8 +217,6 @@ namespace JDP {
|
||||
0,
|
||||
0});
|
||||
this.numWVExtraMode.Name = "numWVExtraMode";
|
||||
this.numWVExtraMode.Size = new System.Drawing.Size(29, 21);
|
||||
this.numWVExtraMode.TabIndex = 5;
|
||||
this.numWVExtraMode.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
@@ -264,55 +225,35 @@ namespace JDP {
|
||||
//
|
||||
// chkWVExtraMode
|
||||
//
|
||||
this.chkWVExtraMode.AutoSize = true;
|
||||
this.chkWVExtraMode.Location = new System.Drawing.Point(94, 20);
|
||||
resources.ApplyResources(this.chkWVExtraMode, "chkWVExtraMode");
|
||||
this.chkWVExtraMode.Name = "chkWVExtraMode";
|
||||
this.chkWVExtraMode.Size = new System.Drawing.Size(112, 17);
|
||||
this.chkWVExtraMode.TabIndex = 4;
|
||||
this.chkWVExtraMode.Text = "Extra mode (1-6):";
|
||||
this.chkWVExtraMode.UseVisualStyleBackColor = true;
|
||||
this.chkWVExtraMode.CheckedChanged += new System.EventHandler(this.chkWVExtraMode_CheckedChanged);
|
||||
//
|
||||
// rbWVVeryHigh
|
||||
//
|
||||
this.rbWVVeryHigh.AutoSize = true;
|
||||
this.rbWVVeryHigh.Location = new System.Drawing.Point(13, 70);
|
||||
resources.ApplyResources(this.rbWVVeryHigh, "rbWVVeryHigh");
|
||||
this.rbWVVeryHigh.Name = "rbWVVeryHigh";
|
||||
this.rbWVVeryHigh.Size = new System.Drawing.Size(71, 17);
|
||||
this.rbWVVeryHigh.TabIndex = 3;
|
||||
this.rbWVVeryHigh.Text = "Very High";
|
||||
this.rbWVVeryHigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbWVHigh
|
||||
//
|
||||
this.rbWVHigh.AutoSize = true;
|
||||
this.rbWVHigh.Location = new System.Drawing.Point(13, 53);
|
||||
resources.ApplyResources(this.rbWVHigh, "rbWVHigh");
|
||||
this.rbWVHigh.Name = "rbWVHigh";
|
||||
this.rbWVHigh.Size = new System.Drawing.Size(46, 17);
|
||||
this.rbWVHigh.TabIndex = 1;
|
||||
this.rbWVHigh.Text = "High";
|
||||
this.rbWVHigh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbWVNormal
|
||||
//
|
||||
this.rbWVNormal.AutoSize = true;
|
||||
resources.ApplyResources(this.rbWVNormal, "rbWVNormal");
|
||||
this.rbWVNormal.Checked = true;
|
||||
this.rbWVNormal.Location = new System.Drawing.Point(13, 36);
|
||||
this.rbWVNormal.Name = "rbWVNormal";
|
||||
this.rbWVNormal.Size = new System.Drawing.Size(58, 17);
|
||||
this.rbWVNormal.TabIndex = 2;
|
||||
this.rbWVNormal.TabStop = true;
|
||||
this.rbWVNormal.Text = "Normal";
|
||||
this.rbWVNormal.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// rbWVFast
|
||||
//
|
||||
this.rbWVFast.AutoSize = true;
|
||||
this.rbWVFast.Location = new System.Drawing.Point(13, 19);
|
||||
resources.ApplyResources(this.rbWVFast, "rbWVFast");
|
||||
this.rbWVFast.Name = "rbWVFast";
|
||||
this.rbWVFast.Size = new System.Drawing.Size(46, 17);
|
||||
this.rbWVFast.TabIndex = 0;
|
||||
this.rbWVFast.Text = "Fast";
|
||||
this.rbWVFast.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// groupBox1
|
||||
@@ -329,35 +270,23 @@ namespace JDP {
|
||||
this.groupBox1.Controls.Add(this.label1);
|
||||
this.groupBox1.Controls.Add(this.numFixWhenPercent);
|
||||
this.groupBox1.Controls.Add(this.chkArAddCRCs);
|
||||
this.groupBox1.Location = new System.Drawing.Point(267, 4);
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(259, 172);
|
||||
this.groupBox1.TabIndex = 4;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "AccurateRip";
|
||||
//
|
||||
// chkArFixOffset
|
||||
//
|
||||
this.chkArFixOffset.AutoSize = true;
|
||||
resources.ApplyResources(this.chkArFixOffset, "chkArFixOffset");
|
||||
this.chkArFixOffset.Checked = true;
|
||||
this.chkArFixOffset.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArFixOffset.Location = new System.Drawing.Point(12, 105);
|
||||
this.chkArFixOffset.Name = "chkArFixOffset";
|
||||
this.chkArFixOffset.Size = new System.Drawing.Size(81, 17);
|
||||
this.chkArFixOffset.TabIndex = 12;
|
||||
this.chkArFixOffset.Text = "Fix offset if";
|
||||
this.chkArFixOffset.UseVisualStyleBackColor = true;
|
||||
this.chkArFixOffset.CheckedChanged += new System.EventHandler(this.chkArFixOffset_CheckedChanged);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(41, 68);
|
||||
resources.ApplyResources(this.label4, "label4");
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(121, 13);
|
||||
this.label4.TabIndex = 11;
|
||||
this.label4.Text = "% of verified tracks >=";
|
||||
//
|
||||
// numEncodeWhenPercent
|
||||
//
|
||||
@@ -366,15 +295,13 @@ namespace JDP {
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numEncodeWhenPercent.Location = new System.Drawing.Point(168, 66);
|
||||
resources.ApplyResources(this.numEncodeWhenPercent, "numEncodeWhenPercent");
|
||||
this.numEncodeWhenPercent.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numEncodeWhenPercent.Name = "numEncodeWhenPercent";
|
||||
this.numEncodeWhenPercent.Size = new System.Drawing.Size(38, 21);
|
||||
this.numEncodeWhenPercent.TabIndex = 10;
|
||||
this.numEncodeWhenPercent.Value = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
@@ -383,25 +310,18 @@ namespace JDP {
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(62, 89);
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(101, 13);
|
||||
this.label3.TabIndex = 9;
|
||||
this.label3.Text = "with confidence >=";
|
||||
//
|
||||
// numEncodeWhenConfidence
|
||||
//
|
||||
this.numEncodeWhenConfidence.Location = new System.Drawing.Point(168, 87);
|
||||
resources.ApplyResources(this.numEncodeWhenConfidence, "numEncodeWhenConfidence");
|
||||
this.numEncodeWhenConfidence.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numEncodeWhenConfidence.Name = "numEncodeWhenConfidence";
|
||||
this.numEncodeWhenConfidence.Size = new System.Drawing.Size(38, 21);
|
||||
this.numEncodeWhenConfidence.TabIndex = 8;
|
||||
this.numEncodeWhenConfidence.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
@@ -410,50 +330,35 @@ namespace JDP {
|
||||
//
|
||||
// chkArNoUnverifiedAudio
|
||||
//
|
||||
this.chkArNoUnverifiedAudio.AutoSize = true;
|
||||
resources.ApplyResources(this.chkArNoUnverifiedAudio, "chkArNoUnverifiedAudio");
|
||||
this.chkArNoUnverifiedAudio.Checked = true;
|
||||
this.chkArNoUnverifiedAudio.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArNoUnverifiedAudio.Location = new System.Drawing.Point(12, 44);
|
||||
this.chkArNoUnverifiedAudio.Name = "chkArNoUnverifiedAudio";
|
||||
this.chkArNoUnverifiedAudio.Size = new System.Drawing.Size(93, 17);
|
||||
this.chkArNoUnverifiedAudio.TabIndex = 7;
|
||||
this.chkArNoUnverifiedAudio.Text = "Encode only if";
|
||||
this.chkArNoUnverifiedAudio.UseVisualStyleBackColor = true;
|
||||
this.chkArNoUnverifiedAudio.CheckedChanged += new System.EventHandler(this.chkArNoUnverifiedAudio_CheckedChanged);
|
||||
//
|
||||
// chkArSaveLog
|
||||
//
|
||||
this.chkArSaveLog.AutoSize = true;
|
||||
resources.ApplyResources(this.chkArSaveLog, "chkArSaveLog");
|
||||
this.chkArSaveLog.Checked = true;
|
||||
this.chkArSaveLog.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArSaveLog.Location = new System.Drawing.Point(94, 21);
|
||||
this.chkArSaveLog.Name = "chkArSaveLog";
|
||||
this.chkArSaveLog.Size = new System.Drawing.Size(69, 17);
|
||||
this.chkArSaveLog.TabIndex = 6;
|
||||
this.chkArSaveLog.Text = "Write log";
|
||||
this.chkArSaveLog.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(62, 146);
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(101, 13);
|
||||
this.label2.TabIndex = 5;
|
||||
this.label2.Text = "with confidence >=";
|
||||
//
|
||||
// numFixWhenConfidence
|
||||
//
|
||||
this.numFixWhenConfidence.Location = new System.Drawing.Point(168, 144);
|
||||
resources.ApplyResources(this.numFixWhenConfidence, "numFixWhenConfidence");
|
||||
this.numFixWhenConfidence.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numFixWhenConfidence.Name = "numFixWhenConfidence";
|
||||
this.numFixWhenConfidence.Size = new System.Drawing.Size(37, 21);
|
||||
this.numFixWhenConfidence.TabIndex = 4;
|
||||
this.numFixWhenConfidence.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
@@ -462,13 +367,8 @@ namespace JDP {
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(42, 125);
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(121, 13);
|
||||
this.label1.TabIndex = 3;
|
||||
this.label1.Text = "% of verified tracks >=";
|
||||
//
|
||||
// numFixWhenPercent
|
||||
//
|
||||
@@ -477,15 +377,13 @@ namespace JDP {
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numFixWhenPercent.Location = new System.Drawing.Point(168, 123);
|
||||
resources.ApplyResources(this.numFixWhenPercent, "numFixWhenPercent");
|
||||
this.numFixWhenPercent.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.numFixWhenPercent.Name = "numFixWhenPercent";
|
||||
this.numFixWhenPercent.Size = new System.Drawing.Size(38, 21);
|
||||
this.numFixWhenPercent.TabIndex = 2;
|
||||
this.numFixWhenPercent.Value = new decimal(new int[] {
|
||||
51,
|
||||
0,
|
||||
@@ -494,17 +392,11 @@ namespace JDP {
|
||||
//
|
||||
// chkArAddCRCs
|
||||
//
|
||||
this.chkArAddCRCs.AutoSize = true;
|
||||
resources.ApplyResources(this.chkArAddCRCs, "chkArAddCRCs");
|
||||
this.chkArAddCRCs.Checked = true;
|
||||
this.chkArAddCRCs.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkArAddCRCs.Location = new System.Drawing.Point(12, 21);
|
||||
this.chkArAddCRCs.Name = "chkArAddCRCs";
|
||||
this.chkArAddCRCs.Size = new System.Drawing.Size(76, 17);
|
||||
this.chkArAddCRCs.TabIndex = 1;
|
||||
this.chkArAddCRCs.Text = "Write tags";
|
||||
this.toolTip1.SetToolTip(this.chkArAddCRCs, "When using \"apply offset\" AccurateRip mode, also add ACCURATERIPCOUNT tag to flac" +
|
||||
" files. You can set up foobar2000 to show this value, and see if your music was " +
|
||||
"ripped correctly or how popular it is.");
|
||||
this.toolTip1.SetToolTip(this.chkArAddCRCs, resources.GetString("chkArAddCRCs.ToolTip"));
|
||||
this.chkArAddCRCs.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// toolTip1
|
||||
@@ -523,113 +415,65 @@ namespace JDP {
|
||||
this.grpAudioFilenames.Controls.Add(this.lblTrackFilenameFormat);
|
||||
this.grpAudioFilenames.Controls.Add(this.lblSingleFilenameFormat);
|
||||
this.grpAudioFilenames.Controls.Add(this.txtSingleFilenameFormat);
|
||||
this.grpAudioFilenames.Location = new System.Drawing.Point(12, 150);
|
||||
resources.ApplyResources(this.grpAudioFilenames, "grpAudioFilenames");
|
||||
this.grpAudioFilenames.Name = "grpAudioFilenames";
|
||||
this.grpAudioFilenames.Size = new System.Drawing.Size(246, 180);
|
||||
this.grpAudioFilenames.TabIndex = 6;
|
||||
this.grpAudioFilenames.TabStop = false;
|
||||
this.grpAudioFilenames.Text = "Audio Filenames";
|
||||
//
|
||||
// chkKeepOriginalFilenames
|
||||
//
|
||||
this.chkKeepOriginalFilenames.AutoSize = true;
|
||||
resources.ApplyResources(this.chkKeepOriginalFilenames, "chkKeepOriginalFilenames");
|
||||
this.chkKeepOriginalFilenames.Checked = true;
|
||||
this.chkKeepOriginalFilenames.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkKeepOriginalFilenames.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.chkKeepOriginalFilenames.Location = new System.Drawing.Point(12, 20);
|
||||
this.chkKeepOriginalFilenames.Name = "chkKeepOriginalFilenames";
|
||||
this.chkKeepOriginalFilenames.Size = new System.Drawing.Size(135, 17);
|
||||
this.chkKeepOriginalFilenames.TabIndex = 0;
|
||||
this.chkKeepOriginalFilenames.Text = "Keep original filenames";
|
||||
this.chkKeepOriginalFilenames.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txtSpecialExceptions
|
||||
//
|
||||
this.txtSpecialExceptions.Location = new System.Drawing.Point(92, 123);
|
||||
resources.ApplyResources(this.txtSpecialExceptions, "txtSpecialExceptions");
|
||||
this.txtSpecialExceptions.Name = "txtSpecialExceptions";
|
||||
this.txtSpecialExceptions.Size = new System.Drawing.Size(136, 21);
|
||||
this.txtSpecialExceptions.TabIndex = 6;
|
||||
this.txtSpecialExceptions.Text = "-()";
|
||||
//
|
||||
// chkRemoveSpecial
|
||||
//
|
||||
this.chkRemoveSpecial.AutoSize = true;
|
||||
resources.ApplyResources(this.chkRemoveSpecial, "chkRemoveSpecial");
|
||||
this.chkRemoveSpecial.Checked = true;
|
||||
this.chkRemoveSpecial.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkRemoveSpecial.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.chkRemoveSpecial.Location = new System.Drawing.Point(12, 100);
|
||||
this.chkRemoveSpecial.Name = "chkRemoveSpecial";
|
||||
this.chkRemoveSpecial.Size = new System.Drawing.Size(194, 17);
|
||||
this.chkRemoveSpecial.TabIndex = 5;
|
||||
this.chkRemoveSpecial.Text = "Remove special characters except:";
|
||||
this.chkRemoveSpecial.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkReplaceSpaces
|
||||
//
|
||||
this.chkReplaceSpaces.AutoSize = true;
|
||||
resources.ApplyResources(this.chkReplaceSpaces, "chkReplaceSpaces");
|
||||
this.chkReplaceSpaces.Checked = true;
|
||||
this.chkReplaceSpaces.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkReplaceSpaces.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.chkReplaceSpaces.Location = new System.Drawing.Point(12, 150);
|
||||
this.chkReplaceSpaces.Name = "chkReplaceSpaces";
|
||||
this.chkReplaceSpaces.Size = new System.Drawing.Size(185, 17);
|
||||
this.chkReplaceSpaces.TabIndex = 7;
|
||||
this.chkReplaceSpaces.Text = "Replace spaces with underscores";
|
||||
this.chkReplaceSpaces.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// txtTrackFilenameFormat
|
||||
//
|
||||
this.txtTrackFilenameFormat.Location = new System.Drawing.Point(92, 72);
|
||||
resources.ApplyResources(this.txtTrackFilenameFormat, "txtTrackFilenameFormat");
|
||||
this.txtTrackFilenameFormat.Name = "txtTrackFilenameFormat";
|
||||
this.txtTrackFilenameFormat.Size = new System.Drawing.Size(136, 21);
|
||||
this.txtTrackFilenameFormat.TabIndex = 4;
|
||||
this.txtTrackFilenameFormat.Text = "%N-%A-%T";
|
||||
//
|
||||
// lblTrackFilenameFormat
|
||||
//
|
||||
this.lblTrackFilenameFormat.AutoSize = true;
|
||||
this.lblTrackFilenameFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.lblTrackFilenameFormat.Location = new System.Drawing.Point(10, 76);
|
||||
resources.ApplyResources(this.lblTrackFilenameFormat, "lblTrackFilenameFormat");
|
||||
this.lblTrackFilenameFormat.Name = "lblTrackFilenameFormat";
|
||||
this.lblTrackFilenameFormat.Size = new System.Drawing.Size(72, 13);
|
||||
this.lblTrackFilenameFormat.TabIndex = 3;
|
||||
this.lblTrackFilenameFormat.Text = "Track format:";
|
||||
//
|
||||
// lblSingleFilenameFormat
|
||||
//
|
||||
this.lblSingleFilenameFormat.AutoSize = true;
|
||||
this.lblSingleFilenameFormat.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.lblSingleFilenameFormat.Location = new System.Drawing.Point(10, 48);
|
||||
resources.ApplyResources(this.lblSingleFilenameFormat, "lblSingleFilenameFormat");
|
||||
this.lblSingleFilenameFormat.Name = "lblSingleFilenameFormat";
|
||||
this.lblSingleFilenameFormat.Size = new System.Drawing.Size(74, 13);
|
||||
this.lblSingleFilenameFormat.TabIndex = 1;
|
||||
this.lblSingleFilenameFormat.Text = "Single format:";
|
||||
//
|
||||
// txtSingleFilenameFormat
|
||||
//
|
||||
this.txtSingleFilenameFormat.Location = new System.Drawing.Point(92, 44);
|
||||
resources.ApplyResources(this.txtSingleFilenameFormat, "txtSingleFilenameFormat");
|
||||
this.txtSingleFilenameFormat.Name = "txtSingleFilenameFormat";
|
||||
this.txtSingleFilenameFormat.Size = new System.Drawing.Size(136, 21);
|
||||
this.txtSingleFilenameFormat.TabIndex = 2;
|
||||
this.txtSingleFilenameFormat.Text = "%F";
|
||||
//
|
||||
// chkFillUpCUE
|
||||
//
|
||||
this.chkFillUpCUE.AutoSize = true;
|
||||
this.chkFillUpCUE.Location = new System.Drawing.Point(12, 95);
|
||||
this.chkFillUpCUE.Name = "chkFillUpCUE";
|
||||
this.chkFillUpCUE.Size = new System.Drawing.Size(187, 17);
|
||||
this.chkFillUpCUE.TabIndex = 7;
|
||||
this.chkFillUpCUE.Text = "Fill up missing CUE data from tags";
|
||||
this.chkFillUpCUE.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// frmSettings
|
||||
//
|
||||
this.AcceptButton = this.btnOK;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(540, 430);
|
||||
this.Controls.Add(this.grpAudioFilenames);
|
||||
this.Controls.Add(btnCancel);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
@@ -637,12 +481,9 @@ namespace JDP {
|
||||
this.Controls.Add(this.btnOK);
|
||||
this.Controls.Add(this.grpFLAC);
|
||||
this.Controls.Add(this.grpGeneral);
|
||||
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "frmSettings";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||||
this.Text = "Advanced Settings";
|
||||
this.Load += new System.EventHandler(this.frmSettings_Load);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSettings_FormClosing);
|
||||
this.grpGeneral.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user