[+] launcher
This commit is contained in:
77
RevokeMsgPatcher.Launcher/FormMain.Designer.cs
generated
Normal file
77
RevokeMsgPatcher.Launcher/FormMain.Designer.cs
generated
Normal file
@@ -0,0 +1,77 @@
|
||||
namespace RevokeMsgPatcher.Launcher
|
||||
{
|
||||
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.tabControl = new System.Windows.Forms.TabControl();
|
||||
this.tabQQNT = new System.Windows.Forms.TabPage();
|
||||
this.tabControl.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tabControl
|
||||
//
|
||||
this.tabControl.Controls.Add(this.tabQQNT);
|
||||
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControl.Name = "tabControl";
|
||||
this.tabControl.SelectedIndex = 0;
|
||||
this.tabControl.Size = new System.Drawing.Size(411, 446);
|
||||
this.tabControl.TabIndex = 0;
|
||||
//
|
||||
// tabQQNT
|
||||
//
|
||||
this.tabQQNT.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabQQNT.Name = "tabQQNT";
|
||||
this.tabQQNT.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabQQNT.Size = new System.Drawing.Size(403, 420);
|
||||
this.tabQQNT.TabIndex = 0;
|
||||
this.tabQQNT.Text = "QQNT";
|
||||
this.tabQQNT.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(411, 446);
|
||||
this.Controls.Add(this.tabControl);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "FormMain";
|
||||
this.Text = "RevokeMsgPatcher 防撤回启动器";
|
||||
this.tabControl.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TabControl tabControl;
|
||||
private System.Windows.Forms.TabPage tabQQNT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user