mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-11 23:49:14 +08:00
Update FormMain.Designer.cs
This commit is contained in:
parent
ac022b377e
commit
27536b7144
116
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
116
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
@ -61,7 +61,7 @@ namespace GrasscutterTools.Forms
|
||||
this.BtnQueryServerStatus = new System.Windows.Forms.Button();
|
||||
this.LblHost = new System.Windows.Forms.Label();
|
||||
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.LblSupportDescription = new System.Windows.Forms.Label();
|
||||
this.TPManage = new System.Windows.Forms.TabPage();
|
||||
@ -69,6 +69,7 @@ namespace GrasscutterTools.Forms
|
||||
this.DTPBanEndTime = new System.Windows.Forms.DateTimePicker();
|
||||
this.BtnUnban = 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.LblBanUID = new System.Windows.Forms.Label();
|
||||
this.GrpAccount = new System.Windows.Forms.GroupBox();
|
||||
@ -139,10 +140,13 @@ namespace GrasscutterTools.Forms
|
||||
this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown();
|
||||
this.LblStatsDescription = new System.Windows.Forms.Label();
|
||||
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.ImgAvatar = new System.Windows.Forms.PictureBox();
|
||||
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.CmbAvatar = new System.Windows.Forms.ComboBox();
|
||||
this.TPSpawn = new System.Windows.Forms.TabPage();
|
||||
@ -206,7 +210,7 @@ namespace GrasscutterTools.Forms
|
||||
this.LblAbout = new System.Windows.Forms.Label();
|
||||
this.BtnOpenTextMap = 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.ChkTopMost = 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.LblDefaultUid = new System.Windows.Forms.Label();
|
||||
this.TCMain = new System.Windows.Forms.TabControl();
|
||||
this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
|
||||
this.GrpCommand.SuspendLayout();
|
||||
this.TPRemoteCall.SuspendLayout();
|
||||
this.GrpServerStatus.SuspendLayout();
|
||||
@ -227,7 +230,7 @@ namespace GrasscutterTools.Forms
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit();
|
||||
this.TPConsoleCheck.SuspendLayout();
|
||||
this.TPAbout.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).BeginInit();
|
||||
this.TPManage.SuspendLayout();
|
||||
this.GrpBanPlayer.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).BeginInit();
|
||||
@ -253,6 +256,7 @@ namespace GrasscutterTools.Forms
|
||||
this.GrpTalentLevel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit();
|
||||
this.TPAvatar.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit();
|
||||
this.TPSpawn.SuspendLayout();
|
||||
@ -269,7 +273,7 @@ namespace GrasscutterTools.Forms
|
||||
this.TPCustom.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.TPHome.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).BeginInit();
|
||||
this.GrpSettings.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit();
|
||||
this.TCMain.SuspendLayout();
|
||||
@ -510,19 +514,19 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// TPAbout
|
||||
//
|
||||
this.TPAbout.Controls.Add(this.pictureBox2);
|
||||
this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
|
||||
this.TPAbout.Controls.Add(this.LnkGithub);
|
||||
this.TPAbout.Controls.Add(this.LblSupportDescription);
|
||||
resources.ApplyResources(this.TPAbout, "TPAbout");
|
||||
this.TPAbout.Name = "TPAbout";
|
||||
this.TPAbout.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// pictureBox2
|
||||
// GrasscutterToolsSupport
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
||||
this.pictureBox2.Image = global::GrasscutterTools.Properties.Resources.ImgSupport;
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.TabStop = false;
|
||||
resources.ApplyResources(this.GrasscutterToolsSupport, "GrasscutterToolsSupport");
|
||||
this.GrasscutterToolsSupport.Image = global::GrasscutterTools.Properties.Resources.ImgSupport;
|
||||
this.GrasscutterToolsSupport.Name = "GrasscutterToolsSupport";
|
||||
this.GrasscutterToolsSupport.TabStop = false;
|
||||
//
|
||||
// LnkGithub
|
||||
//
|
||||
@ -580,6 +584,14 @@ namespace GrasscutterTools.Forms
|
||||
this.BtnBan.UseVisualStyleBackColor = true;
|
||||
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
|
||||
//
|
||||
resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
|
||||
@ -781,12 +793,12 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// NUDTpZ
|
||||
//
|
||||
resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
|
||||
this.NUDTpZ.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.NUDTpZ, "NUDTpZ");
|
||||
this.NUDTpZ.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
@ -801,12 +813,12 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// NUDTpY
|
||||
//
|
||||
resources.ApplyResources(this.NUDTpY, "NUDTpY");
|
||||
this.NUDTpY.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.NUDTpY, "NUDTpY");
|
||||
this.NUDTpY.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
@ -826,12 +838,12 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// NUDTpX
|
||||
//
|
||||
resources.ApplyResources(this.NUDTpX, "NUDTpX");
|
||||
this.NUDTpX.Increment = new decimal(new int[] {
|
||||
100,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
resources.ApplyResources(this.NUDTpX, "NUDTpX");
|
||||
this.NUDTpX.Maximum = new decimal(new int[] {
|
||||
2147483647,
|
||||
0,
|
||||
@ -846,9 +858,9 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// CmbClimateType
|
||||
//
|
||||
resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
|
||||
this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.CmbClimateType.FormattingEnabled = true;
|
||||
resources.ApplyResources(this.CmbClimateType, "CmbClimateType");
|
||||
this.CmbClimateType.Name = "CmbClimateType";
|
||||
this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged);
|
||||
//
|
||||
@ -1230,16 +1242,46 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// 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.ImgAvatar);
|
||||
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.CmbAvatar);
|
||||
resources.ApplyResources(this.TPAvatar, "TPAvatar");
|
||||
this.TPAvatar.Name = "TPAvatar";
|
||||
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
|
||||
//
|
||||
resources.ApplyResources(this.LblAvatarGenWarning, "LblAvatarGenWarning");
|
||||
@ -1258,10 +1300,10 @@ namespace GrasscutterTools.Forms
|
||||
resources.ApplyResources(this.LblAvatar, "LblAvatar");
|
||||
this.LblAvatar.Name = "LblAvatar";
|
||||
//
|
||||
// LblLevel
|
||||
// LblAvatarLevel
|
||||
//
|
||||
resources.ApplyResources(this.LblLevel, "LblLevel");
|
||||
this.LblLevel.Name = "LblLevel";
|
||||
resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel");
|
||||
this.LblAvatarLevel.Name = "LblAvatarLevel";
|
||||
//
|
||||
// NUDAvatarLevel
|
||||
//
|
||||
@ -1784,7 +1826,7 @@ namespace GrasscutterTools.Forms
|
||||
this.TPHome.Controls.Add(this.LblAbout);
|
||||
this.TPHome.Controls.Add(this.BtnOpenTextMap);
|
||||
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
|
||||
this.TPHome.Controls.Add(this.pictureBox1);
|
||||
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
|
||||
this.TPHome.Controls.Add(this.GrpSettings);
|
||||
resources.ApplyResources(this.TPHome, "TPHome");
|
||||
this.TPHome.Name = "TPHome";
|
||||
@ -1809,12 +1851,12 @@ namespace GrasscutterTools.Forms
|
||||
this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true;
|
||||
this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click);
|
||||
//
|
||||
// pictureBox1
|
||||
// GrasscutterToolsIcon
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
||||
this.pictureBox1.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.TabStop = false;
|
||||
resources.ApplyResources(this.GrasscutterToolsIcon, "GrasscutterToolsIcon");
|
||||
this.GrasscutterToolsIcon.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
|
||||
this.GrasscutterToolsIcon.Name = "GrasscutterToolsIcon";
|
||||
this.GrasscutterToolsIcon.TabStop = false;
|
||||
//
|
||||
// GrpSettings
|
||||
//
|
||||
@ -1901,14 +1943,6 @@ namespace GrasscutterTools.Forms
|
||||
this.TCMain.Name = "TCMain";
|
||||
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
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
@ -1936,7 +1970,7 @@ namespace GrasscutterTools.Forms
|
||||
this.TPConsoleCheck.PerformLayout();
|
||||
this.TPAbout.ResumeLayout(false);
|
||||
this.TPAbout.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).EndInit();
|
||||
this.TPManage.ResumeLayout(false);
|
||||
this.GrpBanPlayer.ResumeLayout(false);
|
||||
this.GrpBanPlayer.PerformLayout();
|
||||
@ -1972,6 +2006,7 @@ namespace GrasscutterTools.Forms
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit();
|
||||
this.TPAvatar.ResumeLayout(false);
|
||||
this.TPAvatar.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit();
|
||||
this.TPSpawn.ResumeLayout(false);
|
||||
@ -1996,7 +2031,7 @@ namespace GrasscutterTools.Forms
|
||||
this.groupBox1.PerformLayout();
|
||||
this.TPHome.ResumeLayout(false);
|
||||
this.TPHome.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).EndInit();
|
||||
this.GrpSettings.ResumeLayout(false);
|
||||
this.GrpSettings.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit();
|
||||
@ -2039,7 +2074,7 @@ namespace GrasscutterTools.Forms
|
||||
private System.Windows.Forms.Button BtnQueryServerStatus;
|
||||
private System.Windows.Forms.Label LblHost;
|
||||
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.Label LblSupportDescription;
|
||||
private System.Windows.Forms.TabPage TPManage;
|
||||
@ -2118,7 +2153,7 @@ namespace GrasscutterTools.Forms
|
||||
private System.Windows.Forms.Label LblAvatarGenWarning;
|
||||
private System.Windows.Forms.PictureBox ImgAvatar;
|
||||
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.ComboBox CmbAvatar;
|
||||
private System.Windows.Forms.TabPage TPSpawn;
|
||||
@ -2180,7 +2215,7 @@ namespace GrasscutterTools.Forms
|
||||
private System.Windows.Forms.Label LblAbout;
|
||||
private System.Windows.Forms.Button BtnOpenTextMap;
|
||||
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.CheckBox ChkTopMost;
|
||||
private System.Windows.Forms.CheckBox ChkNewCommand;
|
||||
@ -2195,5 +2230,8 @@ namespace GrasscutterTools.Forms
|
||||
private System.Windows.Forms.Label LblClearGiveItemLogs;
|
||||
private System.Windows.Forms.LinkLabel LblResetStatsCommand;
|
||||
private System.Windows.Forms.Label LblResetStatsTip;
|
||||
private System.Windows.Forms.Label LblAvatarConstellation;
|
||||
private System.Windows.Forms.NumericUpDown NUDAvatarConstellation;
|
||||
private System.Windows.Forms.Label LblNewCommandTip;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user