📄 form1.designer.cs
字号:
namespace wmpTest
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuPlay = new System.Windows.Forms.MenuItem();
this.menuBrowse = new System.Windows.Forms.MenuItem();
this.lb_NowPlaying = new System.Windows.Forms.Label();
this.lb_Artist = new System.Windows.Forms.Label();
this.lb_AlbumName = new System.Windows.Forms.Label();
this.lb_BRate = new System.Windows.Forms.Label();
this.lb_Style = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menuPlay);
this.mainMenu1.MenuItems.Add(this.menuBrowse);
//
// menuPlay
//
this.menuPlay.Text = "Play";
this.menuPlay.Click += new System.EventHandler(this.menuPlay_Click);
//
// menuBrowse
//
this.menuBrowse.Text = "Browse";
this.menuBrowse.Click += new System.EventHandler(this.menuStop_Click);
//
// lb_NowPlaying
//
this.lb_NowPlaying.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lb_NowPlaying.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
this.lb_NowPlaying.ForeColor = System.Drawing.Color.DarkCyan;
this.lb_NowPlaying.Location = new System.Drawing.Point(0, 10);
this.lb_NowPlaying.Name = "lb_NowPlaying";
this.lb_NowPlaying.Size = new System.Drawing.Size(234, 37);
this.lb_NowPlaying.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lb_Artist
//
this.lb_Artist.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lb_Artist.Location = new System.Drawing.Point(3, 91);
this.lb_Artist.Name = "lb_Artist";
this.lb_Artist.Size = new System.Drawing.Size(231, 20);
//
// lb_AlbumName
//
this.lb_AlbumName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lb_AlbumName.Location = new System.Drawing.Point(3, 138);
this.lb_AlbumName.Name = "lb_AlbumName";
this.lb_AlbumName.Size = new System.Drawing.Size(231, 20);
//
// lb_BRate
//
this.lb_BRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lb_BRate.Location = new System.Drawing.Point(134, 47);
this.lb_BRate.Name = "lb_BRate";
this.lb_BRate.Size = new System.Drawing.Size(100, 20);
//
// lb_Style
//
this.lb_Style.Location = new System.Drawing.Point(3, 47);
this.lb_Style.Name = "lb_Style";
this.lb_Style.Size = new System.Drawing.Size(100, 20);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.lb_Style);
this.Controls.Add(this.lb_BRate);
this.Controls.Add(this.lb_AlbumName);
this.Controls.Add(this.lb_Artist);
this.Controls.Add(this.lb_NowPlaying);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "foxPlayer";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menuPlay;
private System.Windows.Forms.MenuItem menuBrowse;
private System.Windows.Forms.Label lb_NowPlaying;
private System.Windows.Forms.Label lb_Artist;
private System.Windows.Forms.Label lb_AlbumName;
private System.Windows.Forms.Label lb_BRate;
private System.Windows.Forms.Label lb_Style;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -