📄 mp3.designer.cs
字号:
this.progressBar1.Size = new System.Drawing.Size(204, 10);
this.progressBar1.Step = 2;
this.progressBar1.TabIndex = 21;
this.toolTip1.SetToolTip(this.progressBar1, "歌曲进度");
this.progressBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
this.progressBar1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
//
// lab_xx_xx
//
this.lab_xx_xx.BackColor = System.Drawing.Color.DarkSlateBlue;
this.lab_xx_xx.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.lab_xx_xx.Location = new System.Drawing.Point(216, 9);
this.lab_xx_xx.Margin = new System.Windows.Forms.Padding(0);
this.lab_xx_xx.Name = "lab_xx_xx";
this.lab_xx_xx.Size = new System.Drawing.Size(35, 10);
this.lab_xx_xx.TabIndex = 22;
this.lab_xx_xx.Text = "00:00";
this.lab_xx_xx.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.toolTip1.SetToolTip(this.lab_xx_xx, "歌曲长度");
//
// lab_now_position
//
this.lab_now_position.BackColor = System.Drawing.Color.DarkSlateBlue;
this.lab_now_position.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.lab_now_position.Location = new System.Drawing.Point(216, 26);
this.lab_now_position.Margin = new System.Windows.Forms.Padding(0);
this.lab_now_position.Name = "lab_now_position";
this.lab_now_position.Size = new System.Drawing.Size(35, 10);
this.lab_now_position.TabIndex = 23;
this.lab_now_position.Text = "00:00";
this.lab_now_position.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.toolTip1.SetToolTip(this.lab_now_position, "已播放时间");
//
// label2
//
this.label2.BackColor = System.Drawing.Color.DarkSlateBlue;
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label2.Location = new System.Drawing.Point(336, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 14);
this.label2.TabIndex = 26;
this.label2.Text = "添加歌词";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.toolTip1.SetToolTip(this.label2, "选择歌词文件(*.txt)\r\n");
this.label2.Visible = false;
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// pictureBox2
//
this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(318, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(318, 248);
this.pictureBox2.TabIndex = 24;
this.pictureBox2.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox2, "请确保歌词文件为txt且与音乐文件同名");
this.pictureBox2.Visible = false;
//
// listBox2
//
this.listBox2.BackColor = System.Drawing.Color.LightGray;
this.listBox2.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 12;
this.listBox2.Location = new System.Drawing.Point(336, 34);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(285, 196);
this.listBox2.TabIndex = 25;
this.toolTip1.SetToolTip(this.listBox2, "请确保歌词文件为txt且与音乐文件同名");
this.listBox2.Visible = false;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.DarkSlateBlue;
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(422, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(175, 14);
this.label3.TabIndex = 27;
this.label3.Text = "请确保歌词与音乐文件同名";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.toolTip1.SetToolTip(this.label3, "请确保歌词文件为txt且与音乐文件同名");
this.label3.Visible = false;
//
// lab_can_see_geci_panel
//
this.lab_can_see_geci_panel.BackColor = System.Drawing.Color.DarkSlateBlue;
this.lab_can_see_geci_panel.Cursor = System.Windows.Forms.Cursors.Hand;
this.lab_can_see_geci_panel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lab_can_see_geci_panel.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.lab_can_see_geci_panel.Location = new System.Drawing.Point(283, 9);
this.lab_can_see_geci_panel.Name = "lab_can_see_geci_panel";
this.lab_can_see_geci_panel.Size = new System.Drawing.Size(19, 10);
this.lab_can_see_geci_panel.TabIndex = 28;
this.lab_can_see_geci_panel.Text = "G";
this.lab_can_see_geci_panel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.toolTip1.SetToolTip(this.lab_can_see_geci_panel, "显示关闭歌词面版");
this.lab_can_see_geci_panel.Click += new System.EventHandler(this.lab_can_see_geci_panel_Click);
//
// lab_play
//
this.lab_play.BackColor = System.Drawing.Color.LightGray;
this.lab_play.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lab_play.Cursor = System.Windows.Forms.Cursors.Hand;
this.lab_play.Location = new System.Drawing.Point(9, 39);
this.lab_play.Name = "lab_play";
this.lab_play.Size = new System.Drawing.Size(32, 16);
this.lab_play.TabIndex = 4;
this.lab_play.Text = "Play";
this.lab_play.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lab_play.Click += new System.EventHandler(this.lab_play_Click);
//
// lab_stop
//
this.lab_stop.BackColor = System.Drawing.Color.LightGray;
this.lab_stop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lab_stop.Cursor = System.Windows.Forms.Cursors.Hand;
this.lab_stop.Location = new System.Drawing.Point(47, 39);
this.lab_stop.Name = "lab_stop";
this.lab_stop.Size = new System.Drawing.Size(32, 16);
this.lab_stop.TabIndex = 5;
this.lab_stop.Text = "Stop";
this.lab_stop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lab_stop.Click += new System.EventHandler(this.lab_stop_Click);
//
// lab_next
//
this.lab_next.BackColor = System.Drawing.Color.LightGray;
this.lab_next.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lab_next.Cursor = System.Windows.Forms.Cursors.Hand;
this.lab_next.Location = new System.Drawing.Point(87, 39);
this.lab_next.Name = "lab_next";
this.lab_next.Size = new System.Drawing.Size(32, 16);
this.lab_next.TabIndex = 6;
this.lab_next.Text = "Next";
this.lab_next.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lab_next.Click += new System.EventHandler(this.lab_next_Click);
//
// lab_pre
//
this.lab_pre.BackColor = System.Drawing.Color.LightGray;
this.lab_pre.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.lab_pre.Cursor = System.Windows.Forms.Cursors.Hand;
this.lab_pre.Location = new System.Drawing.Point(126, 39);
this.lab_pre.Name = "lab_pre";
this.lab_pre.Size = new System.Drawing.Size(33, 16);
this.lab_pre.TabIndex = 7;
this.lab_pre.Text = "Pre";
this.lab_pre.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lab_pre.Click += new System.EventHandler(this.lab_pre_Click);
//
// lab_no_sound
//
this.lab_no_sound.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("lab_no_sound.BackgroundImage")));
this.lab_no_sound.Location = new System.Drawing.Point(-3, 63);
this.lab_no_sound.Name = "lab_no_sound";
this.lab_no_sound.Size = new System.Drawing.Size(318, 185);
this.lab_no_sound.TabIndex = 12;
this.lab_no_sound.TabStop = false;
this.lab_no_sound.Visible = false;
this.lab_no_sound.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
this.lab_no_sound.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
//
// listBox1
//
this.listBox1.BackColor = System.Drawing.SystemColors.ScrollBar;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(8, 83);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(193, 148);
this.listBox1.TabIndex = 13;
this.listBox1.Visible = false;
this.listBox1.DoubleClick += new System.EventHandler(this.btn_select_play_Click);
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// btn_add_dir
//
this.btn_add_dir.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_add_dir.Location = new System.Drawing.Point(216, 109);
this.btn_add_dir.Name = "btn_add_dir";
this.btn_add_dir.Size = new System.Drawing.Size(86, 21);
this.btn_add_dir.TabIndex = 14;
this.btn_add_dir.Text = "添加文件夹";
this.btn_add_dir.UseVisualStyleBackColor = true;
this.btn_add_dir.Visible = false;
this.btn_add_dir.Click += new System.EventHandler(this.btn_add_dir_Click);
//
// btn_add_one
//
this.btn_add_one.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_add_one.Location = new System.Drawing.Point(216, 135);
this.btn_add_one.Name = "btn_add_one";
this.btn_add_one.Size = new System.Drawing.Size(86, 21);
this.btn_add_one.TabIndex = 15;
this.btn_add_one.Text = "添加单曲";
this.btn_add_one.UseVisualStyleBackColor = true;
this.btn_add_one.Visible = false;
this.btn_add_one.Click += new System.EventHandler(this.btn_add_one_Click);
//
// btn_move_one
//
this.btn_move_one.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_move_one.Location = new System.Drawing.Point(216, 161);
this.btn_move_one.Name = "btn_move_one";
this.btn_move_one.Size = new System.Drawing.Size(86, 20);
this.btn_move_one.TabIndex = 16;
this.btn_move_one.Text = "移除单曲";
this.btn_move_one.UseVisualStyleBackColor = true;
this.btn_move_one.Visible = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -