代码拉取完成,页面将自动刷新
namespace NeteaseMusicDownloadWinForm
{
partial class MainForm
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
this.closeButton = new Sunny.UI.UISymbolButton();
this.minbolButton = new Sunny.UI.UISymbolButton();
this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.searchButton = new Sunny.UI.UIButton();
this.wordTextBox = new Sunny.UI.UITextBox();
this.loginButton = new Sunny.UI.UIButton();
this.downloadPathLabel = new Sunny.UI.UILabel();
this.searchResultLabel = new Sunny.UI.UILabel();
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
this.SuspendLayout();
//
// closeButton
//
this.closeButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.closeButton.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.closeButton.Location = new System.Drawing.Point(1361, 0);
this.closeButton.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
this.closeButton.MinimumSize = new System.Drawing.Size(1, 1);
this.closeButton.Name = "closeButton";
this.closeButton.Radius = 0;
this.closeButton.Size = new System.Drawing.Size(55, 56);
this.closeButton.Symbol = 61453;
this.closeButton.SymbolSize = 35;
this.closeButton.TabIndex = 0;
this.closeButton.TabStop = false;
this.closeButton.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.closeButton.Click += new System.EventHandler(this.ApplicationExit);
//
// minbolButton
//
this.minbolButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.minbolButton.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.minbolButton.Location = new System.Drawing.Point(1306, 0);
this.minbolButton.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.minbolButton.MinimumSize = new System.Drawing.Size(1, 1);
this.minbolButton.Name = "minbolButton";
this.minbolButton.Radius = 0;
this.minbolButton.Size = new System.Drawing.Size(55, 56);
this.minbolButton.Symbol = 61544;
this.minbolButton.SymbolSize = 35;
this.minbolButton.TabIndex = 1;
this.minbolButton.TabStop = false;
this.minbolButton.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.minbolButton.Click += new System.EventHandler(this.WindowStateMinimized);
//
// uiDataGridView1
//
this.uiDataGridView1.AllowUserToAddRows = false;
this.uiDataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.uiDataGridView1.ColumnHeadersHeight = 45;
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle8;
this.uiDataGridView1.EnableHeadersVisualStyles = false;
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
this.uiDataGridView1.Location = new System.Drawing.Point(10, 162);
this.uiDataGridView1.Margin = new System.Windows.Forms.Padding(0);
this.uiDataGridView1.Name = "uiDataGridView1";
this.uiDataGridView1.ReadOnly = true;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.uiDataGridView1.RowHeadersVisible = false;
this.uiDataGridView1.RowHeadersWidth = 72;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10;
this.uiDataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiDataGridView1.RowTemplate.Height = 45;
this.uiDataGridView1.RowTemplate.ReadOnly = true;
this.uiDataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView1.ScrollBarHandleWidth = 15;
this.uiDataGridView1.ScrollBarRectColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.uiDataGridView1.ScrollBarWidth = 20;
this.uiDataGridView1.SelectedIndex = -1;
this.uiDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.uiDataGridView1.Size = new System.Drawing.Size(1396, 667);
this.uiDataGridView1.Style = Sunny.UI.UIStyle.Custom;
this.uiDataGridView1.StyleCustomMode = true;
this.uiDataGridView1.TabIndex = 2;
this.uiDataGridView1.TabStop = false;
this.uiDataGridView1.DoubleClick += new System.EventHandler(this.UiDataGridView1_DoubleClick);
//
// Column1
//
dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
this.Column1.HeaderText = "序号";
this.Column1.MinimumWidth = 9;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 175;
//
// Column2
//
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
this.Column2.HeaderText = "歌手名称";
this.Column2.MinimumWidth = 9;
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 280;
//
// Column3
//
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Column3.DefaultCellStyle = dataGridViewCellStyle5;
this.Column3.HeaderText = "音乐名称";
this.Column3.MinimumWidth = 9;
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 350;
//
// Column4
//
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Column4.DefaultCellStyle = dataGridViewCellStyle6;
this.Column4.HeaderText = "专辑名称";
this.Column4.MinimumWidth = 9;
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 330;
//
// Column5
//
dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
this.Column5.DefaultCellStyle = dataGridViewCellStyle7;
this.Column5.HeaderText = "下载情况";
this.Column5.MinimumWidth = 9;
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 228;
//
// searchButton
//
this.searchButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.searchButton.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.searchButton.Location = new System.Drawing.Point(643, 78);
this.searchButton.MinimumSize = new System.Drawing.Size(1, 1);
this.searchButton.Name = "searchButton";
this.searchButton.Radius = 0;
this.searchButton.Size = new System.Drawing.Size(182, 60);
this.searchButton.TabIndex = 3;
this.searchButton.TabStop = false;
this.searchButton.Text = "搜索";
this.searchButton.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.searchButton.Click += new System.EventHandler(this.SearchButton_Click);
//
// wordTextBox
//
this.wordTextBox.ButtonSymbol = 61452;
this.wordTextBox.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
this.wordTextBox.Cursor = System.Windows.Forms.Cursors.IBeam;
this.wordTextBox.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
this.wordTextBox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.wordTextBox.Location = new System.Drawing.Point(199, 78);
this.wordTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.wordTextBox.MinimumSize = new System.Drawing.Size(1, 16);
this.wordTextBox.Name = "wordTextBox";
this.wordTextBox.Radius = 0;
this.wordTextBox.RectSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom;
this.wordTextBox.RectSize = 2;
this.wordTextBox.ShowText = false;
this.wordTextBox.Size = new System.Drawing.Size(405, 60);
this.wordTextBox.Style = Sunny.UI.UIStyle.Custom;
this.wordTextBox.StyleCustomMode = true;
this.wordTextBox.Symbol = 61442;
this.wordTextBox.SymbolColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.wordTextBox.SymbolOffset = new System.Drawing.Point(-5, 0);
this.wordTextBox.SymbolSize = 45;
this.wordTextBox.TabIndex = 4;
this.wordTextBox.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.wordTextBox.Watermark = "请输入要搜索的内容";
this.wordTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WordTextBox_KeyDown);
//
// loginButton
//
this.loginButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.loginButton.FillDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.loginButton.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.loginButton.ForeDisableColor = System.Drawing.Color.White;
this.loginButton.Location = new System.Drawing.Point(7, 897);
this.loginButton.Margin = new System.Windows.Forms.Padding(0);
this.loginButton.MinimumSize = new System.Drawing.Size(1, 1);
this.loginButton.Name = "loginButton";
this.loginButton.RectDisableColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.loginButton.Size = new System.Drawing.Size(1399, 53);
this.loginButton.Style = Sunny.UI.UIStyle.Custom;
this.loginButton.StyleCustomMode = true;
this.loginButton.TabIndex = 5;
this.loginButton.TabStop = false;
this.loginButton.Text = "尚未登录,请点击登录";
this.loginButton.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.loginButton.Click += new System.EventHandler(this.LoginButtonClick);
//
// downloadPathLabel
//
this.downloadPathLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.downloadPathLabel.Location = new System.Drawing.Point(13, 840);
this.downloadPathLabel.Name = "downloadPathLabel";
this.downloadPathLabel.Size = new System.Drawing.Size(1390, 42);
this.downloadPathLabel.TabIndex = 6;
this.downloadPathLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// searchResultLabel
//
this.searchResultLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.searchResultLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.searchResultLabel.Location = new System.Drawing.Point(818, 63);
this.searchResultLabel.Name = "searchResultLabel";
this.searchResultLabel.Size = new System.Drawing.Size(544, 93);
this.searchResultLabel.TabIndex = 7;
this.searchResultLabel.Text = "等待搜索";
this.searchResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// MainForm
//
this.AllowAddControlOnTitle = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1416, 960);
this.ControlBox = false;
this.Controls.Add(this.searchResultLabel);
this.Controls.Add(this.downloadPathLabel);
this.Controls.Add(this.loginButton);
this.Controls.Add(this.wordTextBox);
this.Controls.Add(this.searchButton);
this.Controls.Add(this.uiDataGridView1);
this.Controls.Add(this.minbolButton);
this.Controls.Add(this.closeButton);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainForm";
this.Padding = new System.Windows.Forms.Padding(10, 55, 10, 10);
this.ShowRadius = false;
this.StyleCustomMode = true;
this.Text = "小红无损音乐下载器(本项目仅供交流学习,尊重音乐版权,请勿滥用)";
this.TitleHeight = 55;
this.ZoomScaleRect = new System.Drawing.Rectangle(26, 26, 800, 450);
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UISymbolButton closeButton;
private Sunny.UI.UISymbolButton minbolButton;
private Sunny.UI.UIDataGridView uiDataGridView1;
private Sunny.UI.UIButton searchButton;
private Sunny.UI.UITextBox wordTextBox;
private Sunny.UI.UIButton loginButton;
private Sunny.UI.UILabel downloadPathLabel;
private Sunny.UI.UILabel searchResultLabel;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。