📄 mp3.designer.cs
字号:
this.btn_move_one.Click += new System.EventHandler(this.btn_move_one_Click);
//
// button4
//
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.Location = new System.Drawing.Point(216, 186);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(86, 20);
this.button4.TabIndex = 17;
this.button4.Text = "全部移除";
this.button4.UseVisualStyleBackColor = true;
this.button4.Visible = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// timer1
//
this.timer1.Interval = 50;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Interval = 1000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// btn_select_play
//
this.btn_select_play.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_select_play.Location = new System.Drawing.Point(216, 83);
this.btn_select_play.Name = "btn_select_play";
this.btn_select_play.Size = new System.Drawing.Size(86, 21);
this.btn_select_play.TabIndex = 18;
this.btn_select_play.Text = "播放选中歌曲";
this.btn_select_play.UseVisualStyleBackColor = true;
this.btn_select_play.Visible = false;
this.btn_select_play.Click += new System.EventHandler(this.btn_select_play_Click);
//
// label1
//
this.label1.BackColor = System.Drawing.Color.LightGray;
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
this.label1.Location = new System.Drawing.Point(165, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 16);
this.label1.TabIndex = 19;
this.label1.Text = "静音";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "MusicBaby";
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.显示播放器ToolStripMenuItem,
this.toolStripSeparator1,
this.关闭播放器ToolStripMenuItem,
this.toolStripSeparator2});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(131, 60);
//
// 显示播放器ToolStripMenuItem
//
this.显示播放器ToolStripMenuItem.Name = "显示播放器ToolStripMenuItem";
this.显示播放器ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.显示播放器ToolStripMenuItem.Text = "显示播放器";
this.显示播放器ToolStripMenuItem.Click += new System.EventHandler(this.显示播放器ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(127, 6);
//
// 关闭播放器ToolStripMenuItem
//
this.关闭播放器ToolStripMenuItem.Name = "关闭播放器ToolStripMenuItem";
this.关闭播放器ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.关闭播放器ToolStripMenuItem.Text = "关闭播放器";
this.关闭播放器ToolStripMenuItem.Click += new System.EventHandler(this.关闭播放器ToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(127, 6);
//
// timer3
//
this.timer3.Interval = 300;
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// btn_help
//
this.btn_help.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_help.Location = new System.Drawing.Point(215, 211);
this.btn_help.Name = "btn_help";
this.btn_help.Size = new System.Drawing.Size(86, 20);
this.btn_help.TabIndex = 29;
this.btn_help.Text = "关于帮助说明";
this.btn_help.UseVisualStyleBackColor = true;
this.btn_help.Visible = false;
this.btn_help.Click += new System.EventHandler(this.btn_help_Click);
//
// Mp3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Cyan;
this.ClientSize = new System.Drawing.Size(642, 367);
this.Controls.Add(this.btn_help);
this.Controls.Add(this.lab_can_see_geci_panel);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.lab_now_position);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.lab_xx_xx);
this.Controls.Add(this.btn_select_play);
this.Controls.Add(this.label1);
this.Controls.Add(this.button4);
this.Controls.Add(this.lab_min);
this.Controls.Add(this.btn_move_one);
this.Controls.Add(this.btn_add_one);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.btn_add_dir);
this.Controls.Add(this.lab_pre);
this.Controls.Add(this.lab_next);
this.Controls.Add(this.lab_stop);
this.Controls.Add(this.lab_play);
this.Controls.Add(this.lab_hide);
this.Controls.Add(this.lab_all);
this.Controls.Add(this.lab_one_cycle);
this.Controls.Add(this.lab_ctl);
this.Controls.Add(this.lab_mp3_name);
this.Controls.Add(this.trackBar1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lab_no_sound);
this.Controls.Add(this.axWindowsMediaPlayer1);
this.Controls.Add(this.pictureBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Mp3";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.TopMost = true;
this.TransparencyKey = System.Drawing.Color.Cyan;
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lab_no_sound)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer1;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lab_mp3_name;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label lab_play;
private System.Windows.Forms.Label lab_stop;
private System.Windows.Forms.Label lab_next;
private System.Windows.Forms.Label lab_pre;
private System.Windows.Forms.Label lab_ctl;
private System.Windows.Forms.Label lab_one_cycle;
private System.Windows.Forms.Label lab_all;
private System.Windows.Forms.Label lab_hide;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button btn_add_dir;
private System.Windows.Forms.Button btn_add_one;
private System.Windows.Forms.Button btn_move_one;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Button btn_select_play;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lab_min;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 显示播放器ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem 关闭播放器ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.Timer timer3;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label lab_xx_xx;
private System.Windows.Forms.Label lab_now_position;
private System.Windows.Forms.PictureBox lab_no_sound;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lab_can_see_geci_panel;
private System.Windows.Forms.Button btn_help;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -