代码拉取完成,页面将自动刷新
namespace Nathan_tools
{
partial class frm_links_generate
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <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.btn_openfolder = new System.Windows.Forms.Button();
this.lb_files = new System.Windows.Forms.ListBox();
this.btn_openfile = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.btn_code_generate = new System.Windows.Forms.Button();
this.tb_linkcode = new System.Windows.Forms.TextBox();
this.btn_embmusic = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.tb_player_width = new System.Windows.Forms.TextBox();
this.tb_player_high = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btn_clearfile = new System.Windows.Forms.Button();
this.btn_codeclear = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btn_openfolder
//
this.btn_openfolder.Location = new System.Drawing.Point(12, 61);
this.btn_openfolder.Name = "btn_openfolder";
this.btn_openfolder.Size = new System.Drawing.Size(75, 23);
this.btn_openfolder.TabIndex = 0;
this.btn_openfolder.Text = "打开文件夹\r\n";
this.btn_openfolder.UseVisualStyleBackColor = true;
this.btn_openfolder.Click += new System.EventHandler(this.btn_openfolder_Click);
//
// lb_files
//
this.lb_files.FormattingEnabled = true;
this.lb_files.ItemHeight = 12;
this.lb_files.Location = new System.Drawing.Point(12, 101);
this.lb_files.Name = "lb_files";
this.lb_files.Size = new System.Drawing.Size(355, 448);
this.lb_files.TabIndex = 1;
//
// btn_openfile
//
this.btn_openfile.Location = new System.Drawing.Point(12, 32);
this.btn_openfile.Name = "btn_openfile";
this.btn_openfile.Size = new System.Drawing.Size(75, 23);
this.btn_openfile.TabIndex = 2;
this.btn_openfile.Text = "打开文件";
this.btn_openfile.UseVisualStyleBackColor = true;
this.btn_openfile.Click += new System.EventHandler(this.btn_openfile_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Multiselect = true;
//
// btn_code_generate
//
this.btn_code_generate.Location = new System.Drawing.Point(393, 71);
this.btn_code_generate.Name = "btn_code_generate";
this.btn_code_generate.Size = new System.Drawing.Size(145, 23);
this.btn_code_generate.TabIndex = 3;
this.btn_code_generate.Text = "生成下载代码并复制到剪贴板";
this.btn_code_generate.UseVisualStyleBackColor = true;
this.btn_code_generate.Click += new System.EventHandler(this.btn_code_generate_Click);
//
// tb_linkcode
//
this.tb_linkcode.Location = new System.Drawing.Point(393, 101);
this.tb_linkcode.Multiline = true;
this.tb_linkcode.Name = "tb_linkcode";
this.tb_linkcode.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tb_linkcode.Size = new System.Drawing.Size(657, 448);
this.tb_linkcode.TabIndex = 4;
this.tb_linkcode.TextChanged += new System.EventHandler(this.tb_linkcode_TextChanged);
//
// btn_embmusic
//
this.btn_embmusic.Location = new System.Drawing.Point(625, 71);
this.btn_embmusic.Name = "btn_embmusic";
this.btn_embmusic.Size = new System.Drawing.Size(119, 23);
this.btn_embmusic.TabIndex = 5;
this.btn_embmusic.Text = "生成在线音乐代码并复制到剪贴板";
this.btn_embmusic.UseVisualStyleBackColor = true;
this.btn_embmusic.Click += new System.EventHandler(this.btn_embmusic_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(750, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 6;
this.label1.Text = "播放器宽*高:";
//
// tb_player_width
//
this.tb_player_width.Location = new System.Drawing.Point(835, 68);
this.tb_player_width.Name = "tb_player_width";
this.tb_player_width.Size = new System.Drawing.Size(47, 21);
this.tb_player_width.TabIndex = 7;
this.tb_player_width.Text = "300";
//
// tb_player_high
//
this.tb_player_high.Location = new System.Drawing.Point(901, 68);
this.tb_player_high.Name = "tb_player_high";
this.tb_player_high.Size = new System.Drawing.Size(40, 21);
this.tb_player_high.TabIndex = 8;
this.tb_player_high.Text = "50";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(888, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 9;
this.label2.Text = "*";
//
// btn_clearfile
//
this.btn_clearfile.Location = new System.Drawing.Point(292, 72);
this.btn_clearfile.Name = "btn_clearfile";
this.btn_clearfile.Size = new System.Drawing.Size(75, 23);
this.btn_clearfile.TabIndex = 10;
this.btn_clearfile.Text = "清除";
this.btn_clearfile.UseVisualStyleBackColor = true;
this.btn_clearfile.Click += new System.EventHandler(this.btn_clearfile_Click);
//
// btn_codeclear
//
this.btn_codeclear.Location = new System.Drawing.Point(975, 68);
this.btn_codeclear.Name = "btn_codeclear";
this.btn_codeclear.Size = new System.Drawing.Size(75, 23);
this.btn_codeclear.TabIndex = 11;
this.btn_codeclear.Text = "清除";
this.btn_codeclear.UseVisualStyleBackColor = true;
this.btn_codeclear.Click += new System.EventHandler(this.btn_codeclear_Click);
//
// frm_links_generate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1062, 583);
this.Controls.Add(this.btn_codeclear);
this.Controls.Add(this.btn_clearfile);
this.Controls.Add(this.label2);
this.Controls.Add(this.tb_player_high);
this.Controls.Add(this.tb_player_width);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_embmusic);
this.Controls.Add(this.tb_linkcode);
this.Controls.Add(this.btn_code_generate);
this.Controls.Add(this.btn_openfile);
this.Controls.Add(this.lb_files);
this.Controls.Add(this.btn_openfolder);
this.Name = "frm_links_generate";
this.Text = "frm_links_generate";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_openfolder;
private System.Windows.Forms.ListBox lb_files;
private System.Windows.Forms.Button btn_openfile;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Button btn_code_generate;
private System.Windows.Forms.TextBox tb_linkcode;
private System.Windows.Forms.Button btn_embmusic;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_player_width;
private System.Windows.Forms.TextBox tb_player_high;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_clearfile;
private System.Windows.Forms.Button btn_codeclear;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。