2009-01-15 14:21:46 +00:00
|
|
|
namespace JDP
|
|
|
|
|
{
|
|
|
|
|
partial class frmChoice
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2009-02-22 07:47:56 +00:00
|
|
|
this.components = new System.ComponentModel.Container();
|
2009-01-15 14:21:46 +00:00
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChoice));
|
2010-02-06 23:17:07 +00:00
|
|
|
this.buttonOk = new System.Windows.Forms.Button();
|
2009-02-22 07:47:56 +00:00
|
|
|
this.listChoices = new System.Windows.Forms.ListView();
|
2013-02-24 16:48:58 -05:00
|
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
2009-02-22 07:47:56 +00:00
|
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
2011-05-15 17:41:14 +00:00
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.tableLayoutPanelMeta = new System.Windows.Forms.TableLayoutPanel();
|
2011-09-08 18:25:54 +00:00
|
|
|
this.dataGridViewTracks = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackTitle = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackStart = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2013-02-24 16:48:58 -05:00
|
|
|
this.dataGridViewMetadata = new System.Windows.Forms.DataGridView();
|
2011-09-08 18:25:54 +00:00
|
|
|
this.Item = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2013-02-24 16:48:58 -05:00
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
2010-02-06 23:17:07 +00:00
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
2010-04-28 08:12:37 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2011-05-15 17:41:14 +00:00
|
|
|
this.tableLayoutPanelMeta.SuspendLayout();
|
2011-09-08 18:25:54 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewTracks)).BeginInit();
|
2013-02-24 16:48:58 -05:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewMetadata)).BeginInit();
|
2009-01-15 14:21:46 +00:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2010-02-06 23:17:07 +00:00
|
|
|
// buttonOk
|
2009-01-15 14:21:46 +00:00
|
|
|
//
|
2010-02-06 23:17:07 +00:00
|
|
|
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
|
|
|
resources.ApplyResources(this.buttonOk, "buttonOk");
|
|
|
|
|
this.buttonOk.Name = "buttonOk";
|
|
|
|
|
this.buttonOk.UseVisualStyleBackColor = true;
|
2009-01-15 14:21:46 +00:00
|
|
|
//
|
2009-02-22 07:47:56 +00:00
|
|
|
// listChoices
|
|
|
|
|
//
|
|
|
|
|
this.listChoices.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.columnHeader1});
|
2010-02-06 23:17:07 +00:00
|
|
|
resources.ApplyResources(this.listChoices, "listChoices");
|
2009-02-22 07:47:56 +00:00
|
|
|
this.listChoices.FullRowSelect = true;
|
|
|
|
|
this.listChoices.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|
|
|
|
this.listChoices.HideSelection = false;
|
|
|
|
|
this.listChoices.MultiSelect = false;
|
|
|
|
|
this.listChoices.Name = "listChoices";
|
|
|
|
|
this.listChoices.ShowItemToolTips = true;
|
|
|
|
|
this.listChoices.SmallImageList = this.imageList1;
|
|
|
|
|
this.listChoices.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.listChoices.View = System.Windows.Forms.View.Details;
|
|
|
|
|
this.listChoices.SelectedIndexChanged += new System.EventHandler(this.listChoices_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// columnHeader1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.columnHeader1, "columnHeader1");
|
|
|
|
|
//
|
|
|
|
|
// imageList1
|
|
|
|
|
//
|
|
|
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
|
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
2010-05-02 17:04:51 +00:00
|
|
|
this.imageList1.Images.SetKeyName(0, "eac");
|
|
|
|
|
this.imageList1.Images.SetKeyName(1, "freedb");
|
|
|
|
|
this.imageList1.Images.SetKeyName(2, "musicbrainz");
|
|
|
|
|
this.imageList1.Images.SetKeyName(3, "cue");
|
|
|
|
|
this.imageList1.Images.SetKeyName(4, "tags");
|
|
|
|
|
this.imageList1.Images.SetKeyName(5, "local");
|
2011-05-15 17:41:14 +00:00
|
|
|
this.imageList1.Images.SetKeyName(6, "ctdb");
|
2011-09-08 18:25:54 +00:00
|
|
|
this.imageList1.Images.SetKeyName(7, "discogs");
|
2013-02-24 16:48:58 -05:00
|
|
|
this.imageList1.Images.SetKeyName(8, "cdstub");
|
2009-02-22 07:47:56 +00:00
|
|
|
//
|
|
|
|
|
// textBox1
|
|
|
|
|
//
|
2009-02-27 15:07:21 +00:00
|
|
|
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
2009-03-22 16:59:05 +00:00
|
|
|
resources.ApplyResources(this.textBox1, "textBox1");
|
2009-02-22 07:47:56 +00:00
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
|
this.textBox1.ReadOnly = true;
|
|
|
|
|
//
|
2011-05-15 17:41:14 +00:00
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.textBox1, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.listChoices, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelMeta, 0, 3);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.buttonOk, 3, 0);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
//
|
|
|
|
|
// pictureBox1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanelMeta
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanelMeta, "tableLayoutPanelMeta");
|
2011-09-08 18:25:54 +00:00
|
|
|
this.tableLayoutPanelMeta.Controls.Add(this.dataGridViewTracks, 0, 0);
|
|
|
|
|
this.tableLayoutPanelMeta.Controls.Add(this.dataGridViewMetadata, 0, 0);
|
2011-05-15 17:41:14 +00:00
|
|
|
this.tableLayoutPanelMeta.Name = "tableLayoutPanelMeta";
|
|
|
|
|
//
|
2011-09-08 18:25:54 +00:00
|
|
|
// dataGridViewTracks
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTracks.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridViewTracks.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridViewTracks.AllowUserToResizeColumns = false;
|
|
|
|
|
this.dataGridViewTracks.AllowUserToResizeRows = false;
|
|
|
|
|
this.dataGridViewTracks.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
|
|
|
this.dataGridViewTracks.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.dataGridViewTracks.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
|
this.dataGridViewTracks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridViewTracks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo,
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackTitle,
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackStart,
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackLength});
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTracks, "dataGridViewTracks");
|
|
|
|
|
this.dataGridViewTracks.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
|
|
|
this.dataGridViewTracks.MultiSelect = false;
|
|
|
|
|
this.dataGridViewTracks.Name = "dataGridViewTracks";
|
|
|
|
|
this.dataGridViewTracks.RowHeadersVisible = false;
|
|
|
|
|
this.dataGridViewTracks.RowTemplate.Height = 24;
|
|
|
|
|
this.dataGridViewTracks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
|
|
|
this.dataGridViewTracks.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewTracks_CellEndEdit);
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumnTrackNo
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo.Frozen = true;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumnTrackNo, "dataGridViewTextBoxColumnTrackNo");
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo.Name = "dataGridViewTextBoxColumnTrackNo";
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumnTrackTitle
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackTitle.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumnTrackTitle, "dataGridViewTextBoxColumnTrackTitle");
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackTitle.Name = "dataGridViewTextBoxColumnTrackTitle";
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackTitle.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumnTrackStart
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackStart.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumnTrackStart, "dataGridViewTextBoxColumnTrackStart");
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackStart.Name = "dataGridViewTextBoxColumnTrackStart";
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackStart.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackStart.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumnTrackLength
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackLength.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumnTrackLength, "dataGridViewTextBoxColumnTrackLength");
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackLength.Name = "dataGridViewTextBoxColumnTrackLength";
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackLength.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumnTrackLength.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
2013-02-24 16:48:58 -05:00
|
|
|
// dataGridViewMetadata
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewMetadata.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridViewMetadata.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridViewMetadata.AllowUserToResizeColumns = false;
|
|
|
|
|
this.dataGridViewMetadata.AllowUserToResizeRows = false;
|
|
|
|
|
this.dataGridViewMetadata.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
|
|
|
this.dataGridViewMetadata.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.dataGridViewMetadata.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
|
this.dataGridViewMetadata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridViewMetadata.ColumnHeadersVisible = false;
|
|
|
|
|
this.dataGridViewMetadata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Item,
|
|
|
|
|
this.Value});
|
|
|
|
|
resources.ApplyResources(this.dataGridViewMetadata, "dataGridViewMetadata");
|
|
|
|
|
this.dataGridViewMetadata.GridColor = System.Drawing.SystemColors.ControlLight;
|
|
|
|
|
this.dataGridViewMetadata.MultiSelect = false;
|
|
|
|
|
this.dataGridViewMetadata.Name = "dataGridViewMetadata";
|
|
|
|
|
this.dataGridViewMetadata.RowHeadersVisible = false;
|
|
|
|
|
this.dataGridViewMetadata.RowTemplate.Height = 24;
|
|
|
|
|
this.dataGridViewMetadata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
|
|
|
this.dataGridViewMetadata.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewMetadata_CellEndEdit);
|
|
|
|
|
this.dataGridViewMetadata.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dataGridViewMetadata_EditingControlShowing);
|
|
|
|
|
this.dataGridViewMetadata.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewMetadata_KeyDown);
|
|
|
|
|
//
|
2011-09-08 18:25:54 +00:00
|
|
|
// Item
|
|
|
|
|
//
|
|
|
|
|
this.Item.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
|
|
this.Item.Frozen = true;
|
|
|
|
|
resources.ApplyResources(this.Item, "Item");
|
|
|
|
|
this.Item.Name = "Item";
|
|
|
|
|
this.Item.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Value
|
|
|
|
|
//
|
|
|
|
|
this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
resources.ApplyResources(this.Value, "Value");
|
|
|
|
|
this.Value.Name = "Value";
|
|
|
|
|
//
|
2013-02-24 16:48:58 -05:00
|
|
|
// backgroundWorker1
|
|
|
|
|
//
|
|
|
|
|
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
|
|
|
|
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
|
|
|
|
|
//
|
2009-01-15 14:21:46 +00:00
|
|
|
// frmChoice
|
|
|
|
|
//
|
2010-02-06 23:17:07 +00:00
|
|
|
this.AcceptButton = this.buttonOk;
|
2009-01-15 14:21:46 +00:00
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2010-02-06 23:17:07 +00:00
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2009-01-15 14:21:46 +00:00
|
|
|
this.Name = "frmChoice";
|
2011-03-08 15:37:43 +00:00
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.ShowInTaskbar = false;
|
2009-01-17 04:09:38 +00:00
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmChoice_FormClosing);
|
2013-02-24 16:48:58 -05:00
|
|
|
this.Load += new System.EventHandler(this.frmChoice_Load);
|
2011-09-08 18:25:54 +00:00
|
|
|
this.Resize += new System.EventHandler(this.frmChoice_Resize);
|
2010-02-06 23:17:07 +00:00
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
2010-04-28 08:12:37 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2011-05-15 17:41:14 +00:00
|
|
|
this.tableLayoutPanelMeta.ResumeLayout(false);
|
2011-09-08 18:25:54 +00:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewTracks)).EndInit();
|
2013-02-24 16:48:58 -05:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewMetadata)).EndInit();
|
2009-01-15 14:21:46 +00:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2010-02-06 23:17:07 +00:00
|
|
|
private System.Windows.Forms.Button buttonOk;
|
2009-02-22 07:47:56 +00:00
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
|
|
private System.Windows.Forms.ListView listChoices;
|
2010-02-06 23:17:07 +00:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
2010-04-28 08:12:37 +00:00
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2011-03-08 15:37:43 +00:00
|
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
2011-05-15 17:41:14 +00:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMeta;
|
2011-09-08 18:25:54 +00:00
|
|
|
private System.Windows.Forms.DataGridView dataGridViewMetadata;
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridViewTracks;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumnTrackNo;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumnTrackTitle;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumnTrackStart;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumnTrackLength;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Item;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Value;
|
2009-01-15 14:21:46 +00:00
|
|
|
}
|
|
|
|
|
}
|