mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
Fix /se
This commit is contained in:
parent
17275e194a
commit
ce2a6533f2
92
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
92
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
@ -76,6 +76,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();
|
||||||
@ -323,7 +324,6 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TxtMailSender = new System.Windows.Forms.TextBox();
|
this.TxtMailSender = new System.Windows.Forms.TextBox();
|
||||||
this.LblMailSenderLabel = new System.Windows.Forms.Label();
|
this.LblMailSenderLabel = new System.Windows.Forms.Label();
|
||||||
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
|
|
||||||
this.GrpCommand.SuspendLayout();
|
this.GrpCommand.SuspendLayout();
|
||||||
this.TPRemoteCall.SuspendLayout();
|
this.TPRemoteCall.SuspendLayout();
|
||||||
this.GrpServerStatus.SuspendLayout();
|
this.GrpServerStatus.SuspendLayout();
|
||||||
@ -453,7 +453,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPRemoteCall
|
// TPRemoteCall
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
|
|
||||||
this.TPRemoteCall.Controls.Add(this.LnkLinks);
|
this.TPRemoteCall.Controls.Add(this.LnkLinks);
|
||||||
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
|
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
|
||||||
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
|
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
|
||||||
@ -465,6 +464,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPRemoteCall.Controls.Add(this.TxtHost);
|
this.TPRemoteCall.Controls.Add(this.TxtHost);
|
||||||
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
|
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
|
||||||
this.TPRemoteCall.Controls.Add(this.LblHost);
|
this.TPRemoteCall.Controls.Add(this.LblHost);
|
||||||
|
resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
|
||||||
this.TPRemoteCall.Name = "TPRemoteCall";
|
this.TPRemoteCall.Name = "TPRemoteCall";
|
||||||
this.TPRemoteCall.UseVisualStyleBackColor = true;
|
this.TPRemoteCall.UseVisualStyleBackColor = true;
|
||||||
this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
|
this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
|
||||||
@ -562,15 +562,14 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPOpenCommandCheck
|
// TPOpenCommandCheck
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
|
|
||||||
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
|
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
|
||||||
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
|
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
|
||||||
|
resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
|
||||||
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
|
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
|
||||||
this.TPOpenCommandCheck.SelectedIndex = 0;
|
this.TPOpenCommandCheck.SelectedIndex = 0;
|
||||||
//
|
//
|
||||||
// TPPlayerCheck
|
// TPPlayerCheck
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
|
|
||||||
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
|
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
|
||||||
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
|
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
|
||||||
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
|
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
|
||||||
@ -578,6 +577,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
|
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
|
||||||
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
|
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
|
||||||
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
|
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
|
||||||
|
resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
|
||||||
this.TPPlayerCheck.Name = "TPPlayerCheck";
|
this.TPPlayerCheck.Name = "TPPlayerCheck";
|
||||||
this.TPPlayerCheck.UseVisualStyleBackColor = true;
|
this.TPPlayerCheck.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -649,11 +649,11 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPConsoleCheck
|
// TPConsoleCheck
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
|
|
||||||
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
|
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
|
||||||
this.TPConsoleCheck.Controls.Add(this.TxtToken);
|
this.TPConsoleCheck.Controls.Add(this.TxtToken);
|
||||||
this.TPConsoleCheck.Controls.Add(this.LblToken);
|
this.TPConsoleCheck.Controls.Add(this.LblToken);
|
||||||
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
|
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
|
||||||
|
resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
|
||||||
this.TPConsoleCheck.Name = "TPConsoleCheck";
|
this.TPConsoleCheck.Name = "TPConsoleCheck";
|
||||||
this.TPConsoleCheck.UseVisualStyleBackColor = true;
|
this.TPConsoleCheck.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -698,10 +698,10 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPAbout
|
// TPAbout
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPAbout, "TPAbout");
|
|
||||||
this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
|
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");
|
||||||
this.TPAbout.Name = "TPAbout";
|
this.TPAbout.Name = "TPAbout";
|
||||||
this.TPAbout.UseVisualStyleBackColor = true;
|
this.TPAbout.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -726,10 +726,10 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPManage
|
// TPManage
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPManage, "TPManage");
|
|
||||||
this.TPManage.Controls.Add(this.GrpBanPlayer);
|
this.TPManage.Controls.Add(this.GrpBanPlayer);
|
||||||
this.TPManage.Controls.Add(this.GrpAccount);
|
this.TPManage.Controls.Add(this.GrpAccount);
|
||||||
this.TPManage.Controls.Add(this.GrpPermission);
|
this.TPManage.Controls.Add(this.GrpPermission);
|
||||||
|
resources.ApplyResources(this.TPManage, "TPManage");
|
||||||
this.TPManage.Name = "TPManage";
|
this.TPManage.Name = "TPManage";
|
||||||
this.TPManage.UseVisualStyleBackColor = true;
|
this.TPManage.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -747,8 +747,8 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// DTPBanEndTime
|
// DTPBanEndTime
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
|
|
||||||
this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
||||||
|
resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
|
||||||
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
|
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
|
||||||
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
|
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
|
||||||
this.DTPBanEndTime.Name = "DTPBanEndTime";
|
this.DTPBanEndTime.Name = "DTPBanEndTime";
|
||||||
@ -768,6 +768,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");
|
||||||
@ -863,10 +871,10 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// CmbPerm
|
// CmbPerm
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.CmbPerm, "CmbPerm");
|
|
||||||
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
||||||
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
||||||
this.CmbPerm.FormattingEnabled = true;
|
this.CmbPerm.FormattingEnabled = true;
|
||||||
|
resources.ApplyResources(this.CmbPerm, "CmbPerm");
|
||||||
this.CmbPerm.Name = "CmbPerm";
|
this.CmbPerm.Name = "CmbPerm";
|
||||||
//
|
//
|
||||||
// NUDPermUID
|
// NUDPermUID
|
||||||
@ -928,7 +936,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPScene
|
// TPScene
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPScene, "TPScene");
|
|
||||||
this.TPScene.Controls.Add(this.TxtSceneFilter);
|
this.TPScene.Controls.Add(this.TxtSceneFilter);
|
||||||
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
|
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
|
||||||
this.TPScene.Controls.Add(this.LblTpZ);
|
this.TPScene.Controls.Add(this.LblTpZ);
|
||||||
@ -943,6 +950,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPScene.Controls.Add(this.LblSceneDescription);
|
this.TPScene.Controls.Add(this.LblSceneDescription);
|
||||||
this.TPScene.Controls.Add(this.ListScenes);
|
this.TPScene.Controls.Add(this.ListScenes);
|
||||||
this.TPScene.Controls.Add(this.LblTp);
|
this.TPScene.Controls.Add(this.LblTp);
|
||||||
|
resources.ApplyResources(this.TPScene, "TPScene");
|
||||||
this.TPScene.Name = "TPScene";
|
this.TPScene.Name = "TPScene";
|
||||||
this.TPScene.UseVisualStyleBackColor = true;
|
this.TPScene.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1077,7 +1085,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPItem
|
// TPItem
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPItem, "TPItem");
|
|
||||||
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
|
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
|
||||||
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
|
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
|
||||||
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
|
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
|
||||||
@ -1090,6 +1097,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPItem.Controls.Add(this.NUDGameItemAmout);
|
this.TPItem.Controls.Add(this.NUDGameItemAmout);
|
||||||
this.TPItem.Controls.Add(this.NUDGameItemLevel);
|
this.TPItem.Controls.Add(this.NUDGameItemLevel);
|
||||||
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
|
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
|
||||||
|
resources.ApplyResources(this.TPItem, "TPItem");
|
||||||
this.TPItem.Name = "TPItem";
|
this.TPItem.Name = "TPItem";
|
||||||
this.TPItem.UseVisualStyleBackColor = true;
|
this.TPItem.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1207,7 +1215,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPWeapon
|
// TPWeapon
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPWeapon, "TPWeapon");
|
|
||||||
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
|
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
|
||||||
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
|
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
|
||||||
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
|
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
|
||||||
@ -1218,6 +1225,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
|
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
|
||||||
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
|
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
|
||||||
this.TPWeapon.Controls.Add(this.ListWeapons);
|
this.TPWeapon.Controls.Add(this.ListWeapons);
|
||||||
|
resources.ApplyResources(this.TPWeapon, "TPWeapon");
|
||||||
this.TPWeapon.Name = "TPWeapon";
|
this.TPWeapon.Name = "TPWeapon";
|
||||||
this.TPWeapon.UseVisualStyleBackColor = true;
|
this.TPWeapon.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1321,11 +1329,11 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPAvatar
|
// TPAvatar
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPAvatar, "TPAvatar");
|
|
||||||
this.TPAvatar.Controls.Add(this.GrpSetConstellation);
|
this.TPAvatar.Controls.Add(this.GrpSetConstellation);
|
||||||
this.TPAvatar.Controls.Add(this.GrpSetStats);
|
this.TPAvatar.Controls.Add(this.GrpSetStats);
|
||||||
this.TPAvatar.Controls.Add(this.GrpTalentLevel);
|
this.TPAvatar.Controls.Add(this.GrpTalentLevel);
|
||||||
this.TPAvatar.Controls.Add(this.GrpGiveAvatar);
|
this.TPAvatar.Controls.Add(this.GrpGiveAvatar);
|
||||||
|
resources.ApplyResources(this.TPAvatar, "TPAvatar");
|
||||||
this.TPAvatar.Name = "TPAvatar";
|
this.TPAvatar.Name = "TPAvatar";
|
||||||
this.TPAvatar.UseVisualStyleBackColor = true;
|
this.TPAvatar.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1401,9 +1409,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// LblStatTip
|
// LblStatTip
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.LblStatTip, "LblStatTip");
|
|
||||||
this.LblStatTip.AutoEllipsis = true;
|
this.LblStatTip.AutoEllipsis = true;
|
||||||
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
||||||
|
resources.ApplyResources(this.LblStatTip, "LblStatTip");
|
||||||
this.LblStatTip.Name = "LblStatTip";
|
this.LblStatTip.Name = "LblStatTip";
|
||||||
//
|
//
|
||||||
// LblStatPercent
|
// LblStatPercent
|
||||||
@ -1429,9 +1437,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// CmbStat
|
// CmbStat
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.CmbStat, "CmbStat");
|
|
||||||
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.CmbStat.FormattingEnabled = true;
|
this.CmbStat.FormattingEnabled = true;
|
||||||
|
resources.ApplyResources(this.CmbStat, "CmbStat");
|
||||||
this.CmbStat.Name = "CmbStat";
|
this.CmbStat.Name = "CmbStat";
|
||||||
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
|
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
|
||||||
//
|
//
|
||||||
@ -1513,7 +1521,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// CmbSwitchElement
|
// CmbSwitchElement
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.CmbSwitchElement, "CmbSwitchElement");
|
|
||||||
this.CmbSwitchElement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.CmbSwitchElement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.CmbSwitchElement.FormattingEnabled = true;
|
this.CmbSwitchElement.FormattingEnabled = true;
|
||||||
this.CmbSwitchElement.Items.AddRange(new object[] {
|
this.CmbSwitchElement.Items.AddRange(new object[] {
|
||||||
@ -1525,6 +1532,7 @@ namespace GrasscutterTools.Forms
|
|||||||
resources.GetString("CmbSwitchElement.Items5"),
|
resources.GetString("CmbSwitchElement.Items5"),
|
||||||
resources.GetString("CmbSwitchElement.Items6"),
|
resources.GetString("CmbSwitchElement.Items6"),
|
||||||
resources.GetString("CmbSwitchElement.Items7")});
|
resources.GetString("CmbSwitchElement.Items7")});
|
||||||
|
resources.ApplyResources(this.CmbSwitchElement, "CmbSwitchElement");
|
||||||
this.CmbSwitchElement.Name = "CmbSwitchElement";
|
this.CmbSwitchElement.Name = "CmbSwitchElement";
|
||||||
this.CmbSwitchElement.SelectedIndexChanged += new System.EventHandler(this.CmbSwitchElement_SelectedIndexChanged);
|
this.CmbSwitchElement.SelectedIndexChanged += new System.EventHandler(this.CmbSwitchElement_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
@ -1537,9 +1545,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// CmbAvatar
|
// CmbAvatar
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
|
|
||||||
this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.CmbAvatar.FormattingEnabled = true;
|
this.CmbAvatar.FormattingEnabled = true;
|
||||||
|
resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
|
||||||
this.CmbAvatar.Name = "CmbAvatar";
|
this.CmbAvatar.Name = "CmbAvatar";
|
||||||
this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged);
|
this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
@ -1631,9 +1639,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPSpawn
|
// TPSpawn
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPSpawn, "TPSpawn");
|
|
||||||
this.TPSpawn.Controls.Add(this.TCSpawnSettings);
|
this.TPSpawn.Controls.Add(this.TCSpawnSettings);
|
||||||
this.TPSpawn.Controls.Add(this.TCSpawnItems);
|
this.TPSpawn.Controls.Add(this.TCSpawnItems);
|
||||||
|
resources.ApplyResources(this.TPSpawn, "TPSpawn");
|
||||||
this.TPSpawn.Name = "TPSpawn";
|
this.TPSpawn.Name = "TPSpawn";
|
||||||
this.TPSpawn.UseVisualStyleBackColor = true;
|
this.TPSpawn.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1648,7 +1656,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPSpawnArgs
|
// TPSpawnArgs
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
|
|
||||||
this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
|
this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
|
||||||
this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk);
|
this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk);
|
||||||
this.TPSpawnArgs.Controls.Add(this.NUDEntityHp);
|
this.TPSpawnArgs.Controls.Add(this.NUDEntityHp);
|
||||||
@ -1667,6 +1674,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion);
|
this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion);
|
||||||
this.TPSpawnArgs.Controls.Add(this.LblEntityLevel);
|
this.TPSpawnArgs.Controls.Add(this.LblEntityLevel);
|
||||||
this.TPSpawnArgs.Controls.Add(this.LblEntityAmount);
|
this.TPSpawnArgs.Controls.Add(this.LblEntityAmount);
|
||||||
|
resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
|
||||||
this.TPSpawnArgs.Name = "TPSpawnArgs";
|
this.TPSpawnArgs.Name = "TPSpawnArgs";
|
||||||
this.TPSpawnArgs.UseVisualStyleBackColor = true;
|
this.TPSpawnArgs.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1893,7 +1901,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPAttackModArgs
|
// TPAttackModArgs
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
|
|
||||||
this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
|
this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
|
||||||
this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
|
this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
|
||||||
this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
|
this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
|
||||||
@ -1903,6 +1910,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPAttackModArgs.Controls.Add(this.BtnAtClear);
|
this.TPAttackModArgs.Controls.Add(this.BtnAtClear);
|
||||||
this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin);
|
this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin);
|
||||||
this.TPAttackModArgs.Controls.Add(this.GrpAMSkills);
|
this.TPAttackModArgs.Controls.Add(this.GrpAMSkills);
|
||||||
|
resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
|
||||||
this.TPAttackModArgs.Name = "TPAttackModArgs";
|
this.TPAttackModArgs.Name = "TPAttackModArgs";
|
||||||
this.TPAttackModArgs.UseVisualStyleBackColor = true;
|
this.TPAttackModArgs.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -1963,13 +1971,13 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// GrpAMSkills
|
// GrpAMSkills
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
|
|
||||||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ);
|
this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ);
|
||||||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityE);
|
this.GrpAMSkills.Controls.Add(this.TxtAtEntityE);
|
||||||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityN);
|
this.GrpAMSkills.Controls.Add(this.TxtAtEntityN);
|
||||||
this.GrpAMSkills.Controls.Add(this.RbAtQ);
|
this.GrpAMSkills.Controls.Add(this.RbAtQ);
|
||||||
this.GrpAMSkills.Controls.Add(this.RbAtE);
|
this.GrpAMSkills.Controls.Add(this.RbAtE);
|
||||||
this.GrpAMSkills.Controls.Add(this.RbAtN);
|
this.GrpAMSkills.Controls.Add(this.RbAtN);
|
||||||
|
resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
|
||||||
this.GrpAMSkills.Name = "GrpAMSkills";
|
this.GrpAMSkills.Name = "GrpAMSkills";
|
||||||
this.GrpAMSkills.TabStop = false;
|
this.GrpAMSkills.TabStop = false;
|
||||||
//
|
//
|
||||||
@ -2013,7 +2021,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPAttackInfusedArgs
|
// TPAttackInfusedArgs
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
|
|
||||||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
|
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
|
||||||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
|
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
|
||||||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
|
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
|
||||||
@ -2032,6 +2039,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset);
|
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset);
|
||||||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin);
|
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin);
|
||||||
this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem);
|
this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem);
|
||||||
|
resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
|
||||||
this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs";
|
this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs";
|
||||||
this.TPAttackInfusedArgs.UseVisualStyleBackColor = true;
|
this.TPAttackInfusedArgs.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2087,8 +2095,8 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// NUDAiwiSpread
|
// NUDAiwiSpread
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
|
|
||||||
this.NUDAiwiSpread.DecimalPlaces = 2;
|
this.NUDAiwiSpread.DecimalPlaces = 2;
|
||||||
|
resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
|
||||||
this.NUDAiwiSpread.Maximum = new decimal(new int[] {
|
this.NUDAiwiSpread.Maximum = new decimal(new int[] {
|
||||||
2147483647,
|
2147483647,
|
||||||
0,
|
0,
|
||||||
@ -2199,9 +2207,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPSpawnItems
|
// TPSpawnItems
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
|
|
||||||
this.TPSpawnItems.Controls.Add(this.ListEntity);
|
this.TPSpawnItems.Controls.Add(this.ListEntity);
|
||||||
this.TPSpawnItems.Controls.Add(this.panel1);
|
this.TPSpawnItems.Controls.Add(this.panel1);
|
||||||
|
resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
|
||||||
this.TPSpawnItems.Name = "TPSpawnItems";
|
this.TPSpawnItems.Name = "TPSpawnItems";
|
||||||
this.TPSpawnItems.UseVisualStyleBackColor = true;
|
this.TPSpawnItems.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2214,9 +2222,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.panel1, "panel1");
|
|
||||||
this.panel1.Controls.Add(this.TxtEntityFilter);
|
this.panel1.Controls.Add(this.TxtEntityFilter);
|
||||||
this.panel1.Controls.Add(this.BtnFilterEntity);
|
this.panel1.Controls.Add(this.BtnFilterEntity);
|
||||||
|
resources.ApplyResources(this.panel1, "panel1");
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
//
|
//
|
||||||
// TxtEntityFilter
|
// TxtEntityFilter
|
||||||
@ -2234,9 +2242,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPSpawnRecords
|
// TPSpawnRecords
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
|
|
||||||
this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs);
|
this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs);
|
||||||
this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls);
|
this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls);
|
||||||
|
resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
|
||||||
this.TPSpawnRecords.Name = "TPSpawnRecords";
|
this.TPSpawnRecords.Name = "TPSpawnRecords";
|
||||||
this.TPSpawnRecords.UseVisualStyleBackColor = true;
|
this.TPSpawnRecords.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2278,13 +2286,13 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPQuest
|
// TPQuest
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPQuest, "TPQuest");
|
|
||||||
this.TPQuest.Controls.Add(this.GrpQuestFilters);
|
this.TPQuest.Controls.Add(this.GrpQuestFilters);
|
||||||
this.TPQuest.Controls.Add(this.BtnFinishQuest);
|
this.TPQuest.Controls.Add(this.BtnFinishQuest);
|
||||||
this.TPQuest.Controls.Add(this.BtnAddQuest);
|
this.TPQuest.Controls.Add(this.BtnAddQuest);
|
||||||
this.TPQuest.Controls.Add(this.LblQuestDescription);
|
this.TPQuest.Controls.Add(this.LblQuestDescription);
|
||||||
this.TPQuest.Controls.Add(this.TxtQuestFilter);
|
this.TPQuest.Controls.Add(this.TxtQuestFilter);
|
||||||
this.TPQuest.Controls.Add(this.ListQuest);
|
this.TPQuest.Controls.Add(this.ListQuest);
|
||||||
|
resources.ApplyResources(this.TPQuest, "TPQuest");
|
||||||
this.TPQuest.Name = "TPQuest";
|
this.TPQuest.Name = "TPQuest";
|
||||||
this.TPQuest.UseVisualStyleBackColor = true;
|
this.TPQuest.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2356,7 +2364,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPArtifact
|
// TPArtifact
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPArtifact, "TPArtifact");
|
|
||||||
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
|
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
|
||||||
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
|
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
|
||||||
this.TPArtifact.Controls.Add(this.LblArtifactName);
|
this.TPArtifact.Controls.Add(this.LblArtifactName);
|
||||||
@ -2376,6 +2383,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
|
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
|
||||||
this.TPArtifact.Controls.Add(this.LblArtifactStars);
|
this.TPArtifact.Controls.Add(this.LblArtifactStars);
|
||||||
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
|
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
|
||||||
|
resources.ApplyResources(this.TPArtifact, "TPArtifact");
|
||||||
this.TPArtifact.Name = "TPArtifact";
|
this.TPArtifact.Name = "TPArtifact";
|
||||||
this.TPArtifact.UseVisualStyleBackColor = true;
|
this.TPArtifact.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2541,7 +2549,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPCustom
|
// TPCustom
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPCustom, "TPCustom");
|
|
||||||
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
|
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
|
||||||
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
|
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
|
||||||
this.TPCustom.Controls.Add(this.LblCustomName);
|
this.TPCustom.Controls.Add(this.LblCustomName);
|
||||||
@ -2549,6 +2556,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
|
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
|
||||||
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
|
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
|
||||||
this.TPCustom.Controls.Add(this.TxtCustomName);
|
this.TPCustom.Controls.Add(this.TxtCustomName);
|
||||||
|
resources.ApplyResources(this.TPCustom, "TPCustom");
|
||||||
this.TPCustom.Name = "TPCustom";
|
this.TPCustom.Name = "TPCustom";
|
||||||
this.TPCustom.UseVisualStyleBackColor = true;
|
this.TPCustom.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2612,7 +2620,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPHome
|
// TPHome
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPHome, "TPHome");
|
|
||||||
this.TPHome.Controls.Add(this.BtnOpenShopEditor);
|
this.TPHome.Controls.Add(this.BtnOpenShopEditor);
|
||||||
this.TPHome.Controls.Add(this.BtnOpenDropEditor);
|
this.TPHome.Controls.Add(this.BtnOpenDropEditor);
|
||||||
this.TPHome.Controls.Add(this.LnkNewVersion);
|
this.TPHome.Controls.Add(this.LnkNewVersion);
|
||||||
@ -2621,6 +2628,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
|
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
|
||||||
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
|
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
|
||||||
this.TPHome.Controls.Add(this.GrpSettings);
|
this.TPHome.Controls.Add(this.GrpSettings);
|
||||||
|
resources.ApplyResources(this.TPHome, "TPHome");
|
||||||
this.TPHome.Name = "TPHome";
|
this.TPHome.Name = "TPHome";
|
||||||
this.TPHome.UseVisualStyleBackColor = true;
|
this.TPHome.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2692,9 +2700,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// CmbGcVersions
|
// CmbGcVersions
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
|
|
||||||
this.CmbGcVersions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.CmbGcVersions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.CmbGcVersions.FormattingEnabled = true;
|
this.CmbGcVersions.FormattingEnabled = true;
|
||||||
|
resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
|
||||||
this.CmbGcVersions.Name = "CmbGcVersions";
|
this.CmbGcVersions.Name = "CmbGcVersions";
|
||||||
//
|
//
|
||||||
// ChkTopMost
|
// ChkTopMost
|
||||||
@ -2705,9 +2713,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// CmbLanguage
|
// CmbLanguage
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
|
|
||||||
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.CmbLanguage.FormattingEnabled = true;
|
this.CmbLanguage.FormattingEnabled = true;
|
||||||
|
resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
|
||||||
this.CmbLanguage.Name = "CmbLanguage";
|
this.CmbLanguage.Name = "CmbLanguage";
|
||||||
//
|
//
|
||||||
// LblLanguage
|
// LblLanguage
|
||||||
@ -2762,7 +2770,6 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPMail
|
// TPMail
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPMail, "TPMail");
|
|
||||||
this.TPMail.Controls.Add(this.LblClearMailContent);
|
this.TPMail.Controls.Add(this.LblClearMailContent);
|
||||||
this.TPMail.Controls.Add(this.BtnAddMailItem);
|
this.TPMail.Controls.Add(this.BtnAddMailItem);
|
||||||
this.TPMail.Controls.Add(this.BtnDeleteMailItem);
|
this.TPMail.Controls.Add(this.BtnDeleteMailItem);
|
||||||
@ -2780,6 +2787,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TPMail.Controls.Add(this.LblMailTitleLabel);
|
this.TPMail.Controls.Add(this.LblMailTitleLabel);
|
||||||
this.TPMail.Controls.Add(this.TxtMailSender);
|
this.TPMail.Controls.Add(this.TxtMailSender);
|
||||||
this.TPMail.Controls.Add(this.LblMailSenderLabel);
|
this.TPMail.Controls.Add(this.LblMailSenderLabel);
|
||||||
|
resources.ApplyResources(this.TPMail, "TPMail");
|
||||||
this.TPMail.Name = "TPMail";
|
this.TPMail.Name = "TPMail";
|
||||||
this.TPMail.UseVisualStyleBackColor = true;
|
this.TPMail.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2814,10 +2822,10 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPMailSelectableItemList
|
// TPMailSelectableItemList
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList");
|
|
||||||
this.TPMailSelectableItemList.Controls.Add(this.TxtMailSelectableItemFilter);
|
this.TPMailSelectableItemList.Controls.Add(this.TxtMailSelectableItemFilter);
|
||||||
this.TPMailSelectableItemList.Controls.Add(this.ListMailSelectableItems);
|
this.TPMailSelectableItemList.Controls.Add(this.ListMailSelectableItems);
|
||||||
this.TPMailSelectableItemList.Controls.Add(this.PanelMailItemArgs);
|
this.TPMailSelectableItemList.Controls.Add(this.PanelMailItemArgs);
|
||||||
|
resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList");
|
||||||
this.TPMailSelectableItemList.Name = "TPMailSelectableItemList";
|
this.TPMailSelectableItemList.Name = "TPMailSelectableItemList";
|
||||||
this.TPMailSelectableItemList.UseVisualStyleBackColor = true;
|
this.TPMailSelectableItemList.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2835,11 +2843,11 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// PanelMailItemArgs
|
// PanelMailItemArgs
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.PanelMailItemArgs, "PanelMailItemArgs");
|
|
||||||
this.PanelMailItemArgs.Controls.Add(this.NUDMailItemLevel);
|
this.PanelMailItemArgs.Controls.Add(this.NUDMailItemLevel);
|
||||||
this.PanelMailItemArgs.Controls.Add(this.NUDMailItemCount);
|
this.PanelMailItemArgs.Controls.Add(this.NUDMailItemCount);
|
||||||
this.PanelMailItemArgs.Controls.Add(this.LblMailItemCount);
|
this.PanelMailItemArgs.Controls.Add(this.LblMailItemCount);
|
||||||
this.PanelMailItemArgs.Controls.Add(this.LblMailItemLevel);
|
this.PanelMailItemArgs.Controls.Add(this.LblMailItemLevel);
|
||||||
|
resources.ApplyResources(this.PanelMailItemArgs, "PanelMailItemArgs");
|
||||||
this.PanelMailItemArgs.Name = "PanelMailItemArgs";
|
this.PanelMailItemArgs.Name = "PanelMailItemArgs";
|
||||||
//
|
//
|
||||||
// NUDMailItemLevel
|
// NUDMailItemLevel
|
||||||
@ -2894,9 +2902,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPMailList
|
// TPMailList
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.TPMailList, "TPMailList");
|
|
||||||
this.TPMailList.Controls.Add(this.ListMailList);
|
this.TPMailList.Controls.Add(this.ListMailList);
|
||||||
this.TPMailList.Controls.Add(this.PanelMailListControls);
|
this.TPMailList.Controls.Add(this.PanelMailListControls);
|
||||||
|
resources.ApplyResources(this.TPMailList, "TPMailList");
|
||||||
this.TPMailList.Name = "TPMailList";
|
this.TPMailList.Name = "TPMailList";
|
||||||
this.TPMailList.UseVisualStyleBackColor = true;
|
this.TPMailList.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
@ -2909,9 +2917,9 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// PanelMailListControls
|
// PanelMailListControls
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
|
|
||||||
this.PanelMailListControls.Controls.Add(this.BtnClearMail);
|
this.PanelMailListControls.Controls.Add(this.BtnClearMail);
|
||||||
this.PanelMailListControls.Controls.Add(this.BtnRemoveMail);
|
this.PanelMailListControls.Controls.Add(this.BtnRemoveMail);
|
||||||
|
resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
|
||||||
this.PanelMailListControls.Name = "PanelMailListControls";
|
this.PanelMailListControls.Name = "PanelMailListControls";
|
||||||
//
|
//
|
||||||
// BtnClearMail
|
// BtnClearMail
|
||||||
@ -3012,16 +3020,8 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// MenuSpawnEntityFilter
|
// MenuSpawnEntityFilter
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
|
||||||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||||||
//
|
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
||||||
// TxtBanReason
|
|
||||||
//
|
|
||||||
resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
|
|
||||||
this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.TxtBanReason.Maximum = 0F;
|
|
||||||
this.TxtBanReason.Minimum = 0F;
|
|
||||||
this.TxtBanReason.Name = "TxtBanReason";
|
|
||||||
//
|
//
|
||||||
// FormMain
|
// FormMain
|
||||||
//
|
//
|
||||||
|
@ -1130,7 +1130,7 @@ namespace GrasscutterTools.Forms
|
|||||||
private void CmbSwitchElement_SelectedIndexChanged(object sender, EventArgs e)
|
private void CmbSwitchElement_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (CmbSwitchElement.SelectedIndex == -1 || CmbSwitchElement.SelectedIndex >= Elements.Length) return;
|
if (CmbSwitchElement.SelectedIndex == -1 || CmbSwitchElement.SelectedIndex >= Elements.Length) return;
|
||||||
SetCommand("/sw", Elements[CmbSwitchElement.SelectedIndex]);
|
SetCommand("/se", Elements[CmbSwitchElement.SelectedIndex]);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user