mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Detach all pages of the main form
This commit is contained in:
77
Source/GrasscutterTools/Pages/PageAbout.Designer.cs
generated
Normal file
77
Source/GrasscutterTools/Pages/PageAbout.Designer.cs
generated
Normal file
@@ -0,0 +1,77 @@
|
||||
namespace GrasscutterTools.Pages
|
||||
{
|
||||
partial class PageAbout
|
||||
{
|
||||
/// <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 组件设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要修改
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageAbout));
|
||||
this.GrasscutterToolsSupport = new System.Windows.Forms.PictureBox();
|
||||
this.LnkGithub = new System.Windows.Forms.LinkLabel();
|
||||
this.LblSupportDescription = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// GrasscutterToolsSupport
|
||||
//
|
||||
resources.ApplyResources(this.GrasscutterToolsSupport, "GrasscutterToolsSupport");
|
||||
this.GrasscutterToolsSupport.Image = global::GrasscutterTools.Properties.Resources.ImgSupport;
|
||||
this.GrasscutterToolsSupport.Name = "GrasscutterToolsSupport";
|
||||
this.GrasscutterToolsSupport.TabStop = false;
|
||||
//
|
||||
// LnkGithub
|
||||
//
|
||||
resources.ApplyResources(this.LnkGithub, "LnkGithub");
|
||||
this.LnkGithub.Name = "LnkGithub";
|
||||
this.LnkGithub.TabStop = true;
|
||||
this.LnkGithub.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGithub_LinkClicked);
|
||||
//
|
||||
// LblSupportDescription
|
||||
//
|
||||
resources.ApplyResources(this.LblSupportDescription, "LblSupportDescription");
|
||||
this.LblSupportDescription.Name = "LblSupportDescription";
|
||||
//
|
||||
// PageAbout
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.GrasscutterToolsSupport);
|
||||
this.Controls.Add(this.LnkGithub);
|
||||
this.Controls.Add(this.LblSupportDescription);
|
||||
this.Name = "PageAbout";
|
||||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.PictureBox GrasscutterToolsSupport;
|
||||
private System.Windows.Forms.LinkLabel LnkGithub;
|
||||
private System.Windows.Forms.Label LblSupportDescription;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user