diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index 553cbafa..a49c97cd 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
///
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.TxtCommand = new System.Windows.Forms.TextBox();
this.BtnCopy = new System.Windows.Forms.Button();
@@ -75,7 +76,6 @@ private void InitializeComponent()
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();
@@ -164,20 +164,73 @@ private void InitializeComponent()
this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
this.NUDAvatarSkillLevel = new System.Windows.Forms.NumericUpDown();
this.TPSpawn = new System.Windows.Forms.TabPage();
- this.ChkInfiniteHP = new System.Windows.Forms.CheckBox();
- this.LblClearSpawnLogs = new System.Windows.Forms.Label();
- this.BtnSaveSpawnLog = new System.Windows.Forms.Button();
- this.BtnRemoveSpawnLog = new System.Windows.Forms.Button();
- this.GrpSpawnRecord = new System.Windows.Forms.GroupBox();
- this.ListSpawnLogs = new System.Windows.Forms.ListBox();
- this.GrpEntityType = new System.Windows.Forms.GroupBox();
- this.FLPEntityType = new System.Windows.Forms.FlowLayoutPanel();
- this.LblEntityAmount = new System.Windows.Forms.Label();
- this.LblEntityLevel = new System.Windows.Forms.Label();
+ this.TCSpawnSettings = new System.Windows.Forms.TabControl();
+ this.TPSpawnArgs = new System.Windows.Forms.TabPage();
+ this.NUDEntityDef = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityAtk = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityHp = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityMaxHp = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityPosZ = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityPosY = new System.Windows.Forms.NumericUpDown();
+ this.NUDEntityPosX = new System.Windows.Forms.NumericUpDown();
this.NUDEntityAmout = new System.Windows.Forms.NumericUpDown();
this.NUDEntityLevel = new System.Windows.Forms.NumericUpDown();
- this.TxtEntityFilter = new System.Windows.Forms.TextBox();
+ this.LblSpawnVersionRequireTip = new System.Windows.Forms.Label();
+ this.LblInfiniteHpTip = new System.Windows.Forms.Label();
+ this.LblEntityDef = new System.Windows.Forms.Label();
+ this.LblEntityAtk = new System.Windows.Forms.Label();
+ this.LblEntityHp = new System.Windows.Forms.Label();
+ this.LblEntityMaxHp = new System.Windows.Forms.Label();
+ this.LblEntitySpawnPostion = new System.Windows.Forms.Label();
+ this.LblEntityLevel = new System.Windows.Forms.Label();
+ this.LblEntityAmount = new System.Windows.Forms.Label();
+ this.TPAttackModArgs = new System.Windows.Forms.TabPage();
+ this.LblAMPluginTip = new System.Windows.Forms.Label();
+ this.LblAMPluginIntroduction = new System.Windows.Forms.Label();
+ this.LblAMPlugin = new System.Windows.Forms.Label();
+ this.LnkAMOff = new System.Windows.Forms.LinkLabel();
+ this.LnkAMOn = new System.Windows.Forms.LinkLabel();
+ this.BtnAtReload = new System.Windows.Forms.Button();
+ this.BtnAtClear = new System.Windows.Forms.Button();
+ this.LnkAttackModifierPlugin = new System.Windows.Forms.LinkLabel();
+ this.GrpAMSkills = new System.Windows.Forms.GroupBox();
+ this.TxtAtEntityQ = new System.Windows.Forms.TextBox();
+ this.TxtAtEntityE = new System.Windows.Forms.TextBox();
+ this.TxtAtEntityN = new System.Windows.Forms.TextBox();
+ this.RbAtQ = new System.Windows.Forms.RadioButton();
+ this.RbAtE = new System.Windows.Forms.RadioButton();
+ this.RbAtN = new System.Windows.Forms.RadioButton();
+ this.TPAttackInfusedArgs = new System.Windows.Forms.TabPage();
+ this.NUDAiwiRotateZ = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiRotateY = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiRotateX = new System.Windows.Forms.NumericUpDown();
+ this.LblAiwiRotate = new System.Windows.Forms.Label();
+ this.NUDAiwiSpread = new System.Windows.Forms.NumericUpDown();
+ this.LblAiwiSpread = new System.Windows.Forms.Label();
+ this.NUDAiwiCount = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiHeight = new System.Windows.Forms.NumericUpDown();
+ this.NUDAiwiRadius = new System.Windows.Forms.NumericUpDown();
+ this.LblAiwiCount = new System.Windows.Forms.Label();
+ this.LblAiwiHeight = new System.Windows.Forms.Label();
+ this.LblAiwiRadius = new System.Windows.Forms.Label();
+ this.BtnAttackInfuse = new System.Windows.Forms.Button();
+ this.BtnAiwiReload = new System.Windows.Forms.Button();
+ this.BtnAiwiClear = new System.Windows.Forms.Button();
+ this.BtnAiwiReset = new System.Windows.Forms.Button();
+ this.LblAiwiPlugin = new System.Windows.Forms.Label();
+ this.LnkAttackInfusedWithItem = new System.Windows.Forms.LinkLabel();
+ this.TCSpawnItems = new System.Windows.Forms.TabControl();
+ this.TPSpawnItems = new System.Windows.Forms.TabPage();
this.ListEntity = new System.Windows.Forms.ListBox();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.TxtEntityFilter = new System.Windows.Forms.TextBox();
+ this.BtnFilterEntity = new System.Windows.Forms.Button();
+ this.TPSpawnRecords = new System.Windows.Forms.TabPage();
+ this.ListSpawnLogs = new System.Windows.Forms.ListBox();
+ this.FLPSpawnRecordControls = new System.Windows.Forms.FlowLayoutPanel();
+ this.BtnSaveSpawnLog = new System.Windows.Forms.Button();
+ this.BtnRemoveSpawnLog = new System.Windows.Forms.Button();
+ this.LblClearSpawnLogs = new System.Windows.Forms.Label();
this.TPQuest = new System.Windows.Forms.TabPage();
this.GrpQuestFilters = new System.Windows.Forms.GroupBox();
this.ChkQuestFilterTEST = new System.Windows.Forms.CheckBox();
@@ -241,7 +294,7 @@ private void InitializeComponent()
this.BtnAddMailItem = new System.Windows.Forms.Button();
this.BtnDeleteMailItem = new System.Windows.Forms.Button();
this.TCMailRight = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
+ this.TPMailSelectableItemList = new System.Windows.Forms.TabPage();
this.TxtMailSelectableItemFilter = new System.Windows.Forms.TextBox();
this.ListMailSelectableItems = new System.Windows.Forms.ListBox();
this.PanelMailItemArgs = new System.Windows.Forms.Panel();
@@ -249,7 +302,7 @@ private void InitializeComponent()
this.NUDMailItemCount = new System.Windows.Forms.NumericUpDown();
this.LblMailItemCount = new System.Windows.Forms.Label();
this.LblMailItemLevel = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
+ this.TPMailList = new System.Windows.Forms.TabPage();
this.ListMailList = new System.Windows.Forms.ListBox();
this.PanelMailListControls = new System.Windows.Forms.Panel();
this.BtnClearMail = new System.Windows.Forms.Button();
@@ -267,6 +320,8 @@ private void InitializeComponent()
this.LblMailTitleLabel = new System.Windows.Forms.Label();
this.TxtMailSender = new System.Windows.Forms.TextBox();
this.LblMailSenderLabel = new System.Windows.Forms.Label();
+ this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.GrpCommand.SuspendLayout();
this.TPRemoteCall.SuspendLayout();
this.GrpServerStatus.SuspendLayout();
@@ -309,10 +364,32 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).BeginInit();
this.TPSpawn.SuspendLayout();
- this.GrpSpawnRecord.SuspendLayout();
- this.GrpEntityType.SuspendLayout();
+ this.TCSpawnSettings.SuspendLayout();
+ this.TPSpawnArgs.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityDef)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAtk)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityHp)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityMaxHp)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosZ)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).BeginInit();
+ this.TPAttackModArgs.SuspendLayout();
+ this.GrpAMSkills.SuspendLayout();
+ this.TPAttackInfusedArgs.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateZ)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateY)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateX)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiSpread)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiCount)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiHeight)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRadius)).BeginInit();
+ this.TCSpawnItems.SuspendLayout();
+ this.TPSpawnItems.SuspendLayout();
+ this.panel1.SuspendLayout();
+ this.TPSpawnRecords.SuspendLayout();
+ this.FLPSpawnRecordControls.SuspendLayout();
this.TPQuest.SuspendLayout();
this.GrpQuestFilters.SuspendLayout();
this.TPArtifact.SuspendLayout();
@@ -328,11 +405,11 @@ private void InitializeComponent()
this.TCMain.SuspendLayout();
this.TPMail.SuspendLayout();
this.TCMailRight.SuspendLayout();
- this.tabPage1.SuspendLayout();
+ this.TPMailSelectableItemList.SuspendLayout();
this.PanelMailItemArgs.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemCount)).BeginInit();
- this.tabPage2.SuspendLayout();
+ this.TPMailList.SuspendLayout();
this.PanelMailListControls.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailRecipient)).BeginInit();
this.SuspendLayout();
@@ -374,7 +451,6 @@ private void InitializeComponent()
//
// TPRemoteCall
//
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.LnkLinks);
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
@@ -386,6 +462,7 @@ private void InitializeComponent()
this.TPRemoteCall.Controls.Add(this.TxtHost);
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
this.TPRemoteCall.Controls.Add(this.LblHost);
+ resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
@@ -483,15 +560,14 @@ private void InitializeComponent()
//
// TPOpenCommandCheck
//
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -499,6 +575,7 @@ private void InitializeComponent()
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -570,11 +647,11 @@ private void InitializeComponent()
//
// TPConsoleCheck
//
- resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
this.TPConsoleCheck.Controls.Add(this.TxtToken);
this.TPConsoleCheck.Controls.Add(this.LblToken);
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
+ resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Name = "TPConsoleCheck";
this.TPConsoleCheck.UseVisualStyleBackColor = true;
//
@@ -619,10 +696,10 @@ private void InitializeComponent()
//
// TPAbout
//
- resources.ApplyResources(this.TPAbout, "TPAbout");
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;
//
@@ -647,10 +724,10 @@ private void InitializeComponent()
//
// TPManage
//
- resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Controls.Add(this.GrpBanPlayer);
this.TPManage.Controls.Add(this.GrpAccount);
this.TPManage.Controls.Add(this.GrpPermission);
+ resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Name = "TPManage";
this.TPManage.UseVisualStyleBackColor = true;
//
@@ -668,8 +745,8 @@ private void InitializeComponent()
//
// DTPBanEndTime
//
- resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
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.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
this.DTPBanEndTime.Name = "DTPBanEndTime";
@@ -689,14 +766,6 @@ private void InitializeComponent()
this.BtnBan.UseVisualStyleBackColor = true;
this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click);
//
- // 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";
- //
// NUDBanUID
//
resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
@@ -792,10 +861,10 @@ private void InitializeComponent()
//
// CmbPerm
//
- resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CmbPerm.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.Name = "CmbPerm";
//
// NUDPermUID
@@ -857,7 +926,6 @@ private void InitializeComponent()
//
// TPScene
//
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.TxtSceneFilter);
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -872,6 +940,7 @@ private void InitializeComponent()
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
this.TPScene.Controls.Add(this.LblTp);
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -1006,7 +1075,6 @@ private void InitializeComponent()
//
// TPItem
//
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
@@ -1019,6 +1087,7 @@ private void InitializeComponent()
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1136,7 +1205,6 @@ private void InitializeComponent()
//
// TPWeapon
//
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
@@ -1147,6 +1215,7 @@ private void InitializeComponent()
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1250,11 +1319,11 @@ private void InitializeComponent()
//
// TPAvatar
//
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Controls.Add(this.GrpSetConstellation);
this.TPAvatar.Controls.Add(this.GrpSetStats);
this.TPAvatar.Controls.Add(this.GrpTalentLevel);
this.TPAvatar.Controls.Add(this.GrpGiveAvatar);
+ resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
@@ -1330,9 +1399,9 @@ private void InitializeComponent()
//
// LblStatTip
//
- resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.AutoEllipsis = true;
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.Name = "LblStatTip";
//
// LblStatPercent
@@ -1358,9 +1427,9 @@ private void InitializeComponent()
//
// CmbStat
//
- resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbStat.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.Name = "CmbStat";
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
//
@@ -1440,9 +1509,9 @@ private void InitializeComponent()
//
// CmbAvatar
//
- resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbAvatar.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbAvatar, "CmbAvatar");
this.CmbAvatar.Name = "CmbAvatar";
this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged);
//
@@ -1534,85 +1603,176 @@ private void InitializeComponent()
//
// TPSpawn
//
+ this.TPSpawn.Controls.Add(this.TCSpawnSettings);
+ this.TPSpawn.Controls.Add(this.TCSpawnItems);
resources.ApplyResources(this.TPSpawn, "TPSpawn");
- this.TPSpawn.Controls.Add(this.ChkInfiniteHP);
- this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
- this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
- this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
- this.TPSpawn.Controls.Add(this.GrpSpawnRecord);
- this.TPSpawn.Controls.Add(this.GrpEntityType);
- this.TPSpawn.Controls.Add(this.LblEntityAmount);
- this.TPSpawn.Controls.Add(this.LblEntityLevel);
- this.TPSpawn.Controls.Add(this.NUDEntityAmout);
- this.TPSpawn.Controls.Add(this.NUDEntityLevel);
- this.TPSpawn.Controls.Add(this.TxtEntityFilter);
- this.TPSpawn.Controls.Add(this.ListEntity);
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
- // ChkInfiniteHP
- //
- resources.ApplyResources(this.ChkInfiniteHP, "ChkInfiniteHP");
- this.ChkInfiniteHP.Name = "ChkInfiniteHP";
- this.ChkInfiniteHP.UseVisualStyleBackColor = true;
- this.ChkInfiniteHP.CheckedChanged += new System.EventHandler(this.SpawnEntityInputChanged);
- //
- // LblClearSpawnLogs
- //
- resources.ApplyResources(this.LblClearSpawnLogs, "LblClearSpawnLogs");
- this.LblClearSpawnLogs.Cursor = System.Windows.Forms.Cursors.Hand;
- this.LblClearSpawnLogs.Name = "LblClearSpawnLogs";
- this.LblClearSpawnLogs.Click += new System.EventHandler(this.LblClearSpawnLogs_Click);
- //
- // BtnSaveSpawnLog
- //
- resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
- this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog";
- this.BtnSaveSpawnLog.UseVisualStyleBackColor = true;
- this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click);
- //
- // BtnRemoveSpawnLog
- //
- resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog");
- this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog";
- this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true;
- this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click);
+ // TCSpawnSettings
+ //
+ resources.ApplyResources(this.TCSpawnSettings, "TCSpawnSettings");
+ this.TCSpawnSettings.Controls.Add(this.TPSpawnArgs);
+ this.TCSpawnSettings.Controls.Add(this.TPAttackModArgs);
+ this.TCSpawnSettings.Controls.Add(this.TPAttackInfusedArgs);
+ this.TCSpawnSettings.Name = "TCSpawnSettings";
+ this.TCSpawnSettings.SelectedIndex = 0;
+ //
+ // TPSpawnArgs
+ //
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityHp);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityMaxHp);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityPosZ);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityPosY);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityPosX);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityAmout);
+ this.TPSpawnArgs.Controls.Add(this.NUDEntityLevel);
+ this.TPSpawnArgs.Controls.Add(this.LblSpawnVersionRequireTip);
+ this.TPSpawnArgs.Controls.Add(this.LblInfiniteHpTip);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityDef);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityAtk);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityHp);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityMaxHp);
+ this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityLevel);
+ this.TPSpawnArgs.Controls.Add(this.LblEntityAmount);
+ resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
+ this.TPSpawnArgs.Name = "TPSpawnArgs";
+ this.TPSpawnArgs.UseVisualStyleBackColor = true;
+ //
+ // NUDEntityDef
+ //
+ resources.ApplyResources(this.NUDEntityDef, "NUDEntityDef");
+ this.NUDEntityDef.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityDef.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityDef.Name = "NUDEntityDef";
+ this.NUDEntityDef.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityDef.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // GrpSpawnRecord
+ // NUDEntityAtk
//
- resources.ApplyResources(this.GrpSpawnRecord, "GrpSpawnRecord");
- this.GrpSpawnRecord.Controls.Add(this.ListSpawnLogs);
- this.GrpSpawnRecord.Name = "GrpSpawnRecord";
- this.GrpSpawnRecord.TabStop = false;
+ resources.ApplyResources(this.NUDEntityAtk, "NUDEntityAtk");
+ this.NUDEntityAtk.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityAtk.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityAtk.Name = "NUDEntityAtk";
+ this.NUDEntityAtk.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityAtk.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // ListSpawnLogs
+ // NUDEntityHp
//
- resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs");
- this.ListSpawnLogs.FormattingEnabled = true;
- this.ListSpawnLogs.Name = "ListSpawnLogs";
- this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged);
+ resources.ApplyResources(this.NUDEntityHp, "NUDEntityHp");
+ this.NUDEntityHp.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityHp.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityHp.Name = "NUDEntityHp";
+ this.NUDEntityHp.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityHp.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // GrpEntityType
+ // NUDEntityMaxHp
//
- resources.ApplyResources(this.GrpEntityType, "GrpEntityType");
- this.GrpEntityType.Controls.Add(this.FLPEntityType);
- this.GrpEntityType.Name = "GrpEntityType";
- this.GrpEntityType.TabStop = false;
+ resources.ApplyResources(this.NUDEntityMaxHp, "NUDEntityMaxHp");
+ this.NUDEntityMaxHp.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityMaxHp.Minimum = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityMaxHp.Name = "NUDEntityMaxHp";
+ this.NUDEntityMaxHp.Value = new decimal(new int[] {
+ 1,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityMaxHp.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // FLPEntityType
+ // NUDEntityPosZ
//
- resources.ApplyResources(this.FLPEntityType, "FLPEntityType");
- this.FLPEntityType.Name = "FLPEntityType";
+ resources.ApplyResources(this.NUDEntityPosZ, "NUDEntityPosZ");
+ this.NUDEntityPosZ.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityPosZ.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityPosZ.Name = "NUDEntityPosZ";
+ this.NUDEntityPosZ.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // LblEntityAmount
+ // NUDEntityPosY
//
- resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount");
- this.LblEntityAmount.Name = "LblEntityAmount";
+ resources.ApplyResources(this.NUDEntityPosY, "NUDEntityPosY");
+ this.NUDEntityPosY.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityPosY.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityPosY.Name = "NUDEntityPosY";
+ this.NUDEntityPosY.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // LblEntityLevel
+ // NUDEntityPosX
//
- resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel");
- this.LblEntityLevel.Name = "LblEntityLevel";
+ resources.ApplyResources(this.NUDEntityPosX, "NUDEntityPosX");
+ this.NUDEntityPosX.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDEntityPosX.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDEntityPosX.Name = "NUDEntityPosX";
+ this.NUDEntityPosX.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
// NUDEntityAmout
//
@@ -1639,7 +1799,7 @@ private void InitializeComponent()
//
resources.ApplyResources(this.NUDEntityLevel, "NUDEntityLevel");
this.NUDEntityLevel.Maximum = new decimal(new int[] {
- 100000,
+ 90,
0,
0,
0});
@@ -1656,28 +1816,447 @@ private void InitializeComponent()
0});
this.NUDEntityLevel.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
//
- // TxtEntityFilter
+ // LblSpawnVersionRequireTip
//
- resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter");
- this.TxtEntityFilter.Name = "TxtEntityFilter";
- this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged);
+ resources.ApplyResources(this.LblSpawnVersionRequireTip, "LblSpawnVersionRequireTip");
+ this.LblSpawnVersionRequireTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblSpawnVersionRequireTip.Name = "LblSpawnVersionRequireTip";
+ //
+ // LblInfiniteHpTip
+ //
+ resources.ApplyResources(this.LblInfiniteHpTip, "LblInfiniteHpTip");
+ this.LblInfiniteHpTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblInfiniteHpTip.Name = "LblInfiniteHpTip";
+ //
+ // LblEntityDef
+ //
+ resources.ApplyResources(this.LblEntityDef, "LblEntityDef");
+ this.LblEntityDef.Name = "LblEntityDef";
+ //
+ // LblEntityAtk
+ //
+ resources.ApplyResources(this.LblEntityAtk, "LblEntityAtk");
+ this.LblEntityAtk.Name = "LblEntityAtk";
+ //
+ // LblEntityHp
+ //
+ resources.ApplyResources(this.LblEntityHp, "LblEntityHp");
+ this.LblEntityHp.Name = "LblEntityHp";
+ //
+ // LblEntityMaxHp
+ //
+ resources.ApplyResources(this.LblEntityMaxHp, "LblEntityMaxHp");
+ this.LblEntityMaxHp.Name = "LblEntityMaxHp";
+ //
+ // LblEntitySpawnPostion
+ //
+ resources.ApplyResources(this.LblEntitySpawnPostion, "LblEntitySpawnPostion");
+ this.LblEntitySpawnPostion.Name = "LblEntitySpawnPostion";
+ //
+ // LblEntityLevel
+ //
+ resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel");
+ this.LblEntityLevel.Name = "LblEntityLevel";
+ //
+ // LblEntityAmount
+ //
+ resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount");
+ this.LblEntityAmount.Name = "LblEntityAmount";
+ //
+ // TPAttackModArgs
+ //
+ this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
+ this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
+ this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
+ this.TPAttackModArgs.Controls.Add(this.LnkAMOff);
+ this.TPAttackModArgs.Controls.Add(this.LnkAMOn);
+ this.TPAttackModArgs.Controls.Add(this.BtnAtReload);
+ this.TPAttackModArgs.Controls.Add(this.BtnAtClear);
+ this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin);
+ this.TPAttackModArgs.Controls.Add(this.GrpAMSkills);
+ resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
+ this.TPAttackModArgs.Name = "TPAttackModArgs";
+ this.TPAttackModArgs.UseVisualStyleBackColor = true;
+ //
+ // LblAMPluginTip
+ //
+ resources.ApplyResources(this.LblAMPluginTip, "LblAMPluginTip");
+ this.LblAMPluginTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblAMPluginTip.Name = "LblAMPluginTip";
+ //
+ // LblAMPluginIntroduction
+ //
+ resources.ApplyResources(this.LblAMPluginIntroduction, "LblAMPluginIntroduction");
+ this.LblAMPluginIntroduction.Name = "LblAMPluginIntroduction";
+ //
+ // LblAMPlugin
+ //
+ resources.ApplyResources(this.LblAMPlugin, "LblAMPlugin");
+ this.LblAMPlugin.Name = "LblAMPlugin";
+ //
+ // LnkAMOff
+ //
+ resources.ApplyResources(this.LnkAMOff, "LnkAMOff");
+ this.LnkAMOff.Name = "LnkAMOff";
+ this.LnkAMOff.TabStop = true;
+ this.LnkAMOff.Tag = "off";
+ this.LnkAMOff.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAttackModifierCommand);
+ //
+ // LnkAMOn
+ //
+ resources.ApplyResources(this.LnkAMOn, "LnkAMOn");
+ this.LnkAMOn.Name = "LnkAMOn";
+ this.LnkAMOn.TabStop = true;
+ this.LnkAMOn.Tag = "on";
+ this.LnkAMOn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAttackModifierCommand);
+ //
+ // BtnAtReload
+ //
+ resources.ApplyResources(this.BtnAtReload, "BtnAtReload");
+ this.BtnAtReload.Name = "BtnAtReload";
+ this.BtnAtReload.Tag = "reload";
+ this.BtnAtReload.UseVisualStyleBackColor = true;
+ this.BtnAtReload.Click += new System.EventHandler(this.OnAttackModifierCommand);
+ //
+ // BtnAtClear
+ //
+ resources.ApplyResources(this.BtnAtClear, "BtnAtClear");
+ this.BtnAtClear.Name = "BtnAtClear";
+ this.BtnAtClear.Tag = "remove";
+ this.BtnAtClear.UseVisualStyleBackColor = true;
+ this.BtnAtClear.Click += new System.EventHandler(this.OnAttackModifierCommand);
+ //
+ // LnkAttackModifierPlugin
+ //
+ resources.ApplyResources(this.LnkAttackModifierPlugin, "LnkAttackModifierPlugin");
+ this.LnkAttackModifierPlugin.Name = "LnkAttackModifierPlugin";
+ this.LnkAttackModifierPlugin.TabStop = true;
+ this.LnkAttackModifierPlugin.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkAttackModifierPlugin_LinkClicked);
+ //
+ // GrpAMSkills
+ //
+ this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ);
+ this.GrpAMSkills.Controls.Add(this.TxtAtEntityE);
+ this.GrpAMSkills.Controls.Add(this.TxtAtEntityN);
+ this.GrpAMSkills.Controls.Add(this.RbAtQ);
+ this.GrpAMSkills.Controls.Add(this.RbAtE);
+ this.GrpAMSkills.Controls.Add(this.RbAtN);
+ resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
+ this.GrpAMSkills.Name = "GrpAMSkills";
+ this.GrpAMSkills.TabStop = false;
+ //
+ // TxtAtEntityQ
+ //
+ resources.ApplyResources(this.TxtAtEntityQ, "TxtAtEntityQ");
+ this.TxtAtEntityQ.Name = "TxtAtEntityQ";
+ this.TxtAtEntityQ.ReadOnly = true;
+ //
+ // TxtAtEntityE
+ //
+ resources.ApplyResources(this.TxtAtEntityE, "TxtAtEntityE");
+ this.TxtAtEntityE.Name = "TxtAtEntityE";
+ this.TxtAtEntityE.ReadOnly = true;
+ //
+ // TxtAtEntityN
+ //
+ resources.ApplyResources(this.TxtAtEntityN, "TxtAtEntityN");
+ this.TxtAtEntityN.Name = "TxtAtEntityN";
+ this.TxtAtEntityN.ReadOnly = true;
+ //
+ // RbAtQ
+ //
+ resources.ApplyResources(this.RbAtQ, "RbAtQ");
+ this.RbAtQ.Name = "RbAtQ";
+ this.RbAtQ.UseVisualStyleBackColor = true;
+ //
+ // RbAtE
+ //
+ resources.ApplyResources(this.RbAtE, "RbAtE");
+ this.RbAtE.Name = "RbAtE";
+ this.RbAtE.UseVisualStyleBackColor = true;
+ //
+ // RbAtN
+ //
+ resources.ApplyResources(this.RbAtN, "RbAtN");
+ this.RbAtN.Checked = true;
+ this.RbAtN.Name = "RbAtN";
+ this.RbAtN.TabStop = true;
+ this.RbAtN.UseVisualStyleBackColor = true;
+ //
+ // TPAttackInfusedArgs
+ //
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiRotate);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiSpread);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiSpread);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiCount);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiHeight);
+ this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRadius);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiCount);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiHeight);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiRadius);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAttackInfuse);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReload);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiClear);
+ this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset);
+ this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin);
+ this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem);
+ resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
+ this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs";
+ this.TPAttackInfusedArgs.UseVisualStyleBackColor = true;
+ //
+ // NUDAiwiRotateZ
+ //
+ resources.ApplyResources(this.NUDAiwiRotateZ, "NUDAiwiRotateZ");
+ this.NUDAiwiRotateZ.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRotateZ.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDAiwiRotateZ.Name = "NUDAiwiRotateZ";
+ //
+ // NUDAiwiRotateY
+ //
+ resources.ApplyResources(this.NUDAiwiRotateY, "NUDAiwiRotateY");
+ this.NUDAiwiRotateY.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRotateY.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDAiwiRotateY.Name = "NUDAiwiRotateY";
+ //
+ // NUDAiwiRotateX
+ //
+ resources.ApplyResources(this.NUDAiwiRotateX, "NUDAiwiRotateX");
+ this.NUDAiwiRotateX.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRotateX.Minimum = new decimal(new int[] {
+ -2147483648,
+ 0,
+ 0,
+ -2147483648});
+ this.NUDAiwiRotateX.Name = "NUDAiwiRotateX";
+ //
+ // LblAiwiRotate
+ //
+ resources.ApplyResources(this.LblAiwiRotate, "LblAiwiRotate");
+ this.LblAiwiRotate.Name = "LblAiwiRotate";
+ //
+ // NUDAiwiSpread
+ //
+ this.NUDAiwiSpread.DecimalPlaces = 2;
+ resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
+ this.NUDAiwiSpread.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiSpread.Name = "NUDAiwiSpread";
+ //
+ // LblAiwiSpread
+ //
+ resources.ApplyResources(this.LblAiwiSpread, "LblAiwiSpread");
+ this.LblAiwiSpread.Name = "LblAiwiSpread";
+ //
+ // NUDAiwiCount
+ //
+ resources.ApplyResources(this.NUDAiwiCount, "NUDAiwiCount");
+ this.NUDAiwiCount.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiCount.Name = "NUDAiwiCount";
+ //
+ // NUDAiwiHeight
+ //
+ resources.ApplyResources(this.NUDAiwiHeight, "NUDAiwiHeight");
+ this.NUDAiwiHeight.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiHeight.Name = "NUDAiwiHeight";
+ //
+ // NUDAiwiRadius
+ //
+ resources.ApplyResources(this.NUDAiwiRadius, "NUDAiwiRadius");
+ this.NUDAiwiRadius.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDAiwiRadius.Name = "NUDAiwiRadius";
+ //
+ // LblAiwiCount
+ //
+ resources.ApplyResources(this.LblAiwiCount, "LblAiwiCount");
+ this.LblAiwiCount.Name = "LblAiwiCount";
+ //
+ // LblAiwiHeight
+ //
+ resources.ApplyResources(this.LblAiwiHeight, "LblAiwiHeight");
+ this.LblAiwiHeight.Name = "LblAiwiHeight";
+ //
+ // LblAiwiRadius
+ //
+ resources.ApplyResources(this.LblAiwiRadius, "LblAiwiRadius");
+ this.LblAiwiRadius.Name = "LblAiwiRadius";
+ //
+ // BtnAttackInfuse
+ //
+ resources.ApplyResources(this.BtnAttackInfuse, "BtnAttackInfuse");
+ this.BtnAttackInfuse.Name = "BtnAttackInfuse";
+ this.BtnAttackInfuse.UseVisualStyleBackColor = true;
+ this.BtnAttackInfuse.Click += new System.EventHandler(this.BtnAttackInfuse_Click);
+ //
+ // BtnAiwiReload
+ //
+ resources.ApplyResources(this.BtnAiwiReload, "BtnAiwiReload");
+ this.BtnAiwiReload.Name = "BtnAiwiReload";
+ this.BtnAiwiReload.Tag = "config";
+ this.BtnAiwiReload.UseVisualStyleBackColor = true;
+ this.BtnAiwiReload.Click += new System.EventHandler(this.OnAttackInfusedCommand);
+ //
+ // BtnAiwiClear
+ //
+ resources.ApplyResources(this.BtnAiwiClear, "BtnAiwiClear");
+ this.BtnAiwiClear.Name = "BtnAiwiClear";
+ this.BtnAiwiClear.Tag = "clear";
+ this.BtnAiwiClear.UseVisualStyleBackColor = true;
+ this.BtnAiwiClear.Click += new System.EventHandler(this.OnAttackInfusedCommand);
+ //
+ // BtnAiwiReset
+ //
+ resources.ApplyResources(this.BtnAiwiReset, "BtnAiwiReset");
+ this.BtnAiwiReset.Name = "BtnAiwiReset";
+ this.BtnAiwiReset.Tag = "none";
+ this.BtnAiwiReset.UseVisualStyleBackColor = true;
+ this.BtnAiwiReset.Click += new System.EventHandler(this.OnAttackInfusedCommand);
+ //
+ // LblAiwiPlugin
+ //
+ resources.ApplyResources(this.LblAiwiPlugin, "LblAiwiPlugin");
+ this.LblAiwiPlugin.Name = "LblAiwiPlugin";
+ //
+ // LnkAttackInfusedWithItem
+ //
+ resources.ApplyResources(this.LnkAttackInfusedWithItem, "LnkAttackInfusedWithItem");
+ this.LnkAttackInfusedWithItem.Name = "LnkAttackInfusedWithItem";
+ this.LnkAttackInfusedWithItem.TabStop = true;
+ this.LnkAttackInfusedWithItem.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkAttackInfusedWithItem_LinkClicked);
+ //
+ // TCSpawnItems
+ //
+ resources.ApplyResources(this.TCSpawnItems, "TCSpawnItems");
+ this.TCSpawnItems.Controls.Add(this.TPSpawnItems);
+ this.TCSpawnItems.Controls.Add(this.TPSpawnRecords);
+ this.TCSpawnItems.Name = "TCSpawnItems";
+ this.TCSpawnItems.SelectedIndex = 0;
+ //
+ // TPSpawnItems
+ //
+ this.TPSpawnItems.Controls.Add(this.ListEntity);
+ this.TPSpawnItems.Controls.Add(this.panel1);
+ resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
+ this.TPSpawnItems.Name = "TPSpawnItems";
+ this.TPSpawnItems.UseVisualStyleBackColor = true;
//
// ListEntity
//
resources.ApplyResources(this.ListEntity, "ListEntity");
this.ListEntity.FormattingEnabled = true;
this.ListEntity.Name = "ListEntity";
- this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.SpawnEntityInputChanged);
+ this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.ListEntity_SelectedIndexChanged);
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.TxtEntityFilter);
+ this.panel1.Controls.Add(this.BtnFilterEntity);
+ resources.ApplyResources(this.panel1, "panel1");
+ this.panel1.Name = "panel1";
+ //
+ // TxtEntityFilter
+ //
+ resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter");
+ this.TxtEntityFilter.Name = "TxtEntityFilter";
+ this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged);
+ //
+ // BtnFilterEntity
+ //
+ resources.ApplyResources(this.BtnFilterEntity, "BtnFilterEntity");
+ this.BtnFilterEntity.Name = "BtnFilterEntity";
+ this.BtnFilterEntity.UseVisualStyleBackColor = true;
+ this.BtnFilterEntity.Click += new System.EventHandler(this.BtnFilterEntity_Click);
+ //
+ // TPSpawnRecords
+ //
+ this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs);
+ this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls);
+ resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
+ this.TPSpawnRecords.Name = "TPSpawnRecords";
+ this.TPSpawnRecords.UseVisualStyleBackColor = true;
+ //
+ // ListSpawnLogs
+ //
+ resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs");
+ this.ListSpawnLogs.FormattingEnabled = true;
+ this.ListSpawnLogs.Name = "ListSpawnLogs";
+ this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged);
+ //
+ // FLPSpawnRecordControls
+ //
+ resources.ApplyResources(this.FLPSpawnRecordControls, "FLPSpawnRecordControls");
+ this.FLPSpawnRecordControls.Controls.Add(this.BtnSaveSpawnLog);
+ this.FLPSpawnRecordControls.Controls.Add(this.BtnRemoveSpawnLog);
+ this.FLPSpawnRecordControls.Controls.Add(this.LblClearSpawnLogs);
+ this.FLPSpawnRecordControls.Name = "FLPSpawnRecordControls";
+ //
+ // BtnSaveSpawnLog
+ //
+ resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
+ this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog";
+ this.BtnSaveSpawnLog.UseVisualStyleBackColor = true;
+ this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click);
+ //
+ // BtnRemoveSpawnLog
+ //
+ resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog");
+ this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog";
+ this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true;
+ this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click);
+ //
+ // LblClearSpawnLogs
+ //
+ resources.ApplyResources(this.LblClearSpawnLogs, "LblClearSpawnLogs");
+ this.LblClearSpawnLogs.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.LblClearSpawnLogs.Name = "LblClearSpawnLogs";
+ this.LblClearSpawnLogs.Click += new System.EventHandler(this.LblClearSpawnLogs_Click);
//
// TPQuest
//
- resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Controls.Add(this.GrpQuestFilters);
this.TPQuest.Controls.Add(this.BtnFinishQuest);
this.TPQuest.Controls.Add(this.BtnAddQuest);
this.TPQuest.Controls.Add(this.LblQuestDescription);
this.TPQuest.Controls.Add(this.TxtQuestFilter);
this.TPQuest.Controls.Add(this.ListQuest);
+ resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Name = "TPQuest";
this.TPQuest.UseVisualStyleBackColor = true;
//
@@ -1749,7 +2328,6 @@ private void InitializeComponent()
//
// TPArtifact
//
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -1769,6 +2347,7 @@ private void InitializeComponent()
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
this.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -1934,7 +2513,6 @@ private void InitializeComponent()
//
// TPCustom
//
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -1942,6 +2520,7 @@ private void InitializeComponent()
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -2005,7 +2584,6 @@ private void InitializeComponent()
//
// TPHome
//
- resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.BtnOpenShopEditor);
this.TPHome.Controls.Add(this.BtnOpenDropEditor);
this.TPHome.Controls.Add(this.LnkNewVersion);
@@ -2014,6 +2592,7 @@ private void InitializeComponent()
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings);
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
@@ -2085,9 +2664,9 @@ private void InitializeComponent()
//
// CmbGcVersions
//
- resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
this.CmbGcVersions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbGcVersions.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
this.CmbGcVersions.Name = "CmbGcVersions";
//
// ChkTopMost
@@ -2098,9 +2677,9 @@ private void InitializeComponent()
//
// CmbLanguage
//
- resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbLanguage.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.Name = "CmbLanguage";
//
// LblLanguage
@@ -2155,7 +2734,6 @@ private void InitializeComponent()
//
// TPMail
//
- resources.ApplyResources(this.TPMail, "TPMail");
this.TPMail.Controls.Add(this.LblClearMailContent);
this.TPMail.Controls.Add(this.BtnAddMailItem);
this.TPMail.Controls.Add(this.BtnDeleteMailItem);
@@ -2173,6 +2751,7 @@ private void InitializeComponent()
this.TPMail.Controls.Add(this.LblMailTitleLabel);
this.TPMail.Controls.Add(this.TxtMailSender);
this.TPMail.Controls.Add(this.LblMailSenderLabel);
+ resources.ApplyResources(this.TPMail, "TPMail");
this.TPMail.Name = "TPMail";
this.TPMail.UseVisualStyleBackColor = true;
//
@@ -2200,19 +2779,19 @@ private void InitializeComponent()
// TCMailRight
//
resources.ApplyResources(this.TCMailRight, "TCMailRight");
- this.TCMailRight.Controls.Add(this.tabPage1);
- this.TCMailRight.Controls.Add(this.tabPage2);
+ this.TCMailRight.Controls.Add(this.TPMailSelectableItemList);
+ this.TCMailRight.Controls.Add(this.TPMailList);
this.TCMailRight.Name = "TCMailRight";
this.TCMailRight.SelectedIndex = 0;
//
- // tabPage1
+ // TPMailSelectableItemList
//
- resources.ApplyResources(this.tabPage1, "tabPage1");
- this.tabPage1.Controls.Add(this.TxtMailSelectableItemFilter);
- this.tabPage1.Controls.Add(this.ListMailSelectableItems);
- this.tabPage1.Controls.Add(this.PanelMailItemArgs);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.UseVisualStyleBackColor = true;
+ this.TPMailSelectableItemList.Controls.Add(this.TxtMailSelectableItemFilter);
+ this.TPMailSelectableItemList.Controls.Add(this.ListMailSelectableItems);
+ this.TPMailSelectableItemList.Controls.Add(this.PanelMailItemArgs);
+ resources.ApplyResources(this.TPMailSelectableItemList, "TPMailSelectableItemList");
+ this.TPMailSelectableItemList.Name = "TPMailSelectableItemList";
+ this.TPMailSelectableItemList.UseVisualStyleBackColor = true;
//
// TxtMailSelectableItemFilter
//
@@ -2228,11 +2807,11 @@ private void InitializeComponent()
//
// PanelMailItemArgs
//
- resources.ApplyResources(this.PanelMailItemArgs, "PanelMailItemArgs");
this.PanelMailItemArgs.Controls.Add(this.NUDMailItemLevel);
this.PanelMailItemArgs.Controls.Add(this.NUDMailItemCount);
this.PanelMailItemArgs.Controls.Add(this.LblMailItemCount);
this.PanelMailItemArgs.Controls.Add(this.LblMailItemLevel);
+ resources.ApplyResources(this.PanelMailItemArgs, "PanelMailItemArgs");
this.PanelMailItemArgs.Name = "PanelMailItemArgs";
//
// NUDMailItemLevel
@@ -2285,13 +2864,13 @@ private void InitializeComponent()
resources.ApplyResources(this.LblMailItemLevel, "LblMailItemLevel");
this.LblMailItemLevel.Name = "LblMailItemLevel";
//
- // tabPage2
+ // TPMailList
//
- resources.ApplyResources(this.tabPage2, "tabPage2");
- this.tabPage2.Controls.Add(this.ListMailList);
- this.tabPage2.Controls.Add(this.PanelMailListControls);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.UseVisualStyleBackColor = true;
+ this.TPMailList.Controls.Add(this.ListMailList);
+ this.TPMailList.Controls.Add(this.PanelMailListControls);
+ resources.ApplyResources(this.TPMailList, "TPMailList");
+ this.TPMailList.Name = "TPMailList";
+ this.TPMailList.UseVisualStyleBackColor = true;
//
// ListMailList
//
@@ -2302,9 +2881,9 @@ private void InitializeComponent()
//
// PanelMailListControls
//
- resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
this.PanelMailListControls.Controls.Add(this.BtnClearMail);
this.PanelMailListControls.Controls.Add(this.BtnRemoveMail);
+ resources.ApplyResources(this.PanelMailListControls, "PanelMailListControls");
this.PanelMailListControls.Name = "PanelMailListControls";
//
// BtnClearMail
@@ -2403,6 +2982,19 @@ private void InitializeComponent()
resources.ApplyResources(this.LblMailSenderLabel, "LblMailSenderLabel");
this.LblMailSenderLabel.Name = "LblMailSenderLabel";
//
+ // MenuSpawnEntityFilter
+ //
+ this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
+ resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
+ //
+ // 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");
@@ -2472,11 +3064,39 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).EndInit();
this.TPSpawn.ResumeLayout(false);
- this.TPSpawn.PerformLayout();
- this.GrpSpawnRecord.ResumeLayout(false);
- this.GrpEntityType.ResumeLayout(false);
+ this.TCSpawnSettings.ResumeLayout(false);
+ this.TPSpawnArgs.ResumeLayout(false);
+ this.TPSpawnArgs.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityDef)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAtk)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityHp)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityMaxHp)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosZ)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).EndInit();
+ this.TPAttackModArgs.ResumeLayout(false);
+ this.TPAttackModArgs.PerformLayout();
+ this.GrpAMSkills.ResumeLayout(false);
+ this.GrpAMSkills.PerformLayout();
+ this.TPAttackInfusedArgs.ResumeLayout(false);
+ this.TPAttackInfusedArgs.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateZ)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateY)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateX)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiSpread)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiCount)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiHeight)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRadius)).EndInit();
+ this.TCSpawnItems.ResumeLayout(false);
+ this.TPSpawnItems.ResumeLayout(false);
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ this.TPSpawnRecords.ResumeLayout(false);
+ this.TPSpawnRecords.PerformLayout();
+ this.FLPSpawnRecordControls.ResumeLayout(false);
+ this.FLPSpawnRecordControls.PerformLayout();
this.TPQuest.ResumeLayout(false);
this.TPQuest.PerformLayout();
this.GrpQuestFilters.ResumeLayout(false);
@@ -2500,13 +3120,13 @@ private void InitializeComponent()
this.TPMail.ResumeLayout(false);
this.TPMail.PerformLayout();
this.TCMailRight.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
+ this.TPMailSelectableItemList.ResumeLayout(false);
+ this.TPMailSelectableItemList.PerformLayout();
this.PanelMailItemArgs.ResumeLayout(false);
this.PanelMailItemArgs.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDMailItemCount)).EndInit();
- this.tabPage2.ResumeLayout(false);
+ this.TPMailList.ResumeLayout(false);
this.PanelMailListControls.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUDMailRecipient)).EndInit();
this.ResumeLayout(false);
@@ -2618,9 +3238,7 @@ private void InitializeComponent()
private System.Windows.Forms.TabPage TPSpawn;
private System.Windows.Forms.Button BtnSaveSpawnLog;
private System.Windows.Forms.Button BtnRemoveSpawnLog;
- private System.Windows.Forms.GroupBox GrpSpawnRecord;
private System.Windows.Forms.ListBox ListSpawnLogs;
- private System.Windows.Forms.GroupBox GrpEntityType;
private System.Windows.Forms.Label LblEntityAmount;
private System.Windows.Forms.Label LblEntityLevel;
private System.Windows.Forms.NumericUpDown NUDEntityAmout;
@@ -2697,7 +3315,6 @@ private void InitializeComponent()
private System.Windows.Forms.Button BtnPermList;
private System.Windows.Forms.LinkLabel LnkNewVersion;
private System.Windows.Forms.Button BtnGiveAllWeapons;
- private System.Windows.Forms.CheckBox ChkInfiniteHP;
private System.Windows.Forms.NumericUpDown NUDAvatarSkillLevel;
private System.Windows.Forms.Label LblAvatarSkillLevelLabel;
private System.Windows.Forms.Label LblAvatarSkillLevelTip;
@@ -2723,8 +3340,8 @@ private void InitializeComponent()
private System.Windows.Forms.NumericUpDown NUDMailItemCount;
private System.Windows.Forms.Label LblMailItemCount;
private System.Windows.Forms.TabControl TCMailRight;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
+ private System.Windows.Forms.TabPage TPMailSelectableItemList;
+ private System.Windows.Forms.TabPage TPMailList;
private System.Windows.Forms.ListBox ListMailList;
private System.Windows.Forms.Button BtnClearMail;
private System.Windows.Forms.Button BtnRemoveMail;
@@ -2751,7 +3368,64 @@ private void InitializeComponent()
private System.Windows.Forms.LinkLabel LnkSetAllConst;
private System.Windows.Forms.LinkLabel LnkSetConst;
private System.Windows.Forms.NumericUpDown NUDSetConstellation;
- private System.Windows.Forms.FlowLayoutPanel FLPEntityType;
private System.Windows.Forms.Button BtnOpenShopEditor;
+ private System.Windows.Forms.TabControl TCSpawnItems;
+ private System.Windows.Forms.TabPage TPSpawnItems;
+ private System.Windows.Forms.TabPage TPSpawnRecords;
+ private System.Windows.Forms.TabControl TCSpawnSettings;
+ private System.Windows.Forms.TabPage TPSpawnArgs;
+ private System.Windows.Forms.TabPage TPAttackModArgs;
+ private System.Windows.Forms.Button BtnFilterEntity;
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.FlowLayoutPanel FLPSpawnRecordControls;
+ private System.Windows.Forms.ContextMenuStrip MenuSpawnEntityFilter;
+ private System.Windows.Forms.GroupBox GrpAMSkills;
+ private System.Windows.Forms.RadioButton RbAtQ;
+ private System.Windows.Forms.RadioButton RbAtE;
+ private System.Windows.Forms.RadioButton RbAtN;
+ private System.Windows.Forms.Button BtnAtReload;
+ private System.Windows.Forms.Button BtnAtClear;
+ private System.Windows.Forms.LinkLabel LnkAttackInfusedWithItem;
+ private System.Windows.Forms.LinkLabel LnkAttackModifierPlugin;
+ private System.Windows.Forms.LinkLabel LnkAMOff;
+ private System.Windows.Forms.LinkLabel LnkAMOn;
+ private System.Windows.Forms.TabPage TPAttackInfusedArgs;
+ private System.Windows.Forms.Label LblAMPlugin;
+ private System.Windows.Forms.Label LblAiwiPlugin;
+ private System.Windows.Forms.Button BtnAttackInfuse;
+ private System.Windows.Forms.Button BtnAiwiReload;
+ private System.Windows.Forms.Button BtnAiwiClear;
+ private System.Windows.Forms.Button BtnAiwiReset;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRotateZ;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRotateY;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRotateX;
+ private System.Windows.Forms.Label LblAiwiRotate;
+ private System.Windows.Forms.NumericUpDown NUDAiwiSpread;
+ private System.Windows.Forms.Label LblAiwiSpread;
+ private System.Windows.Forms.NumericUpDown NUDAiwiCount;
+ private System.Windows.Forms.NumericUpDown NUDAiwiHeight;
+ private System.Windows.Forms.NumericUpDown NUDAiwiRadius;
+ private System.Windows.Forms.Label LblAiwiCount;
+ private System.Windows.Forms.Label LblAiwiHeight;
+ private System.Windows.Forms.Label LblAiwiRadius;
+ private System.Windows.Forms.Label LblAMPluginTip;
+ private System.Windows.Forms.Label LblAMPluginIntroduction;
+ private System.Windows.Forms.TextBox TxtAtEntityQ;
+ private System.Windows.Forms.TextBox TxtAtEntityE;
+ private System.Windows.Forms.TextBox TxtAtEntityN;
+ private System.Windows.Forms.NumericUpDown NUDEntityPosZ;
+ private System.Windows.Forms.NumericUpDown NUDEntityPosY;
+ private System.Windows.Forms.NumericUpDown NUDEntityPosX;
+ private System.Windows.Forms.Label LblEntitySpawnPostion;
+ private System.Windows.Forms.Label LblInfiniteHpTip;
+ private System.Windows.Forms.NumericUpDown NUDEntityDef;
+ private System.Windows.Forms.Label LblEntityDef;
+ private System.Windows.Forms.NumericUpDown NUDEntityAtk;
+ private System.Windows.Forms.Label LblEntityAtk;
+ private System.Windows.Forms.NumericUpDown NUDEntityHp;
+ private System.Windows.Forms.Label LblEntityHp;
+ private System.Windows.Forms.NumericUpDown NUDEntityMaxHp;
+ private System.Windows.Forms.Label LblEntityMaxHp;
+ private System.Windows.Forms.Label LblSpawnVersionRequireTip;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 00c2078b..47acf661 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -714,7 +714,7 @@ private void ArtifactInputChanged(object sender, EventArgs e)
id = id / 1000 * 1000 + (int)NUDArtifactStars.Value * 100 + id % 100;
if (CmbMainAttribution.SelectedIndex < 0)
{
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} lv{NUDArtifactLevel.Value}");
else
SetCommand("/giveart", $"{id} {NUDArtifactLevel.Value}");
@@ -746,7 +746,7 @@ private void ArtifactInputChanged(object sender, EventArgs e)
subAttrs += $"{kv.Key} ";
}
}
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} lv{NUDArtifactLevel.Value} {mainAttr} {subAttrs}");
else
SetCommand("/giveart", $"{id} {mainAttr} {subAttrs}{NUDArtifactLevel.Value}");
@@ -783,7 +783,7 @@ private void LblClearSubAttrCheckedList_Click(object sender, EventArgs e)
///
private void ChangeTPArtifact()
{
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
{
NUDArtifactLevel.Minimum = 0;
NUDArtifactLevel.Maximum = 20;
@@ -826,7 +826,7 @@ private void WeaponValueChanged(object sender, EventArgs e)
if (!string.IsNullOrEmpty(name))
{
var id = ItemMap.ToId(name);
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} x{NUDWeaponAmout.Value} lv{NUDWeaponLevel.Value} r{NUDWeaponRefinement.Value}");
else
SetCommand("/give", $"{id} {NUDWeaponAmout.Value} {NUDWeaponLevel.Value} {NUDWeaponRefinement.Value}");
@@ -881,7 +881,7 @@ private bool GenGiveItemCommand()
else
{
NUDGameItemLevel.Enabled = true;
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/give", $"{id} x{NUDGameItemAmout.Value} lv{NUDGameItemLevel.Value}");
else
SetCommand("/give", $"{id} {NUDGameItemAmout.Value} {NUDGameItemLevel.Value}");
@@ -1048,12 +1048,12 @@ private void AvatarInputChanged()
/// 等级
private void GenAvatar(int level, int constellation, int skillLevel)
{
- if (Check(CommandVersion.V1_4_1))
+ if (CommandVersion.Check(CommandVersion.V1_4_1))
{
int avatarId = GameData.Avatars.Ids[CmbAvatar.SelectedIndex];
SetCommand("/give", $"{avatarId} lv{level} c{constellation} sl{skillLevel}");
}
- else if (Check(CommandVersion.V1_2_2))
+ else if (CommandVersion.Check(CommandVersion.V1_2_2))
{
int avatarId = GameData.Avatars.Ids[CmbAvatar.SelectedIndex];
SetCommand("/give", $"{avatarId} lv{level} c{constellation}");
@@ -1075,7 +1075,7 @@ private void BtnGiveAllChar_Click(object sender, EventArgs e)
var level = NUDAvatarLevel.Value;
var constellation = NUDAvatarConstellation.Value;
var skillLevel = NUDAvatarSkillLevel.Value;
- if (Check(CommandVersion.V1_4_1))
+ if (CommandVersion.Check(CommandVersion.V1_4_1))
SetCommand("/give avatars", $"lv{level} c{constellation} sl{skillLevel}");
else
SetCommand("/give avatars", $"lv{level} c{constellation}");
@@ -1150,27 +1150,54 @@ private void LnkSetConst_LinkClicked(object sender, LinkLabelLinkClickedEventArg
#region - 生成 Spawns -
+ #region -- 实体列表 --
+
///
/// 初始化实体列表
///
private void InitEntityList()
{
- FLPEntityType.SuspendLayout();
- FLPEntityType.Controls.Clear();
- foreach (var m in GameData.Monsters.Concat(GameData.Gatgets))
+ // 初始化列表类型过滤器
+ MenuSpawnEntityFilter.SuspendLayout();
+ MenuSpawnEntityFilter.Items.Clear();
+ void AddTypes(ItemMapGroup group)
{
- var rb = new RadioButton
+ foreach (var kv in group)
{
- AutoSize = true,
- Text = m.Key,
- Tag = m.Value.Lines
- };
- rb.CheckedChanged += RbEntity_CheckedChanged;
- FLPEntityType.Controls.Add(rb);
+ var item = new ToolStripMenuItem
+ {
+ Text = kv.Key,
+ Tag = kv.Value.Lines,
+ };
+ item.Click += OnEntityTypeFilterClick;
+ MenuSpawnEntityFilter.Items.Add(item);
+ }
}
- FLPEntityType.ResumeLayout();
- if (FLPEntityType.Controls.Count > 0)
- (FLPEntityType.Controls[0] as RadioButton).Checked = true;
+ //MenuSpawnEntityFilter.Items.Add(new ToolStripLabel("Monsters"));
+ AddTypes(GameData.Monsters);
+ MenuSpawnEntityFilter.Items.Add(new ToolStripSeparator());
+ //MenuSpawnEntityFilter.Items.Add(new ToolStripLabel("Gadgets"));
+ AddTypes(GameData.Gadgets);
+ MenuSpawnEntityFilter.ResumeLayout();
+
+ // 默认显示所有怪物
+ SelectedEntityTypeLines = GameData.Monsters.AllLines.ToArray();
+ LoadEntityList();
+ }
+
+ ///
+ /// 当前选中的实体类型行
+ ///
+ private string[] SelectedEntityTypeLines;
+
+ ///
+ /// 实体类型过滤器类型选中时触发
+ ///
+ private void OnEntityTypeFilterClick(object sender, EventArgs e)
+ {
+ var btn = sender as ToolStripMenuItem;
+ SelectedEntityTypeLines = btn.Tag as string[];
+ LoadEntityList();
}
///
@@ -1178,14 +1205,7 @@ private void InitEntityList()
///
private void LoadEntityList()
{
- foreach (RadioButton rb in FLPEntityType.Controls)
- {
- if (rb.Checked)
- {
- UIUtil.ListBoxFilter(ListEntity, rb.Tag as string[], TxtEntityFilter.Text);
- break;
- }
- }
+ UIUtil.ListBoxFilter(ListEntity, SelectedEntityTypeLines, TxtEntityFilter.Text);
}
///
@@ -1197,46 +1217,40 @@ private void TxtEntityFilter_TextChanged(object sender, EventArgs e)
}
///
- /// 生成召唤实体命令
+ /// 实体列表类型过滤按钮点击时触发
///
- /// 是否生成成功
- private bool GenSpawnEntityCommand()
+ private void BtnFilterEntity_Click(object sender, EventArgs e)
{
- var selectedItem = ListEntity.SelectedItem as string;
- if (!string.IsNullOrEmpty(selectedItem))
- {
- var id = ItemMap.ToId(selectedItem);
-
- //// 自定义攻击Gadget特供版
- //SetCommand("/at", $"set n {id}");
- //return true;
-
- if (Check(CommandVersion.V1_3_1))
- SetCommand("/spawn", $"{id} x{NUDEntityAmout.Value} lv{NUDEntityLevel.Value}" + (ChkInfiniteHP.Checked ? " hp0" : ""));
- else
- SetCommand("/spawn", $"{id} {NUDEntityAmout.Value} {NUDEntityLevel.Value}");
- return true;
- }
- return false;
+ MenuSpawnEntityFilter.Show(BtnFilterEntity, 0, BtnFilterEntity.Height);
}
///
- /// 生成页面输入改变时触发
+ /// 实体列表选中项改变时触发
///
- private void SpawnEntityInputChanged(object sender, EventArgs e)
+ private void ListEntity_SelectedIndexChanged(object sender, EventArgs e)
{
- GenSpawnEntityCommand();
- }
+ // 根据当前所在页面确定要做的事情
- ///
- /// 列表过滤选项切换时触发
- ///
- private void RbEntity_CheckedChanged(object sender, EventArgs e)
- {
- if ((sender as RadioButton).Checked)
- LoadEntityList();
+ // 攻击修改界面
+ if (TCSpawnSettings.SelectedTab == TPAttackModArgs)
+ {
+ OnAttackModifierInputChanged(sender, e);
+ }
+ // 攻击注入界面
+ else if (TCSpawnSettings.SelectedTab == TPAttackInfusedArgs)
+ {
+ // 无事发生,因为要页面上点击按钮才会生成命令
+ }
+ // 生成参数界面 或其它
+ else
+ {
+ // 触发输入改变事件
+ SpawnEntityInputChanged(sender, e);
+ }
}
+ #endregion
+
#region -- 生成记录 --
///
@@ -1294,9 +1308,10 @@ private void ListSpawnLogs_SelectedIndexChanged(object sender, EventArgs e)
///
private void BtnSaveSpawnLog_Click(object sender, EventArgs e)
{
- if (GenSpawnEntityCommand())
+ // 不再重新生成,直接记录当前命令行的内容
+ //if (GenSpawnEntityCommand())
{
- var cmd = new GameCommand($"{ListEntity.SelectedItem} Lv{NUDEntityLevel.Value} x{NUDEntityAmout.Value}", TxtCommand.Text);
+ var cmd = new GameCommand($"{ListEntity.SelectedItem} | {TxtCommand.Text}", TxtCommand.Text);
SpawnCommands.Add(cmd);
ListSpawnLogs.Items.Add(cmd.Name);
SaveSpawnRecord();
@@ -1331,6 +1346,140 @@ private void LblClearSpawnLogs_Click(object sender, EventArgs e)
#endregion -- 生成记录 --
+ #region -- 生成参数 --
+
+ ///
+ /// 生成页面输入改变时触发
+ ///
+ private void SpawnEntityInputChanged(object sender, EventArgs e)
+ {
+ if (ListEntity.SelectedIndex == -1) return;
+ var selectedItem = ListEntity.SelectedItem as string;
+ var id = ItemMap.ToId(selectedItem);
+
+ if (CommandVersion.Check(CommandVersion.V1_3_1))
+ {
+ var args = id.ToString();
+ void CheckAndConnect(NumericUpDown input, int value, string prefix)
+ {
+ if (input.Value > value)
+ args += prefix + input.Value;
+ }
+ CheckAndConnect(NUDEntityAmout, 1, " x");
+ CheckAndConnect(NUDEntityLevel, 1, " lv");
+ CheckAndConnect(NUDEntityHp, -1, " hp");
+ CheckAndConnect(NUDEntityMaxHp, 0, " maxhp");
+ CheckAndConnect(NUDEntityAtk, -1, " atk");
+ CheckAndConnect(NUDEntityDef, -1, " def");
+ if (NUDEntityPosX.Value != 0 || NUDEntityPosY.Value != 0 || NUDEntityPosZ.Value != 0)
+ args += $" {NUDEntityPosX.Value} {NUDEntityPosY.Value} {NUDEntityPosZ.Value}";
+ SetCommand("/spawn", args);
+ }
+ else
+ {
+ SetCommand("/spawn", $"{id} {NUDEntityAmout.Value} {NUDEntityLevel.Value}");
+ }
+ }
+
+ #endregion
+
+ #region -- 攻击修改参数 --
+
+ ///
+ /// 攻击修改插件链接标签点击时触发
+ ///
+ private void LnkAttackModifierPlugin_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ OpenURL("https://github.com/NotThorny/AttackModifier");
+ }
+
+ ///
+ /// 攻击修改输入改变事件
+ ///
+ private void OnAttackModifierInputChanged(object sender, EventArgs e)
+ {
+ if (ListEntity.SelectedIndex == -1) return;
+ var selectedItem = ListEntity.SelectedItem as string;
+ var id = ItemMap.ToId(selectedItem);
+ char skill;
+ if (RbAtE.Checked)
+ {
+ skill = 'e';
+ TxtAtEntityE.Text = selectedItem;
+ }
+ else if (RbAtQ.Checked)
+ {
+ skill = 'q';
+ TxtAtEntityQ.Text = selectedItem;
+ }
+ else
+ {
+ skill = 'n';
+ TxtAtEntityN.Text = selectedItem;
+ }
+ SetCommand("/at", $"set {skill} {id}");
+ }
+
+ ///
+ /// 攻击修改页面命令事件
+ ///
+ private void OnAttackModifierCommand(object sender, EventArgs e)
+ {
+ SetCommand("/at", (sender as Control).Tag as string);
+ }
+
+ #endregion
+
+ #region -- 攻击注入参数 --
+
+ ///
+ /// 攻击注入插件链接标签点击时触发
+ ///
+ private void LnkAttackInfusedWithItem_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ OpenURL("https://github.com/snoobi-seggs/AttackInfusedWithItem");
+ }
+
+ ///
+ /// 攻击注入页面命令事件
+ ///
+ private void OnAttackInfusedCommand(object sender, EventArgs e)
+ {
+ SetCommand("/at", (sender as Control).Tag as string);
+ }
+
+ ///
+ /// 点击攻击注入按钮时触发
+ ///
+ private void BtnAttackInfuse_Click(object sender, EventArgs e)
+ {
+ if (ListEntity.SelectedIndex == -1) return;
+ var selectedItem = ListEntity.SelectedItem as string;
+ var id = ItemMap.ToId(selectedItem);
+
+ var args = string.Empty;
+ var flag = false;
+ void ConnectArg(NumericUpDown input)
+ {
+ if (flag || input.Value != 0)
+ {
+ flag = true;
+ args = " " + input.Value + args;
+ }
+ }
+ ConnectArg(NUDAiwiRotateZ);
+ ConnectArg(NUDAiwiRotateY);
+ ConnectArg(NUDAiwiRotateX);
+ ConnectArg(NUDAiwiSpread);
+ ConnectArg(NUDAiwiCount);
+ ConnectArg(NUDAiwiHeight);
+ ConnectArg(NUDAiwiRadius);
+ SetCommand("/at", id.ToString() + args);
+ //SetCommand("/at", $"{id} {NUDAiwiRadius.Value} {NUDAiwiHeight.Value} {NUDAiwiCount.Value} {NUDAiwiSpread.Value} {NUDAiwiRotateX.Value} {NUDAiwiRotateY.Value} {NUDAiwiRotateZ.Value}");
+
+ }
+ #endregion
+
#endregion - 生成 Spawns -
#region - 场景 Scenes -
@@ -1370,7 +1519,7 @@ private void ListScenes_SelectedIndexChanged(object sender, EventArgs e)
// 可以直接弃用 scene 命令
var name = ListScenes.SelectedItem as string;
var id = ItemMap.ToId(name);
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
{
SetCommand("/scene", id.ToString());
}
@@ -1392,7 +1541,7 @@ private void CmbClimateType_SelectedIndexChanged(object sender, EventArgs e)
{
if (CmbClimateType.SelectedIndex < 0)
return;
- if (Check(CommandVersion.V1_2_2))
+ if (CommandVersion.Check(CommandVersion.V1_2_2))
SetCommand("/weather", CmbClimateType.SelectedIndex < climateTypes.Length ? climateTypes[CmbClimateType.SelectedIndex] : "none");
else
SetCommand("/weather", $"0 {CmbClimateType.SelectedIndex}");
@@ -1957,13 +2106,6 @@ private void ShowTip(string message, Control control)
TTip.Show(message, control, 0, control.Size.Height, 3000);
}
- ///
- /// 检查命令版本
- ///
- /// 最低要求版本
- /// 当前版本是否满足
- private bool Check(Version version) => CommandVersion.Current >= version;
-
#endregion - 通用 General -
#region - 命令记录 Command Logs -
@@ -2313,7 +2455,7 @@ async private void ButtonOpenGOODImport_Click(object sender, EventArgs e)
{
if (GOODData.Avatars.TryGetValue(character.Name, out var character_id))
{
- if (Check(CommandVersion.V1_4_1))
+ if (CommandVersion.Check(CommandVersion.V1_4_1))
{
// 取最低的技能等级
var skillLevel = Math.Min(Math.Min(character.Talents.Auto, character.Talents.Skill), character.Talents.Burst);
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index ac7cdd9a..4aef9a14 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,6741 +117,8118 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
+
+
+ Top, Left, Right
-
- 283, 39
+
+ 87, 22
-
- 174, 67
+
+ 450, 23
-
- 6, 218
+
+
+ 0
-
- LblPlayerCountLabel
+
+ TxtCommand
-
-
- Top
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 19, 17
+
+ GrpCommand
-
- Bottom, Left
+
+ 3
-
- groupBox1
+
+ Top, Right
-
- 391, 39
+
+ NoControl
-
- True
+
+ 543, 22
-
- 17
+
+ 50, 23
-
- 10
+
+ 1
-
- 593, 216
+
+ 复制
-
- Bottom, Left
+
+ BtnCopy
-
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 1
+
+
+ Top, Right
+
+
True
-
- tabPage2
+
+ NoControl
-
- Bottom
+
+ 599, 24
-
- False
+
+ 51, 21
-
+
2
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
+
+ 自动
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ ChkAutoCopy
-
- 5
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 5
+
+ GrpCommand
-
- Bottom, Left
+
+ 2
-
- TPConsoleCheck
+
+ Bottom, Left, Right
-
+
NoControl
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6, 22
-
- 6
+
+ 75, 23
-
- BtnSendMail
+
+ 3
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 执行(F5)
-
- 2
+
+ BtnInvokeOpenCommand
-
- None
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 133, 21
+
+ GrpCommand
-
- 25, 45
+
+ 0
-
- 7
+
+ 12, 293
-
- 2
+
+ 610, 56
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 660, 56
-
- 完成任务
+
+ 3
-
- 3, 3, 3, 3
+
+ 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
-
- 6
+
+ GrpCommand
-
- NoControl
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpSettings
+
+ $this
-
- 44, 17
+
+ 2
-
+
None
-
- GrpSetStats
+
+ True
-
- 0
+
+ NoControl
-
- 42, 17
+
+ 444, 206
-
- 连接
+
+ 37, 17
-
- 107, 17
+
+ 14
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Links
-
- 255, 217
+
+ LnkLinks
-
- 1
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 5
+
+ TPRemoteCall
-
- 11
+
+ 0
-
- 17
+
+ None
-
- 407, 51
+
+ True
-
- 12
+
+ NoControl
-
- 1
+
+ 392, 206
-
- 1
+
+ 46, 17
-
- 1
+
+ 13
-
- 3
-
-
- 44, 22
+
+ GOOD
-
- 66, 22
+
+ LnkGOODHelp
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TCMailRight
+
+ TPRemoteCall
-
- 5
+
+ 1
-
- LblOpenCommandSupport
+
+ None
-
- 27, 113
+
+ NoControl
-
- 6
+
+ 486, 183
-
- NoControl
+
+ 107, 17
-
- True
+
+ 12
-
- NoControl
+
+ 存档扫描开源工具
-
- NoControl
+
+ LnkInventoryKamera
-
- True
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpGiveAvatar
+
+ TPRemoteCall
-
- GrpGiveAvatar
+
+ 2
-
- GOOD
+
+ None
-
+
NoControl
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 388, 139
-
- NUDArtifactStars
+
+ 205, 58
-
- 1
+
+ 11
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 快来将你的官服存档导入GC吧!
-
- True
+
+ LblGOODHelp
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
3
-
- 288, 115
+
+ None
-
- 99, 45
+
+ False
-
- 8
+
+ NoControl
-
- 6, 67
+
+ 484, 203
-
- 51, 23
+
+ 104, 23
-
- 2
+
+ 10
-
- 6
+
+ 导入GOOD存档
-
- NoControl
+
+ ButtonOpenGOODImport
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ TPRemoteCall
-
- 9
+
+ 4
-
- NoControl
+
+ None
-
+
True
-
- 6, 161
-
-
- 获得所有武器
+
+ NoControl
-
- 37, 17
+
+ 141, 16
-
- LblStatPercent
+
+ 210, 17
-
+
7
-
- 336, 98
+
+ 请确保地址中包含 http:// 或 https://
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LblHostTip
-
- 60, 23
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- LblGiveCommandDescription
+
+ TPRemoteCall
-
- GrpTalentLevel
+
+ 5
-
- LblMainAttribution
+
+ None
-
- TPScene
+
+ True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 75, 23
+
+ 13, 62
-
- 14, 17
+
+ 80, 17
-
- TPSpawn
+
+ 5
-
- 6, 96
+
+ 远程执行插件
-
- GrpQuestFilters
+
+ LnkOpenCommandLabel
-
- 110, 23
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnBan
+
+ GrpServerStatus
-
- BtnUnlockStat
+
+ 0
-
- 5
+
+ True
-
- 125, 25
+
+ NoControl
-
- 19
+
+ 99, 62
-
- Top, Left, Right
+
+ 23, 17
-
- 210, 17
+
+ 18
-
- True
+
+ ---
-
- 265, 77
+
+ LblOpenCommandSupport
-
- 服务器状态
-
-
- NUDUid
-
-
- GrpPermission
-
-
- 8
-
-
- BtnRemoveSpawnLog
-
-
- Top, Left, Right
-
-
- 10
-
-
- 4
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnInvokeOpenCommand
+
+ GrpServerStatus
-
+
1
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 346, 31
+
+ 99, 28
-
- GrpPermission
+
+ 23, 17
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 14
-
- 80, 17
+
+ ---
-
- TxtBanReason
+
+ LblServerVersion
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 44, 17
-
-
- 300, 23
-
-
- BtnQueryServerStatus
-
-
- 15
-
-
- 32, 17
-
-
- FLPEntityType
-
-
- 4
-
-
- 10
-
-
- LblMailItemLevel
+
+ GrpServerStatus
-
- 10
+
+ 2
-
- GrpCommand
+
+ True
-
+
NoControl
-
- 3, 3, 3, 3
+
+ 99, 45
-
- 存档扫描开源工具
+
+ 23, 17
-
- ButtonOpenGOODImport
+
+ 16
-
- 10
+
+ ---
-
- NUDGameItemAmout
+
+ LblPlayerCount
-
- TPScene
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPWeapon
+
+ GrpServerStatus
-
- True
+
+ 3
-
- 设置天气
+
+ True
-
- 1
+
+ NoControl
-
- 5
+
+ 37, 28
-
- 5
+
+ 56, 17
-
- 200, 153
+
+ 13
-
- 语言/Language/язык
+
+ 游戏版本
-
- 20
+
+ LblServerVersionLabel
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 218, 161
+
+ GrpServerStatus
-
- GrpGiveAvatar
+
+ 4
True
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
-
- 割草机工具箱
-
-这是一个免费且开源的项目
-如果觉得这对你很有帮助,可以为我点一个免费的Star
-如果愿意请我喝一杯奶茶,那就更好了 : )
-指令生成有问题,或者有新的功能请求,都可以来Github提出
-
-欢迎内测Q群: 457427536
+
+ 25, 45
-
- LblClearSubAttrCheckedList
+
+ 68, 17
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 15
-
- BtnRemoveCustomCommand
+
+ 当前玩家数
-
- 652, 245
+
+ LblPlayerCountLabel
-
- GrasscutterToolsSupport
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4, 26
+
+ GrpServerStatus
-
- 60, 23
+
+ 5
-
- 一键获得所有角色
+
+ 388, 36
-
- GrpTalentLevel
+
+ 200, 100
-
- 10, 48
+
+ 4
+
+
+ 服务器状态
GrpServerStatus
-
- False
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 24
+
+ TPRemoteCall
-
- 含场景ID
+
+ 6
-
- 313, 187
+
+ None
-
- 104, 17
+
+ True
-
- 16
+
+ NoControl
189, 15
-
- NoControl
+
+ 32, 17
-
- 660, 56
+
+ 9
+
+
+ 帮助
+
+
+ LnkRCHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 118, 23
+
+
+ 8
+
+
+ NUDRemotePlayerId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 13
+
+
+ 连接
+
+
+ BtnConnectOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 44
+
+
+ 44, 17
+
+
+ 10
+
+
+ 验证码
+
+
+ LblVerificationCode
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 3
+
+
+ NoControl
+
+
+ 189, 42
+
+
+ 100, 23
+
+
+ 12
+
+
+ 发送验证码
+
+
+ BtnSendVerificationCode
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 4
+
+
+ False
+
+
+ 65, 42
+
+
+ 118, 23
+
+
+ 11
+
+
+ NUDVerificationCode
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 29, 15
+
+
+ 30, 17
+
+
+ 7
+
+
+ UID
+
+
+ LblRemotePlayerId
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 0
+
+
+ 玩家验证
+
+
+ TPPlayerCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 0
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 2
+
+
+ 连接
+
+
+ BtnConsoleConnect
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 182, 23
+
+
+ 1
+
+
+ TxtToken
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 16
+
+
+ 44, 17
+
+
+ 0
+
+
+ Token
+
+
+ LblToken
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 2
+
+
+ Microsoft YaHei UI, 9pt, style=Italic
+
+
+ NoControl
+
+
+ 15, 39
+
+
+ 275, 40
+
+
+ 3
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ LblConsoleTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 3
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 1
+
+
+ 控制台
+
+
+ TPConsoleCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 304, 139
+
+
+ 7
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 72, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ None
+
+
+ 144, 36
+
+
+ 182, 23
+
+
+ 2
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ None
+
+
+ NoControl
+
+
+ 332, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 70, 39
+
+
+ 68, 17
+
+
+ 1
+
+
+ 服务器地址
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 14
+
+
+ 远程
+
+
+ TPRemoteCall
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 12
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 506, 97
+
+
+ 280, 280
+
+
+ 140, 140
+
+
+ Zoom
+
+
+ 5
+
+
+ GrasscutterToolsSupport
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 220
+
+
+ 46, 17
+
+
+ 4
+
+
+ Github
+
+
+ LnkGithub
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 23
+
+
+ 334, 136
+
+
+ 3
+
+
+ 割草机工具箱
+
+这是一个免费且开源的项目
+如果觉得这对你很有帮助,可以为我点一个免费的Star
+如果愿意请我喝一杯奶茶,那就更好了 : )
+指令生成有问题,或者有新的功能请求,都可以来Github提出
+
+欢迎内测Q群: 457427536
+
+
+ LblSupportDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 13
+
+
+ 关于
+
+
+ TPAbout
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 11
+
+
+ None
+
+
+ 154, 22
+
+
+ 90, 23
+
+
+ 13
+
+
+ DTPBanEndTime
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 0
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 12
+
+
+ 解封
+
+
+ BtnUnban
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 1
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 11
+
+
+ 封号
+
+
+ BtnBan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 2
+
+
+ 250, 22
+
+
+ 150, 23
+
+
+ 8
+
+
+ 封禁理由
+
+
+ TxtBanReason
+
+
+ GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.2.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
+
+
+ GrpBanPlayer
+
+
+ 3
+
+
+ 66, 22
+
+
+ 82, 23
+
+
+ 6
+
+
+ NUDBanUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 4
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 25
+
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblBanUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 5
+
+
+ 56, 158
+
+
+ 540, 60
+
+
+ 2
+
+
+ 封禁管理
+
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 215, 23
+
+
+ 73, 21
+
+
+ 2
+
+
+ 指定UID
+
+
+ ChkAccountSetUid
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 0
+
+
+ 294, 22
+
+
+ 106, 23
+
+
+ 3
+
+
+ NUDAccountUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 5
+
+
+ - 删除
+
+
+ BtnDeleteAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 2
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 创建
+
+
+ BtnCreateAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 25
+
+
+ 44, 17
+
+
+ 0
+
+
+ 用户名
+
+
+ LblAccountUserName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 4
+
+
+ 66, 22
+
+
+ 140, 23
+
+
+ 1
+
+
+ test
+
+
+ TxtAccountUserName
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 5
+
+
+ 56, 6
+
+
+ 540, 60
+
+
+ 0
+
+
+ 账号管理
+
+
+ GrpAccount
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 1
+
+
+ None
+
+
+ 250, 21
+
+
+ 150, 25
+
+
+ 7
+
+
+ CmbPerm
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 0
+
+
+ 66, 22
+
+
+ 140, 23
+
+
+ 6
+
+
+ NUDPermUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 51
+
+
+ 60, 23
+
+
+ 7
+
+
+ x 清空
+
+
+ BtnPermClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 2
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 5
+
+
+ - 移除
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 3
+
+
+ NoControl
+
+
+ 407, 51
+
+
+ 60, 23
+
+
+ 6
+
+
+ 列出
+
+
+ BtnPermList
-
- 44, 17
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPHome
+
+ GrpPermission
-
- 0
+
+ 4
-
- 652, 245
+
+ NoControl
-
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 添加
+
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 5
+
+
True
-
- 640, 204
+
+ NoControl
-
- 121, 25
+
+ 212, 25
-
- 星级
+
+ 32, 17
-
- 设置
+
+ 2
-
- 列出
+
+ 权限
-
- 3, 19
+
+ LblPerm
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 6
+
+
True
-
- 652, 245
+
+ NoControl
-
- 添加或完成任务
-提示:许多任务需要服务端脚本支持
-因此任务可以接,可以完成,但是不一定可以做
+
+ 6, 25
-
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblPermUID
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpAccount
+
+ GrpPermission
+
+
+ 7
+
+
+ 56, 72
+
+
+ 540, 80
+
+
+ 1
+
+
+ 权限管理
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 2
4, 26
-
- True
+
+ 3, 3, 3, 3
-
- TxtHost
+
+ 652, 245
-
- False
+
+ 12
-
- 隐藏的任务
+
+ 管理
+
+
+ TPManage
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 50, 23
+
+ TCMain
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 9
+
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
+ 13
+
+
+ TxtSceneFilter
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpServerStatus
+
+ TPScene
-
- 16, 220
+
+ 0
-
+
+ Bottom, Left
+
+
+ True
+
+
+ False
+
+
NoControl
-
- LblClearSpawnLogs
+
+ 90, 190
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 76, 21
-
- CmbClimateType
+
+ 12
-
- 0
+
+ 含场景ID
-
- TPAbout
+
+ ChkIncludeSceneId
-
- 0
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 218, 161
+
+
+ 14, 17
+
+
+ 10
+
+
+ z
+
+
+ LblTpZ
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
-
- 610, 56
+
+ 2
-
- 260, 24
+
+ Bottom, Left
-
- 1
+
+ True
-
+
NoControl
-
- 1
+
+ 112, 161
-
- 23, 17
+
+ 14, 17
-
- 73, 6
+
+ 9
-
- TPRemoteCall
+
+ y
-
- NoControl
+
+ LblTpY
-
- 7, 24
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TxtCustomName
+
+ TPScene
-
- NUDWeaponLevel
+
+ 3
-
- TPHome
+
+ Bottom, Left
-
- LnkLinks
+
+ NoControl
-
- 652, 245
+
+ 9, 188
-
- 11
+
+ 75, 23
-
- X 清空
+
+ 8
-
- TCMain
+
+ 传送
-
- True
+
+ BtnTeleport
-
- 182, 23
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Top, Left, Right
+
+ TPScene
-
- $this
+
+ 4
-
- 10
+
+ Bottom, Left
-
- 50, 159
+
+ True
-
+
NoControl
-
- Bottom, Left
+
+ 6, 161
-
- True
+
+ 14, 17
-
- TPPlayerCheck
+
+ 7
-
- 1
+
+ x
-
- 2
+
+ LblTpX
-
- 目标UID
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
+
+ TPScene
-
- 100, 218
+
+ 5
-
- True
+
+ Bottom, Left
-
- CmbArtifactSet
+
+ 238, 159
-
- tabPage1
+
+ 80, 23
-
- 44, 17
+
+ 6
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NUDTpZ
-
- 331, 23
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ TPScene
-
- 10
+
+ 6
-
- √ 记录
+
+ Bottom, Left
-
- 5
+
+