⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp3.designer.cs

📁 C#音乐播放器源代码
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyMp3Baby
{
    partial class Mp3
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Mp3));
            this.axWindowsMediaPlayer1 = new AxWMPLib.AxWindowsMediaPlayer();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lab_mp3_name = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.lab_ctl = new System.Windows.Forms.Label();
            this.lab_one_cycle = new System.Windows.Forms.Label();
            this.lab_all = new System.Windows.Forms.Label();
            this.lab_hide = new System.Windows.Forms.Label();
            this.lab_min = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.lab_xx_xx = new System.Windows.Forms.Label();
            this.lab_now_position = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.lab_can_see_geci_panel = new System.Windows.Forms.Label();
            this.lab_play = new System.Windows.Forms.Label();
            this.lab_stop = new System.Windows.Forms.Label();
            this.lab_next = new System.Windows.Forms.Label();
            this.lab_pre = new System.Windows.Forms.Label();
            this.lab_no_sound = new System.Windows.Forms.PictureBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.btn_add_dir = new System.Windows.Forms.Button();
            this.btn_add_one = new System.Windows.Forms.Button();
            this.btn_move_one = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.btn_select_play = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.显示播放器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.关闭播放器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.timer3 = new System.Windows.Forms.Timer(this.components);
            this.btn_help = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lab_no_sound)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // axWindowsMediaPlayer1
            // 
            this.axWindowsMediaPlayer1.Enabled = true;
            this.axWindowsMediaPlayer1.Location = new System.Drawing.Point(-3, 0);
            this.axWindowsMediaPlayer1.Name = "axWindowsMediaPlayer1";
            this.axWindowsMediaPlayer1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer1.OcxState")));
            this.axWindowsMediaPlayer1.Size = new System.Drawing.Size(318, 23);
            this.axWindowsMediaPlayer1.TabIndex = 0;
            this.axWindowsMediaPlayer1.Visible = false;
            // 
            // trackBar1
            // 
            this.trackBar1.AutoSize = false;
            this.trackBar1.BackColor = System.Drawing.Color.DarkSlateBlue;
            this.trackBar1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.trackBar1.Location = new System.Drawing.Point(215, 39);
            this.trackBar1.Margin = new System.Windows.Forms.Padding(0);
            this.trackBar1.Maximum = 100;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(62, 16);
            this.trackBar1.TabIndex = 1;
            this.trackBar1.TabStop = false;
            this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
            this.toolTip1.SetToolTip(this.trackBar1, "声音控制");
            this.trackBar1.Value = 50;
            this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox1.Location = new System.Drawing.Point(-3, 0);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(318, 60);
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
            this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
            // 
            // lab_mp3_name
            // 
            this.lab_mp3_name.BackColor = System.Drawing.Color.LightGray;
            this.lab_mp3_name.Location = new System.Drawing.Point(9, 9);
            this.lab_mp3_name.Margin = new System.Windows.Forms.Padding(0);
            this.lab_mp3_name.Name = "lab_mp3_name";
            this.lab_mp3_name.Size = new System.Drawing.Size(203, 14);
            this.lab_mp3_name.TabIndex = 3;
            this.lab_mp3_name.Text = "MusicBaby播放器";
            this.lab_mp3_name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lab_mp3_name.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
            this.lab_mp3_name.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
            // 
            // lab_ctl
            // 
            this.lab_ctl.BackColor = System.Drawing.Color.DarkSlateBlue;
            this.lab_ctl.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lab_ctl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lab_ctl.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lab_ctl.Location = new System.Drawing.Point(258, 9);
            this.lab_ctl.Name = "lab_ctl";
            this.lab_ctl.Size = new System.Drawing.Size(19, 10);
            this.lab_ctl.TabIndex = 8;
            this.lab_ctl.Text = "C";
            this.lab_ctl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.lab_ctl, "打开关闭控制面版");
            this.lab_ctl.Click += new System.EventHandler(this.lab_ctl_Click);
            // 
            // lab_one_cycle
            // 
            this.lab_one_cycle.BackColor = System.Drawing.Color.DarkSlateBlue;
            this.lab_one_cycle.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lab_one_cycle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lab_one_cycle.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lab_one_cycle.Location = new System.Drawing.Point(283, 26);
            this.lab_one_cycle.Name = "lab_one_cycle";
            this.lab_one_cycle.Size = new System.Drawing.Size(19, 10);
            this.lab_one_cycle.TabIndex = 9;
            this.lab_one_cycle.Text = "O";
            this.lab_one_cycle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.lab_one_cycle, "单曲循环");
            this.lab_one_cycle.Click += new System.EventHandler(this.lab_one_cycle_Click);
            // 
            // lab_all
            // 
            this.lab_all.BackColor = System.Drawing.Color.Thistle;
            this.lab_all.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lab_all.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lab_all.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lab_all.Location = new System.Drawing.Point(258, 26);
            this.lab_all.Name = "lab_all";
            this.lab_all.Size = new System.Drawing.Size(19, 10);
            this.lab_all.TabIndex = 10;
            this.lab_all.Text = "A";
            this.lab_all.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.lab_all, "全部循环播放");
            this.lab_all.Click += new System.EventHandler(this.lab_all_Click);
            // 
            // lab_hide
            // 
            this.lab_hide.BackColor = System.Drawing.Color.DarkSlateBlue;
            this.lab_hide.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lab_hide.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lab_hide.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
            this.lab_hide.Location = new System.Drawing.Point(283, 39);
            this.lab_hide.Name = "lab_hide";
            this.lab_hide.Size = new System.Drawing.Size(19, 16);
            this.lab_hide.TabIndex = 11;
            this.lab_hide.Text = "E";
            this.lab_hide.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.lab_hide, "关闭播放器");
            this.lab_hide.Click += new System.EventHandler(this.lab_hide_Click);
            // 
            // lab_min
            // 
            this.lab_min.BackColor = System.Drawing.Color.Gray;
            this.lab_min.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lab_min.Cursor = System.Windows.Forms.Cursors.Hand;
            this.lab_min.ForeColor = System.Drawing.Color.White;
            this.lab_min.Image = ((System.Drawing.Image)(resources.GetObject("lab_min.Image")));
            this.lab_min.Location = new System.Drawing.Point(304, 0);
            this.lab_min.Name = "lab_min";
            this.lab_min.Size = new System.Drawing.Size(11, 10);
            this.lab_min.TabIndex = 20;
            this.lab_min.Text = "-";
            this.lab_min.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolTip1.SetToolTip(this.lab_min, "最小化到通知栏图标");
            this.lab_min.Click += new System.EventHandler(this.lab_min_Click);
            // 
            // progressBar1
            // 
            this.progressBar1.BackColor = System.Drawing.Color.LightGray;
            this.progressBar1.ForeColor = System.Drawing.Color.DeepSkyBlue;
            this.progressBar1.Location = new System.Drawing.Point(8, 26);
            this.progressBar1.Margin = new System.Windows.Forms.Padding(0);
            this.progressBar1.Name = "progressBar1";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -