[+] 补丁可选功能
This commit is contained in:
52
RevokeMsgPatcher/FormMain.Designer.cs
generated
52
RevokeMsgPatcher/FormMain.Designer.cs
generated
@@ -48,6 +48,7 @@
|
||||
this.高级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.特征码防撤回强制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.手动输入补丁信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.通用微信多开工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.支持版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.常见问题ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -56,7 +57,8 @@
|
||||
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.作者ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.主页ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.通用微信多开工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.lblCategory = new System.Windows.Forms.Label();
|
||||
this.panelCategories = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -72,11 +74,11 @@
|
||||
// btnPatch
|
||||
//
|
||||
this.btnPatch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnPatch.Location = new System.Drawing.Point(378, 85);
|
||||
this.btnPatch.Location = new System.Drawing.Point(378, 108);
|
||||
this.btnPatch.Name = "btnPatch";
|
||||
this.btnPatch.Size = new System.Drawing.Size(98, 23);
|
||||
this.btnPatch.TabIndex = 3;
|
||||
this.btnPatch.Text = "一键防撤回!";
|
||||
this.btnPatch.Text = "安装补丁";
|
||||
this.btnPatch.UseVisualStyleBackColor = true;
|
||||
this.btnPatch.Click += new System.EventHandler(this.btnPatch_Click);
|
||||
//
|
||||
@@ -104,7 +106,7 @@
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(14, 116);
|
||||
this.label1.Location = new System.Drawing.Point(14, 139);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(101, 12);
|
||||
this.label1.TabIndex = 6;
|
||||
@@ -113,7 +115,7 @@
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.AutoSize = true;
|
||||
this.linkLabel1.Location = new System.Drawing.Point(121, 116);
|
||||
this.linkLabel1.Location = new System.Drawing.Point(121, 139);
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.Size = new System.Drawing.Size(41, 12);
|
||||
this.linkLabel1.TabIndex = 7;
|
||||
@@ -124,7 +126,7 @@
|
||||
// btnRestore
|
||||
//
|
||||
this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnRestore.Location = new System.Drawing.Point(290, 85);
|
||||
this.btnRestore.Location = new System.Drawing.Point(290, 108);
|
||||
this.btnRestore.Name = "btnRestore";
|
||||
this.btnRestore.Size = new System.Drawing.Size(82, 23);
|
||||
this.btnRestore.TabIndex = 8;
|
||||
@@ -137,7 +139,7 @@
|
||||
this.lblUpdatePachJson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.lblUpdatePachJson.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.lblUpdatePachJson.ForeColor = System.Drawing.Color.OrangeRed;
|
||||
this.lblUpdatePachJson.Location = new System.Drawing.Point(168, 118);
|
||||
this.lblUpdatePachJson.Location = new System.Drawing.Point(168, 141);
|
||||
this.lblUpdatePachJson.Name = "lblUpdatePachJson";
|
||||
this.lblUpdatePachJson.Size = new System.Drawing.Size(308, 12);
|
||||
this.lblUpdatePachJson.TabIndex = 9;
|
||||
@@ -148,7 +150,7 @@
|
||||
// lblVersion
|
||||
//
|
||||
this.lblVersion.AutoSize = true;
|
||||
this.lblVersion.Location = new System.Drawing.Point(85, 90);
|
||||
this.lblVersion.Location = new System.Drawing.Point(85, 113);
|
||||
this.lblVersion.Name = "lblVersion";
|
||||
this.lblVersion.Size = new System.Drawing.Size(0, 12);
|
||||
this.lblVersion.TabIndex = 10;
|
||||
@@ -156,7 +158,7 @@
|
||||
// lblVersionTag
|
||||
//
|
||||
this.lblVersionTag.AutoSize = true;
|
||||
this.lblVersionTag.Location = new System.Drawing.Point(14, 90);
|
||||
this.lblVersionTag.Location = new System.Drawing.Point(14, 113);
|
||||
this.lblVersionTag.Name = "lblVersionTag";
|
||||
this.lblVersionTag.Size = new System.Drawing.Size(65, 12);
|
||||
this.lblVersionTag.TabIndex = 9;
|
||||
@@ -255,6 +257,13 @@
|
||||
this.手动输入补丁信息ToolStripMenuItem.Visible = false;
|
||||
this.手动输入补丁信息ToolStripMenuItem.Click += new System.EventHandler(this.手动输入补丁信息ToolStripMenuItem_Click);
|
||||
//
|
||||
// 通用微信多开工具ToolStripMenuItem
|
||||
//
|
||||
this.通用微信多开工具ToolStripMenuItem.Name = "通用微信多开工具ToolStripMenuItem";
|
||||
this.通用微信多开工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
|
||||
this.通用微信多开工具ToolStripMenuItem.Text = "通用微信多开工具";
|
||||
this.通用微信多开工具ToolStripMenuItem.Click += new System.EventHandler(this.通用微信多开工具ToolStripMenuItem_Click);
|
||||
//
|
||||
// 帮助ToolStripMenuItem
|
||||
//
|
||||
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
@@ -317,18 +326,29 @@
|
||||
this.主页ToolStripMenuItem.Text = "软件主页";
|
||||
this.主页ToolStripMenuItem.Click += new System.EventHandler(this.主页ToolStripMenuItem_Click);
|
||||
//
|
||||
// 通用微信多开工具ToolStripMenuItem
|
||||
// lblCategory
|
||||
//
|
||||
this.通用微信多开工具ToolStripMenuItem.Name = "通用微信多开工具ToolStripMenuItem";
|
||||
this.通用微信多开工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
|
||||
this.通用微信多开工具ToolStripMenuItem.Text = "通用微信多开工具";
|
||||
this.通用微信多开工具ToolStripMenuItem.Click += new System.EventHandler(this.通用微信多开工具ToolStripMenuItem_Click);
|
||||
this.lblCategory.AutoSize = true;
|
||||
this.lblCategory.Location = new System.Drawing.Point(14, 89);
|
||||
this.lblCategory.Name = "lblCategory";
|
||||
this.lblCategory.Size = new System.Drawing.Size(65, 12);
|
||||
this.lblCategory.TabIndex = 20;
|
||||
this.lblCategory.Text = "可选功能:";
|
||||
//
|
||||
// panelCategories
|
||||
//
|
||||
this.panelCategories.Location = new System.Drawing.Point(83, 85);
|
||||
this.panelCategories.Name = "panelCategories";
|
||||
this.panelCategories.Size = new System.Drawing.Size(201, 18);
|
||||
this.panelCategories.TabIndex = 22;
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(490, 146);
|
||||
this.ClientSize = new System.Drawing.Size(490, 169);
|
||||
this.Controls.Add(this.panelCategories);
|
||||
this.Controls.Add(this.lblCategory);
|
||||
this.Controls.Add(this.rbtQQLite);
|
||||
this.Controls.Add(this.lblUpdatePachJson);
|
||||
this.Controls.Add(this.lblVersion);
|
||||
@@ -388,6 +408,8 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 手动输入补丁信息ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 特征码防撤回强制ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 通用微信多开工具ToolStripMenuItem;
|
||||
private System.Windows.Forms.Label lblCategory;
|
||||
private System.Windows.Forms.FlowLayoutPanel panelCategories;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user