mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
192 lines
8.7 KiB
C#
192 lines
8.7 KiB
C#
namespace GrasscutterTools.Pages
|
||
{
|
||
partial class PageHome
|
||
{
|
||
/// <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(PageHome));
|
||
this.BtnOpenShopEditor = new System.Windows.Forms.Button();
|
||
this.BtnOpenDropEditor = new System.Windows.Forms.Button();
|
||
this.LnkNewVersion = new System.Windows.Forms.LinkLabel();
|
||
this.LblAbout = new System.Windows.Forms.Label();
|
||
this.BtnOpenTextMap = new System.Windows.Forms.Button();
|
||
this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button();
|
||
this.GrasscutterToolsIcon = new System.Windows.Forms.PictureBox();
|
||
this.BtnActivityEditor = new System.Windows.Forms.Button();
|
||
this.LblTip1 = new System.Windows.Forms.Label();
|
||
this.LblTip2 = new System.Windows.Forms.Label();
|
||
this.LblTip3 = new System.Windows.Forms.Label();
|
||
this.LblTip4 = new System.Windows.Forms.Label();
|
||
this.LblTip5 = new System.Windows.Forms.Label();
|
||
this.CmbLanguage = new System.Windows.Forms.ComboBox();
|
||
this.LblLanguage = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// BtnOpenShopEditor
|
||
//
|
||
resources.ApplyResources(this.BtnOpenShopEditor, "BtnOpenShopEditor");
|
||
this.BtnOpenShopEditor.Name = "BtnOpenShopEditor";
|
||
this.BtnOpenShopEditor.UseVisualStyleBackColor = true;
|
||
this.BtnOpenShopEditor.Click += new System.EventHandler(this.BtnOpenShopEditor_Click);
|
||
//
|
||
// BtnOpenDropEditor
|
||
//
|
||
resources.ApplyResources(this.BtnOpenDropEditor, "BtnOpenDropEditor");
|
||
this.BtnOpenDropEditor.Name = "BtnOpenDropEditor";
|
||
this.BtnOpenDropEditor.UseVisualStyleBackColor = true;
|
||
this.BtnOpenDropEditor.Click += new System.EventHandler(this.BtnOpenDropEditor_Click);
|
||
//
|
||
// LnkNewVersion
|
||
//
|
||
resources.ApplyResources(this.LnkNewVersion, "LnkNewVersion");
|
||
this.LnkNewVersion.Name = "LnkNewVersion";
|
||
this.LnkNewVersion.TabStop = true;
|
||
this.LnkNewVersion.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkNewVersion_LinkClicked);
|
||
//
|
||
// LblAbout
|
||
//
|
||
resources.ApplyResources(this.LblAbout, "LblAbout");
|
||
this.LblAbout.Name = "LblAbout";
|
||
//
|
||
// BtnOpenTextMap
|
||
//
|
||
resources.ApplyResources(this.BtnOpenTextMap, "BtnOpenTextMap");
|
||
this.BtnOpenTextMap.Name = "BtnOpenTextMap";
|
||
this.BtnOpenTextMap.UseVisualStyleBackColor = true;
|
||
this.BtnOpenTextMap.Click += new System.EventHandler(this.BtnOpenTextMap_Click);
|
||
//
|
||
// BtnOpenGachaBannerEditor
|
||
//
|
||
resources.ApplyResources(this.BtnOpenGachaBannerEditor, "BtnOpenGachaBannerEditor");
|
||
this.BtnOpenGachaBannerEditor.Name = "BtnOpenGachaBannerEditor";
|
||
this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true;
|
||
this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click);
|
||
//
|
||
// GrasscutterToolsIcon
|
||
//
|
||
resources.ApplyResources(this.GrasscutterToolsIcon, "GrasscutterToolsIcon");
|
||
this.GrasscutterToolsIcon.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
|
||
this.GrasscutterToolsIcon.Name = "GrasscutterToolsIcon";
|
||
this.GrasscutterToolsIcon.TabStop = false;
|
||
//
|
||
// BtnActivityEditor
|
||
//
|
||
resources.ApplyResources(this.BtnActivityEditor, "BtnActivityEditor");
|
||
this.BtnActivityEditor.Name = "BtnActivityEditor";
|
||
this.BtnActivityEditor.UseVisualStyleBackColor = true;
|
||
this.BtnActivityEditor.Click += new System.EventHandler(this.BtnActivityEditor_Click);
|
||
//
|
||
// LblTip1
|
||
//
|
||
resources.ApplyResources(this.LblTip1, "LblTip1");
|
||
this.LblTip1.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblTip1.Name = "LblTip1";
|
||
//
|
||
// LblTip2
|
||
//
|
||
resources.ApplyResources(this.LblTip2, "LblTip2");
|
||
this.LblTip2.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblTip2.Name = "LblTip2";
|
||
//
|
||
// LblTip3
|
||
//
|
||
resources.ApplyResources(this.LblTip3, "LblTip3");
|
||
this.LblTip3.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblTip3.Name = "LblTip3";
|
||
//
|
||
// LblTip4
|
||
//
|
||
resources.ApplyResources(this.LblTip4, "LblTip4");
|
||
this.LblTip4.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblTip4.Name = "LblTip4";
|
||
//
|
||
// LblTip5
|
||
//
|
||
resources.ApplyResources(this.LblTip5, "LblTip5");
|
||
this.LblTip5.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblTip5.Name = "LblTip5";
|
||
//
|
||
// CmbLanguage
|
||
//
|
||
resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
|
||
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CmbLanguage.FormattingEnabled = true;
|
||
this.CmbLanguage.Name = "CmbLanguage";
|
||
//
|
||
// LblLanguage
|
||
//
|
||
resources.ApplyResources(this.LblLanguage, "LblLanguage");
|
||
this.LblLanguage.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblLanguage.Name = "LblLanguage";
|
||
//
|
||
// PageHome
|
||
//
|
||
resources.ApplyResources(this, "$this");
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.CmbLanguage);
|
||
this.Controls.Add(this.LblLanguage);
|
||
this.Controls.Add(this.LblTip5);
|
||
this.Controls.Add(this.LblTip4);
|
||
this.Controls.Add(this.LblTip3);
|
||
this.Controls.Add(this.LblTip2);
|
||
this.Controls.Add(this.LblTip1);
|
||
this.Controls.Add(this.LnkNewVersion);
|
||
this.Controls.Add(this.BtnActivityEditor);
|
||
this.Controls.Add(this.BtnOpenTextMap);
|
||
this.Controls.Add(this.BtnOpenGachaBannerEditor);
|
||
this.Controls.Add(this.BtnOpenDropEditor);
|
||
this.Controls.Add(this.BtnOpenShopEditor);
|
||
this.Controls.Add(this.GrasscutterToolsIcon);
|
||
this.Controls.Add(this.LblAbout);
|
||
this.Name = "PageHome";
|
||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button BtnOpenShopEditor;
|
||
private System.Windows.Forms.Button BtnOpenDropEditor;
|
||
private System.Windows.Forms.LinkLabel LnkNewVersion;
|
||
private System.Windows.Forms.Label LblAbout;
|
||
private System.Windows.Forms.Button BtnOpenTextMap;
|
||
private System.Windows.Forms.Button BtnOpenGachaBannerEditor;
|
||
private System.Windows.Forms.PictureBox GrasscutterToolsIcon;
|
||
private System.Windows.Forms.Button BtnActivityEditor;
|
||
private System.Windows.Forms.Label LblTip1;
|
||
private System.Windows.Forms.Label LblTip2;
|
||
private System.Windows.Forms.Label LblTip3;
|
||
private System.Windows.Forms.Label LblTip4;
|
||
private System.Windows.Forms.Label LblTip5;
|
||
private System.Windows.Forms.ComboBox CmbLanguage;
|
||
private System.Windows.Forms.Label LblLanguage;
|
||
}
|
||
}
|