Update FormMain.Designer.cs

This commit is contained in:
Asayu233 2022-07-02 13:42:17 +08:00 committed by GitHub
parent ac022b377e
commit 27536b7144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ namespace GrasscutterTools.Forms
this.BtnQueryServerStatus = new System.Windows.Forms.Button(); this.BtnQueryServerStatus = new System.Windows.Forms.Button();
this.LblHost = new System.Windows.Forms.Label(); this.LblHost = new System.Windows.Forms.Label();
this.TPAbout = new System.Windows.Forms.TabPage(); this.TPAbout = new System.Windows.Forms.TabPage();
this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.GrasscutterToolsSupport = new System.Windows.Forms.PictureBox();
this.LnkGithub = new System.Windows.Forms.LinkLabel(); this.LnkGithub = new System.Windows.Forms.LinkLabel();
this.LblSupportDescription = new System.Windows.Forms.Label(); this.LblSupportDescription = new System.Windows.Forms.Label();
this.TPManage = new System.Windows.Forms.TabPage(); this.TPManage = new System.Windows.Forms.TabPage();
@ -69,6 +69,7 @@ namespace GrasscutterTools.Forms
this.DTPBanEndTime = new System.Windows.Forms.DateTimePicker(); this.DTPBanEndTime = new System.Windows.Forms.DateTimePicker();
this.BtnUnban = new System.Windows.Forms.Button(); this.BtnUnban = new System.Windows.Forms.Button();
this.BtnBan = new System.Windows.Forms.Button(); this.BtnBan = new System.Windows.Forms.Button();
this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.NUDBanUID = new System.Windows.Forms.NumericUpDown(); this.NUDBanUID = new System.Windows.Forms.NumericUpDown();
this.LblBanUID = new System.Windows.Forms.Label(); this.LblBanUID = new System.Windows.Forms.Label();
this.GrpAccount = new System.Windows.Forms.GroupBox(); this.GrpAccount = new System.Windows.Forms.GroupBox();
@ -139,10 +140,13 @@ namespace GrasscutterTools.Forms
this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown(); this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown();
this.LblStatsDescription = new System.Windows.Forms.Label(); this.LblStatsDescription = new System.Windows.Forms.Label();
this.TPAvatar = new System.Windows.Forms.TabPage(); this.TPAvatar = new System.Windows.Forms.TabPage();
this.LblNewCommandTip = new System.Windows.Forms.Label();
this.LblAvatarConstellation = new System.Windows.Forms.Label();
this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
this.LblAvatarGenWarning = new System.Windows.Forms.Label(); this.LblAvatarGenWarning = new System.Windows.Forms.Label();
this.ImgAvatar = new System.Windows.Forms.PictureBox(); this.ImgAvatar = new System.Windows.Forms.PictureBox();
this.LblAvatar = new System.Windows.Forms.Label(); this.LblAvatar = new System.Windows.Forms.Label();
this.LblLevel = new System.Windows.Forms.Label(); this.LblAvatarLevel = new System.Windows.Forms.Label();
this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown(); this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown();
this.CmbAvatar = new System.Windows.Forms.ComboBox(); this.CmbAvatar = new System.Windows.Forms.ComboBox();
this.TPSpawn = new System.Windows.Forms.TabPage(); this.TPSpawn = new System.Windows.Forms.TabPage();
@ -206,7 +210,7 @@ namespace GrasscutterTools.Forms
this.LblAbout = new System.Windows.Forms.Label(); this.LblAbout = new System.Windows.Forms.Label();
this.BtnOpenTextMap = new System.Windows.Forms.Button(); this.BtnOpenTextMap = new System.Windows.Forms.Button();
this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button(); this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.GrasscutterToolsIcon = new System.Windows.Forms.PictureBox();
this.GrpSettings = new System.Windows.Forms.GroupBox(); this.GrpSettings = new System.Windows.Forms.GroupBox();
this.ChkTopMost = new System.Windows.Forms.CheckBox(); this.ChkTopMost = new System.Windows.Forms.CheckBox();
this.ChkNewCommand = new System.Windows.Forms.CheckBox(); this.ChkNewCommand = new System.Windows.Forms.CheckBox();
@ -216,7 +220,6 @@ namespace GrasscutterTools.Forms
this.ChkIncludeUID = new System.Windows.Forms.CheckBox(); this.ChkIncludeUID = new System.Windows.Forms.CheckBox();
this.LblDefaultUid = new System.Windows.Forms.Label(); this.LblDefaultUid = new System.Windows.Forms.Label();
this.TCMain = new System.Windows.Forms.TabControl(); this.TCMain = new System.Windows.Forms.TabControl();
this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.GrpCommand.SuspendLayout(); this.GrpCommand.SuspendLayout();
this.TPRemoteCall.SuspendLayout(); this.TPRemoteCall.SuspendLayout();
this.GrpServerStatus.SuspendLayout(); this.GrpServerStatus.SuspendLayout();
@ -227,7 +230,7 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit();
this.TPConsoleCheck.SuspendLayout(); this.TPConsoleCheck.SuspendLayout();
this.TPAbout.SuspendLayout(); this.TPAbout.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).BeginInit();
this.TPManage.SuspendLayout(); this.TPManage.SuspendLayout();
this.GrpBanPlayer.SuspendLayout(); this.GrpBanPlayer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).BeginInit();
@ -253,6 +256,7 @@ namespace GrasscutterTools.Forms
this.GrpTalentLevel.SuspendLayout(); this.GrpTalentLevel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit();
this.TPAvatar.SuspendLayout(); this.TPAvatar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit();
this.TPSpawn.SuspendLayout(); this.TPSpawn.SuspendLayout();
@ -269,7 +273,7 @@ namespace GrasscutterTools.Forms
this.TPCustom.SuspendLayout(); this.TPCustom.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.TPHome.SuspendLayout(); this.TPHome.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).BeginInit();
this.GrpSettings.SuspendLayout(); this.GrpSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit();
this.TCMain.SuspendLayout(); this.TCMain.SuspendLayout();
@ -510,19 +514,19 @@ namespace GrasscutterTools.Forms
// //
// TPAbout // TPAbout
// //
this.TPAbout.Controls.Add(this.pictureBox2); this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
this.TPAbout.Controls.Add(this.LnkGithub); this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription); this.TPAbout.Controls.Add(this.LblSupportDescription);
resources.ApplyResources(this.TPAbout, "TPAbout"); resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Name = "TPAbout"; this.TPAbout.Name = "TPAbout";
this.TPAbout.UseVisualStyleBackColor = true; this.TPAbout.UseVisualStyleBackColor = true;
// //
// pictureBox2 // GrasscutterToolsSupport
// //
resources.ApplyResources(this.pictureBox2, "pictureBox2"); resources.ApplyResources(this.GrasscutterToolsSupport, "GrasscutterToolsSupport");
this.pictureBox2.Image = global::GrasscutterTools.Properties.Resources.ImgSupport; this.GrasscutterToolsSupport.Image = global::GrasscutterTools.Properties.Resources.ImgSupport;
this.pictureBox2.Name = "pictureBox2"; this.GrasscutterToolsSupport.Name = "GrasscutterToolsSupport";
this.pictureBox2.TabStop = false; this.GrasscutterToolsSupport.TabStop = false;
// //
// LnkGithub // LnkGithub
// //
@ -580,6 +584,14 @@ namespace GrasscutterTools.Forms
this.BtnBan.UseVisualStyleBackColor = true; this.BtnBan.UseVisualStyleBackColor = true;
this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click); this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click);
// //
// TxtBanReason
//
this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
this.TxtBanReason.Maximum = 0F;
this.TxtBanReason.Minimum = 0F;
this.TxtBanReason.Name = "TxtBanReason";
//
// NUDBanUID // NUDBanUID
// //
resources.ApplyResources(this.NUDBanUID, "NUDBanUID"); resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
@ -781,12 +793,12 @@ namespace GrasscutterTools.Forms
// //
// NUDTpZ // NUDTpZ
// //
resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
this.NUDTpZ.Increment = new decimal(new int[] { this.NUDTpZ.Increment = new decimal(new int[] {
100, 100,
0, 0,
0, 0,
0}); 0});
resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
this.NUDTpZ.Maximum = new decimal(new int[] { this.NUDTpZ.Maximum = new decimal(new int[] {
2147483647, 2147483647,
0, 0,
@ -801,12 +813,12 @@ namespace GrasscutterTools.Forms
// //
// NUDTpY // NUDTpY
// //
resources.ApplyResources(this.NUDTpY, "NUDTpY");
this.NUDTpY.Increment = new decimal(new int[] { this.NUDTpY.Increment = new decimal(new int[] {
100, 100,
0, 0,
0, 0,
0}); 0});
resources.ApplyResources(this.NUDTpY, "NUDTpY");
this.NUDTpY.Maximum = new decimal(new int[] { this.NUDTpY.Maximum = new decimal(new int[] {
2147483647, 2147483647,
0, 0,
@ -826,12 +838,12 @@ namespace GrasscutterTools.Forms
// //
// NUDTpX // NUDTpX
// //
resources.ApplyResources(this.NUDTpX, "NUDTpX");
this.NUDTpX.Increment = new decimal(new int[] { this.NUDTpX.Increment = new decimal(new int[] {
100, 100,
0, 0,
0, 0,
0}); 0});
resources.ApplyResources(this.NUDTpX, "NUDTpX");
this.NUDTpX.Maximum = new decimal(new int[] { this.NUDTpX.Maximum = new decimal(new int[] {
2147483647, 2147483647,
0, 0,
@ -846,9 +858,9 @@ namespace GrasscutterTools.Forms
// //
// CmbClimateType // CmbClimateType
// //
resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbClimateType.FormattingEnabled = true; this.CmbClimateType.FormattingEnabled = true;
resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
this.CmbClimateType.Name = "CmbClimateType"; this.CmbClimateType.Name = "CmbClimateType";
this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged); this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged);
// //
@ -1230,16 +1242,46 @@ namespace GrasscutterTools.Forms
// //
// TPAvatar // TPAvatar
// //
this.TPAvatar.Controls.Add(this.LblNewCommandTip);
this.TPAvatar.Controls.Add(this.LblAvatarConstellation);
this.TPAvatar.Controls.Add(this.NUDAvatarConstellation);
this.TPAvatar.Controls.Add(this.LblAvatarGenWarning); this.TPAvatar.Controls.Add(this.LblAvatarGenWarning);
this.TPAvatar.Controls.Add(this.ImgAvatar); this.TPAvatar.Controls.Add(this.ImgAvatar);
this.TPAvatar.Controls.Add(this.LblAvatar); this.TPAvatar.Controls.Add(this.LblAvatar);
this.TPAvatar.Controls.Add(this.LblLevel); this.TPAvatar.Controls.Add(this.LblAvatarLevel);
this.TPAvatar.Controls.Add(this.NUDAvatarLevel); this.TPAvatar.Controls.Add(this.NUDAvatarLevel);
this.TPAvatar.Controls.Add(this.CmbAvatar); this.TPAvatar.Controls.Add(this.CmbAvatar);
resources.ApplyResources(this.TPAvatar, "TPAvatar"); resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar"; this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true; this.TPAvatar.UseVisualStyleBackColor = true;
// //
// LblNewCommandTip
//
resources.ApplyResources(this.LblNewCommandTip, "LblNewCommandTip");
this.LblNewCommandTip.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.LblNewCommandTip.Name = "LblNewCommandTip";
//
// LblAvatarConstellation
//
resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation");
this.LblAvatarConstellation.Name = "LblAvatarConstellation";
//
// NUDAvatarConstellation
//
resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation");
this.NUDAvatarConstellation.Maximum = new decimal(new int[] {
6,
0,
0,
0});
this.NUDAvatarConstellation.Name = "NUDAvatarConstellation";
this.NUDAvatarConstellation.Value = new decimal(new int[] {
6,
0,
0,
0});
this.NUDAvatarConstellation.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
//
// LblAvatarGenWarning // LblAvatarGenWarning
// //
resources.ApplyResources(this.LblAvatarGenWarning, "LblAvatarGenWarning"); resources.ApplyResources(this.LblAvatarGenWarning, "LblAvatarGenWarning");
@ -1258,10 +1300,10 @@ namespace GrasscutterTools.Forms
resources.ApplyResources(this.LblAvatar, "LblAvatar"); resources.ApplyResources(this.LblAvatar, "LblAvatar");
this.LblAvatar.Name = "LblAvatar"; this.LblAvatar.Name = "LblAvatar";
// //
// LblLevel // LblAvatarLevel
// //
resources.ApplyResources(this.LblLevel, "LblLevel"); resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel");
this.LblLevel.Name = "LblLevel"; this.LblAvatarLevel.Name = "LblAvatarLevel";
// //
// NUDAvatarLevel // NUDAvatarLevel
// //
@ -1784,7 +1826,7 @@ namespace GrasscutterTools.Forms
this.TPHome.Controls.Add(this.LblAbout); this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap); this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor); this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.pictureBox1); this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings); this.TPHome.Controls.Add(this.GrpSettings);
resources.ApplyResources(this.TPHome, "TPHome"); resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome"; this.TPHome.Name = "TPHome";
@ -1809,12 +1851,12 @@ namespace GrasscutterTools.Forms
this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true; this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true;
this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click); this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click);
// //
// pictureBox1 // GrasscutterToolsIcon
// //
resources.ApplyResources(this.pictureBox1, "pictureBox1"); resources.ApplyResources(this.GrasscutterToolsIcon, "GrasscutterToolsIcon");
this.pictureBox1.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter; this.GrasscutterToolsIcon.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
this.pictureBox1.Name = "pictureBox1"; this.GrasscutterToolsIcon.Name = "GrasscutterToolsIcon";
this.pictureBox1.TabStop = false; this.GrasscutterToolsIcon.TabStop = false;
// //
// GrpSettings // GrpSettings
// //
@ -1901,14 +1943,6 @@ namespace GrasscutterTools.Forms
this.TCMain.Name = "TCMain"; this.TCMain.Name = "TCMain";
this.TCMain.SelectedIndex = 0; this.TCMain.SelectedIndex = 0;
// //
// TxtBanReason
//
this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
this.TxtBanReason.Maximum = 0F;
this.TxtBanReason.Minimum = 0F;
this.TxtBanReason.Name = "TxtBanReason";
//
// FormMain // FormMain
// //
resources.ApplyResources(this, "$this"); resources.ApplyResources(this, "$this");
@ -1936,7 +1970,7 @@ namespace GrasscutterTools.Forms
this.TPConsoleCheck.PerformLayout(); this.TPConsoleCheck.PerformLayout();
this.TPAbout.ResumeLayout(false); this.TPAbout.ResumeLayout(false);
this.TPAbout.PerformLayout(); this.TPAbout.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).EndInit();
this.TPManage.ResumeLayout(false); this.TPManage.ResumeLayout(false);
this.GrpBanPlayer.ResumeLayout(false); this.GrpBanPlayer.ResumeLayout(false);
this.GrpBanPlayer.PerformLayout(); this.GrpBanPlayer.PerformLayout();
@ -1972,6 +2006,7 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit();
this.TPAvatar.ResumeLayout(false); this.TPAvatar.ResumeLayout(false);
this.TPAvatar.PerformLayout(); this.TPAvatar.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit();
this.TPSpawn.ResumeLayout(false); this.TPSpawn.ResumeLayout(false);
@ -1996,7 +2031,7 @@ namespace GrasscutterTools.Forms
this.groupBox1.PerformLayout(); this.groupBox1.PerformLayout();
this.TPHome.ResumeLayout(false); this.TPHome.ResumeLayout(false);
this.TPHome.PerformLayout(); this.TPHome.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).EndInit();
this.GrpSettings.ResumeLayout(false); this.GrpSettings.ResumeLayout(false);
this.GrpSettings.PerformLayout(); this.GrpSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit();
@ -2039,7 +2074,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Button BtnQueryServerStatus; private System.Windows.Forms.Button BtnQueryServerStatus;
private System.Windows.Forms.Label LblHost; private System.Windows.Forms.Label LblHost;
private System.Windows.Forms.TabPage TPAbout; private System.Windows.Forms.TabPage TPAbout;
private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox GrasscutterToolsSupport;
private System.Windows.Forms.LinkLabel LnkGithub; private System.Windows.Forms.LinkLabel LnkGithub;
private System.Windows.Forms.Label LblSupportDescription; private System.Windows.Forms.Label LblSupportDescription;
private System.Windows.Forms.TabPage TPManage; private System.Windows.Forms.TabPage TPManage;
@ -2118,7 +2153,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblAvatarGenWarning; private System.Windows.Forms.Label LblAvatarGenWarning;
private System.Windows.Forms.PictureBox ImgAvatar; private System.Windows.Forms.PictureBox ImgAvatar;
private System.Windows.Forms.Label LblAvatar; private System.Windows.Forms.Label LblAvatar;
private System.Windows.Forms.Label LblLevel; private System.Windows.Forms.Label LblAvatarLevel;
private System.Windows.Forms.NumericUpDown NUDAvatarLevel; private System.Windows.Forms.NumericUpDown NUDAvatarLevel;
private System.Windows.Forms.ComboBox CmbAvatar; private System.Windows.Forms.ComboBox CmbAvatar;
private System.Windows.Forms.TabPage TPSpawn; private System.Windows.Forms.TabPage TPSpawn;
@ -2180,7 +2215,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblAbout; private System.Windows.Forms.Label LblAbout;
private System.Windows.Forms.Button BtnOpenTextMap; private System.Windows.Forms.Button BtnOpenTextMap;
private System.Windows.Forms.Button BtnOpenGachaBannerEditor; private System.Windows.Forms.Button BtnOpenGachaBannerEditor;
private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox GrasscutterToolsIcon;
private System.Windows.Forms.GroupBox GrpSettings; private System.Windows.Forms.GroupBox GrpSettings;
private System.Windows.Forms.CheckBox ChkTopMost; private System.Windows.Forms.CheckBox ChkTopMost;
private System.Windows.Forms.CheckBox ChkNewCommand; private System.Windows.Forms.CheckBox ChkNewCommand;
@ -2195,5 +2230,8 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblClearGiveItemLogs; private System.Windows.Forms.Label LblClearGiveItemLogs;
private System.Windows.Forms.LinkLabel LblResetStatsCommand; private System.Windows.Forms.LinkLabel LblResetStatsCommand;
private System.Windows.Forms.Label LblResetStatsTip; private System.Windows.Forms.Label LblResetStatsTip;
private System.Windows.Forms.Label LblAvatarConstellation;
private System.Windows.Forms.NumericUpDown NUDAvatarConstellation;
private System.Windows.Forms.Label LblNewCommandTip;
} }
} }