Files
cuetools.net/CUERipper/frmCUERipper.Designer.cs

717 lines
36 KiB
C#
Raw Normal View History

2008-12-08 05:09:35 +00:00
namespace CUERipper
{
partial class frmCUERipper
{
/// <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(frmCUERipper));
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabelMusicBrainz = new System.Windows.Forms.ToolStripStatusLabel();
2010-02-28 21:04:34 +00:00
this.toolStripStatusCTDB = new System.Windows.Forms.ToolStripStatusLabel();
2009-03-22 16:59:05 +00:00
this.toolStripStatusAr = new System.Windows.Forms.ToolStripStatusLabel();
2008-12-08 05:09:35 +00:00
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
2008-12-08 05:09:35 +00:00
this.listTracks = new System.Windows.Forms.ListView();
this.Title = new System.Windows.Forms.ColumnHeader();
2008-12-08 11:18:15 +00:00
this.TrackNo = new System.Windows.Forms.ColumnHeader();
2008-12-08 05:09:35 +00:00
this.Start = new System.Windows.Forms.ColumnHeader();
this.Length = new System.Windows.Forms.ColumnHeader();
this.buttonGo = new System.Windows.Forms.Button();
this.buttonAbort = new System.Windows.Forms.Button();
this.buttonPause = new System.Windows.Forms.Button();
2008-12-10 06:48:38 +00:00
this.contextMenuStripRelease = new System.Windows.Forms.ContextMenuStrip(this.components);
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2010-04-28 08:12:37 +00:00
this.variousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fixEncodingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2009-05-01 15:16:26 +00:00
this.numericWriteOffset = new System.Windows.Forms.NumericUpDown();
this.lblWriteOffset = new System.Windows.Forms.Label();
this.checkBoxEACMode = new System.Windows.Forms.CheckBox();
this.groupBoxSettings = new System.Windows.Forms.GroupBox();
2010-03-30 02:41:43 +00:00
this.bnComboBoxLosslessOrNot = new CUEControls.BNComboBox();
2010-03-22 07:02:47 +00:00
this.losslessOrNotBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.bindingSourceCR = new System.Windows.Forms.BindingSource(this.components);
2010-03-30 02:41:43 +00:00
this.bnComboBoxEncoder = new CUEControls.BNComboBox();
2010-03-22 06:36:42 +00:00
this.encodersBindingSource = new System.Windows.Forms.BindingSource(this.components);
2010-02-28 21:04:34 +00:00
this.labelSecureMode = new System.Windows.Forms.Label();
2010-03-30 02:41:43 +00:00
this.bnComboBoxFormat = new CUEControls.BNComboBox();
2010-03-22 06:36:42 +00:00
this.formatsBindingSource = new System.Windows.Forms.BindingSource(this.components);
2010-02-28 21:04:34 +00:00
this.labelEncoderMinMode = new System.Windows.Forms.Label();
2010-03-30 02:41:43 +00:00
this.bnComboBoxImage = new CUEControls.BNComboBox();
2010-03-22 06:36:42 +00:00
this.cUEStylesBindingSource = new System.Windows.Forms.BindingSource(this.components);
2010-02-28 21:04:34 +00:00
this.labelEncoderMaxMode = new System.Windows.Forms.Label();
this.labelEncoderMode = new System.Windows.Forms.Label();
this.trackBarEncoderMode = new System.Windows.Forms.TrackBar();
this.trackBarSecureMode = new System.Windows.Forms.TrackBar();
2010-03-30 02:41:43 +00:00
this.imageListChecked = new System.Windows.Forms.ImageList(this.components);
2010-02-28 21:04:34 +00:00
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.progressBarErrors = new ProgressODoom.ProgressBarEx();
this.plainBackgroundPainter1 = new ProgressODoom.PlainBackgroundPainter();
this.styledBorderPainter1 = new ProgressODoom.StyledBorderPainter();
this.plainProgressPainter1 = new ProgressODoom.PlainProgressPainter();
this.gradientGlossPainter1 = new ProgressODoom.GradientGlossPainter();
this.progressBarCD = new ProgressODoom.ProgressBarEx();
this.plainProgressPainter2 = new ProgressODoom.PlainProgressPainter();
this.txtOutputPath = new System.Windows.Forms.TextBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
2010-03-30 02:41:43 +00:00
this.bnComboBoxRelease = new CUEControls.BNComboBox();
2010-03-22 06:36:42 +00:00
this.releasesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.imageListMetadataSource = new System.Windows.Forms.ImageList(this.components);
2010-03-30 02:41:43 +00:00
this.bnComboBoxDrives = new CUEControls.BNComboBox();
2010-03-22 06:36:42 +00:00
this.drivesBindingSource = new System.Windows.Forms.BindingSource(this.components);
2010-03-30 02:41:43 +00:00
this.bnComboBoxOutputFormat = new CUEControls.BNComboBox();
2008-12-08 05:09:35 +00:00
this.statusStrip1.SuspendLayout();
2008-12-10 06:48:38 +00:00
this.contextMenuStripRelease.SuspendLayout();
2009-05-01 15:16:26 +00:00
((System.ComponentModel.ISupportInitialize)(this.numericWriteOffset)).BeginInit();
this.groupBoxSettings.SuspendLayout();
2010-03-22 07:02:47 +00:00
((System.ComponentModel.ISupportInitialize)(this.losslessOrNotBindingSource)).BeginInit();
2010-03-22 06:36:42 +00:00
((System.ComponentModel.ISupportInitialize)(this.bindingSourceCR)).BeginInit();
2010-03-22 07:02:47 +00:00
((System.ComponentModel.ISupportInitialize)(this.encodersBindingSource)).BeginInit();
2010-03-22 06:36:42 +00:00
((System.ComponentModel.ISupportInitialize)(this.formatsBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cUEStylesBindingSource)).BeginInit();
2010-02-28 21:04:34 +00:00
((System.ComponentModel.ISupportInitialize)(this.trackBarEncoderMode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarSecureMode)).BeginInit();
2010-03-22 06:36:42 +00:00
((System.ComponentModel.ISupportInitialize)(this.releasesBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.drivesBindingSource)).BeginInit();
2008-12-08 05:09:35 +00:00
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabelMusicBrainz,
2010-02-28 21:04:34 +00:00
this.toolStripStatusCTDB,
2009-03-22 16:59:05 +00:00
this.toolStripStatusAr,
2008-12-08 05:09:35 +00:00
this.toolStripProgressBar1,
2009-03-22 16:59:05 +00:00
this.toolStripStatusLabel2});
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.statusStrip1, "statusStrip1");
2008-12-08 05:09:35 +00:00
this.statusStrip1.Name = "statusStrip1";
2009-03-22 16:59:05 +00:00
this.statusStrip1.ShowItemToolTips = true;
2008-12-08 05:09:35 +00:00
this.statusStrip1.SizingGrip = false;
//
// toolStripStatusLabel1
//
2010-04-24 17:47:57 +00:00
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1");
2008-12-08 05:09:35 +00:00
this.toolStripStatusLabel1.Spring = true;
//
// toolStripStatusLabelMusicBrainz
//
this.toolStripStatusLabelMusicBrainz.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabelMusicBrainz.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.toolStripStatusLabelMusicBrainz.Image = global::CUERipper.Properties.Resources.musicbrainz;
this.toolStripStatusLabelMusicBrainz.Name = "toolStripStatusLabelMusicBrainz";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripStatusLabelMusicBrainz, "toolStripStatusLabelMusicBrainz");
this.toolStripStatusLabelMusicBrainz.Click += new System.EventHandler(this.toolStripStatusLabelMusicBrainz_Click);
//
2010-02-28 21:04:34 +00:00
// toolStripStatusCTDB
//
this.toolStripStatusCTDB.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusCTDB.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.toolStripStatusCTDB.Image = global::CUERipper.Properties.Resources.cdrepair;
this.toolStripStatusCTDB.Name = "toolStripStatusCTDB";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripStatusCTDB, "toolStripStatusCTDB");
2010-02-28 21:04:34 +00:00
//
2009-03-22 16:59:05 +00:00
// toolStripStatusAr
//
2010-02-28 21:04:34 +00:00
this.toolStripStatusAr.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusAr.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripStatusAr, "toolStripStatusAr");
2009-03-22 16:59:05 +00:00
this.toolStripStatusAr.Name = "toolStripStatusAr";
//
2008-12-08 05:09:35 +00:00
// toolStripProgressBar1
//
this.toolStripProgressBar1.AutoToolTip = true;
this.toolStripProgressBar1.MarqueeAnimationSpeed = 500;
2008-12-08 05:09:35 +00:00
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripProgressBar1, "toolStripProgressBar1");
2008-12-08 05:09:35 +00:00
this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2");
//
2008-12-08 05:09:35 +00:00
// listTracks
//
resources.ApplyResources(this.listTracks, "listTracks");
this.listTracks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Title,
2008-12-08 11:18:15 +00:00
this.TrackNo,
2008-12-08 05:09:35 +00:00
this.Start,
this.Length});
this.listTracks.FullRowSelect = true;
this.listTracks.GridLines = true;
2008-12-08 11:18:15 +00:00
this.listTracks.LabelEdit = true;
2008-12-08 05:09:35 +00:00
this.listTracks.Name = "listTracks";
this.toolTip1.SetToolTip(this.listTracks, resources.GetString("listTracks.ToolTip"));
2008-12-08 05:09:35 +00:00
this.listTracks.UseCompatibleStateImageBehavior = false;
this.listTracks.View = System.Windows.Forms.View.Details;
2008-12-10 06:48:38 +00:00
this.listTracks.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listTracks_AfterLabelEdit);
2008-12-08 11:18:15 +00:00
this.listTracks.DoubleClick += new System.EventHandler(this.listTracks_DoubleClick);
this.listTracks.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.listTracks_PreviewKeyDown);
this.listTracks.BeforeLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.listTracks_BeforeLabelEdit);
2008-12-08 11:18:15 +00:00
this.listTracks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listTracks_KeyDown);
2008-12-08 05:09:35 +00:00
//
// Title
//
resources.ApplyResources(this.Title, "Title");
//
2008-12-08 11:18:15 +00:00
// TrackNo
//
resources.ApplyResources(this.TrackNo, "TrackNo");
//
2008-12-08 05:09:35 +00:00
// Start
//
resources.ApplyResources(this.Start, "Start");
//
// Length
//
resources.ApplyResources(this.Length, "Length");
//
// buttonGo
//
resources.ApplyResources(this.buttonGo, "buttonGo");
2010-03-30 02:41:43 +00:00
this.buttonGo.BackColor = System.Drawing.Color.Transparent;
2008-12-08 05:09:35 +00:00
this.buttonGo.Name = "buttonGo";
2010-03-30 02:41:43 +00:00
this.buttonGo.UseVisualStyleBackColor = false;
2008-12-08 05:09:35 +00:00
this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
//
// buttonAbort
//
resources.ApplyResources(this.buttonAbort, "buttonAbort");
this.buttonAbort.Name = "buttonAbort";
this.buttonAbort.UseVisualStyleBackColor = true;
this.buttonAbort.Click += new System.EventHandler(this.buttonAbort_Click);
//
// buttonPause
//
resources.ApplyResources(this.buttonPause, "buttonPause");
this.buttonPause.Name = "buttonPause";
this.buttonPause.UseVisualStyleBackColor = true;
this.buttonPause.Click += new System.EventHandler(this.buttonPause_Click);
//
2008-12-10 06:48:38 +00:00
// contextMenuStripRelease
//
this.contextMenuStripRelease.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2010-04-28 08:12:37 +00:00
this.editToolStripMenuItem,
this.variousToolStripMenuItem,
this.fixEncodingToolStripMenuItem});
2008-12-10 06:48:38 +00:00
this.contextMenuStripRelease.Name = "contextMenuStripRelease";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.contextMenuStripRelease, "contextMenuStripRelease");
this.contextMenuStripRelease.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStripRelease_Opening);
2008-12-10 06:48:38 +00:00
//
// editToolStripMenuItem
//
2010-04-24 17:47:57 +00:00
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
2008-12-10 06:48:38 +00:00
this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
//
2010-04-28 08:12:37 +00:00
// variousToolStripMenuItem
//
this.variousToolStripMenuItem.Name = "variousToolStripMenuItem";
resources.ApplyResources(this.variousToolStripMenuItem, "variousToolStripMenuItem");
this.variousToolStripMenuItem.Click += new System.EventHandler(this.variousToolStripMenuItem_Click);
//
// fixEncodingToolStripMenuItem
//
this.fixEncodingToolStripMenuItem.Name = "fixEncodingToolStripMenuItem";
resources.ApplyResources(this.fixEncodingToolStripMenuItem, "fixEncodingToolStripMenuItem");
this.fixEncodingToolStripMenuItem.Click += new System.EventHandler(this.fixEncodingToolStripMenuItem_Click);
//
2009-05-01 15:16:26 +00:00
// 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";
//
// checkBoxEACMode
//
resources.ApplyResources(this.checkBoxEACMode, "checkBoxEACMode");
this.checkBoxEACMode.Name = "checkBoxEACMode";
this.checkBoxEACMode.UseVisualStyleBackColor = true;
this.checkBoxEACMode.CheckedChanged += new System.EventHandler(this.checkBoxEACMode_CheckedChanged);
//
// groupBoxSettings
//
2010-03-22 07:02:47 +00:00
this.groupBoxSettings.Controls.Add(this.bnComboBoxLosslessOrNot);
2010-03-22 06:36:42 +00:00
this.groupBoxSettings.Controls.Add(this.bnComboBoxEncoder);
2010-02-28 21:04:34 +00:00
this.groupBoxSettings.Controls.Add(this.labelSecureMode);
2010-03-22 06:36:42 +00:00
this.groupBoxSettings.Controls.Add(this.bnComboBoxFormat);
2010-02-28 21:04:34 +00:00
this.groupBoxSettings.Controls.Add(this.labelEncoderMinMode);
2010-03-22 06:36:42 +00:00
this.groupBoxSettings.Controls.Add(this.bnComboBoxImage);
2010-02-28 21:04:34 +00:00
this.groupBoxSettings.Controls.Add(this.labelEncoderMaxMode);
this.groupBoxSettings.Controls.Add(this.labelEncoderMode);
this.groupBoxSettings.Controls.Add(this.trackBarEncoderMode);
this.groupBoxSettings.Controls.Add(this.trackBarSecureMode);
2009-05-01 15:16:26 +00:00
this.groupBoxSettings.Controls.Add(this.lblWriteOffset);
2010-02-28 21:04:34 +00:00
this.groupBoxSettings.Controls.Add(this.checkBoxEACMode);
this.groupBoxSettings.Controls.Add(this.numericWriteOffset);
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.groupBoxSettings, "groupBoxSettings");
2009-05-01 15:16:26 +00:00
this.groupBoxSettings.Name = "groupBoxSettings";
this.groupBoxSettings.TabStop = false;
//
2010-03-22 07:02:47 +00:00
// bnComboBoxLosslessOrNot
//
this.bnComboBoxLosslessOrNot.BackColor = System.Drawing.Color.White;
2010-03-22 07:02:47 +00:00
this.bnComboBoxLosslessOrNot.DataSource = this.losslessOrNotBindingSource;
this.bnComboBoxLosslessOrNot.DropDownHeight = 200;
this.bnComboBoxLosslessOrNot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.bnComboBoxLosslessOrNot.DropDownWidth = 80;
this.bnComboBoxLosslessOrNot.ForeColor = System.Drawing.SystemColors.ControlText;
2010-03-30 02:41:43 +00:00
this.bnComboBoxLosslessOrNot.ImageKeyMember = "ImageKey";
2010-03-22 07:02:47 +00:00
this.bnComboBoxLosslessOrNot.ImageList = null;
this.bnComboBoxLosslessOrNot.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxLosslessOrNot, "bnComboBoxLosslessOrNot");
2010-03-22 07:02:47 +00:00
this.bnComboBoxLosslessOrNot.MaxDropDownItems = 8;
this.bnComboBoxLosslessOrNot.MinimumSize = new System.Drawing.Size(40, 21);
this.bnComboBoxLosslessOrNot.Name = "bnComboBoxLosslessOrNot";
2010-03-30 02:41:43 +00:00
this.bnComboBoxLosslessOrNot.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxLosslessOrNot.Radius")));
2010-03-22 07:02:47 +00:00
this.bnComboBoxLosslessOrNot.SelectedIndex = -1;
this.bnComboBoxLosslessOrNot.SelectedItem = null;
this.bnComboBoxLosslessOrNot.Sorted = false;
this.bnComboBoxLosslessOrNot.SelectedIndexChanged += new System.EventHandler(this.bnComboBoxLosslessOrNot_SelectedIndexChanged);
//
// losslessOrNotBindingSource
//
this.losslessOrNotBindingSource.DataMember = "LosslessOrNot";
this.losslessOrNotBindingSource.DataSource = this.bindingSourceCR;
//
// bindingSourceCR
//
this.bindingSourceCR.DataSource = typeof(CUERipper.frmCUERipper);
//
2010-03-22 06:36:42 +00:00
// bnComboBoxEncoder
//
this.bnComboBoxEncoder.BackColor = System.Drawing.Color.White;
2010-03-22 06:36:42 +00:00
this.bnComboBoxEncoder.DataSource = this.encodersBindingSource;
this.bnComboBoxEncoder.DropDownHeight = 200;
this.bnComboBoxEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2010-03-22 07:02:47 +00:00
this.bnComboBoxEncoder.DropDownWidth = 80;
2010-03-22 06:36:42 +00:00
this.bnComboBoxEncoder.ForeColor = System.Drawing.SystemColors.ControlText;
this.bnComboBoxEncoder.ImageList = null;
this.bnComboBoxEncoder.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxEncoder, "bnComboBoxEncoder");
2010-03-22 06:36:42 +00:00
this.bnComboBoxEncoder.MaxDropDownItems = 8;
this.bnComboBoxEncoder.MinimumSize = new System.Drawing.Size(40, 21);
this.bnComboBoxEncoder.Name = "bnComboBoxEncoder";
2010-03-30 02:41:43 +00:00
this.bnComboBoxEncoder.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxEncoder.Radius")));
2010-03-22 06:36:42 +00:00
this.bnComboBoxEncoder.SelectedIndex = -1;
this.bnComboBoxEncoder.SelectedItem = null;
this.bnComboBoxEncoder.Sorted = false;
this.bnComboBoxEncoder.SelectedIndexChanged += new System.EventHandler(this.comboBoxEncoder_SelectedIndexChanged);
//
// encodersBindingSource
//
this.encodersBindingSource.DataMember = "Encoders";
this.encodersBindingSource.DataSource = this.bindingSourceCR;
//
2010-02-28 21:04:34 +00:00
// labelSecureMode
//
resources.ApplyResources(this.labelSecureMode, "labelSecureMode");
this.labelSecureMode.Name = "labelSecureMode";
//
2010-03-22 06:36:42 +00:00
// bnComboBoxFormat
//
this.bnComboBoxFormat.BackColor = System.Drawing.Color.White;
2010-03-22 06:36:42 +00:00
this.bnComboBoxFormat.DataSource = this.formatsBindingSource;
this.bnComboBoxFormat.DropDownHeight = 200;
this.bnComboBoxFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2010-03-22 07:02:47 +00:00
this.bnComboBoxFormat.DropDownWidth = 80;
2010-03-22 06:36:42 +00:00
this.bnComboBoxFormat.ForeColor = System.Drawing.SystemColors.ControlText;
this.bnComboBoxFormat.ImageKeyMember = "DotExtension";
this.bnComboBoxFormat.ImageList = null;
this.bnComboBoxFormat.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxFormat, "bnComboBoxFormat");
2010-03-22 06:36:42 +00:00
this.bnComboBoxFormat.MaxDropDownItems = 8;
this.bnComboBoxFormat.MinimumSize = new System.Drawing.Size(40, 21);
this.bnComboBoxFormat.Name = "bnComboBoxFormat";
2010-03-30 02:41:43 +00:00
this.bnComboBoxFormat.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxFormat.Radius")));
2010-03-22 06:36:42 +00:00
this.bnComboBoxFormat.SelectedIndex = -1;
this.bnComboBoxFormat.SelectedItem = null;
this.bnComboBoxFormat.Sorted = false;
this.bnComboBoxFormat.SelectedIndexChanged += new System.EventHandler(this.bnComboBoxFormat_SelectedIndexChanged);
//
// formatsBindingSource
//
this.formatsBindingSource.DataMember = "Formats";
this.formatsBindingSource.DataSource = this.bindingSourceCR;
//
2010-02-28 21:04:34 +00:00
// labelEncoderMinMode
//
resources.ApplyResources(this.labelEncoderMinMode, "labelEncoderMinMode");
this.labelEncoderMinMode.Name = "labelEncoderMinMode";
//
2010-03-22 06:36:42 +00:00
// bnComboBoxImage
//
this.bnComboBoxImage.BackColor = System.Drawing.Color.White;
2010-03-22 06:36:42 +00:00
this.bnComboBoxImage.DataSource = this.cUEStylesBindingSource;
this.bnComboBoxImage.DropDownHeight = 200;
this.bnComboBoxImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
2010-03-22 07:02:47 +00:00
this.bnComboBoxImage.DropDownWidth = 80;
2010-03-22 06:36:42 +00:00
this.bnComboBoxImage.ForeColor = System.Drawing.SystemColors.ControlText;
this.bnComboBoxImage.ImageList = null;
this.bnComboBoxImage.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxImage, "bnComboBoxImage");
2010-03-22 06:36:42 +00:00
this.bnComboBoxImage.MaxDropDownItems = 8;
this.bnComboBoxImage.MinimumSize = new System.Drawing.Size(40, 21);
this.bnComboBoxImage.Name = "bnComboBoxImage";
2010-03-30 02:41:43 +00:00
this.bnComboBoxImage.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxImage.Radius")));
2010-03-22 06:36:42 +00:00
this.bnComboBoxImage.SelectedIndex = -1;
this.bnComboBoxImage.SelectedItem = null;
this.bnComboBoxImage.Sorted = false;
//
// cUEStylesBindingSource
//
this.cUEStylesBindingSource.DataMember = "CUEStyles";
this.cUEStylesBindingSource.DataSource = this.bindingSourceCR;
//
2010-02-28 21:04:34 +00:00
// labelEncoderMaxMode
//
resources.ApplyResources(this.labelEncoderMaxMode, "labelEncoderMaxMode");
this.labelEncoderMaxMode.Name = "labelEncoderMaxMode";
//
// labelEncoderMode
//
resources.ApplyResources(this.labelEncoderMode, "labelEncoderMode");
this.labelEncoderMode.Name = "labelEncoderMode";
//
// trackBarEncoderMode
//
resources.ApplyResources(this.trackBarEncoderMode, "trackBarEncoderMode");
this.trackBarEncoderMode.LargeChange = 1;
this.trackBarEncoderMode.Name = "trackBarEncoderMode";
this.trackBarEncoderMode.Scroll += new System.EventHandler(this.trackBarEncoderMode_Scroll);
//
// trackBarSecureMode
//
resources.ApplyResources(this.trackBarSecureMode, "trackBarSecureMode");
2010-03-22 06:36:42 +00:00
this.trackBarSecureMode.LargeChange = 3;
2010-02-28 21:04:34 +00:00
this.trackBarSecureMode.Maximum = 2;
this.trackBarSecureMode.Name = "trackBarSecureMode";
this.trackBarSecureMode.Scroll += new System.EventHandler(this.trackBarSecureMode_Scroll);
//
2010-03-30 02:41:43 +00:00
// imageListChecked
//
this.imageListChecked.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListChecked.ImageStream")));
this.imageListChecked.TransparentColor = System.Drawing.Color.Transparent;
this.imageListChecked.Images.SetKeyName(0, "checked");
this.imageListChecked.Images.SetKeyName(1, "unchecked");
this.imageListChecked.Images.SetKeyName(2, "disabled");
this.imageListChecked.Images.SetKeyName(3, "mix");
//
2010-02-28 21:04:34 +00:00
// toolStripMenuItem1
//
this.toolStripMenuItem1.Image = global::CUERipper.Properties.Resources.cddb;
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
2010-02-28 21:04:34 +00:00
//
// progressBarErrors
//
this.progressBarErrors.BackgroundPainter = this.plainBackgroundPainter1;
this.progressBarErrors.BorderPainter = this.styledBorderPainter1;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.progressBarErrors, "progressBarErrors");
2010-02-28 21:04:34 +00:00
this.progressBarErrors.MarqueePercentage = 25;
this.progressBarErrors.MarqueeSpeed = 30;
this.progressBarErrors.MarqueeStep = 1;
this.progressBarErrors.Maximum = 100;
this.progressBarErrors.Minimum = 0;
this.progressBarErrors.Name = "progressBarErrors";
this.progressBarErrors.ProgressPadding = 0;
this.progressBarErrors.ProgressPainter = this.plainProgressPainter1;
this.progressBarErrors.ProgressType = ProgressODoom.ProgressType.Smooth;
this.progressBarErrors.ShowPercentage = false;
this.progressBarErrors.Value = 10;
//
// plainBackgroundPainter1
//
this.plainBackgroundPainter1.Color = System.Drawing.SystemColors.Control;
this.plainBackgroundPainter1.GlossPainter = null;
//
// styledBorderPainter1
//
this.styledBorderPainter1.Border3D = System.Windows.Forms.Border3DStyle.Etched;
//
// plainProgressPainter1
//
this.plainProgressPainter1.Color = System.Drawing.Color.Red;
this.plainProgressPainter1.GlossPainter = this.gradientGlossPainter1;
this.plainProgressPainter1.LeadingEdge = System.Drawing.Color.Transparent;
this.plainProgressPainter1.ProgressBorderPainter = null;
//
// gradientGlossPainter1
//
this.gradientGlossPainter1.AlphaHigh = 235;
this.gradientGlossPainter1.AlphaLow = 0;
this.gradientGlossPainter1.Angle = 90F;
this.gradientGlossPainter1.Color = System.Drawing.SystemColors.Control;
this.gradientGlossPainter1.PercentageCovered = 100;
this.gradientGlossPainter1.Style = ProgressODoom.GlossStyle.Top;
this.gradientGlossPainter1.Successor = null;
//
// progressBarCD
//
this.progressBarCD.BackgroundPainter = this.plainBackgroundPainter1;
this.progressBarCD.BorderPainter = this.styledBorderPainter1;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.progressBarCD, "progressBarCD");
2010-02-28 21:04:34 +00:00
this.progressBarCD.MarqueePercentage = 25;
this.progressBarCD.MarqueeSpeed = 30;
this.progressBarCD.MarqueeStep = 1;
this.progressBarCD.Maximum = 100;
this.progressBarCD.Minimum = 0;
this.progressBarCD.Name = "progressBarCD";
this.progressBarCD.ProgressPadding = 0;
this.progressBarCD.ProgressPainter = this.plainProgressPainter2;
this.progressBarCD.ProgressType = ProgressODoom.ProgressType.Smooth;
this.progressBarCD.ShowPercentage = true;
this.progressBarCD.Value = 10;
//
// plainProgressPainter2
//
this.plainProgressPainter2.Color = System.Drawing.Color.Lime;
this.plainProgressPainter2.GlossPainter = this.gradientGlossPainter1;
this.plainProgressPainter2.LeadingEdge = System.Drawing.Color.Transparent;
this.plainProgressPainter2.ProgressBorderPainter = null;
//
// txtOutputPath
//
resources.ApplyResources(this.txtOutputPath, "txtOutputPath");
this.txtOutputPath.Name = "txtOutputPath";
this.txtOutputPath.ReadOnly = true;
this.toolTip1.SetToolTip(this.txtOutputPath, resources.GetString("txtOutputPath.ToolTip"));
this.txtOutputPath.Enter += new System.EventHandler(this.txtOutputPath_Enter);
//
2010-03-22 06:36:42 +00:00
// bnComboBoxRelease
//
this.bnComboBoxRelease.BackColor = System.Drawing.SystemColors.ControlLightLight;
2010-03-22 06:36:42 +00:00
this.bnComboBoxRelease.ContextMenuStrip = this.contextMenuStripRelease;
this.bnComboBoxRelease.DataSource = this.releasesBindingSource;
this.bnComboBoxRelease.DropDownHeight = 200;
this.bnComboBoxRelease.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.bnComboBoxRelease.DropDownWidth = 552;
this.bnComboBoxRelease.ForeColor = System.Drawing.SystemColors.ControlText;
this.bnComboBoxRelease.ImageKeyMember = "ImageKey";
this.bnComboBoxRelease.ImageList = this.imageListMetadataSource;
this.bnComboBoxRelease.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxRelease, "bnComboBoxRelease");
2010-03-22 06:36:42 +00:00
this.bnComboBoxRelease.MaxDropDownItems = 8;
this.bnComboBoxRelease.MinimumSize = new System.Drawing.Size(61, 21);
this.bnComboBoxRelease.Name = "bnComboBoxRelease";
2010-03-30 02:41:43 +00:00
this.bnComboBoxRelease.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxRelease.Radius")));
2010-03-22 06:36:42 +00:00
this.bnComboBoxRelease.SelectedIndex = -1;
this.bnComboBoxRelease.SelectedItem = null;
this.bnComboBoxRelease.Sorted = false;
this.toolTip1.SetToolTip(this.bnComboBoxRelease, resources.GetString("bnComboBoxRelease.ToolTip"));
this.bnComboBoxRelease.SelectedIndexChanged += new System.EventHandler(this.bnComboBoxRelease_SelectedIndexChanged);
//
// releasesBindingSource
//
this.releasesBindingSource.DataMember = "Releases";
this.releasesBindingSource.DataSource = this.bindingSourceCR;
//
// imageListMetadataSource
//
this.imageListMetadataSource.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMetadataSource.ImageStream")));
this.imageListMetadataSource.TransparentColor = System.Drawing.Color.Transparent;
2010-03-30 02:41:43 +00:00
this.imageListMetadataSource.Images.SetKeyName(0, "musicbrainz");
this.imageListMetadataSource.Images.SetKeyName(1, "freedb");
2010-03-22 06:36:42 +00:00
//
// bnComboBoxDrives
//
this.bnComboBoxDrives.BackColor = System.Drawing.SystemColors.ControlLightLight;
2010-03-22 06:36:42 +00:00
this.bnComboBoxDrives.DataSource = this.drivesBindingSource;
this.bnComboBoxDrives.DropDownHeight = 200;
this.bnComboBoxDrives.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.bnComboBoxDrives.DropDownWidth = 552;
this.bnComboBoxDrives.ForeColor = System.Drawing.SystemColors.ControlText;
this.bnComboBoxDrives.ImageKeyMember = "ImageKey";
this.bnComboBoxDrives.ImageList = this.imageListMetadataSource;
this.bnComboBoxDrives.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxDrives, "bnComboBoxDrives");
2010-03-22 06:36:42 +00:00
this.bnComboBoxDrives.MaxDropDownItems = 8;
this.bnComboBoxDrives.MinimumSize = new System.Drawing.Size(61, 21);
this.bnComboBoxDrives.Name = "bnComboBoxDrives";
2010-03-30 02:41:43 +00:00
this.bnComboBoxDrives.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxDrives.Radius")));
2010-03-22 06:36:42 +00:00
this.bnComboBoxDrives.SelectedIndex = -1;
this.bnComboBoxDrives.SelectedItem = null;
this.bnComboBoxDrives.Sorted = false;
this.bnComboBoxDrives.SelectedIndexChanged += new System.EventHandler(this.bnComboBoxDrives_SelectedIndexChanged);
//
// drivesBindingSource
//
this.drivesBindingSource.DataMember = "Drives";
this.drivesBindingSource.DataSource = this.bindingSourceCR;
//
// bnComboBoxOutputFormat
//
this.bnComboBoxOutputFormat.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.bnComboBoxOutputFormat.DropDownHeight = 200;
this.bnComboBoxOutputFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
this.bnComboBoxOutputFormat.DropDownWidth = 552;
this.bnComboBoxOutputFormat.ForeColor = System.Drawing.SystemColors.ControlText;
this.bnComboBoxOutputFormat.ImageList = null;
this.bnComboBoxOutputFormat.IsDroppedDown = false;
2010-04-28 08:12:37 +00:00
resources.ApplyResources(this.bnComboBoxOutputFormat, "bnComboBoxOutputFormat");
this.bnComboBoxOutputFormat.MaxDropDownItems = 8;
this.bnComboBoxOutputFormat.MinimumSize = new System.Drawing.Size(40, 21);
this.bnComboBoxOutputFormat.Name = "bnComboBoxOutputFormat";
2010-03-30 02:41:43 +00:00
this.bnComboBoxOutputFormat.Radius = ((CUEControls.BNRadius)(resources.GetObject("bnComboBoxOutputFormat.Radius")));
this.bnComboBoxOutputFormat.SelectedIndex = -1;
this.bnComboBoxOutputFormat.SelectedItem = null;
this.bnComboBoxOutputFormat.Sorted = false;
this.bnComboBoxOutputFormat.DroppedDown += new System.EventHandler(this.bnComboBoxOutputFormat_DroppedDown);
2010-03-30 02:41:43 +00:00
this.bnComboBoxOutputFormat.Leave += new System.EventHandler(this.bnComboBoxOutputFormat_Leave);
this.bnComboBoxOutputFormat.MouseLeave += new System.EventHandler(this.bnComboBoxOutputFormat_MouseLeave);
this.bnComboBoxOutputFormat.TextChanged += new System.EventHandler(this.bnComboBoxOutputFormat_TextChanged);
//
2008-12-08 05:09:35 +00:00
// frmCUERipper
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.txtOutputPath);
2010-03-22 06:36:42 +00:00
this.Controls.Add(this.bnComboBoxRelease);
this.Controls.Add(this.bnComboBoxDrives);
this.Controls.Add(this.bnComboBoxOutputFormat);
2010-02-28 21:04:34 +00:00
this.Controls.Add(this.progressBarErrors);
this.Controls.Add(this.progressBarCD);
2009-05-01 15:16:26 +00:00
this.Controls.Add(this.groupBoxSettings);
this.Controls.Add(this.listTracks);
2008-12-08 05:09:35 +00:00
this.Controls.Add(this.buttonGo);
this.Controls.Add(this.statusStrip1);
2010-02-28 21:04:34 +00:00
this.Controls.Add(this.buttonAbort);
this.Controls.Add(this.buttonPause);
2008-12-08 05:09:35 +00:00
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
2010-03-22 06:36:42 +00:00
this.KeyPreview = true;
2008-12-08 05:09:35 +00:00
this.MaximizeBox = false;
this.Name = "frmCUERipper";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Load += new System.EventHandler(this.frmCUERipper_Load);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmCUERipper_FormClosed);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmCUERipper_KeyDown);
2008-12-08 05:09:35 +00:00
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
2008-12-10 06:48:38 +00:00
this.contextMenuStripRelease.ResumeLayout(false);
2009-05-01 15:16:26 +00:00
((System.ComponentModel.ISupportInitialize)(this.numericWriteOffset)).EndInit();
this.groupBoxSettings.ResumeLayout(false);
this.groupBoxSettings.PerformLayout();
2010-03-22 07:02:47 +00:00
((System.ComponentModel.ISupportInitialize)(this.losslessOrNotBindingSource)).EndInit();
2010-03-22 06:36:42 +00:00
((System.ComponentModel.ISupportInitialize)(this.bindingSourceCR)).EndInit();
2010-03-22 07:02:47 +00:00
((System.ComponentModel.ISupportInitialize)(this.encodersBindingSource)).EndInit();
2010-03-22 06:36:42 +00:00
((System.ComponentModel.ISupportInitialize)(this.formatsBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cUEStylesBindingSource)).EndInit();
2010-02-28 21:04:34 +00:00
((System.ComponentModel.ISupportInitialize)(this.trackBarEncoderMode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBarSecureMode)).EndInit();
2010-03-22 06:36:42 +00:00
((System.ComponentModel.ISupportInitialize)(this.releasesBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.drivesBindingSource)).EndInit();
2008-12-08 05:09:35 +00:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ListView listTracks;
private System.Windows.Forms.ColumnHeader TrackNo;
private System.Windows.Forms.ColumnHeader Title;
private System.Windows.Forms.ColumnHeader Start;
private System.Windows.Forms.ColumnHeader Length;
private System.Windows.Forms.Button buttonGo;
private System.Windows.Forms.Button buttonAbort;
private System.Windows.Forms.Button buttonPause;
2008-12-10 06:48:38 +00:00
private System.Windows.Forms.ContextMenuStrip contextMenuStripRelease;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusAr;
2009-05-01 15:16:26 +00:00
private System.Windows.Forms.NumericUpDown numericWriteOffset;
private System.Windows.Forms.Label lblWriteOffset;
private System.Windows.Forms.CheckBox checkBoxEACMode;
private System.Windows.Forms.GroupBox groupBoxSettings;
2010-02-28 21:04:34 +00:00
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusCTDB;
private System.Windows.Forms.TrackBar trackBarEncoderMode;
private System.Windows.Forms.Label labelEncoderMode;
private System.Windows.Forms.Label labelEncoderMaxMode;
private System.Windows.Forms.Label labelEncoderMinMode;
private System.Windows.Forms.TrackBar trackBarSecureMode;
private System.Windows.Forms.Label labelSecureMode;
private ProgressODoom.ProgressBarEx progressBarErrors;
private ProgressODoom.StyledBorderPainter styledBorderPainter1;
private ProgressODoom.PlainProgressPainter plainProgressPainter1;
private ProgressODoom.PlainBackgroundPainter plainBackgroundPainter1;
private ProgressODoom.GradientGlossPainter gradientGlossPainter1;
private ProgressODoom.ProgressBarEx progressBarCD;
private ProgressODoom.PlainProgressPainter plainProgressPainter2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelMusicBrainz;
private System.Windows.Forms.TextBox txtOutputPath;
private System.Windows.Forms.ToolTip toolTip1;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxImage;
2010-03-22 06:36:42 +00:00
private System.Windows.Forms.BindingSource bindingSourceCR;
private System.Windows.Forms.ImageList imageListMetadataSource;
private System.Windows.Forms.BindingSource cUEStylesBindingSource;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxRelease;
2010-03-22 06:36:42 +00:00
private System.Windows.Forms.BindingSource releasesBindingSource;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxDrives;
2010-03-22 06:36:42 +00:00
private System.Windows.Forms.BindingSource drivesBindingSource;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxFormat;
2010-03-22 06:36:42 +00:00
private System.Windows.Forms.BindingSource formatsBindingSource;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxEncoder;
2010-03-22 06:36:42 +00:00
private System.Windows.Forms.BindingSource encodersBindingSource;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxLosslessOrNot;
2010-03-22 07:02:47 +00:00
private System.Windows.Forms.BindingSource losslessOrNotBindingSource;
2010-03-30 02:41:43 +00:00
private CUEControls.BNComboBox bnComboBoxOutputFormat;
private System.Windows.Forms.ImageList imageListChecked;
2010-04-28 08:12:37 +00:00
private System.Windows.Forms.ToolStripMenuItem variousToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fixEncodingToolStripMenuItem;
2008-12-08 05:09:35 +00:00
}
}