Files
RevokeMsgPatcher/RevokeMsgPatcher/Forms/FormPatchInfo.Designer.cs

93 lines
3.5 KiB
C#

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;
}
}