namespace MarkHeath.AudioUtils { partial class MixDiffForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButtonPlay = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonPause = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonStop = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonBack = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonForward = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonRewind = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonLoop = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonShuffle = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabelPosition = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabelLength = new System.Windows.Forms.ToolStripLabel(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.buttonA = new System.Windows.Forms.Button(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.selectFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.buttonB = new System.Windows.Forms.Button(); this.buttonC = new System.Windows.Forms.Button(); this.buttonD = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openSavedComparisonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveComparisonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.compareModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.currentPositionToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.skipBackToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.restartToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonPlay, this.toolStripButtonPause, this.toolStripButtonStop, this.toolStripButtonBack, this.toolStripButtonForward, this.toolStripButtonRewind, this.toolStripButtonLoop, this.toolStripButtonShuffle, this.toolStripSeparator1, this.toolStripLabel1, this.toolStripLabelPosition, this.toolStripSeparator2, this.toolStripLabel2, this.toolStripLabelLength, this.toolStripSeparator3}); this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(642, 25); this.toolStrip1.TabIndex = 7; this.toolStrip1.Text = "toolStrip1"; // // toolStripButtonPlay // this.toolStripButtonPlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPlay.Image = global::MarkHeath.AudioUtils.Images.Play; this.toolStripButtonPlay.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonPlay.Name = "toolStripButtonPlay"; this.toolStripButtonPlay.Size = new System.Drawing.Size(23, 22); this.toolStripButtonPlay.Text = "Play"; this.toolStripButtonPlay.Click += new System.EventHandler(this.toolStripButtonPlay_Click); // // toolStripButtonPause // this.toolStripButtonPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPause.Image = global::MarkHeath.AudioUtils.Images.Pause; this.toolStripButtonPause.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonPause.Name = "toolStripButtonPause"; this.toolStripButtonPause.Size = new System.Drawing.Size(23, 22); this.toolStripButtonPause.Text = "Pause"; this.toolStripButtonPause.Click += new System.EventHandler(this.toolStripButtonPause_Click); // // toolStripButtonStop // this.toolStripButtonStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonStop.Image = global::MarkHeath.AudioUtils.Images.Stop; this.toolStripButtonStop.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonStop.Name = "toolStripButtonStop"; this.toolStripButtonStop.Size = new System.Drawing.Size(23, 22); this.toolStripButtonStop.Text = "Stop"; this.toolStripButtonStop.Click += new System.EventHandler(this.toolStripButtonStop_Click); // // toolStripButtonBack // this.toolStripButtonBack.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonBack.Image = global::MarkHeath.AudioUtils.Images.Back; this.toolStripButtonBack.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonBack.Name = "toolStripButtonBack"; this.toolStripButtonBack.Size = new System.Drawing.Size(23, 22); this.toolStripButtonBack.Text = "Skip Back"; this.toolStripButtonBack.Click += new System.EventHandler(this.toolStripButtonBack_Click); // // toolStripButtonForward // this.toolStripButtonForward.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonForward.Image = global::MarkHeath.AudioUtils.Images.Forward; this.toolStripButtonForward.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonForward.Name = "toolStripButtonForward"; this.toolStripButtonForward.Size = new System.Drawing.Size(23, 22); this.toolStripButtonForward.Text = "Skip Forward"; this.toolStripButtonForward.Click += new System.EventHandler(this.toolStripButtonForward_Click); // // toolStripButtonRewind // this.toolStripButtonRewind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonRewind.Image = global::MarkHeath.AudioUtils.Images.Rewind; this.toolStripButtonRewind.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonRewind.Name = "toolStripButtonRewind"; this.toolStripButtonRewind.Size = new System.Drawing.Size(23, 22); this.toolStripButtonRewind.Text = "Rewind"; this.toolStripButtonRewind.Click += new System.EventHandler(this.toolStripButtonRewind_Click); // // toolStripButtonLoop // this.toolStripButtonLoop.CheckOnClick = true; this.toolStripButtonLoop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonLoop.Image = global::MarkHeath.AudioUtils.Images.Loop; this.toolStripButtonLoop.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonLoop.Name = "toolStripButtonLoop"; this.toolStripButtonLoop.Size = new System.Drawing.Size(23, 22); this.toolStripButtonLoop.Text = "Loop"; // // toolStripButtonShuffle // this.toolStripButtonShuffle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonShuffle.Image = global::MarkHeath.AudioUtils.Images.Shuffle; this.toolStripButtonShuffle.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonShuffle.Name = "toolStripButtonShuffle"; this.toolStripButtonShuffle.Size = new System.Drawing.Size(23, 22); this.toolStripButtonShuffle.Text = "Shuffle"; this.toolStripButtonShuffle.Click += new System.EventHandler(this.toolStripButtonShuffle_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(53, 22); this.toolStripLabel1.Text = "Position:"; // // toolStripLabelPosition // this.toolStripLabelPosition.Name = "toolStripLabelPosition"; this.toolStripLabelPosition.Size = new System.Drawing.Size(70, 22); this.toolStripLabelPosition.Text = "00:00:00.000"; this.toolStripLabelPosition.ToolTipText = "Position"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(47, 22); this.toolStripLabel2.Text = "Length:"; // // toolStripLabelLength // this.toolStripLabelLength.Name = "toolStripLabelLength"; this.toolStripLabelLength.Size = new System.Drawing.Size(49, 22); this.toolStripLabelLength.Text = "00:00:00"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // buttonA // this.buttonA.ContextMenuStrip = this.contextMenuStrip1; this.buttonA.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonA.Location = new System.Drawing.Point(12, 62); this.buttonA.Name = "buttonA"; this.buttonA.Size = new System.Drawing.Size(150, 150); this.buttonA.TabIndex = 8; this.buttonA.Text = ""; this.buttonA.UseVisualStyleBackColor = true; this.buttonA.Click += new System.EventHandler(this.OnMixButtonClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.selectFileToolStripMenuItem, this.clearToolStripMenuItem, this.propertiesToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(137, 70); // // selectFileToolStripMenuItem // this.selectFileToolStripMenuItem.Name = "selectFileToolStripMenuItem"; this.selectFileToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.selectFileToolStripMenuItem.Text = "&Select File..."; this.selectFileToolStripMenuItem.Click += new System.EventHandler(this.selectFileToolStripMenuItem_Click); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.clearToolStripMenuItem.Text = "&Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // propertiesToolStripMenuItem // this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem"; this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.propertiesToolStripMenuItem.Text = "&Properties..."; this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click); // // buttonB // this.buttonB.ContextMenuStrip = this.contextMenuStrip1; this.buttonB.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonB.Location = new System.Drawing.Point(168, 62); this.buttonB.Name = "buttonB"; this.buttonB.Size = new System.Drawing.Size(150, 150); this.buttonB.TabIndex = 9; this.buttonB.Text = ""; this.buttonB.UseVisualStyleBackColor = true; this.buttonB.Click += new System.EventHandler(this.OnMixButtonClick); // // buttonC // this.buttonC.ContextMenuStrip = this.contextMenuStrip1; this.buttonC.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonC.Location = new System.Drawing.Point(324, 62); this.buttonC.Name = "buttonC"; this.buttonC.Size = new System.Drawing.Size(150, 150); this.buttonC.TabIndex = 10; this.buttonC.Text = ""; this.buttonC.UseVisualStyleBackColor = true; this.buttonC.Click += new System.EventHandler(this.OnMixButtonClick); // // buttonD // this.buttonD.ContextMenuStrip = this.contextMenuStrip1; this.buttonD.Font = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonD.Location = new System.Drawing.Point(480, 62); this.buttonD.Name = "buttonD"; this.buttonD.Size = new System.Drawing.Size(150, 150); this.buttonD.TabIndex = 11; this.buttonD.Text = ""; this.buttonD.UseVisualStyleBackColor = true; this.buttonD.Click += new System.EventHandler(this.OnMixButtonClick); // // timer1 // this.timer1.Interval = 200; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(642, 24); this.menuStrip1.TabIndex = 11; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openSavedComparisonToolStripMenuItem, this.saveComparisonToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // openSavedComparisonToolStripMenuItem // this.openSavedComparisonToolStripMenuItem.Name = "openSavedComparisonToolStripMenuItem"; this.openSavedComparisonToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.openSavedComparisonToolStripMenuItem.Text = "Open Comparison..."; this.openSavedComparisonToolStripMenuItem.Click += new System.EventHandler(this.openSavedComparisonToolStripMenuItem_Click); // // saveComparisonToolStripMenuItem // this.saveComparisonToolStripMenuItem.Name = "saveComparisonToolStripMenuItem"; this.saveComparisonToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveComparisonToolStripMenuItem.Text = "Save Comparison..."; this.saveComparisonToolStripMenuItem.Click += new System.EventHandler(this.saveComparisonToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.compareModeToolStripMenuItem, this.settingsToolStripMenuItem}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.optionsToolStripMenuItem.Text = "&Options"; // // compareModeToolStripMenuItem // this.compareModeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.currentPositionToolStripMenuItem1, this.skipBackToolStripMenuItem1, this.restartToolStripMenuItem1}); this.compareModeToolStripMenuItem.Name = "compareModeToolStripMenuItem"; this.compareModeToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.compareModeToolStripMenuItem.Text = "&Compare Mode"; // // currentPositionToolStripMenuItem1 // this.currentPositionToolStripMenuItem1.Checked = true; this.currentPositionToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked; this.currentPositionToolStripMenuItem1.Name = "currentPositionToolStripMenuItem1"; this.currentPositionToolStripMenuItem1.Size = new System.Drawing.Size(160, 22); this.currentPositionToolStripMenuItem1.Text = "&Current Position"; this.currentPositionToolStripMenuItem1.Click += new System.EventHandler(this.currentPositionToolStripMenuItem1_Click); // // skipBackToolStripMenuItem1 // this.skipBackToolStripMenuItem1.Name = "skipBackToolStripMenuItem1"; this.skipBackToolStripMenuItem1.Size = new System.Drawing.Size(160, 22); this.skipBackToolStripMenuItem1.Text = "&Skip Back"; this.skipBackToolStripMenuItem1.Click += new System.EventHandler(this.skipBackToolStripMenuItem1_Click); // // restartToolStripMenuItem1 // this.restartToolStripMenuItem1.Name = "restartToolStripMenuItem1"; this.restartToolStripMenuItem1.Size = new System.Drawing.Size(160, 22); this.restartToolStripMenuItem1.Text = "&Restart"; this.restartToolStripMenuItem1.Click += new System.EventHandler(this.restartToolStripMenuItem1_Click); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.settingsToolStripMenuItem.Text = "&Settings..."; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.contentsToolStripMenuItem, this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // contentsToolStripMenuItem // this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem"; this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.contentsToolStripMenuItem.Text = "&Contents"; this.contentsToolStripMenuItem.Click += new System.EventHandler(this.contentsToolStripMenuItem_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22); this.aboutToolStripMenuItem.Text = "&About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // MixDiffForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(642, 296); this.Controls.Add(this.buttonD); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.buttonC); this.Controls.Add(this.buttonB); this.Controls.Add(this.buttonA); this.Controls.Add(this.menuStrip1); this.KeyPreview = true; this.MainMenuStrip = this.menuStrip1; this.Name = "MixDiffForm"; this.Text = "MixDiff"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MixDiffForm_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MixDiffForm_KeyDown); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButtonPlay; private System.Windows.Forms.ToolStripButton toolStripButtonPause; private System.Windows.Forms.ToolStripButton toolStripButtonStop; private System.Windows.Forms.ToolStripButton toolStripButtonBack; private System.Windows.Forms.ToolStripButton toolStripButtonForward; private System.Windows.Forms.ToolStripButton toolStripButtonRewind; private System.Windows.Forms.ToolStripButton toolStripButtonLoop; private System.Windows.Forms.Button buttonA; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripLabel toolStripLabelPosition; private System.Windows.Forms.Button buttonB; private System.Windows.Forms.Button buttonC; private System.Windows.Forms.Button buttonD; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openSavedComparisonToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveComparisonToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem compareModeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem currentPositionToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem skipBackToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem restartToolStripMenuItem1; private System.Windows.Forms.ToolStripLabel toolStripLabel2; private System.Windows.Forms.ToolStripLabel toolStripLabelLength; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem selectFileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem; private System.Windows.Forms.ToolStripButton toolStripButtonShuffle; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; } }