亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? mp3.designer.cs

?? C#音樂(lè)播放器源代碼
?? CS
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
            this.progressBar1.Size = new System.Drawing.Size(204, 10);
            this.progressBar1.Step = 2;
            this.progressBar1.TabIndex = 21;
            this.toolTip1.SetToolTip(this.progressBar1, "歌曲進(jìn)度");
            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, "歌曲長(zhǎng)度");
            // 
            // 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, "已播放時(shí)間");
            // 
            // 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, "請(qǐng)確保歌詞文件為txt且與音樂(lè)文件同名");
            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, "請(qǐng)確保歌詞文件為txt且與音樂(lè)文件同名");
            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 = "請(qǐng)確保歌詞與音樂(lè)文件同名";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.label3, "請(qǐng)確保歌詞文件為txt且與音樂(lè)文件同名");
            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, "顯示關(guān)閉歌詞面版");
            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;

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产91精品一区二区麻豆亚洲| 成人免费视频一区二区| 欧美激情一区二区三区四区| 欧美三级电影一区| 国产suv一区二区三区88区| 午夜精品福利在线| 中文字幕一区二区视频| 欧美成人性战久久| 精品视频在线视频| 91免费在线视频观看| 国产乱码精品一品二品| 日本美女视频一区二区| 亚洲影院免费观看| 亚洲欧美日韩中文播放| 久久精品亚洲一区二区三区浴池| 欧美一区二区三区日韩视频| 色94色欧美sute亚洲线路二 | 国产精选一区二区三区| 日韩高清一级片| 亚洲电影一级片| 一区二区久久久久| 亚洲婷婷综合色高清在线| 久久精品一区蜜桃臀影院| 精品久久人人做人人爱| 欧美精品视频www在线观看| 91视频国产观看| 99久久精品免费精品国产| 国产寡妇亲子伦一区二区| 精品中文字幕一区二区| 蜜臀91精品一区二区三区 | 国产欧美一区二区精品忘忧草 | 精品国产乱码久久| 91精品国产综合久久精品图片 | 9i看片成人免费高清| 高清日韩电视剧大全免费| 国产精品系列在线播放| 韩国视频一区二区| 国产在线不卡一卡二卡三卡四卡| 美女爽到高潮91| 精品在线播放免费| 国产精品1024| 成人高清在线视频| 色婷婷av一区二区三区软件| 91久久久免费一区二区| 欧美视频三区在线播放| 欧美日韩免费电影| 欧美电影在线免费观看| 91精品国产免费| 久久人人97超碰com| 久久久久久99久久久精品网站| 久久蜜桃av一区精品变态类天堂| 久久午夜国产精品| 国产女主播一区| 亚洲男人都懂的| 亚洲成人精品在线观看| 99精品久久只有精品| 一本一道综合狠狠老| 欧美伊人久久大香线蕉综合69| 欧美日本在线视频| 欧美一区二区三区公司| 久久久三级国产网站| 国产精品久久久久久妇女6080| 亚洲免费伊人电影| 日日夜夜免费精品| 国产最新精品免费| 一本大道av伊人久久综合| 欧美丝袜丝交足nylons图片| 欧美一级在线观看| 中文字幕av一区二区三区高| 亚洲欧美一区二区久久| 美洲天堂一区二卡三卡四卡视频 | 日韩精品视频网| 高清av一区二区| 欧美亚洲一区二区在线观看| 日韩午夜激情电影| 中文字幕亚洲综合久久菠萝蜜| 午夜伦欧美伦电影理论片| 国内精品伊人久久久久影院对白| 波多野结衣在线aⅴ中文字幕不卡| 欧洲av在线精品| 2021国产精品久久精品| 亚洲免费高清视频在线| 激情五月激情综合网| 在线免费视频一区二区| 精品嫩草影院久久| 亚洲一区二区三区三| 国产一区二区三区不卡在线观看| 色综合久久综合| 国产亚洲一区字幕| 午夜久久久久久久久久一区二区| 成人一级黄色片| 日韩丝袜美女视频| 亚洲一区二区三区四区在线免费观看 | 国产综合久久久久影院| 色播五月激情综合网| 久久久噜噜噜久久中文字幕色伊伊| 亚洲自拍偷拍麻豆| 成人app网站| 日韩午夜激情av| 亚洲成人av福利| 99久久国产综合精品麻豆| 精品乱人伦一区二区三区| 亚洲一区二区三区激情| 成人动漫视频在线| 精品国精品自拍自在线| 五月天激情综合| 色综合一区二区| 国产欧美日韩麻豆91| 麻豆成人久久精品二区三区红| 欧美性受xxxx黑人xyx性爽| 国产精品你懂的| 国产成人8x视频一区二区| 欧美精品一区二区蜜臀亚洲| 午夜精品久久久| 欧美日韩一区视频| 亚洲一区二区三区四区不卡| 成人污视频在线观看| 国产色产综合色产在线视频| 经典三级在线一区| 日韩一区二区三区免费看| 日日摸夜夜添夜夜添精品视频| 欧美在线观看视频一区二区三区| 国产精品久久久久aaaa| 成人免费看黄yyy456| 国产欧美日韩在线观看| 国产成人高清在线| 久久一区二区三区国产精品| 国产主播一区二区| 欧美mv和日韩mv国产网站| 美女精品一区二区| 精品免费视频.| 激情综合色综合久久综合| 精品国产一区二区精华| 精品一区二区三区av| 久久天堂av综合合色蜜桃网| 国产麻豆视频一区| 日本一区二区三区四区| 成人久久18免费网站麻豆| 国产精品久久久久久久久快鸭| 成人免费毛片a| 一区二区三区中文在线| 欧美日韩在线直播| 日本不卡高清视频| 精品国产一区二区三区久久久蜜月| 经典三级视频一区| 国产精品欧美久久久久一区二区| 91在线观看视频| 午夜伊人狠狠久久| 精品国产一区二区三区四区四| 精品午夜一区二区三区在线观看| 久久午夜色播影院免费高清| 成人动漫中文字幕| 亚洲专区一二三| 日韩美女天天操| av一区二区三区在线| 一区二区三区美女| 日韩欧美色综合网站| 国产伦精品一区二区三区免费迷 | √…a在线天堂一区| 欧美系列亚洲系列| 毛片av中文字幕一区二区| 国产性色一区二区| 在线观看三级视频欧美| 日韩中文字幕区一区有砖一区| 精品欧美一区二区在线观看| 国产激情91久久精品导航| 亚洲激情图片qvod| 亚洲成人av电影| 91精品国产综合久久福利软件| 久久99精品久久久久久国产越南 | 轻轻草成人在线| 久久精品欧美一区二区三区麻豆| aaa欧美日韩| 日韩高清电影一区| 国产精品久久久久久一区二区三区 | 日本va欧美va精品| 久久精品亚洲麻豆av一区二区| 色诱视频网站一区| 免费看黄色91| 亚洲欧美另类综合偷拍| 日韩一级片网站| 99精品1区2区| 另类欧美日韩国产在线| 亚洲欧美日韩在线| 亚洲精品在线观看视频| 色婷婷一区二区| 国产精一区二区三区| 亚洲va国产天堂va久久en| 国产亚洲精品超碰| 欧美精品三级日韩久久| 国产成人综合自拍| 日本不卡一区二区| 亚洲精品中文在线影院| 久久精品人人做人人爽人人| 制服视频三区第一页精品| 色婷婷亚洲精品| 成人综合在线观看| 国内精品免费在线观看| 偷拍一区二区三区四区| 亚洲日本电影在线|