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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? mp3.designer.cs

?? C#音樂播放器源代碼
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace MyMp3Baby
{
    partial class Mp3
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </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.關(guān)閉播放器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, "打開關(guān)閉控制面版");
            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, "單曲循環(huán)");
            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, "全部循環(huán)播放");
            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, "關(guān)閉播放器");
            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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
高清国产一区二区三区| 欧美一级xxx| 欧美日韩国产经典色站一区二区三区| 精品国产91亚洲一区二区三区婷婷| 国产精品免费久久| 蜜臀91精品一区二区三区 | 99精品在线免费| 91精品综合久久久久久| 中文字幕一区二区三区四区不卡| 日本中文字幕一区| 在线视频综合导航| 久久精品免费在线观看| 视频一区二区三区在线| 91香蕉视频在线| 国产欧美日韩视频一区二区| 日韩精品欧美精品| 色先锋久久av资源部| 国产精品午夜电影| 国产激情精品久久久第一区二区| 欧美日韩免费一区二区三区视频| 中文字幕一区二区三区精华液 | 欧美日本在线一区| 亚洲欧洲在线观看av| 丁香婷婷综合网| xfplay精品久久| 蜜桃久久精品一区二区| 这里只有精品99re| 婷婷中文字幕一区三区| 欧美日韩不卡视频| 午夜精品久久久久| 欧美日韩一级片网站| 亚洲午夜免费福利视频| 欧美亚洲精品一区| 亚洲午夜私人影院| 欧美日韩免费电影| 水蜜桃久久夜色精品一区的特点| 91久久国产最好的精华液| 一区二区三区资源| 欧美日韩一卡二卡| 三级亚洲高清视频| 日韩精品自拍偷拍| 国产自产2019最新不卡| 久久精品人人做人人爽97| 国产91精品久久久久久久网曝门| 国产亚洲精品7777| 99精品国产99久久久久久白柏| 国产精品久久99| 色婷婷亚洲一区二区三区| 亚洲亚洲精品在线观看| 欧美剧情片在线观看| 免费av网站大全久久| 久久精品在这里| 99久久er热在这里只有精品66| 亚洲欧洲一区二区三区| 欧美日韩亚洲综合在线| 久久精品国产网站| 日本一二三四高清不卡| 色哟哟亚洲精品| 免费高清不卡av| 中文字幕av一区二区三区高 | 亚洲精品中文在线影院| 欧美人狂配大交3d怪物一区| 麻豆国产91在线播放| 国产精品午夜免费| 欧美日韩高清影院| 国产在线精品免费av| 中文字幕一区二区三区在线观看 | 综合久久综合久久| 欧美日韩中文字幕一区| 狠狠网亚洲精品| 亚洲精品视频在线| 日韩精品一区二区三区视频 | 色屁屁一区二区| 日韩国产欧美一区二区三区| 久久免费电影网| 色视频成人在线观看免| 国产一区中文字幕| 一区二区三区免费网站| 久久一二三国产| 欧美在线不卡视频| 国产精品88av| 亚洲香蕉伊在人在线观| 欧美国产禁国产网站cc| 欧美日韩综合在线| av毛片久久久久**hd| 日韩电影在线观看一区| 亚洲色图欧美偷拍| 26uuu亚洲综合色欧美| 欧美私模裸体表演在线观看| 高清shemale亚洲人妖| 午夜精品福利视频网站 | 欧美一卡2卡3卡4卡| 成人高清视频在线观看| 久久99国产精品久久99果冻传媒| 亚洲精品一二三| 国产视频一区在线观看| 日韩免费视频一区二区| 欧美日韩日日骚| 色系网站成人免费| 99视频超级精品| 国产成都精品91一区二区三| 蜜臀av性久久久久av蜜臀妖精 | 免费观看在线综合| 亚洲一区二区三区爽爽爽爽爽 | 国产精品一区二区三区四区 | 亚洲精品免费视频| 中文幕一区二区三区久久蜜桃| 日韩欧美国产系列| 69堂精品视频| 欧美人xxxx| 7777精品久久久大香线蕉| 欧美婷婷六月丁香综合色| 欧美日韩一区中文字幕| 欧美最新大片在线看| 日本福利一区二区| 91精品福利视频| 91在线你懂得| 91麻豆高清视频| 91激情在线视频| 在线一区二区三区四区| 欧美丝袜丝nylons| 欧美日韩视频在线一区二区| 欧美日韩久久一区| 欧美丰满少妇xxxxx高潮对白 | 亚洲va韩国va欧美va精品| 亚洲成av人影院| 日韩不卡手机在线v区| 麻豆一区二区99久久久久| 精品一区二区在线看| 国产精品一二三四区| 粉嫩av一区二区三区粉嫩| thepron国产精品| 欧美性感一区二区三区| 在线一区二区视频| 欧美一级专区免费大片| 久久久久久久久久久久久女国产乱| 久久九九久久九九| **性色生活片久久毛片| 亚洲国产成人porn| 久久精品国产99国产精品| 国产一区 二区 三区一级| 成人av动漫在线| 欧美日韩午夜精品| 久久蜜桃一区二区| 一区二区三区日韩精品视频| 日日噜噜夜夜狠狠视频欧美人| 久久精品国产亚洲a| 成人中文字幕合集| 欧美系列日韩一区| 久久奇米777| 又紧又大又爽精品一区二区| 秋霞电影一区二区| 99久久久久免费精品国产| 欧美日韩国产美女| 国产日韩欧美精品电影三级在线| 亚洲欧美另类在线| 免费观看在线综合色| 色久综合一二码| 精品久久国产老人久久综合| 亚洲特级片在线| 久久精品国产秦先生| 在线观看日韩电影| 国产婷婷一区二区| 日韩国产在线一| 99在线精品一区二区三区| 555www色欧美视频| 亚洲人吸女人奶水| 国产一区二区精品在线观看| 欧美三级日韩三级| 国产精品欧美久久久久无广告| 午夜婷婷国产麻豆精品| 91麻豆精品国产91久久久久久| 中日韩av电影| 国产一区二区三区av电影| 欧美人牲a欧美精品| 亚洲精品乱码久久久久久日本蜜臀| 美国一区二区三区在线播放| 91久久国产综合久久| 中文字幕永久在线不卡| 国产黄人亚洲片| 日韩一二在线观看| 亚洲狠狠爱一区二区三区| 成人sese在线| 国产调教视频一区| 国产毛片精品视频| 日韩午夜激情免费电影| 亚洲成人精品在线观看| 97精品超碰一区二区三区| 久久久精品tv| 国产一区在线观看视频| 精品国产一区二区亚洲人成毛片 | 日本视频免费一区| 91搞黄在线观看| 国产精品麻豆欧美日韩ww| 国产在线播放一区三区四| 日韩欧美国产1| 蓝色福利精品导航| 日韩美女视频一区二区在线观看| 天堂一区二区在线| 欧美日韩中文一区|