namespace LrcTool
{
partial class LrcFetcherPage
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.SongUrlTextBox = new System.Windows.Forms.TextBox();
this.PasteLinkLabel = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.SongIdTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.LrcApiTextBox = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.CopyButton = new System.Windows.Forms.Button();
this.FireButton = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.LeftRichTextBox = new System.Windows.Forms.RichTextBox();
this.RightRichTextBox = new System.Windows.Forms.RichTextBox();
this.panel1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 0;
this.label1.Text = "NCM Url";
//
// SongUrlTextBox
//
this.SongUrlTextBox.Location = new System.Drawing.Point(59, 3);
this.SongUrlTextBox.Name = "SongUrlTextBox";
this.SongUrlTextBox.Size = new System.Drawing.Size(357, 21);
this.SongUrlTextBox.TabIndex = 1;
this.SongUrlTextBox.Text = "http://music.163.com/song?id=730669";
//
// PasteLinkLabel
//
this.PasteLinkLabel.AutoSize = true;
this.PasteLinkLabel.Location = new System.Drawing.Point(422, 6);
this.PasteLinkLabel.Name = "PasteLinkLabel";
this.PasteLinkLabel.Size = new System.Drawing.Size(47, 12);
this.PasteLinkLabel.TabIndex = 2;
this.PasteLinkLabel.TabStop = true;
this.PasteLinkLabel.Text = "←Paste";
this.PasteLinkLabel.Click += new System.EventHandler(this.PasteLinkLabel_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(473, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 0;
this.label2.Text = "NCM Song ID";
//
// SongIdTextBox
//
this.SongIdTextBox.Location = new System.Drawing.Point(550, 3);
this.SongIdTextBox.Name = "SongIdTextBox";
this.SongIdTextBox.Size = new System.Drawing.Size(82, 21);
this.SongIdTextBox.TabIndex = 1;
this.SongIdTextBox.Text = "730669";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 12);
this.label3.TabIndex = 0;
this.label3.Text = "NCM LRC API";
//
// LrcApiTextBox
//
this.LrcApiTextBox.Location = new System.Drawing.Point(82, 30);
this.LrcApiTextBox.Name = "LrcApiTextBox";
this.LrcApiTextBox.Size = new System.Drawing.Size(306, 21);
this.LrcApiTextBox.TabIndex = 1;
this.LrcApiTextBox.Text = "http://music.163.com/api/song/media?id=730669";
//
// panel1
//
this.panel1.Controls.Add(this.CopyButton);
this.panel1.Controls.Add(this.FireButton);
this.panel1.Controls.Add(this.SongUrlTextBox);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.PasteLinkLabel);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.LrcApiTextBox);
this.panel1.Controls.Add(this.SongIdTextBox);
this.panel1.Controls.Add(this.label3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(982, 61);
this.panel1.TabIndex = 4;
//
// CopyButton
//
this.CopyButton.Location = new System.Drawing.Point(475, 29);
this.CopyButton.Name = "CopyButton";
this.CopyButton.Size = new System.Drawing.Size(75, 21);
this.CopyButton.TabIndex = 3;
this.CopyButton.Text = "Copy↘";
this.CopyButton.UseVisualStyleBackColor = true;
this.CopyButton.Click += new System.EventHandler(this.CopyButton_Click);
//
// FireButton
//
this.FireButton.Location = new System.Drawing.Point(394, 29);
this.FireButton.Name = "FireButton";
this.FireButton.Size = new System.Drawing.Size(75, 21);
this.FireButton.TabIndex = 3;
this.FireButton.Text = "Fire!";
this.FireButton.UseVisualStyleBackColor = true;
this.FireButton.Click += new System.EventHandler(this.FireButton_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 61);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.LeftRichTextBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.RightRichTextBox);
this.splitContainer1.Size = new System.Drawing.Size(982, 600);
this.splitContainer1.SplitterDistance = 465;
this.splitContainer1.TabIndex = 5;
//
// LeftRichTextBox
//
this.LeftRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.LeftRichTextBox.Location = new System.Drawing.Point(0, 0);
this.LeftRichTextBox.Name = "LeftRichTextBox";
this.LeftRichTextBox.ReadOnly = true;
this.LeftRichTextBox.Size = new System.Drawing.Size(465, 600);
this.LeftRichTextBox.TabIndex = 4;
this.LeftRichTextBox.Text = "";
//
// RightRichTextBox
//
this.RightRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.RightRichTextBox.Location = new System.Drawing.Point(0, 0);
this.RightRichTextBox.Name = "RightRichTextBox";
this.RightRichTextBox.ReadOnly = true;
this.RightRichTextBox.Size = new System.Drawing.Size(513, 600);
this.RightRichTextBox.TabIndex = 4;
this.RightRichTextBox.Text = "";
//
// LrcFetcherPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.panel1);
this.Name = "LrcFetcherPage";
this.Size = new System.Drawing.Size(982, 661);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox SongUrlTextBox;
private System.Windows.Forms.LinkLabel PasteLinkLabel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox SongIdTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox LrcApiTextBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button FireButton;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.RichTextBox LeftRichTextBox;
private System.Windows.Forms.RichTextBox RightRichTextBox;
private System.Windows.Forms.Button CopyButton;
}
}