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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人v精品蜜桃久久一区| 偷拍一区二区三区四区| 亚洲精品日韩综合观看成人91| 中文字幕欧美一| 亚洲成人av一区| 视频一区视频二区在线观看| 日韩中文字幕1| 国产精品1区2区| 在线一区二区三区四区五区 | 免费成人在线视频观看| 亚洲一区二区三区三| 亚洲视频中文字幕| 日韩精品高清不卡| 精品一区二区三区av| 日本高清成人免费播放| 欧美成人三级在线| 亚洲欧美另类图片小说| 亚洲天堂久久久久久久| 亚洲mv在线观看| 成人午夜精品在线| 7777女厕盗摄久久久| 国产精品久久一级| 国产精选一区二区三区| 欧美在线free| 久久品道一品道久久精品| 亚洲婷婷国产精品电影人久久| 亚洲va在线va天堂| 91亚洲男人天堂| 2023国产精华国产精品| 一区二区三区在线影院| 香蕉乱码成人久久天堂爱免费| 麻豆成人久久精品二区三区小说| 国产成人在线电影| 日本高清不卡视频| 国产精品三级久久久久三级| 亚洲成人动漫精品| 国产综合一区二区| 欧美精品粉嫩高潮一区二区| 久久嫩草精品久久久精品| 免费视频一区二区| 欧美一级片在线看| 三级一区在线视频先锋| 欧美一级欧美一级在线播放| 亚洲女人****多毛耸耸8| 成人久久久精品乱码一区二区三区| 日本一区二区三区电影| 精品亚洲成a人| 中文字幕中文字幕一区| 青娱乐精品视频| 欧美日韩电影一区| 亚洲乱码国产乱码精品精98午夜| 欧美午夜精品久久久| 亚洲成av人片| 欧美成人激情免费网| 成人一区在线看| 亚洲国产精品综合小说图片区| 在线观看视频一区二区欧美日韩| 亚洲免费在线看| 欧美成人三级在线| 粉嫩一区二区三区性色av| 中文字幕亚洲一区二区va在线| 欧美在线视频你懂得| 香蕉加勒比综合久久| 亚洲最大成人综合| 欧美剧在线免费观看网站| 久久精品国产99久久6| 中文字幕一区二区不卡 | 91 com成人网| 国产精品一区二区黑丝| 午夜精品一区二区三区电影天堂| 91麻豆精品国产无毒不卡在线观看| 日韩制服丝袜先锋影音| 日韩一区二区麻豆国产| 99久久精品一区二区| 麻豆精品一区二区综合av| 在线免费观看日本欧美| 中文字幕高清不卡| 欧美中文字幕一区二区三区亚洲| 激情综合网激情| 亚洲蜜臀av乱码久久精品| 欧美va亚洲va在线观看蝴蝶网| 丰满白嫩尤物一区二区| 亚洲一区二区三区四区的| 欧美激情综合五月色丁香小说| 欧美唯美清纯偷拍| 不卡高清视频专区| 国产在线一区观看| 麻豆成人综合网| 日本亚洲最大的色成网站www| 亚洲免费三区一区二区| 日本一区免费视频| 亚洲精品一区二区三区福利 | 免费三级欧美电影| 香蕉影视欧美成人| 最新不卡av在线| 综合网在线视频| 一区二区在线观看免费 | 日韩和欧美一区二区| 亚洲自拍偷拍综合| 亚洲人快播电影网| 亚洲影院理伦片| 亚洲成人av在线电影| 一级中文字幕一区二区| 亚洲国产一区视频| 日韩电影在线观看网站| 日韩码欧中文字| 亚洲国产欧美另类丝袜| 天天综合天天做天天综合| 免费欧美日韩国产三级电影| 麻豆精品一二三| 男女视频一区二区| 国产一区二区免费视频| 欧美日韩夫妻久久| 日日夜夜精品视频免费| 欧美亚洲丝袜传媒另类| 一区二区三区欧美亚洲| 国产成人免费在线视频| 欧美极品美女视频| 成人a免费在线看| 亚洲乱码精品一二三四区日韩在线 | 午夜精品免费在线| 精品视频一区二区不卡| 一区二区在线观看免费| 国产盗摄视频一区二区三区| 亚洲成人av在线电影| 久久精品免费观看| 精品视频在线免费观看| 国产精品麻豆网站| 国产不卡高清在线观看视频| 欧美一级片在线| 一区二区三区日韩在线观看| 激情综合网激情| 成人午夜视频福利| 欧美一区二区日韩| 99re热这里只有精品视频| 久久久无码精品亚洲日韩按摩| 亚洲成人福利片| 欧美在线短视频| 一个色在线综合| 91精品国产综合久久久久久漫画 | 精品一区二区在线视频| 欧美大片一区二区| 久久av中文字幕片| 久久综合九色欧美综合狠狠| 韩国欧美一区二区| 国产精品无码永久免费888| aaa国产一区| 天天操天天综合网| 国产亚洲欧美色| 色妹子一区二区| 精品中文av资源站在线观看| 欧美r级在线观看| 中文字幕一区二区日韩精品绯色| 亚洲午夜私人影院| 欧美性视频一区二区三区| 亚洲视频在线一区| 国产成人综合在线| 国产日韩精品久久久| 国产电影一区二区三区| 欧美精品第1页| 国产精品一区二区三区网站| 日本一区免费视频| 日韩一区二区中文字幕| 99精品偷自拍| 成人免费视频app| 奇米777欧美一区二区| 亚洲美女在线一区| 久久人人97超碰com| 在线播放/欧美激情| 精品视频在线免费看| 欧洲一区二区三区在线| 日本精品一级二级| 国产福利精品导航| 国产精品91一区二区| 久久成人久久鬼色| 国产真实乱对白精彩久久| 久草这里只有精品视频| 精品一区二区在线免费观看| 久久99精品国产.久久久久久 | 久久66热re国产| 国产福利91精品一区| 国产大片一区二区| 97精品电影院| 欧美蜜桃一区二区三区| 欧美一区二区免费视频| 日韩欧美不卡在线观看视频| 日韩精品一区二区三区swag| 国产色综合一区| 亚洲欧美日韩久久精品| 亚洲成人精品一区| 国产成人免费视频| 欧美群妇大交群中文字幕| 日韩欧美激情一区| 亚洲综合在线视频| 国产一区视频导航| 91在线国产观看| 精品久久久久香蕉网| 亚洲精品国产一区二区精华液| 蜜臀av性久久久久蜜臀aⅴ四虎| 成人综合婷婷国产精品久久蜜臀|