Files
RevokeMsgPatcher/RevokeMsgPatcher/FormMain.Designer.cs

246 lines
11 KiB
C#
Raw Normal View History

2019-07-21 23:20:34 +08:00
namespace RevokeMsgPatcher
{
partial class FormMain
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.lblPathTag = new System.Windows.Forms.Label();
2019-07-21 23:20:34 +08:00
this.btnPatch = new System.Windows.Forms.Button();
this.txtPath = new System.Windows.Forms.TextBox();
this.btnChoosePath = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.btnRestore = new System.Windows.Forms.Button();
this.lblUpdatePachJson = new System.Windows.Forms.Label();
this.lblVersion = new System.Windows.Forms.Label();
this.lblVersionTag = new System.Windows.Forms.Label();
this.rbtWechat = new System.Windows.Forms.RadioButton();
this.rbtQQ = new System.Windows.Forms.RadioButton();
this.rbtTIM = new System.Windows.Forms.RadioButton();
this.label5 = new System.Windows.Forms.Label();
this.panelMask = new System.Windows.Forms.Panel();
2019-07-21 23:20:34 +08:00
this.SuspendLayout();
//
// lblPathTag
2019-07-21 23:20:34 +08:00
//
this.lblPathTag.AutoSize = true;
this.lblPathTag.Location = new System.Drawing.Point(12, 34);
this.lblPathTag.Name = "lblPathTag";
this.lblPathTag.Size = new System.Drawing.Size(65, 12);
this.lblPathTag.TabIndex = 1;
this.lblPathTag.Text = "应用路径:";
2019-07-21 23:20:34 +08:00
//
// btnPatch
//
this.btnPatch.Location = new System.Drawing.Point(372, 56);
2019-07-21 23:20:34 +08:00
this.btnPatch.Name = "btnPatch";
this.btnPatch.Size = new System.Drawing.Size(102, 23);
this.btnPatch.TabIndex = 3;
this.btnPatch.Text = "点我防撤回!";
this.btnPatch.UseVisualStyleBackColor = true;
this.btnPatch.Click += new System.EventHandler(this.btnPatch_Click);
//
// txtPath
//
this.txtPath.Location = new System.Drawing.Point(82, 29);
2019-07-21 23:20:34 +08:00
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(352, 21);
2019-07-21 23:20:34 +08:00
this.txtPath.TabIndex = 4;
this.txtPath.TextChanged += new System.EventHandler(this.txtPath_TextChanged);
2019-07-21 23:20:34 +08:00
//
// btnChoosePath
//
this.btnChoosePath.Location = new System.Drawing.Point(440, 27);
2019-07-21 23:20:34 +08:00
this.btnChoosePath.Name = "btnChoosePath";
this.btnChoosePath.Size = new System.Drawing.Size(34, 23);
this.btnChoosePath.TabIndex = 5;
this.btnChoosePath.Text = "...";
this.btnChoosePath.UseVisualStyleBackColor = true;
this.btnChoosePath.Click += new System.EventHandler(this.btnChoosePath_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 87);
2019-07-21 23:20:34 +08:00
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 6;
this.label1.Text = "软件主页(开源)";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(119, 87);
2019-07-21 23:20:34 +08:00
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(41, 12);
this.linkLabel1.TabIndex = 7;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "GitHub";
2019-07-22 21:36:48 +08:00
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
2019-07-21 23:20:34 +08:00
//
// btnRestore
//
this.btnRestore.Location = new System.Drawing.Point(264, 56);
2019-07-21 23:20:34 +08:00
this.btnRestore.Name = "btnRestore";
this.btnRestore.Size = new System.Drawing.Size(102, 23);
this.btnRestore.TabIndex = 8;
this.btnRestore.Text = "备份还原";
this.btnRestore.UseVisualStyleBackColor = true;
this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
//
// lblUpdatePachJson
//
this.lblUpdatePachJson.Cursor = System.Windows.Forms.Cursors.Hand;
2019-10-06 13:19:15 +08:00
this.lblUpdatePachJson.Location = new System.Drawing.Point(166, 89);
this.lblUpdatePachJson.Name = "lblUpdatePachJson";
2019-10-06 13:19:15 +08:00
this.lblUpdatePachJson.Size = new System.Drawing.Size(308, 12);
this.lblUpdatePachJson.TabIndex = 9;
this.lblUpdatePachJson.Text = "[ 获取最新补丁信息中... ]";
this.lblUpdatePachJson.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.lblUpdatePachJson.Click += new System.EventHandler(this.lblUpdatePachJson_Click);
//
// lblVersion
//
this.lblVersion.AutoSize = true;
this.lblVersion.Location = new System.Drawing.Point(83, 61);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(35, 12);
this.lblVersion.TabIndex = 10;
this.lblVersion.Text = "0.0.1";
//
// lblVersionTag
//
this.lblVersionTag.AutoSize = true;
this.lblVersionTag.Location = new System.Drawing.Point(12, 61);
this.lblVersionTag.Name = "lblVersionTag";
this.lblVersionTag.Size = new System.Drawing.Size(65, 12);
this.lblVersionTag.TabIndex = 9;
this.lblVersionTag.Text = "当前版本:";
//
// rbtWechat
//
this.rbtWechat.AutoSize = true;
this.rbtWechat.Checked = true;
this.rbtWechat.Location = new System.Drawing.Point(82, 7);
this.rbtWechat.Name = "rbtWechat";
this.rbtWechat.Size = new System.Drawing.Size(47, 16);
this.rbtWechat.TabIndex = 12;
this.rbtWechat.TabStop = true;
this.rbtWechat.Text = "微信";
this.rbtWechat.UseVisualStyleBackColor = true;
this.rbtWechat.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
//
// rbtQQ
//
this.rbtQQ.AutoSize = true;
this.rbtQQ.Location = new System.Drawing.Point(140, 7);
this.rbtQQ.Name = "rbtQQ";
this.rbtQQ.Size = new System.Drawing.Size(35, 16);
this.rbtQQ.TabIndex = 13;
this.rbtQQ.Text = "QQ";
this.rbtQQ.UseVisualStyleBackColor = true;
this.rbtQQ.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
//
// rbtTIM
//
this.rbtTIM.AutoSize = true;
this.rbtTIM.Location = new System.Drawing.Point(186, 7);
this.rbtTIM.Name = "rbtTIM";
this.rbtTIM.Size = new System.Drawing.Size(41, 16);
this.rbtTIM.TabIndex = 14;
this.rbtTIM.Text = "TIM";
this.rbtTIM.UseVisualStyleBackColor = true;
this.rbtTIM.CheckedChanged += new System.EventHandler(this.radioButtons_CheckedChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 16;
this.label5.Text = "选择应用:";
//
// panelMask
//
this.panelMask.Location = new System.Drawing.Point(140, 127);
this.panelMask.Name = "panelMask";
this.panelMask.Size = new System.Drawing.Size(157, 58);
this.panelMask.TabIndex = 17;
this.panelMask.Visible = false;
2019-09-18 09:08:32 +08:00
//
2019-07-21 23:20:34 +08:00
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 110);
this.Controls.Add(this.lblUpdatePachJson);
this.Controls.Add(this.panelMask);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.lblVersionTag);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtPath);
this.Controls.Add(this.rbtTIM);
this.Controls.Add(this.lblPathTag);
this.Controls.Add(this.rbtQQ);
this.Controls.Add(this.btnRestore);
this.Controls.Add(this.rbtWechat);
this.Controls.Add(this.btnPatch);
this.Controls.Add(this.btnChoosePath);
2019-07-21 23:20:34 +08:00
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "微信/QQ/TIM防撤回补丁";
this.Load += new System.EventHandler(this.FormMain_Load);
2019-07-21 23:20:34 +08:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblPathTag;
2019-07-21 23:20:34 +08:00
private System.Windows.Forms.Button btnPatch;
private System.Windows.Forms.TextBox txtPath;
private System.Windows.Forms.Button btnChoosePath;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Button btnRestore;
private System.Windows.Forms.Label lblUpdatePachJson;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label lblVersionTag;
private System.Windows.Forms.RadioButton rbtWechat;
private System.Windows.Forms.RadioButton rbtQQ;
private System.Windows.Forms.RadioButton rbtTIM;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panelMask;
2019-07-21 23:20:34 +08:00
}
}