?? mp3.designer.cs
字號:
?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 + -