www.pudn.com > seamp3.rar > Form1.Designer.cs
namespace seamp3
{
partial class Form1
{
///
/// 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.listBox1 = new System.Windows.Forms.ListBox();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.将文件添加到列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.删除选定歌曲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.清除所有歌曲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.控制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.上一首歌曲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.下一首歌曲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.顺序播放ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重复播放ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重复播放所有歌曲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重复播放此歌曲ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.随机播放ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于seamp3ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.BackColor = System.Drawing.SystemColors.MenuHighlight;
this.listBox1.Dock = System.Windows.Forms.DockStyle.Right;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(268, 24);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(163, 244);
this.listBox1.TabIndex = 1;
this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick);
this.listBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listBox1_KeyUp);
//
// notifyIcon1
//
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "mp3播放器";
this.notifyIcon1.Visible = true;
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.控制ToolStripMenuItem,
this.关于ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(431, 24);
this.menuStrip1.TabIndex = 2;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.将文件添加到列表ToolStripMenuItem,
this.toolStripMenuItem2,
this.toolStripMenuItem1,
this.删除选定歌曲ToolStripMenuItem,
this.清除所有歌曲ToolStripMenuItem,
this.toolStripMenuItem3,
this.退出ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.文件ToolStripMenuItem.Text = "文件(&F)";
//
// 将文件添加到列表ToolStripMenuItem
//
this.将文件添加到列表ToolStripMenuItem.Name = "将文件添加到列表ToolStripMenuItem";
this.将文件添加到列表ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.将文件添加到列表ToolStripMenuItem.Text = "将文件添加到列表...";
this.将文件添加到列表ToolStripMenuItem.Click += new System.EventHandler(this.将文件添加到列表ToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(196, 22);
this.toolStripMenuItem2.Text = "将文件夹添加到列表...";
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(193, 6);
//
// 删除选定歌曲ToolStripMenuItem
//
this.删除选定歌曲ToolStripMenuItem.Name = "删除选定歌曲ToolStripMenuItem";
this.删除选定歌曲ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.删除选定歌曲ToolStripMenuItem.Text = "删除选定歌曲";
this.删除选定歌曲ToolStripMenuItem.Click += new System.EventHandler(this.删除选定歌曲ToolStripMenuItem_Click);
//
// 清除所有歌曲ToolStripMenuItem
//
this.清除所有歌曲ToolStripMenuItem.Name = "清除所有歌曲ToolStripMenuItem";
this.清除所有歌曲ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.清除所有歌曲ToolStripMenuItem.Text = "清除所有歌曲";
this.清除所有歌曲ToolStripMenuItem.Click += new System.EventHandler(this.清除所有歌曲ToolStripMenuItem_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(193, 6);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// 控制ToolStripMenuItem
//
this.控制ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.上一首歌曲ToolStripMenuItem,
this.下一首歌曲ToolStripMenuItem,
this.toolStripMenuItem4,
this.顺序播放ToolStripMenuItem,
this.重复播放ToolStripMenuItem,
this.重复播放所有歌曲ToolStripMenuItem,
this.重复播放此歌曲ToolStripMenuItem,
this.随机播放ToolStripMenuItem});
this.控制ToolStripMenuItem.Name = "控制ToolStripMenuItem";
this.控制ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.控制ToolStripMenuItem.Text = "控制(&C)";
this.控制ToolStripMenuItem.Click += new System.EventHandler(this.控制ToolStripMenuItem_Click);
//
// 上一首歌曲ToolStripMenuItem
//
this.上一首歌曲ToolStripMenuItem.Name = "上一首歌曲ToolStripMenuItem";
this.上一首歌曲ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.上一首歌曲ToolStripMenuItem.Text = "上一首歌曲";
this.上一首歌曲ToolStripMenuItem.Click += new System.EventHandler(this.上一首歌曲ToolStripMenuItem_Click);
//
// 下一首歌曲ToolStripMenuItem
//
this.下一首歌曲ToolStripMenuItem.Name = "下一首歌曲ToolStripMenuItem";
this.下一首歌曲ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.下一首歌曲ToolStripMenuItem.Text = "下一首歌曲";
this.下一首歌曲ToolStripMenuItem.Click += new System.EventHandler(this.下一首歌曲ToolStripMenuItem_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(163, 6);
//
// 顺序播放ToolStripMenuItem
//
this.顺序播放ToolStripMenuItem.Name = "顺序播放ToolStripMenuItem";
this.顺序播放ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.顺序播放ToolStripMenuItem.Text = "顺序播放";
this.顺序播放ToolStripMenuItem.Click += new System.EventHandler(this.顺序播放ToolStripMenuItem_Click);
//
// 重复播放ToolStripMenuItem
//
this.重复播放ToolStripMenuItem.Name = "重复播放ToolStripMenuItem";
this.重复播放ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.重复播放ToolStripMenuItem.Text = "重复播放";
this.重复播放ToolStripMenuItem.Click += new System.EventHandler(this.重复播放ToolStripMenuItem_Click);
//
// 重复播放所有歌曲ToolStripMenuItem
//
this.重复播放所有歌曲ToolStripMenuItem.Name = "重复播放所有歌曲ToolStripMenuItem";
this.重复播放所有歌曲ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.重复播放所有歌曲ToolStripMenuItem.Text = "重复播放所有歌曲";
this.重复播放所有歌曲ToolStripMenuItem.Click += new System.EventHandler(this.重复播放所有歌曲ToolStripMenuItem_Click);
//
// 重复播放此歌曲ToolStripMenuItem
//
this.重复播放此歌曲ToolStripMenuItem.Name = "重复播放此歌曲ToolStripMenuItem";
this.重复播放此歌曲ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.重复播放此歌曲ToolStripMenuItem.Text = "重复播放单歌曲";
this.重复播放此歌曲ToolStripMenuItem.Click += new System.EventHandler(this.重复播放此歌曲ToolStripMenuItem_Click);
//
// 随机播放ToolStripMenuItem
//
this.随机播放ToolStripMenuItem.Name = "随机播放ToolStripMenuItem";
this.随机播放ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.随机播放ToolStripMenuItem.Text = "随机播放";
this.随机播放ToolStripMenuItem.Click += new System.EventHandler(this.随机播放ToolStripMenuItem_Click);
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.关于seamp3ToolStripMenuItem});
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.关于ToolStripMenuItem.Text = "关于(&A)";
//
// 关于seamp3ToolStripMenuItem
//
this.关于seamp3ToolStripMenuItem.Name = "关于seamp3ToolStripMenuItem";
this.关于seamp3ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.关于seamp3ToolStripMenuItem.Text = "关于seamp3...";
this.关于seamp3ToolStripMenuItem.Click += new System.EventHandler(this.关于seamp3ToolStripMenuItem_Click);
//
// axWindowsMediaPlayer1
//
this.axWindowsMediaPlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.axWindowsMediaPlayer1.Enabled = true;
this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(0, 24);
this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(268, 247);
this.axWindowsMediaPlayer1.TabIndex = 3;
//
// Form1
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(431, 271);
this.Controls.Add(this.axWindowsMediaPlayer1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.Text = "媒体播放器";
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
this.Resize += new System.EventHandler(this.Form1_Resize);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
//private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
//private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
//private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 将文件添加到列表ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem 删除选定歌曲ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 清除所有歌曲ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 控制ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 上一首歌曲ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 下一首歌曲ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem 顺序播放ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重复播放ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重复播放所有歌曲ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重复播放此歌曲ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 随机播放ToolStripMenuItem;
private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于seamp3ToolStripMenuItem;
}
}