mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-07-09 01:02:39 +08:00
[+] 添加了菜单的指向,隐藏了高级功能的菜单(暂时不开发)
This commit is contained in:
parent
b5fb37723f
commit
bd016b855f
39
RevokeMsgPatcher/FormMain.Designer.cs
generated
39
RevokeMsgPatcher/FormMain.Designer.cs
generated
|
@ -46,7 +46,7 @@
|
||||||
this.rbtQQLite = new System.Windows.Forms.RadioButton();
|
this.rbtQQLite = new System.Windows.Forms.RadioButton();
|
||||||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||||||
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();
|
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.支持版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.支持版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
@ -231,23 +231,26 @@
|
||||||
// 高级ToolStripMenuItem
|
// 高级ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.高级ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.高级ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.特征码防撤回ToolStripMenuItem,
|
this.特征码防撤回强制ToolStripMenuItem,
|
||||||
this.手动输入补丁信息ToolStripMenuItem});
|
this.手动输入补丁信息ToolStripMenuItem});
|
||||||
this.高级ToolStripMenuItem.Name = "高级ToolStripMenuItem";
|
this.高级ToolStripMenuItem.Name = "高级ToolStripMenuItem";
|
||||||
this.高级ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
this.高级ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
|
||||||
this.高级ToolStripMenuItem.Text = "高级";
|
this.高级ToolStripMenuItem.Text = "高级";
|
||||||
|
this.高级ToolStripMenuItem.Visible = false;
|
||||||
//
|
//
|
||||||
// 特征码防撤回ToolStripMenuItem
|
// 特征码防撤回强制ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.特征码防撤回ToolStripMenuItem.Name = "特征码防撤回ToolStripMenuItem";
|
this.特征码防撤回强制ToolStripMenuItem.Name = "特征码防撤回强制ToolStripMenuItem";
|
||||||
this.特征码防撤回ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
|
this.特征码防撤回强制ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
|
||||||
this.特征码防撤回ToolStripMenuItem.Text = "特征码防撤回";
|
this.特征码防撤回强制ToolStripMenuItem.Text = "特征码防撤回(强制)";
|
||||||
|
this.特征码防撤回强制ToolStripMenuItem.Click += new System.EventHandler(this.特征码防撤回强制ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 手动输入补丁信息ToolStripMenuItem
|
// 手动输入补丁信息ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.手动输入补丁信息ToolStripMenuItem.Name = "手动输入补丁信息ToolStripMenuItem";
|
this.手动输入补丁信息ToolStripMenuItem.Name = "手动输入补丁信息ToolStripMenuItem";
|
||||||
this.手动输入补丁信息ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
|
this.手动输入补丁信息ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
|
||||||
this.手动输入补丁信息ToolStripMenuItem.Text = "手动输入补丁信息";
|
this.手动输入补丁信息ToolStripMenuItem.Text = "手动输入补丁信息";
|
||||||
|
this.手动输入补丁信息ToolStripMenuItem.Click += new System.EventHandler(this.手动输入补丁信息ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 帮助ToolStripMenuItem
|
// 帮助ToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@ -263,26 +266,30 @@
|
||||||
// 支持版本ToolStripMenuItem
|
// 支持版本ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.支持版本ToolStripMenuItem.Name = "支持版本ToolStripMenuItem";
|
this.支持版本ToolStripMenuItem.Name = "支持版本ToolStripMenuItem";
|
||||||
this.支持版本ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
this.支持版本ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.支持版本ToolStripMenuItem.Text = "支持版本";
|
this.支持版本ToolStripMenuItem.Text = "支持版本";
|
||||||
|
this.支持版本ToolStripMenuItem.Click += new System.EventHandler(this.支持版本ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 常见问题ToolStripMenuItem
|
// 常见问题ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.常见问题ToolStripMenuItem.Name = "常见问题ToolStripMenuItem";
|
this.常见问题ToolStripMenuItem.Name = "常见问题ToolStripMenuItem";
|
||||||
this.常见问题ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
this.常见问题ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.常见问题ToolStripMenuItem.Text = "常见问题";
|
this.常见问题ToolStripMenuItem.Text = "常见问题";
|
||||||
|
this.常见问题ToolStripMenuItem.Click += new System.EventHandler(this.常见问题ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 防撤回原理ToolStripMenuItem
|
// 防撤回原理ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.防撤回原理ToolStripMenuItem.Name = "防撤回原理ToolStripMenuItem";
|
this.防撤回原理ToolStripMenuItem.Name = "防撤回原理ToolStripMenuItem";
|
||||||
this.防撤回原理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
this.防撤回原理ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.防撤回原理ToolStripMenuItem.Text = "防撤回原理";
|
this.防撤回原理ToolStripMenuItem.Text = "防撤回原理";
|
||||||
|
this.防撤回原理ToolStripMenuItem.Click += new System.EventHandler(this.防撤回原理ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 完整文档ToolStripMenuItem
|
// 完整文档ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.完整文档ToolStripMenuItem.Name = "完整文档ToolStripMenuItem";
|
this.完整文档ToolStripMenuItem.Name = "完整文档ToolStripMenuItem";
|
||||||
this.完整文档ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
this.完整文档ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.完整文档ToolStripMenuItem.Text = "完整文档";
|
this.完整文档ToolStripMenuItem.Text = "完整文档";
|
||||||
|
this.完整文档ToolStripMenuItem.Click += new System.EventHandler(this.完整文档ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 关于ToolStripMenuItem
|
// 关于ToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@ -296,14 +303,16 @@
|
||||||
// 作者ToolStripMenuItem
|
// 作者ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.作者ToolStripMenuItem.Name = "作者ToolStripMenuItem";
|
this.作者ToolStripMenuItem.Name = "作者ToolStripMenuItem";
|
||||||
this.作者ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
this.作者ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.作者ToolStripMenuItem.Text = "作者";
|
this.作者ToolStripMenuItem.Text = "关于";
|
||||||
|
this.作者ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 主页ToolStripMenuItem
|
// 主页ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.主页ToolStripMenuItem.Name = "主页ToolStripMenuItem";
|
this.主页ToolStripMenuItem.Name = "主页ToolStripMenuItem";
|
||||||
this.主页ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
this.主页ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.主页ToolStripMenuItem.Text = "软件主页";
|
this.主页ToolStripMenuItem.Text = "软件主页";
|
||||||
|
this.主页ToolStripMenuItem.Click += new System.EventHandler(this.主页ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// FormMain
|
// FormMain
|
||||||
//
|
//
|
||||||
|
@ -366,8 +375,8 @@
|
||||||
private System.Windows.Forms.ToolStripMenuItem 常见问题ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem 常见问题ToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem 防撤回原理ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem 防撤回原理ToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem 完整文档ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem 完整文档ToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem 特征码防撤回ToolStripMenuItem;
|
|
||||||
private System.Windows.Forms.ToolStripMenuItem 手动输入补丁信息ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem 手动输入补丁信息ToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem 特征码防撤回强制ToolStripMenuItem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -344,5 +344,45 @@ namespace RevokeMsgPatcher
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void 关于ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
MessageBox.Show("本程序仅供学习交流,严禁用于商业用途。\n十六进制编辑器使用的修改数据集收集自网络。\n作者:huiyadanli", "关于本软件");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 主页ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 支持版本ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki/%E7%89%88%E6%9C%AC%E6%94%AF%E6%8C%81");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 常见问题ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 防撤回原理ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki#%E5%8E%9F%E7%90%86");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 完整文档ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher/wiki");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 特征码防撤回强制ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
MessageBox.Show("作者正在考虑是否要加上这个功能", "强制使用特征码防撤回");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 手动输入补丁信息ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
MessageBox.Show("作者正在考虑是否要加上这个功能,该功能可能有安全风险,暂时不加入", "手动输入补丁信息");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
93
RevokeMsgPatcher/Forms/FormPatchInfo.Designer.cs
generated
Normal file
93
RevokeMsgPatcher/Forms/FormPatchInfo.Designer.cs
generated
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
namespace RevokeMsgPatcher.Forms
|
||||||
|
{
|
||||||
|
partial class FormPatchInfo
|
||||||
|
{
|
||||||
|
/// <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.rtbPatchInfo = new System.Windows.Forms.RichTextBox();
|
||||||
|
this.btnOK = new System.Windows.Forms.Button();
|
||||||
|
this.btnCancel = new System.Windows.Forms.Button();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// rtbPatchInfo
|
||||||
|
//
|
||||||
|
this.rtbPatchInfo.Location = new System.Drawing.Point(12, 45);
|
||||||
|
this.rtbPatchInfo.Name = "rtbPatchInfo";
|
||||||
|
this.rtbPatchInfo.Size = new System.Drawing.Size(489, 158);
|
||||||
|
this.rtbPatchInfo.TabIndex = 0;
|
||||||
|
this.rtbPatchInfo.Text = "";
|
||||||
|
//
|
||||||
|
// btnOK
|
||||||
|
//
|
||||||
|
this.btnOK.Location = new System.Drawing.Point(345, 209);
|
||||||
|
this.btnOK.Name = "btnOK";
|
||||||
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
||||||
|
this.btnOK.TabIndex = 1;
|
||||||
|
this.btnOK.Text = "确定";
|
||||||
|
this.btnOK.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// btnCancel
|
||||||
|
//
|
||||||
|
this.btnCancel.Location = new System.Drawing.Point(426, 209);
|
||||||
|
this.btnCancel.Name = "btnCancel";
|
||||||
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
||||||
|
this.btnCancel.TabIndex = 2;
|
||||||
|
this.btnCancel.Text = "取消";
|
||||||
|
this.btnCancel.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(489, 33);
|
||||||
|
this.label1.TabIndex = 3;
|
||||||
|
this.label1.Text = "注意:请勿随意输入补丁信息,错误的补丁信息将导致本软件无法正常使用。在被恶意情况下可以修改/破坏系统任意位置文件";
|
||||||
|
//
|
||||||
|
// FormPatchInfo
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(513, 241);
|
||||||
|
this.Controls.Add(this.label1);
|
||||||
|
this.Controls.Add(this.btnCancel);
|
||||||
|
this.Controls.Add(this.btnOK);
|
||||||
|
this.Controls.Add(this.rtbPatchInfo);
|
||||||
|
this.Name = "FormPatchInfo";
|
||||||
|
this.Text = "请输入补丁信息";
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.RichTextBox rtbPatchInfo;
|
||||||
|
private System.Windows.Forms.Button btnOK;
|
||||||
|
private System.Windows.Forms.Button btnCancel;
|
||||||
|
private System.Windows.Forms.Label label1;
|
||||||
|
}
|
||||||
|
}
|
20
RevokeMsgPatcher/Forms/FormPatchInfo.cs
Normal file
20
RevokeMsgPatcher/Forms/FormPatchInfo.cs
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace RevokeMsgPatcher.Forms
|
||||||
|
{
|
||||||
|
public partial class FormPatchInfo : Form
|
||||||
|
{
|
||||||
|
public FormPatchInfo()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
120
RevokeMsgPatcher/Forms/FormPatchInfo.resx
Normal file
120
RevokeMsgPatcher/Forms/FormPatchInfo.resx
Normal file
|
@ -0,0 +1,120 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
|
@ -57,6 +57,12 @@
|
||||||
<Compile Include="FormMain.Designer.cs">
|
<Compile Include="FormMain.Designer.cs">
|
||||||
<DependentUpon>FormMain.cs</DependentUpon>
|
<DependentUpon>FormMain.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormPatchInfo.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Forms\FormPatchInfo.Designer.cs">
|
||||||
|
<DependentUpon>FormPatchInfo.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Matcher\BoyerMooreMatcher.cs" />
|
<Compile Include="Matcher\BoyerMooreMatcher.cs" />
|
||||||
<Compile Include="Matcher\FuzzyMatcher.cs" />
|
<Compile Include="Matcher\FuzzyMatcher.cs" />
|
||||||
<Compile Include="Matcher\ModifyFinder.cs" />
|
<Compile Include="Matcher\ModifyFinder.cs" />
|
||||||
|
@ -84,6 +90,9 @@
|
||||||
<EmbeddedResource Include="FormMain.resx">
|
<EmbeddedResource Include="FormMain.resx">
|
||||||
<DependentUpon>FormMain.cs</DependentUpon>
|
<DependentUpon>FormMain.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Forms\FormPatchInfo.resx">
|
||||||
|
<DependentUpon>FormPatchInfo.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user