2008-10-13 19:25:11 +00:00
|
|
|
namespace JDP {
|
|
|
|
|
partial class frmCUETools {
|
|
|
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCUETools));
|
|
|
|
|
this.btnConvert = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnBrowseOutput = new System.Windows.Forms.Button();
|
|
|
|
|
this.txtOutputPath = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.grpOutputStyle = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.rbEmbedCUE = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbGapsLeftOut = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbGapsPrepended = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbGapsAppended = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbSingleFile = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.btnAbout = new System.Windows.Forms.Button();
|
|
|
|
|
this.grpOutputPathGeneration = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.txtCustomFormat = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.rbCustomFormat = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.txtCreateSubdirectory = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.rbDontGenerate = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbCreateSubdirectory = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbAppendFilename = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.txtAppendFilename = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.grpAudioOutput = new System.Windows.Forms.GroupBox();
|
2009-02-22 07:47:56 +00:00
|
|
|
this.btnCodec = new System.Windows.Forms.Button();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.rbUDC1 = new System.Windows.Forms.RadioButton();
|
2009-01-17 04:09:38 +00:00
|
|
|
this.rbTTA = new System.Windows.Forms.RadioButton();
|
2008-11-21 20:06:11 +00:00
|
|
|
this.chkLossyWAV = new System.Windows.Forms.CheckBox();
|
2008-10-19 11:20:48 +00:00
|
|
|
this.rbAPE = new System.Windows.Forms.RadioButton();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.rbNoAudio = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbWavPack = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbWAV = new System.Windows.Forms.RadioButton();
|
2009-01-17 04:09:38 +00:00
|
|
|
this.rbFLAC = new System.Windows.Forms.RadioButton();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.btnSettings = new System.Windows.Forms.Button();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpAction = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.rbActionCorrectFilenames = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbActionCreateCUESheet = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.chkMulti = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.rbActionVerifyAndCRCs = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbActionVerifyAndEncode = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbActionVerifyThenEncode = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbActionVerify = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbActionEncode = new System.Windows.Forms.RadioButton();
|
2009-02-27 14:41:55 +00:00
|
|
|
this.txtPreGapLength = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtDataTrackLength = new System.Windows.Forms.MaskedTextBox();
|
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripStatusLabelProcessed = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabelWV = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabelFLAC = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.toolStripStatusLabelAR = new System.Windows.Forms.ToolStripStatusLabel();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
|
|
|
|
|
this.toolStripProgressBar2 = new System.Windows.Forms.ToolStripProgressBar();
|
|
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
2008-10-20 06:38:33 +00:00
|
|
|
this.btnStop = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnPause = new System.Windows.Forms.Button();
|
2008-11-04 01:23:30 +00:00
|
|
|
this.btnResume = new System.Windows.Forms.Button();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpFreedb = new System.Windows.Forms.GroupBox();
|
2009-01-17 04:09:38 +00:00
|
|
|
this.rbFreedbAlways = new System.Windows.Forms.RadioButton();
|
2009-01-28 04:53:13 +00:00
|
|
|
this.rbFreedbIf = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.rbFreedbNever = new System.Windows.Forms.RadioButton();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.contextMenuStripUDC = new System.Windows.Forms.ContextMenuStrip(this.components);
|
2009-02-22 07:47:56 +00:00
|
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tAKToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-02-22 07:47:56 +00:00
|
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.mP3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.oGGToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.txtInputPath = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.grpInput = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.textBatchReport = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.fileSystemTreeView1 = new CUEControls.FileSystemTreeView();
|
|
|
|
|
this.grpExtra = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.numericWriteOffset = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.lblWriteOffset = new System.Windows.Forms.Label();
|
|
|
|
|
this.contextMenuStripFileTree = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.SelectedNodeName = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.setAsMyMusicFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.resetToOriginalLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpOutputStyle.SuspendLayout();
|
|
|
|
|
this.grpOutputPathGeneration.SuspendLayout();
|
|
|
|
|
this.grpAudioOutput.SuspendLayout();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpAction.SuspendLayout();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.statusStrip1.SuspendLayout();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpFreedb.SuspendLayout();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.contextMenuStripUDC.SuspendLayout();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpInput.SuspendLayout();
|
|
|
|
|
this.grpExtra.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericWriteOffset)).BeginInit();
|
|
|
|
|
this.contextMenuStripFileTree.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnConvert
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnConvert, "btnConvert");
|
|
|
|
|
this.btnConvert.Name = "btnConvert";
|
|
|
|
|
this.btnConvert.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnBrowseOutput
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnBrowseOutput, "btnBrowseOutput");
|
|
|
|
|
this.btnBrowseOutput.Name = "btnBrowseOutput";
|
|
|
|
|
this.btnBrowseOutput.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnBrowseOutput.Click += new System.EventHandler(this.btnBrowseOutput_Click);
|
|
|
|
|
//
|
|
|
|
|
// txtOutputPath
|
|
|
|
|
//
|
|
|
|
|
this.txtOutputPath.AllowDrop = true;
|
|
|
|
|
resources.ApplyResources(this.txtOutputPath, "txtOutputPath");
|
|
|
|
|
this.txtOutputPath.Name = "txtOutputPath";
|
|
|
|
|
this.txtOutputPath.DragDrop += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragDrop);
|
|
|
|
|
this.txtOutputPath.DragEnter += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragEnter);
|
|
|
|
|
//
|
|
|
|
|
// grpOutputStyle
|
|
|
|
|
//
|
|
|
|
|
this.grpOutputStyle.Controls.Add(this.rbEmbedCUE);
|
|
|
|
|
this.grpOutputStyle.Controls.Add(this.rbGapsLeftOut);
|
|
|
|
|
this.grpOutputStyle.Controls.Add(this.rbGapsPrepended);
|
|
|
|
|
this.grpOutputStyle.Controls.Add(this.rbGapsAppended);
|
|
|
|
|
this.grpOutputStyle.Controls.Add(this.rbSingleFile);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpOutputStyle, "grpOutputStyle");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpOutputStyle.Name = "grpOutputStyle";
|
|
|
|
|
this.grpOutputStyle.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// rbEmbedCUE
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbEmbedCUE, "rbEmbedCUE");
|
|
|
|
|
this.rbEmbedCUE.Name = "rbEmbedCUE";
|
|
|
|
|
this.rbEmbedCUE.TabStop = true;
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbEmbedCUE, resources.GetString("rbEmbedCUE.ToolTip"));
|
|
|
|
|
this.rbEmbedCUE.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbEmbedCUE.CheckedChanged += new System.EventHandler(this.rbEmbedCUE_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbGapsLeftOut
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbGapsLeftOut, "rbGapsLeftOut");
|
|
|
|
|
this.rbGapsLeftOut.Name = "rbGapsLeftOut";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbGapsLeftOut, resources.GetString("rbGapsLeftOut.ToolTip"));
|
|
|
|
|
this.rbGapsLeftOut.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbGapsPrepended
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbGapsPrepended, "rbGapsPrepended");
|
|
|
|
|
this.rbGapsPrepended.Name = "rbGapsPrepended";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbGapsPrepended, resources.GetString("rbGapsPrepended.ToolTip"));
|
|
|
|
|
this.rbGapsPrepended.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbGapsAppended
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbGapsAppended, "rbGapsAppended");
|
|
|
|
|
this.rbGapsAppended.Name = "rbGapsAppended";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbGapsAppended, resources.GetString("rbGapsAppended.ToolTip"));
|
|
|
|
|
this.rbGapsAppended.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbSingleFile
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbSingleFile, "rbSingleFile");
|
|
|
|
|
this.rbSingleFile.Checked = true;
|
|
|
|
|
this.rbSingleFile.Name = "rbSingleFile";
|
|
|
|
|
this.rbSingleFile.TabStop = true;
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbSingleFile, resources.GetString("rbSingleFile.ToolTip"));
|
|
|
|
|
this.rbSingleFile.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnAbout
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnAbout, "btnAbout");
|
|
|
|
|
this.btnAbout.Name = "btnAbout";
|
|
|
|
|
this.btnAbout.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
|
|
|
|
|
//
|
|
|
|
|
// grpOutputPathGeneration
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.btnBrowseOutput);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.txtOutputPath);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.txtCustomFormat);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.rbCustomFormat);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.txtCreateSubdirectory);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.rbDontGenerate);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.rbCreateSubdirectory);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.rbAppendFilename);
|
|
|
|
|
this.grpOutputPathGeneration.Controls.Add(this.txtAppendFilename);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpOutputPathGeneration, "grpOutputPathGeneration");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpOutputPathGeneration.Name = "grpOutputPathGeneration";
|
|
|
|
|
this.grpOutputPathGeneration.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// txtCustomFormat
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtCustomFormat, "txtCustomFormat");
|
|
|
|
|
this.txtCustomFormat.Name = "txtCustomFormat";
|
|
|
|
|
this.txtCustomFormat.TextChanged += new System.EventHandler(this.txtCustomFormat_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbCustomFormat
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbCustomFormat, "rbCustomFormat");
|
|
|
|
|
this.rbCustomFormat.Name = "rbCustomFormat";
|
|
|
|
|
this.rbCustomFormat.TabStop = true;
|
|
|
|
|
this.rbCustomFormat.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbCustomFormat.CheckedChanged += new System.EventHandler(this.rbCustomFormat_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// txtCreateSubdirectory
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtCreateSubdirectory, "txtCreateSubdirectory");
|
|
|
|
|
this.txtCreateSubdirectory.Name = "txtCreateSubdirectory";
|
|
|
|
|
this.txtCreateSubdirectory.TextChanged += new System.EventHandler(this.txtCreateSubdirectory_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbDontGenerate
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbDontGenerate, "rbDontGenerate");
|
|
|
|
|
this.rbDontGenerate.Name = "rbDontGenerate";
|
|
|
|
|
this.rbDontGenerate.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// rbCreateSubdirectory
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbCreateSubdirectory, "rbCreateSubdirectory");
|
|
|
|
|
this.rbCreateSubdirectory.Checked = true;
|
|
|
|
|
this.rbCreateSubdirectory.Name = "rbCreateSubdirectory";
|
|
|
|
|
this.rbCreateSubdirectory.TabStop = true;
|
|
|
|
|
this.rbCreateSubdirectory.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbCreateSubdirectory.CheckedChanged += new System.EventHandler(this.rbCreateSubdirectory_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbAppendFilename
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAppendFilename, "rbAppendFilename");
|
|
|
|
|
this.rbAppendFilename.Name = "rbAppendFilename";
|
|
|
|
|
this.rbAppendFilename.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbAppendFilename.CheckedChanged += new System.EventHandler(this.rbAppendFilename_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// txtAppendFilename
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtAppendFilename, "txtAppendFilename");
|
|
|
|
|
this.txtAppendFilename.Name = "txtAppendFilename";
|
|
|
|
|
this.txtAppendFilename.TextChanged += new System.EventHandler(this.txtAppendFilename_TextChanged);
|
|
|
|
|
//
|
|
|
|
|
// grpAudioOutput
|
|
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.btnCodec);
|
2009-02-19 04:09:59 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.rbUDC1);
|
2009-01-17 04:09:38 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.rbTTA);
|
2008-11-21 20:06:11 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.chkLossyWAV);
|
2008-10-17 18:21:59 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.rbAPE);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.rbNoAudio);
|
|
|
|
|
this.grpAudioOutput.Controls.Add(this.rbWavPack);
|
|
|
|
|
this.grpAudioOutput.Controls.Add(this.rbWAV);
|
2009-01-17 04:09:38 +00:00
|
|
|
this.grpAudioOutput.Controls.Add(this.rbFLAC);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpAudioOutput, "grpAudioOutput");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.grpAudioOutput.Name = "grpAudioOutput";
|
|
|
|
|
this.grpAudioOutput.TabStop = false;
|
2009-02-22 07:47:56 +00:00
|
|
|
//
|
|
|
|
|
// btnCodec
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnCodec, "btnCodec");
|
|
|
|
|
this.btnCodec.Name = "btnCodec";
|
|
|
|
|
this.btnCodec.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnCodec.Click += new System.EventHandler(this.btnCodec_Click);
|
2008-11-21 20:06:11 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// rbUDC1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbUDC1, "rbUDC1");
|
|
|
|
|
this.rbUDC1.Name = "rbUDC1";
|
|
|
|
|
this.rbUDC1.TabStop = true;
|
|
|
|
|
this.rbUDC1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbUDC1.CheckedChanged += new System.EventHandler(this.rbUDC1_CheckedChanged);
|
|
|
|
|
//
|
2009-01-17 04:09:38 +00:00
|
|
|
// rbTTA
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbTTA, "rbTTA");
|
|
|
|
|
this.rbTTA.Name = "rbTTA";
|
|
|
|
|
this.rbTTA.TabStop = true;
|
|
|
|
|
this.rbTTA.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbTTA.CheckedChanged += new System.EventHandler(this.rbTTA_CheckedChanged);
|
|
|
|
|
//
|
2008-11-21 20:06:11 +00:00
|
|
|
// chkLossyWAV
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkLossyWAV, "chkLossyWAV");
|
|
|
|
|
this.chkLossyWAV.Name = "chkLossyWAV";
|
|
|
|
|
this.toolTip1.SetToolTip(this.chkLossyWAV, resources.GetString("chkLossyWAV.ToolTip"));
|
|
|
|
|
this.chkLossyWAV.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkLossyWAV.CheckedChanged += new System.EventHandler(this.chkLossyWAV_CheckedChanged);
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
2008-10-19 11:20:48 +00:00
|
|
|
// rbAPE
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbAPE, "rbAPE");
|
|
|
|
|
this.rbAPE.Name = "rbAPE";
|
|
|
|
|
this.rbAPE.TabStop = true;
|
|
|
|
|
this.rbAPE.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbAPE.CheckedChanged += new System.EventHandler(this.rbAPE_CheckedChanged);
|
|
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// rbNoAudio
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbNoAudio, "rbNoAudio");
|
|
|
|
|
this.rbNoAudio.Name = "rbNoAudio";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbNoAudio, resources.GetString("rbNoAudio.ToolTip"));
|
|
|
|
|
this.rbNoAudio.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbNoAudio.CheckedChanged += new System.EventHandler(this.rbNoAudio_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbWavPack
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbWavPack, "rbWavPack");
|
|
|
|
|
this.rbWavPack.Name = "rbWavPack";
|
|
|
|
|
this.rbWavPack.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbWavPack.CheckedChanged += new System.EventHandler(this.rbWavPack_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbWAV
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbWAV, "rbWAV");
|
|
|
|
|
this.rbWAV.Checked = true;
|
|
|
|
|
this.rbWAV.Name = "rbWAV";
|
|
|
|
|
this.rbWAV.TabStop = true;
|
|
|
|
|
this.rbWAV.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbWAV.CheckedChanged += new System.EventHandler(this.rbWAV_CheckedChanged);
|
|
|
|
|
//
|
2009-01-17 04:09:38 +00:00
|
|
|
// rbFLAC
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbFLAC, "rbFLAC");
|
|
|
|
|
this.rbFLAC.Name = "rbFLAC";
|
|
|
|
|
this.rbFLAC.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbFLAC.CheckedChanged += new System.EventHandler(this.rbFLAC_CheckedChanged);
|
|
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// btnSettings
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnSettings, "btnSettings");
|
|
|
|
|
this.btnSettings.Name = "btnSettings";
|
|
|
|
|
this.btnSettings.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
// grpAction
|
|
|
|
|
//
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionCorrectFilenames);
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionCreateCUESheet);
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionVerifyAndCRCs);
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionVerifyAndEncode);
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionVerifyThenEncode);
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionVerify);
|
|
|
|
|
this.grpAction.Controls.Add(this.rbActionEncode);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpAction, "grpAction");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpAction.Name = "grpAction";
|
|
|
|
|
this.grpAction.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// rbActionCorrectFilenames
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionCorrectFilenames, "rbActionCorrectFilenames");
|
|
|
|
|
this.rbActionCorrectFilenames.Name = "rbActionCorrectFilenames";
|
|
|
|
|
this.rbActionCorrectFilenames.TabStop = true;
|
|
|
|
|
this.rbActionCorrectFilenames.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionCorrectFilenames.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbActionCreateCUESheet
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionCreateCUESheet, "rbActionCreateCUESheet");
|
|
|
|
|
this.rbActionCreateCUESheet.Name = "rbActionCreateCUESheet";
|
|
|
|
|
this.rbActionCreateCUESheet.TabStop = true;
|
|
|
|
|
this.rbActionCreateCUESheet.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionCreateCUESheet.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkMulti
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.chkMulti, "chkMulti");
|
|
|
|
|
this.chkMulti.Name = "chkMulti";
|
|
|
|
|
this.chkMulti.UseVisualStyleBackColor = true;
|
|
|
|
|
this.chkMulti.CheckedChanged += new System.EventHandler(this.chkMulti_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbActionVerifyAndCRCs
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionVerifyAndCRCs, "rbActionVerifyAndCRCs");
|
|
|
|
|
this.rbActionVerifyAndCRCs.Name = "rbActionVerifyAndCRCs";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbActionVerifyAndCRCs, resources.GetString("rbActionVerifyAndCRCs.ToolTip"));
|
|
|
|
|
this.rbActionVerifyAndCRCs.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionVerifyAndCRCs.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbActionVerifyAndEncode
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionVerifyAndEncode, "rbActionVerifyAndEncode");
|
|
|
|
|
this.rbActionVerifyAndEncode.Name = "rbActionVerifyAndEncode";
|
|
|
|
|
this.rbActionVerifyAndEncode.TabStop = true;
|
|
|
|
|
this.rbActionVerifyAndEncode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionVerifyAndEncode.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbActionVerifyThenEncode
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionVerifyThenEncode, "rbActionVerifyThenEncode");
|
|
|
|
|
this.rbActionVerifyThenEncode.Name = "rbActionVerifyThenEncode";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbActionVerifyThenEncode, resources.GetString("rbActionVerifyThenEncode.ToolTip"));
|
|
|
|
|
this.rbActionVerifyThenEncode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionVerifyThenEncode.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbActionVerify
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionVerify, "rbActionVerify");
|
|
|
|
|
this.rbActionVerify.Name = "rbActionVerify";
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbActionVerify, resources.GetString("rbActionVerify.ToolTip"));
|
|
|
|
|
this.rbActionVerify.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionVerify.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// rbActionEncode
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbActionEncode, "rbActionEncode");
|
|
|
|
|
this.rbActionEncode.Checked = true;
|
|
|
|
|
this.rbActionEncode.Name = "rbActionEncode";
|
|
|
|
|
this.rbActionEncode.TabStop = true;
|
|
|
|
|
this.toolTip1.SetToolTip(this.rbActionEncode, resources.GetString("rbActionEncode.ToolTip"));
|
|
|
|
|
this.rbActionEncode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.rbActionEncode.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
|
2009-02-22 07:47:56 +00:00
|
|
|
//
|
2009-02-27 14:41:55 +00:00
|
|
|
// txtPreGapLength
|
|
|
|
|
//
|
|
|
|
|
this.txtPreGapLength.Culture = new System.Globalization.CultureInfo("");
|
|
|
|
|
this.txtPreGapLength.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
|
|
|
|
|
this.txtPreGapLength.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.txtPreGapLength, "txtPreGapLength");
|
2009-02-27 14:41:55 +00:00
|
|
|
this.txtPreGapLength.Name = "txtPreGapLength";
|
|
|
|
|
this.txtPreGapLength.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
|
|
|
|
|
this.toolTip1.SetToolTip(this.txtPreGapLength, resources.GetString("txtPreGapLength.ToolTip"));
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label2, "label2");
|
|
|
|
|
this.label2.Name = "label2";
|
2008-10-13 19:25:11 +00:00
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
//
|
|
|
|
|
// txtDataTrackLength
|
|
|
|
|
//
|
|
|
|
|
this.txtDataTrackLength.Culture = new System.Globalization.CultureInfo("");
|
|
|
|
|
this.txtDataTrackLength.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
|
|
|
|
|
this.txtDataTrackLength.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Overwrite;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.txtDataTrackLength, "txtDataTrackLength");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.txtDataTrackLength.Name = "txtDataTrackLength";
|
|
|
|
|
this.txtDataTrackLength.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
|
|
|
|
|
this.toolTip1.SetToolTip(this.txtDataTrackLength, resources.GetString("txtDataTrackLength.ToolTip"));
|
|
|
|
|
//
|
|
|
|
|
// statusStrip1
|
|
|
|
|
//
|
|
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripStatusLabel1,
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripStatusLabelProcessed,
|
|
|
|
|
this.toolStripStatusLabel2,
|
|
|
|
|
this.toolStripStatusLabelWV,
|
|
|
|
|
this.toolStripStatusLabelFLAC,
|
|
|
|
|
this.toolStripStatusLabelAR,
|
2008-10-13 19:25:11 +00:00
|
|
|
this.toolStripProgressBar1,
|
|
|
|
|
this.toolStripProgressBar2});
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.statusStrip1, "statusStrip1");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
2009-03-22 16:59:05 +00:00
|
|
|
this.statusStrip1.ShowItemToolTips = true;
|
2008-10-13 19:25:11 +00:00
|
|
|
this.statusStrip1.SizingGrip = false;
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabel1
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.toolStripStatusLabel1.Spring = true;
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
// toolStripStatusLabelProcessed
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabelProcessed.Name = "toolStripStatusLabelProcessed";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripStatusLabelProcessed, "toolStripStatusLabelProcessed");
|
2009-03-22 16:59:05 +00:00
|
|
|
//
|
|
|
|
|
// toolStripStatusLabel2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabel2.Image = global::JDP.Properties.Resources.wav;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
|
|
|
this.toolStripStatusLabel2.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabelWV
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabelWV.Image = global::JDP.Properties.Resources.wv;
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripStatusLabelWV, "toolStripStatusLabelWV");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripStatusLabelWV.Name = "toolStripStatusLabelWV";
|
|
|
|
|
this.toolStripStatusLabelWV.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabelFLAC
|
|
|
|
|
//
|
|
|
|
|
this.toolStripStatusLabelFLAC.Image = global::JDP.Properties.Resources.flac;
|
|
|
|
|
this.toolStripStatusLabelFLAC.Name = "toolStripStatusLabelFLAC";
|
|
|
|
|
this.toolStripStatusLabelFLAC.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripStatusLabelFLAC, "toolStripStatusLabelFLAC");
|
2009-03-22 16:59:05 +00:00
|
|
|
//
|
|
|
|
|
// toolStripStatusLabelAR
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.toolStripStatusLabelAR, "toolStripStatusLabelAR");
|
|
|
|
|
this.toolStripStatusLabelAR.Name = "toolStripStatusLabelAR";
|
|
|
|
|
this.toolStripStatusLabelAR.Padding = new System.Windows.Forms.Padding(0, 0, 5, 0);
|
|
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// toolStripProgressBar1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripProgressBar1.AutoToolTip = true;
|
|
|
|
|
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripProgressBar1, "toolStripProgressBar1");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
|
|
//
|
|
|
|
|
// toolStripProgressBar2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripProgressBar2.AutoToolTip = true;
|
|
|
|
|
this.toolStripProgressBar2.Name = "toolStripProgressBar2";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripProgressBar2, "toolStripProgressBar2");
|
2008-10-13 19:25:11 +00:00
|
|
|
this.toolStripProgressBar2.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
|
|
|
//
|
|
|
|
|
// toolTip1
|
|
|
|
|
//
|
|
|
|
|
this.toolTip1.AutoPopDelay = 15000;
|
|
|
|
|
this.toolTip1.InitialDelay = 500;
|
|
|
|
|
this.toolTip1.ReshowDelay = 100;
|
|
|
|
|
//
|
2008-10-20 06:38:33 +00:00
|
|
|
// btnStop
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnStop, "btnStop");
|
|
|
|
|
this.btnStop.Name = "btnStop";
|
|
|
|
|
this.btnStop.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnPause
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnPause, "btnPause");
|
|
|
|
|
this.btnPause.Name = "btnPause";
|
|
|
|
|
this.btnPause.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
|
|
|
|
|
//
|
2008-11-04 01:23:30 +00:00
|
|
|
// btnResume
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnResume, "btnResume");
|
|
|
|
|
this.btnResume.Name = "btnResume";
|
|
|
|
|
this.btnResume.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnResume.Click += new System.EventHandler(this.btnPause_Click);
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
// grpFreedb
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpFreedb.Controls.Add(this.rbFreedbAlways);
|
|
|
|
|
this.grpFreedb.Controls.Add(this.rbFreedbIf);
|
|
|
|
|
this.grpFreedb.Controls.Add(this.rbFreedbNever);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpFreedb, "grpFreedb");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpFreedb.Name = "grpFreedb";
|
|
|
|
|
this.grpFreedb.TabStop = false;
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-01-28 04:53:13 +00:00
|
|
|
// rbFreedbAlways
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-01-28 04:53:13 +00:00
|
|
|
resources.ApplyResources(this.rbFreedbAlways, "rbFreedbAlways");
|
|
|
|
|
this.rbFreedbAlways.Name = "rbFreedbAlways";
|
|
|
|
|
this.rbFreedbAlways.TabStop = true;
|
|
|
|
|
this.rbFreedbAlways.UseVisualStyleBackColor = true;
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
|
|
|
|
// rbFreedbIf
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rbFreedbIf, "rbFreedbIf");
|
|
|
|
|
this.rbFreedbIf.Name = "rbFreedbIf";
|
|
|
|
|
this.rbFreedbIf.TabStop = true;
|
|
|
|
|
this.rbFreedbIf.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2009-01-28 04:53:13 +00:00
|
|
|
// rbFreedbNever
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-01-28 04:53:13 +00:00
|
|
|
resources.ApplyResources(this.rbFreedbNever, "rbFreedbNever");
|
|
|
|
|
this.rbFreedbNever.Name = "rbFreedbNever";
|
|
|
|
|
this.rbFreedbNever.TabStop = true;
|
|
|
|
|
this.rbFreedbNever.UseVisualStyleBackColor = true;
|
2009-01-17 04:09:38 +00:00
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// contextMenuStripUDC
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStripUDC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2009-02-22 07:47:56 +00:00
|
|
|
this.toolStripMenuItem2,
|
2009-02-19 06:26:56 +00:00
|
|
|
this.tAKToolStripMenuItem,
|
2009-02-22 07:47:56 +00:00
|
|
|
this.toolStripMenuItem1,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.toolStripMenuItem3,
|
2009-02-19 06:26:56 +00:00
|
|
|
this.mP3ToolStripMenuItem,
|
|
|
|
|
this.oGGToolStripMenuItem});
|
|
|
|
|
this.contextMenuStripUDC.Name = "contextMenuStripUDC";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.contextMenuStripUDC, "contextMenuStripUDC");
|
2009-02-19 06:26:56 +00:00
|
|
|
this.contextMenuStripUDC.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStripUDC_ItemClicked);
|
|
|
|
|
//
|
2009-02-22 07:47:56 +00:00
|
|
|
// toolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
|
|
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
|
|
|
//
|
2009-02-19 06:26:56 +00:00
|
|
|
// tAKToolStripMenuItem
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.tAKToolStripMenuItem.Name = "tAKToolStripMenuItem";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.tAKToolStripMenuItem, "tAKToolStripMenuItem");
|
2009-02-22 07:47:56 +00:00
|
|
|
//
|
|
|
|
|
// toolStripMenuItem1
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
|
2009-02-22 07:47:56 +00:00
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
|
2009-02-22 07:47:56 +00:00
|
|
|
//
|
|
|
|
|
// toolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
|
|
|
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
2009-02-19 06:26:56 +00:00
|
|
|
//
|
|
|
|
|
// mP3ToolStripMenuItem
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.mP3ToolStripMenuItem.Name = "mP3ToolStripMenuItem";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.mP3ToolStripMenuItem, "mP3ToolStripMenuItem");
|
2009-02-19 06:26:56 +00:00
|
|
|
//
|
|
|
|
|
// oGGToolStripMenuItem
|
|
|
|
|
//
|
2009-03-22 16:59:05 +00:00
|
|
|
this.oGGToolStripMenuItem.Name = "oGGToolStripMenuItem";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.oGGToolStripMenuItem, "oGGToolStripMenuItem");
|
2009-03-22 16:59:05 +00:00
|
|
|
//
|
|
|
|
|
// txtInputPath
|
|
|
|
|
//
|
|
|
|
|
this.txtInputPath.AllowDrop = true;
|
|
|
|
|
resources.ApplyResources(this.txtInputPath, "txtInputPath");
|
|
|
|
|
this.txtInputPath.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.txtInputPath.Name = "txtInputPath";
|
|
|
|
|
this.txtInputPath.TextChanged += new System.EventHandler(this.txtInputPath_TextChanged);
|
|
|
|
|
this.txtInputPath.DragDrop += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragDrop);
|
|
|
|
|
this.txtInputPath.DragEnter += new System.Windows.Forms.DragEventHandler(this.PathTextBox_DragEnter);
|
|
|
|
|
//
|
|
|
|
|
// grpInput
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.grpInput, "grpInput");
|
|
|
|
|
this.grpInput.Controls.Add(this.textBatchReport);
|
|
|
|
|
this.grpInput.Controls.Add(this.fileSystemTreeView1);
|
|
|
|
|
this.grpInput.Controls.Add(this.txtInputPath);
|
2009-03-28 03:57:49 +00:00
|
|
|
this.grpInput.Controls.Add(this.chkMulti);
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpInput.Name = "grpInput";
|
|
|
|
|
this.grpInput.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// textBatchReport
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.textBatchReport, "textBatchReport");
|
|
|
|
|
this.textBatchReport.Name = "textBatchReport";
|
|
|
|
|
this.textBatchReport.ReadOnly = true;
|
|
|
|
|
this.textBatchReport.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// fileSystemTreeView1
|
|
|
|
|
//
|
|
|
|
|
this.fileSystemTreeView1.AllowDrop = true;
|
|
|
|
|
resources.ApplyResources(this.fileSystemTreeView1, "fileSystemTreeView1");
|
|
|
|
|
this.fileSystemTreeView1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
this.fileSystemTreeView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.fileSystemTreeView1.CheckBoxes = true;
|
|
|
|
|
this.fileSystemTreeView1.FullRowSelect = true;
|
|
|
|
|
this.fileSystemTreeView1.HideSelection = false;
|
|
|
|
|
this.fileSystemTreeView1.ItemHeight = 16;
|
|
|
|
|
this.fileSystemTreeView1.Name = "fileSystemTreeView1";
|
|
|
|
|
this.fileSystemTreeView1.ShowLines = false;
|
|
|
|
|
this.fileSystemTreeView1.ShowRootLines = false;
|
|
|
|
|
this.fileSystemTreeView1.SpecialFolders = new CUEControls.ExtraSpecialFolder[] {
|
|
|
|
|
CUEControls.ExtraSpecialFolder.MyComputer,
|
|
|
|
|
CUEControls.ExtraSpecialFolder.Profile,
|
|
|
|
|
CUEControls.ExtraSpecialFolder.MyMusic,
|
|
|
|
|
CUEControls.ExtraSpecialFolder.CommonMusic};
|
|
|
|
|
this.fileSystemTreeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.fileSystemTreeView1_AfterCheck);
|
2009-03-28 03:57:49 +00:00
|
|
|
this.fileSystemTreeView1.NodeExpand += new CUEControls.FileSystemTreeViewNodeExpandHandler(this.fileSystemTreeView1_NodeExpand);
|
2009-03-22 16:59:05 +00:00
|
|
|
this.fileSystemTreeView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.fileSystemTreeView1_DragDrop);
|
|
|
|
|
this.fileSystemTreeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.fileSystemTreeView1_AfterSelect);
|
|
|
|
|
this.fileSystemTreeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fileSystemTreeView1_MouseDown);
|
|
|
|
|
this.fileSystemTreeView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.fileSystemTreeView1_DragEnter);
|
|
|
|
|
this.fileSystemTreeView1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.fileSystemTreeView1_AfterExpand);
|
|
|
|
|
//
|
|
|
|
|
// grpExtra
|
|
|
|
|
//
|
|
|
|
|
this.grpExtra.Controls.Add(this.numericWriteOffset);
|
|
|
|
|
this.grpExtra.Controls.Add(this.txtPreGapLength);
|
|
|
|
|
this.grpExtra.Controls.Add(this.lblWriteOffset);
|
|
|
|
|
this.grpExtra.Controls.Add(this.label2);
|
|
|
|
|
this.grpExtra.Controls.Add(this.txtDataTrackLength);
|
|
|
|
|
this.grpExtra.Controls.Add(this.label1);
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.grpExtra, "grpExtra");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpExtra.Name = "grpExtra";
|
|
|
|
|
this.grpExtra.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// numericWriteOffset
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.numericWriteOffset, "numericWriteOffset");
|
|
|
|
|
this.numericWriteOffset.Maximum = new decimal(new int[] {
|
|
|
|
|
99999,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.numericWriteOffset.Minimum = new decimal(new int[] {
|
|
|
|
|
99999,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
-2147483648});
|
|
|
|
|
this.numericWriteOffset.Name = "numericWriteOffset";
|
|
|
|
|
//
|
|
|
|
|
// lblWriteOffset
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lblWriteOffset, "lblWriteOffset");
|
|
|
|
|
this.lblWriteOffset.Name = "lblWriteOffset";
|
|
|
|
|
//
|
|
|
|
|
// contextMenuStripFileTree
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStripFileTree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.SelectedNodeName,
|
|
|
|
|
this.toolStripSeparator2,
|
|
|
|
|
this.setAsMyMusicFolderToolStripMenuItem,
|
|
|
|
|
this.resetToOriginalLocationToolStripMenuItem});
|
|
|
|
|
this.contextMenuStripFileTree.Name = "contextMenuStripFileTree";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.contextMenuStripFileTree, "contextMenuStripFileTree");
|
2009-03-22 16:59:05 +00:00
|
|
|
//
|
|
|
|
|
// SelectedNodeName
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.SelectedNodeName, "SelectedNodeName");
|
|
|
|
|
this.SelectedNodeName.Name = "SelectedNodeName";
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
|
2009-03-22 16:59:05 +00:00
|
|
|
//
|
|
|
|
|
// setAsMyMusicFolderToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.setAsMyMusicFolderToolStripMenuItem.Name = "setAsMyMusicFolderToolStripMenuItem";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.setAsMyMusicFolderToolStripMenuItem, "setAsMyMusicFolderToolStripMenuItem");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.setAsMyMusicFolderToolStripMenuItem.Click += new System.EventHandler(this.setAsMyMusicFolderToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// resetToOriginalLocationToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.resetToOriginalLocationToolStripMenuItem.Name = "resetToOriginalLocationToolStripMenuItem";
|
2009-03-23 15:46:26 +00:00
|
|
|
resources.ApplyResources(this.resetToOriginalLocationToolStripMenuItem, "resetToOriginalLocationToolStripMenuItem");
|
2009-03-22 16:59:05 +00:00
|
|
|
this.resetToOriginalLocationToolStripMenuItem.Click += new System.EventHandler(this.resetToOriginalLocationToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
|
|
|
this.panel1.Controls.Add(this.grpOutputPathGeneration);
|
|
|
|
|
this.panel1.Controls.Add(this.btnStop);
|
|
|
|
|
this.panel1.Controls.Add(this.btnConvert);
|
|
|
|
|
this.panel1.Controls.Add(this.btnSettings);
|
|
|
|
|
this.panel1.Controls.Add(this.grpExtra);
|
|
|
|
|
this.panel1.Controls.Add(this.btnAbout);
|
|
|
|
|
this.panel1.Controls.Add(this.grpOutputStyle);
|
|
|
|
|
this.panel1.Controls.Add(this.grpFreedb);
|
|
|
|
|
this.panel1.Controls.Add(this.grpAudioOutput);
|
|
|
|
|
this.panel1.Controls.Add(this.grpAction);
|
|
|
|
|
this.panel1.Controls.Add(this.btnPause);
|
|
|
|
|
this.panel1.Controls.Add(this.btnResume);
|
|
|
|
|
this.panel1.Name = "panel1";
|
2009-02-19 04:09:59 +00:00
|
|
|
//
|
2008-10-13 19:25:11 +00:00
|
|
|
// frmCUETools
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2009-03-22 16:59:05 +00:00
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.grpInput);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.Name = "frmCUETools";
|
|
|
|
|
this.Load += new System.EventHandler(this.frmCUETools_Load);
|
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmCUETools_FormClosed);
|
|
|
|
|
this.grpOutputStyle.ResumeLayout(false);
|
|
|
|
|
this.grpOutputStyle.PerformLayout();
|
|
|
|
|
this.grpOutputPathGeneration.ResumeLayout(false);
|
|
|
|
|
this.grpOutputPathGeneration.PerformLayout();
|
|
|
|
|
this.grpAudioOutput.ResumeLayout(false);
|
|
|
|
|
this.grpAudioOutput.PerformLayout();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpAction.ResumeLayout(false);
|
|
|
|
|
this.grpAction.PerformLayout();
|
2008-10-13 19:25:11 +00:00
|
|
|
this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
this.statusStrip1.PerformLayout();
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpFreedb.ResumeLayout(false);
|
|
|
|
|
this.grpFreedb.PerformLayout();
|
2009-02-19 06:26:56 +00:00
|
|
|
this.contextMenuStripUDC.ResumeLayout(false);
|
2009-03-22 16:59:05 +00:00
|
|
|
this.grpInput.ResumeLayout(false);
|
|
|
|
|
this.grpInput.PerformLayout();
|
|
|
|
|
this.grpExtra.ResumeLayout(false);
|
|
|
|
|
this.grpExtra.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.numericWriteOffset)).EndInit();
|
|
|
|
|
this.contextMenuStripFileTree.ResumeLayout(false);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
2008-10-13 19:25:11 +00:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnConvert;
|
|
|
|
|
private System.Windows.Forms.Button btnBrowseOutput;
|
|
|
|
|
private System.Windows.Forms.TextBox txtOutputPath;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpOutputStyle;
|
|
|
|
|
private System.Windows.Forms.Button btnAbout;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbGapsLeftOut;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbGapsPrepended;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbGapsAppended;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbSingleFile;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpOutputPathGeneration;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbDontGenerate;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbCreateSubdirectory;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbAppendFilename;
|
|
|
|
|
private System.Windows.Forms.TextBox txtAppendFilename;
|
|
|
|
|
private System.Windows.Forms.TextBox txtCreateSubdirectory;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpAudioOutput;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbFLAC;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbWAV;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbWavPack;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbCustomFormat;
|
|
|
|
|
private System.Windows.Forms.TextBox txtCustomFormat;
|
|
|
|
|
private System.Windows.Forms.Button btnSettings;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbNoAudio;
|
2009-03-22 16:59:05 +00:00
|
|
|
private System.Windows.Forms.GroupBox grpAction;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbActionVerifyThenEncode;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbActionVerify;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbActionEncode;
|
2008-10-13 19:25:11 +00:00
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
|
|
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
|
|
|
|
|
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar2;
|
|
|
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbEmbedCUE;
|
|
|
|
|
private System.Windows.Forms.MaskedTextBox txtDataTrackLength;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
2008-10-17 18:21:59 +00:00
|
|
|
private System.Windows.Forms.RadioButton rbAPE;
|
2008-10-20 06:38:33 +00:00
|
|
|
private System.Windows.Forms.Button btnStop;
|
|
|
|
|
private System.Windows.Forms.Button btnPause;
|
2008-11-04 01:23:30 +00:00
|
|
|
private System.Windows.Forms.Button btnResume;
|
2008-11-21 20:06:11 +00:00
|
|
|
private System.Windows.Forms.CheckBox chkLossyWAV;
|
2009-03-22 16:59:05 +00:00
|
|
|
private System.Windows.Forms.RadioButton rbActionVerifyAndEncode;
|
2009-01-17 04:09:38 +00:00
|
|
|
private System.Windows.Forms.RadioButton rbTTA;
|
2009-03-22 16:59:05 +00:00
|
|
|
private System.Windows.Forms.GroupBox grpFreedb;
|
2009-01-17 04:09:38 +00:00
|
|
|
private System.Windows.Forms.RadioButton rbFreedbAlways;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbFreedbIf;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbFreedbNever;
|
2009-02-19 04:09:59 +00:00
|
|
|
private System.Windows.Forms.RadioButton rbUDC1;
|
2009-02-19 06:26:56 +00:00
|
|
|
private System.Windows.Forms.Button btnCodec;
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripUDC;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tAKToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem mP3ToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem oGGToolStripMenuItem;
|
2009-02-22 07:47:56 +00:00
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
2009-03-22 16:59:05 +00:00
|
|
|
private System.Windows.Forms.RadioButton rbActionVerifyAndCRCs;
|
2009-02-27 14:41:55 +00:00
|
|
|
private System.Windows.Forms.MaskedTextBox txtPreGapLength;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
2009-03-22 16:59:05 +00:00
|
|
|
private CUEControls.FileSystemTreeView fileSystemTreeView1;
|
|
|
|
|
private System.Windows.Forms.TextBox txtInputPath;
|
|
|
|
|
private System.Windows.Forms.CheckBox chkMulti;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpInput;
|
|
|
|
|
private System.Windows.Forms.GroupBox grpExtra;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbActionCorrectFilenames;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbActionCreateCUESheet;
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStripFileTree;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem setAsMyMusicFolderToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem SelectedNodeName;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem resetToOriginalLocationToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelAR;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelFLAC;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelWV;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown numericWriteOffset;
|
|
|
|
|
private System.Windows.Forms.Label lblWriteOffset;
|
|
|
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelProcessed;
|
|
|
|
|
private System.Windows.Forms.TextBox textBatchReport;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
2008-10-13 19:25:11 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|