namespace Practice_1
{
partial class UserControlMp3Player
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
private void InitializeComponent()
{
this.btnPage1 = new System.Windows.Forms.Button();
this.btnBrowseMp3 = new System.Windows.Forms.Button();
this.btnPlay = new System.Windows.Forms.Button();
this.btnSeekForward10Sec = new System.Windows.Forms.Button();
this.panelSeek = new System.Windows.Forms.Panel();
this.btnGetDuration = new System.Windows.Forms.Button();
this.btnVolumeUp = new System.Windows.Forms.Button();
this.btnVolumeDown = new System.Windows.Forms.Button();
this.btnSeekBackward10Sec = new System.Windows.Forms.Button();
this.lblGetDuration = new System.Windows.Forms.Label();
this.btnPreviuse = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.panelSeek.SuspendLayout();
this.SuspendLayout();
this.btnPage1.ForeColor = System.Drawing.Color.MediumBlue;
this.btnPage1.Location = new System.Drawing.Point(877, 642);
this.btnPage1.Name = "btnPage1";
this.btnPage1.Size = new System.Drawing.Size(100, 30);
this.btnPage1.TabIndex = 1;
this.btnPage1.Text = "GoTo Page1";
this.btnPage1.UseVisualStyleBackColor = true;
this.btnPage1.Click += new System.EventHandler(this.btnPage1_Click);
this.btnBrowseMp3.ForeColor = System.Drawing.Color.Black;
this.btnBrowseMp3.Location = new System.Drawing.Point(877, 6);
this.btnBrowseMp3.Name = "btnBrowseMp3";
this.btnBrowseMp3.Size = new System.Drawing.Size(100, 30);
this.btnBrowseMp3.TabIndex = 2;
this.btnBrowseMp3.Text = "Browse Mp3";
this.btnBrowseMp3.UseVisualStyleBackColor = true;
this.btnBrowseMp3.Click += new System.EventHandler(this.btnBrowseMp3_Click);
this.btnPlay.ForeColor = System.Drawing.Color.Black;
this.btnPlay.Location = new System.Drawing.Point(6, 6);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(100, 30);
this.btnPlay.TabIndex = 3;
this.btnPlay.Text = "Play";
this.btnPlay.UseVisualStyleBackColor = true;
this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
this.btnSeekForward10Sec.ForeColor = System.Drawing.Color.Black;
this.btnSeekForward10Sec.Location = new System.Drawing.Point(141, 3);
this.btnSeekForward10Sec.Name = "btnSeekForward10Sec";
this.btnSeekForward10Sec.Size = new System.Drawing.Size(132, 30);
this.btnSeekForward10Sec.TabIndex = 4;
this.btnSeekForward10Sec.Text = "Seek Forward 10 Sec";
this.btnSeekForward10Sec.UseVisualStyleBackColor = true;
this.btnSeekForward10Sec.Click += new System.EventHandler(this.btnSeekForward10Sec_Click);
this.panelSeek.Controls.Add(this.btnNext);
this.panelSeek.Controls.Add(this.btnPreviuse);
this.panelSeek.Controls.Add(this.btnGetDuration);
this.panelSeek.Controls.Add(this.btnVolumeUp);
this.panelSeek.Controls.Add(this.btnVolumeDown);
this.panelSeek.Controls.Add(this.btnSeekBackward10Sec);
this.panelSeek.Controls.Add(this.btnSeekForward10Sec);
this.panelSeek.Location = new System.Drawing.Point(3, 42);
this.panelSeek.Name = "panelSeek";
this.panelSeek.Size = new System.Drawing.Size(974, 41);
this.panelSeek.TabIndex = 5;
this.btnGetDuration.ForeColor = System.Drawing.Color.Black;
this.btnGetDuration.Location = new System.Drawing.Point(742, 3);
this.btnGetDuration.Name = "btnGetDuration";
this.btnGetDuration.Size = new System.Drawing.Size(100, 30);
this.btnGetDuration.TabIndex = 8;
this.btnGetDuration.Text = "Get Duration";
this.btnGetDuration.UseVisualStyleBackColor = true;
this.btnGetDuration.Click += new System.EventHandler(this.btnGetDuration_Click);
this.btnVolumeUp.ForeColor = System.Drawing.Color.Black;
this.btnVolumeUp.Location = new System.Drawing.Point(624, 3);
this.btnVolumeUp.Name = "btnVolumeUp";
this.btnVolumeUp.Size = new System.Drawing.Size(100, 30);
this.btnVolumeUp.TabIndex = 7;
this.btnVolumeUp.Text = "Volume Up";
this.btnVolumeUp.UseVisualStyleBackColor = true;
this.btnVolumeUp.Click += new System.EventHandler(this.btnVolumeUp_Click);
this.btnVolumeDown.ForeColor = System.Drawing.Color.Black;
this.btnVolumeDown.Location = new System.Drawing.Point(518, 3);
this.btnVolumeDown.Name = "btnVolumeDown";
this.btnVolumeDown.Size = new System.Drawing.Size(100, 30);
this.btnVolumeDown.TabIndex = 6;
this.btnVolumeDown.Text = "Volume Down";
this.btnVolumeDown.UseVisualStyleBackColor = true;
this.btnVolumeDown.Click += new System.EventHandler(this.btnVolumeDown_Click);
this.btnSeekBackward10Sec.ForeColor = System.Drawing.Color.Black;
this.btnSeekBackward10Sec.Location = new System.Drawing.Point(3, 3);
this.btnSeekBackward10Sec.Name = "btnSeekBackward10Sec";
this.btnSeekBackward10Sec.Size = new System.Drawing.Size(132, 30);
this.btnSeekBackward10Sec.TabIndex = 5;
this.btnSeekBackward10Sec.Text = "Seek Backward 10 Sec";
this.btnSeekBackward10Sec.UseVisualStyleBackColor = true;
this.btnSeekBackward10Sec.Click += new System.EventHandler(this.btnSeekBackward10Sec_Click);
this.lblGetDuration.AutoSize = true;
this.lblGetDuration.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
this.lblGetDuration.Location = new System.Drawing.Point(3, 608);
this.lblGetDuration.Name = "lblGetDuration";
this.lblGetDuration.Size = new System.Drawing.Size(0, 25);
this.lblGetDuration.TabIndex = 6;
this.btnPreviuse.ForeColor = System.Drawing.Color.Black;
this.btnPreviuse.Location = new System.Drawing.Point(291, 3);
this.btnPreviuse.Name = "btnPreviuse";
this.btnPreviuse.Size = new System.Drawing.Size(100, 30);
this.btnPreviuse.TabIndex = 9;
this.btnPreviuse.Text = "Previuse";
this.btnPreviuse.UseVisualStyleBackColor = true;
this.btnPreviuse.Click += new System.EventHandler(this.btnPreviuse_Click);
this.btnNext.ForeColor = System.Drawing.Color.Black;
this.btnNext.Location = new System.Drawing.Point(397, 3);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(100, 30);
this.btnNext.TabIndex = 10;
this.btnNext.Text = "Next";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblGetDuration);
this.Controls.Add(this.panelSeek);
this.Controls.Add(this.btnPlay);
this.Controls.Add(this.btnBrowseMp3);
this.Controls.Add(this.btnPage1);
this.Name = "UserControlMp3Player";
this.Size = new System.Drawing.Size(980, 675);
this.panelSeek.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnPage1;
private System.Windows.Forms.Button btnBrowseMp3;
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Button btnSeekForward10Sec;
private System.Windows.Forms.Panel panelSeek;
private System.Windows.Forms.Button btnSeekBackward10Sec;
private System.Windows.Forms.Button btnVolumeUp;
private System.Windows.Forms.Button btnVolumeDown;
private System.Windows.Forms.Button btnGetDuration;
private System.Windows.Forms.Label lblGetDuration;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnPreviuse;
}
}