1 Star 1 Fork 1

liuzy88 / TxJsq

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Form1.Designer.cs 13.60 KB
Copy Edit Web IDE Raw Blame History
liuzy authored 2019-10-13 21:04 . 1
namespace TxJsq
{
partial class Form1
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.ForeColor = System.Drawing.SystemColors.Window;
this.label1.Location = new System.Drawing.Point(48, 299);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(161, 14);
this.label1.TabIndex = 16;
this.label1.Text = "https://cj.liuzy88.com";
//
// timer1
//
this.timer1.Interval = 3000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.ForeColor = System.Drawing.Color.LightGray;
this.label2.Location = new System.Drawing.Point(18, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(203, 14);
this.label2.TabIndex = 22;
this.label2.Text = "第一步:解压,没有D盘改成E盘";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Font = new System.Drawing.Font("宋体", 11F);
this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(183)))), ((int)(((byte)(117)))));
this.textBox1.Location = new System.Drawing.Point(18, 39);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(142, 24);
this.textBox1.TabIndex = 21;
this.textBox1.Text = "D:\\TxJsq";
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("宋体", 10F);
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(183)))), ((int)(((byte)(117)))));
this.button1.Location = new System.Drawing.Point(166, 38);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(76, 26);
this.button1.TabIndex = 20;
this.button1.Text = "解压";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.label3.Font = new System.Drawing.Font("宋体", 10F);
this.label3.ForeColor = System.Drawing.Color.LightGray;
this.label3.Location = new System.Drawing.Point(18, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(161, 14);
this.label3.TabIndex = 24;
this.label3.Text = "第二步:防火墙禁止更新";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("宋体", 10F);
this.button2.ForeColor = System.Drawing.Color.Gray;
this.button2.Location = new System.Drawing.Point(18, 94);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(220, 26);
this.button2.TabIndex = 23;
this.button2.Text = "用NETSH命令添加防火墙规则";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("宋体", 10F);
this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(183)))), ((int)(((byte)(117)))));
this.button3.Location = new System.Drawing.Point(18, 149);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(220, 26);
this.button3.TabIndex = 26;
this.button3.Text = "打开目录中的加速器";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.label4.Font = new System.Drawing.Font("宋体", 10F);
this.label4.ForeColor = System.Drawing.Color.LightGray;
this.label4.Location = new System.Drawing.Point(18, 126);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(133, 14);
this.label4.TabIndex = 27;
this.label4.Text = "第三步:打开加速器";
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("宋体", 10F);
this.button4.ForeColor = System.Drawing.Color.Gray;
this.button4.Location = new System.Drawing.Point(18, 204);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(220, 26);
this.button4.TabIndex = 28;
this.button4.Text = "本程序可用ILSpy查看源码";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.label5.Font = new System.Drawing.Font("宋体", 10F);
this.label5.ForeColor = System.Drawing.Color.LightGray;
this.label5.Location = new System.Drawing.Point(18, 181);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(161, 14);
this.label5.TabIndex = 29;
this.label5.Text = "第四步:请自己用QQ登陆";
//
// button5
//
this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("宋体", 10F);
this.button5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(183)))), ((int)(((byte)(117)))));
this.button5.Location = new System.Drawing.Point(18, 259);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(220, 26);
this.button5.TabIndex = 30;
this.button5.Text = "修改加速器内存破解";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
this.label6.Font = new System.Drawing.Font("宋体", 10F);
this.label6.ForeColor = System.Drawing.Color.LightGray;
this.label6.Location = new System.Drawing.Point(18, 236);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(119, 14);
this.label6.TabIndex = 31;
this.label6.Text = "第五步:无限破解";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(257, 325);
this.Controls.Add(this.button5);
this.Controls.Add(this.label6);
this.Controls.Add(this.button4);
this.Controls.Add(this.label5);
this.Controls.Add(this.button3);
this.Controls.Add(this.label4);
this.Controls.Add(this.button2);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "无限网游加速器";
this.Shown += new System.EventHandler(this.Form1_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label6;
}
}
C#
1
https://gitee.com/liuzy1988/TxJsq.git
git@gitee.com:liuzy1988/TxJsq.git
liuzy1988
TxJsq
TxJsq
master

Search