diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs index be91d75..499874c 100644 --- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs @@ -1,2297 +1,2303 @@ -namespace GrasscutterTools.Forms -{ - partial class FormMain - { - /// - /// 必需的设计器变量。 - /// - private System.ComponentModel.IContainer components = null; - - /// - /// 清理所有正在使用的资源。 - /// - /// 如果应释放托管资源,为 true;否则为 false。 - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Windows 窗体设计器生成的代码 - - /// - /// 设计器支持所需的方法 - 不要修改 - /// 使用代码编辑器修改此方法的内容。 - /// - private void InitializeComponent() - { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); - this.TxtCommand = new System.Windows.Forms.TextBox(); - this.BtnCopy = new System.Windows.Forms.Button(); - this.ChkAutoCopy = new System.Windows.Forms.CheckBox(); - this.GrpCommand = new System.Windows.Forms.GroupBox(); - this.BtnInvokeOpenCommand = new System.Windows.Forms.Button(); - this.TPRemoteCall = new System.Windows.Forms.TabPage(); - this.LnkLinks = new System.Windows.Forms.LinkLabel(); - this.LnkGOODHelp = new System.Windows.Forms.LinkLabel(); - this.LnkInventoryKamera = new System.Windows.Forms.LinkLabel(); - this.LblGOODHelp = new System.Windows.Forms.Label(); - this.ButtonOpenGOODImport = new System.Windows.Forms.Button(); - this.LblHostTip = new System.Windows.Forms.Label(); - this.GrpServerStatus = new System.Windows.Forms.GroupBox(); - this.LnkOpenCommandLabel = new System.Windows.Forms.LinkLabel(); - this.LblOpenCommandSupport = new System.Windows.Forms.Label(); - this.LblServerVersion = new System.Windows.Forms.Label(); - this.LblPlayerCount = new System.Windows.Forms.Label(); - this.LblServerVersionLabel = new System.Windows.Forms.Label(); - this.LblPlayerCountLabel = new System.Windows.Forms.Label(); - this.GrpRemoteCommand = new System.Windows.Forms.GroupBox(); - this.TPOpenCommandCheck = new System.Windows.Forms.TabControl(); - this.TPPlayerCheck = new System.Windows.Forms.TabPage(); - this.LnkRCHelp = new System.Windows.Forms.LinkLabel(); - this.NUDRemotePlayerId = new System.Windows.Forms.NumericUpDown(); - this.BtnConnectOpenCommand = new System.Windows.Forms.Button(); - this.LblVerificationCode = new System.Windows.Forms.Label(); - this.BtnSendVerificationCode = new System.Windows.Forms.Button(); - this.NUDVerificationCode = new System.Windows.Forms.NumericUpDown(); - this.LblRemotePlayerId = new System.Windows.Forms.Label(); - this.TPConsoleCheck = new System.Windows.Forms.TabPage(); - this.BtnConsoleConnect = new System.Windows.Forms.Button(); - this.TxtToken = new System.Windows.Forms.TextBox(); - this.LblToken = new System.Windows.Forms.Label(); - this.LblConsoleTip = new System.Windows.Forms.Label(); - this.TxtHost = new System.Windows.Forms.TextBox(); - this.BtnQueryServerStatus = new System.Windows.Forms.Button(); - this.LblHost = new System.Windows.Forms.Label(); - this.TPAbout = new System.Windows.Forms.TabPage(); - this.GrasscutterToolsSupport = new System.Windows.Forms.PictureBox(); - this.LnkGithub = new System.Windows.Forms.LinkLabel(); - this.LblSupportDescription = new System.Windows.Forms.Label(); - this.TPManage = new System.Windows.Forms.TabPage(); - this.GrpBanPlayer = new System.Windows.Forms.GroupBox(); - 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(); - this.ChkAccountSetUid = new System.Windows.Forms.CheckBox(); - this.NUDAccountUid = new System.Windows.Forms.NumericUpDown(); - this.BtnDeleteAccount = new System.Windows.Forms.Button(); - this.BtnCreateAccount = new System.Windows.Forms.Button(); - this.LblAccountUserName = new System.Windows.Forms.Label(); - this.TxtAccountUserName = new System.Windows.Forms.TextBox(); - this.GrpPermission = new System.Windows.Forms.GroupBox(); - this.CmbPerm = new System.Windows.Forms.ComboBox(); - this.NUDPermUID = new System.Windows.Forms.NumericUpDown(); - this.BtmPermRemove = new System.Windows.Forms.Button(); - this.BtnPermAdd = new System.Windows.Forms.Button(); - this.LblPerm = new System.Windows.Forms.Label(); - this.LblPermUID = new System.Windows.Forms.Label(); - this.TPScene = new System.Windows.Forms.TabPage(); - this.TxtSceneFilter = new System.Windows.Forms.TextBox(); - this.ChkIncludeSceneId = new System.Windows.Forms.CheckBox(); - this.LblTp = new System.Windows.Forms.Label(); - this.LblTpZ = new System.Windows.Forms.Label(); - this.LblTpY = new System.Windows.Forms.Label(); - this.BtnTeleport = new System.Windows.Forms.Button(); - this.LblTpX = new System.Windows.Forms.Label(); - this.NUDTpZ = new System.Windows.Forms.NumericUpDown(); - this.NUDTpY = new System.Windows.Forms.NumericUpDown(); - this.NUDTpX = new System.Windows.Forms.NumericUpDown(); - this.CmbClimateType = new System.Windows.Forms.ComboBox(); - this.LblClimateType = new System.Windows.Forms.Label(); - this.LblSceneDescription = new System.Windows.Forms.Label(); - this.ListScenes = new System.Windows.Forms.ListBox(); - this.TPItem = new System.Windows.Forms.TabPage(); - this.LblClearGiveItemLogs = new System.Windows.Forms.Label(); - this.BtnSaveGiveItemLog = new System.Windows.Forms.Button(); - this.BtnRemoveGiveItemLog = new System.Windows.Forms.Button(); - this.GrpGiveItemRecord = new System.Windows.Forms.GroupBox(); - this.ListGiveItemLogs = new System.Windows.Forms.ListBox(); - this.ChkDrop = new System.Windows.Forms.CheckBox(); - this.TxtGameItemFilter = new System.Windows.Forms.TextBox(); - this.ListGameItems = new System.Windows.Forms.ListBox(); - this.LblGameItemAmount = new System.Windows.Forms.Label(); - this.LblGameItemLevel = new System.Windows.Forms.Label(); - this.NUDGameItemAmout = new System.Windows.Forms.NumericUpDown(); - this.NUDGameItemLevel = new System.Windows.Forms.NumericUpDown(); - this.LblGiveCommandDescription = new System.Windows.Forms.Label(); - this.TPWeapon = new System.Windows.Forms.TabPage(); - this.TxtWeaponFilter = new System.Windows.Forms.TextBox(); - this.LblWeaponDescription = new System.Windows.Forms.Label(); - this.LblWeaponRefinement = new System.Windows.Forms.Label(); - this.LblWeaponAmount = new System.Windows.Forms.Label(); - this.LblWeaponLevel = new System.Windows.Forms.Label(); - this.NUDWeaponRefinement = new System.Windows.Forms.NumericUpDown(); - this.NUDWeaponAmout = new System.Windows.Forms.NumericUpDown(); - this.NUDWeaponLevel = new System.Windows.Forms.NumericUpDown(); - this.ListWeapons = new System.Windows.Forms.ListBox(); - this.TPStats = new System.Windows.Forms.TabPage(); - this.LblResetStatsCommand = new System.Windows.Forms.LinkLabel(); - this.LblResetStatsTip = new System.Windows.Forms.Label(); - this.GrpSetStats = new System.Windows.Forms.GroupBox(); - this.LblStatTip = new System.Windows.Forms.Label(); - this.LblStatPercent = new System.Windows.Forms.Label(); - this.NUDStat = new System.Windows.Forms.NumericUpDown(); - this.CmbStat = new System.Windows.Forms.ComboBox(); - this.GrpTalentLevel = new System.Windows.Forms.GroupBox(); - this.LnkTalentE = new System.Windows.Forms.LinkLabel(); - this.LnkTalentQ = new System.Windows.Forms.LinkLabel(); - this.LnkTalentNormalATK = new System.Windows.Forms.LinkLabel(); - this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown(); - this.LblStatsDescription = new System.Windows.Forms.Label(); - this.TPAvatar = new System.Windows.Forms.TabPage(); - this.BtnGiveAllChar = new System.Windows.Forms.Button(); - this.LblConstellationTip = new System.Windows.Forms.Label(); - this.LblAvatarConstellation = new System.Windows.Forms.Label(); - this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown(); - this.ImgAvatar = new System.Windows.Forms.PictureBox(); - this.LblAvatar = new System.Windows.Forms.Label(); - this.LblAvatarLevel = new System.Windows.Forms.Label(); - this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown(); - this.CmbAvatar = new System.Windows.Forms.ComboBox(); - this.TPSpawn = new System.Windows.Forms.TabPage(); - 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.RbEntityAnimal = new System.Windows.Forms.RadioButton(); - this.RbEntityNPC = new System.Windows.Forms.RadioButton(); - this.RbEntityMonster = new System.Windows.Forms.RadioButton(); - this.LblSpawnDescription = new System.Windows.Forms.Label(); - this.LblEntityAmount = new System.Windows.Forms.Label(); - this.LblEntityLevel = new System.Windows.Forms.Label(); - this.NUDEntityAmout = new System.Windows.Forms.NumericUpDown(); - this.NUDEntityLevel = new System.Windows.Forms.NumericUpDown(); - this.TxtEntityFilter = new System.Windows.Forms.TextBox(); - this.ListEntity = new System.Windows.Forms.ListBox(); - this.TPQuest = new System.Windows.Forms.TabPage(); - this.GrpQuestFilters = new System.Windows.Forms.GroupBox(); - this.ChkQuestFilterTEST = new System.Windows.Forms.CheckBox(); - this.ChkQuestFilterUNRELEASED = new System.Windows.Forms.CheckBox(); - this.ChkQuestFilterHIDDEN = new System.Windows.Forms.CheckBox(); - this.BtnFinishQuest = new System.Windows.Forms.Button(); - this.BtnAddQuest = new System.Windows.Forms.Button(); - this.LblQuestDescription = new System.Windows.Forms.Label(); - this.TxtQuestFilter = new System.Windows.Forms.TextBox(); - this.ListQuest = new System.Windows.Forms.ListBox(); - this.TPArtifact = new System.Windows.Forms.TabPage(); - this.LblArtifactLevelTip = new System.Windows.Forms.Label(); - this.BtnAddSubAttr = new System.Windows.Forms.Button(); - this.LblArtifactName = new System.Windows.Forms.Label(); - this.LblArtifactPart = new System.Windows.Forms.Label(); - this.CmbArtifactPart = new System.Windows.Forms.ComboBox(); - this.CmbArtifactSet = new System.Windows.Forms.ComboBox(); - this.LblArtifactSet = new System.Windows.Forms.Label(); - this.NUDSubAttributionTimes = new System.Windows.Forms.NumericUpDown(); - this.CmbSubAttributionValue = new System.Windows.Forms.ComboBox(); - this.CmbSubAttribution = new System.Windows.Forms.ComboBox(); - this.LblClearSubAttrCheckedList = new System.Windows.Forms.Label(); - this.ListSubAttributionChecked = new System.Windows.Forms.ListBox(); - this.LblArtifactLevel = new System.Windows.Forms.Label(); - this.LblSubAttribution = new System.Windows.Forms.Label(); - this.CmbMainAttribution = new System.Windows.Forms.ComboBox(); - this.LblMainAttribution = new System.Windows.Forms.Label(); - this.NUDArtifactLevel = new System.Windows.Forms.NumericUpDown(); - this.LblArtifactStars = new System.Windows.Forms.Label(); - this.NUDArtifactStars = new System.Windows.Forms.NumericUpDown(); - this.TPCustom = new System.Windows.Forms.TabPage(); - this.BtnExportCustomCommands = new System.Windows.Forms.Button(); - this.BtnLoadCustomCommands = new System.Windows.Forms.Button(); - this.LblCustomName = new System.Windows.Forms.Label(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.LnkResetCustomCommands = new System.Windows.Forms.LinkLabel(); - this.FLPCustomCommands = new System.Windows.Forms.FlowLayoutPanel(); - this.BtnRemoveCustomCommand = new System.Windows.Forms.Button(); - this.BtnSaveCustomCommand = new System.Windows.Forms.Button(); - this.TxtCustomName = new System.Windows.Forms.TextBox(); - this.TPHome = new System.Windows.Forms.TabPage(); - this.LblAbout = new System.Windows.Forms.Label(); - this.BtnOpenTextMap = new System.Windows.Forms.Button(); - this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button(); - this.GrasscutterToolsIcon = new System.Windows.Forms.PictureBox(); - this.GrpSettings = new System.Windows.Forms.GroupBox(); - this.ChkTopMost = new System.Windows.Forms.CheckBox(); - this.ChkNewCommand = new System.Windows.Forms.CheckBox(); - this.CmbLanguage = new System.Windows.Forms.ComboBox(); - this.LblLanguage = new System.Windows.Forms.Label(); - this.NUDUid = new System.Windows.Forms.NumericUpDown(); - this.ChkIncludeUID = new System.Windows.Forms.CheckBox(); - this.LblDefaultUid = new System.Windows.Forms.Label(); - this.TCMain = new System.Windows.Forms.TabControl(); - this.GrpCommand.SuspendLayout(); - this.TPRemoteCall.SuspendLayout(); - this.GrpServerStatus.SuspendLayout(); - this.GrpRemoteCommand.SuspendLayout(); - this.TPOpenCommandCheck.SuspendLayout(); - this.TPPlayerCheck.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit(); - this.TPConsoleCheck.SuspendLayout(); - this.TPAbout.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).BeginInit(); - this.TPManage.SuspendLayout(); - this.GrpBanPlayer.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).BeginInit(); - this.GrpAccount.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDAccountUid)).BeginInit(); - this.GrpPermission.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDPermUID)).BeginInit(); - this.TPScene.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTpZ)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTpY)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTpX)).BeginInit(); - this.TPItem.SuspendLayout(); - this.GrpGiveItemRecord.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemAmout)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemLevel)).BeginInit(); - this.TPWeapon.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponRefinement)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).BeginInit(); - this.TPStats.SuspendLayout(); - this.GrpSetStats.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDStat)).BeginInit(); - this.GrpTalentLevel.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit(); - this.TPAvatar.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit(); - this.TPSpawn.SuspendLayout(); - this.GrpSpawnRecord.SuspendLayout(); - this.GrpEntityType.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).BeginInit(); - this.TPQuest.SuspendLayout(); - this.GrpQuestFilters.SuspendLayout(); - this.TPArtifact.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDSubAttributionTimes)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactLevel)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactStars)).BeginInit(); - this.TPCustom.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.TPHome.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).BeginInit(); - this.GrpSettings.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit(); - this.TCMain.SuspendLayout(); - this.SuspendLayout(); - // - // TxtCommand - // - resources.ApplyResources(this.TxtCommand, "TxtCommand"); - this.TxtCommand.Name = "TxtCommand"; - // - // BtnCopy - // - resources.ApplyResources(this.BtnCopy, "BtnCopy"); - this.BtnCopy.Name = "BtnCopy"; - this.BtnCopy.UseVisualStyleBackColor = true; - this.BtnCopy.Click += new System.EventHandler(this.BtnCopy_Click); - // - // ChkAutoCopy - // - resources.ApplyResources(this.ChkAutoCopy, "ChkAutoCopy"); - this.ChkAutoCopy.Name = "ChkAutoCopy"; - this.ChkAutoCopy.UseVisualStyleBackColor = true; - // - // GrpCommand - // - resources.ApplyResources(this.GrpCommand, "GrpCommand"); - this.GrpCommand.Controls.Add(this.BtnInvokeOpenCommand); - this.GrpCommand.Controls.Add(this.BtnCopy); - this.GrpCommand.Controls.Add(this.ChkAutoCopy); - this.GrpCommand.Controls.Add(this.TxtCommand); - this.GrpCommand.Name = "GrpCommand"; - this.GrpCommand.TabStop = false; - // - // BtnInvokeOpenCommand - // - resources.ApplyResources(this.BtnInvokeOpenCommand, "BtnInvokeOpenCommand"); - this.BtnInvokeOpenCommand.Name = "BtnInvokeOpenCommand"; - this.BtnInvokeOpenCommand.UseVisualStyleBackColor = true; - this.BtnInvokeOpenCommand.Click += new System.EventHandler(this.BtnInvokeOpenCommand_Click); - // - // TPRemoteCall - // - this.TPRemoteCall.Controls.Add(this.LnkLinks); - this.TPRemoteCall.Controls.Add(this.LnkGOODHelp); - this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera); - this.TPRemoteCall.Controls.Add(this.LblGOODHelp); - this.TPRemoteCall.Controls.Add(this.ButtonOpenGOODImport); - this.TPRemoteCall.Controls.Add(this.LblHostTip); - this.TPRemoteCall.Controls.Add(this.GrpServerStatus); - this.TPRemoteCall.Controls.Add(this.GrpRemoteCommand); - 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; - // - // LnkLinks - // - resources.ApplyResources(this.LnkLinks, "LnkLinks"); - this.LnkLinks.Name = "LnkLinks"; - this.LnkLinks.TabStop = true; - this.LnkLinks.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkLinks_LinkClicked); - // - // LnkGOODHelp - // - resources.ApplyResources(this.LnkGOODHelp, "LnkGOODHelp"); - this.LnkGOODHelp.Cursor = System.Windows.Forms.Cursors.Help; - this.LnkGOODHelp.Name = "LnkGOODHelp"; - this.LnkGOODHelp.TabStop = true; - this.LnkGOODHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGOODHelp_LinkClicked); - // - // LnkInventoryKamera - // - resources.ApplyResources(this.LnkInventoryKamera, "LnkInventoryKamera"); - this.LnkInventoryKamera.Name = "LnkInventoryKamera"; - this.LnkInventoryKamera.TabStop = true; - this.LnkInventoryKamera.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkInventoryKamera_LinkClicked); - // - // LblGOODHelp - // - resources.ApplyResources(this.LblGOODHelp, "LblGOODHelp"); - this.LblGOODHelp.Name = "LblGOODHelp"; - // - // ButtonOpenGOODImport - // - resources.ApplyResources(this.ButtonOpenGOODImport, "ButtonOpenGOODImport"); - this.ButtonOpenGOODImport.Name = "ButtonOpenGOODImport"; - this.ButtonOpenGOODImport.UseVisualStyleBackColor = true; - this.ButtonOpenGOODImport.Click += new System.EventHandler(this.ButtonOpenGOODImport_Click); - // - // LblHostTip - // - resources.ApplyResources(this.LblHostTip, "LblHostTip"); - this.LblHostTip.ForeColor = System.Drawing.SystemColors.GrayText; - this.LblHostTip.Name = "LblHostTip"; - // - // GrpServerStatus - // - resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus"); - this.GrpServerStatus.Controls.Add(this.LnkOpenCommandLabel); - this.GrpServerStatus.Controls.Add(this.LblOpenCommandSupport); - this.GrpServerStatus.Controls.Add(this.LblServerVersion); - this.GrpServerStatus.Controls.Add(this.LblPlayerCount); - this.GrpServerStatus.Controls.Add(this.LblServerVersionLabel); - this.GrpServerStatus.Controls.Add(this.LblPlayerCountLabel); - this.GrpServerStatus.Name = "GrpServerStatus"; - this.GrpServerStatus.TabStop = false; - // - // LnkOpenCommandLabel - // - resources.ApplyResources(this.LnkOpenCommandLabel, "LnkOpenCommandLabel"); - this.LnkOpenCommandLabel.Name = "LnkOpenCommandLabel"; - this.LnkOpenCommandLabel.TabStop = true; - this.LnkOpenCommandLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkOpenCommandLabel_LinkClicked); - // - // LblOpenCommandSupport - // - resources.ApplyResources(this.LblOpenCommandSupport, "LblOpenCommandSupport"); - this.LblOpenCommandSupport.Name = "LblOpenCommandSupport"; - // - // LblServerVersion - // - resources.ApplyResources(this.LblServerVersion, "LblServerVersion"); - this.LblServerVersion.Name = "LblServerVersion"; - // - // LblPlayerCount - // - resources.ApplyResources(this.LblPlayerCount, "LblPlayerCount"); - this.LblPlayerCount.Name = "LblPlayerCount"; - // - // LblServerVersionLabel - // - resources.ApplyResources(this.LblServerVersionLabel, "LblServerVersionLabel"); - this.LblServerVersionLabel.Name = "LblServerVersionLabel"; - // - // LblPlayerCountLabel - // - resources.ApplyResources(this.LblPlayerCountLabel, "LblPlayerCountLabel"); - this.LblPlayerCountLabel.Name = "LblPlayerCountLabel"; - // - // GrpRemoteCommand - // - resources.ApplyResources(this.GrpRemoteCommand, "GrpRemoteCommand"); - this.GrpRemoteCommand.Controls.Add(this.TPOpenCommandCheck); - this.GrpRemoteCommand.Name = "GrpRemoteCommand"; - this.GrpRemoteCommand.TabStop = false; - // - // 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 - // - this.TPPlayerCheck.Controls.Add(this.LnkRCHelp); - this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId); - this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand); - this.TPPlayerCheck.Controls.Add(this.LblVerificationCode); - 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; - // - // LnkRCHelp - // - resources.ApplyResources(this.LnkRCHelp, "LnkRCHelp"); - this.LnkRCHelp.Name = "LnkRCHelp"; - this.LnkRCHelp.TabStop = true; - this.LnkRCHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkRCHelp_LinkClicked); - // - // NUDRemotePlayerId - // - resources.ApplyResources(this.NUDRemotePlayerId, "NUDRemotePlayerId"); - this.NUDRemotePlayerId.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDRemotePlayerId.Name = "NUDRemotePlayerId"; - this.NUDRemotePlayerId.Value = new decimal(new int[] { - 10001, - 0, - 0, - 0}); - // - // BtnConnectOpenCommand - // - resources.ApplyResources(this.BtnConnectOpenCommand, "BtnConnectOpenCommand"); - this.BtnConnectOpenCommand.Name = "BtnConnectOpenCommand"; - this.BtnConnectOpenCommand.UseVisualStyleBackColor = true; - this.BtnConnectOpenCommand.Click += new System.EventHandler(this.BtnConnectOpenCommand_Click); - // - // LblVerificationCode - // - resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode"); - this.LblVerificationCode.Name = "LblVerificationCode"; - // - // BtnSendVerificationCode - // - resources.ApplyResources(this.BtnSendVerificationCode, "BtnSendVerificationCode"); - this.BtnSendVerificationCode.Name = "BtnSendVerificationCode"; - this.BtnSendVerificationCode.UseVisualStyleBackColor = true; - this.BtnSendVerificationCode.Click += new System.EventHandler(this.BtnSendVerificationCode_Click); - // - // NUDVerificationCode - // - resources.ApplyResources(this.NUDVerificationCode, "NUDVerificationCode"); - this.NUDVerificationCode.Maximum = new decimal(new int[] { - 9999, - 0, - 0, - 0}); - this.NUDVerificationCode.Minimum = new decimal(new int[] { - 1000, - 0, - 0, - 0}); - this.NUDVerificationCode.Name = "NUDVerificationCode"; - this.NUDVerificationCode.Value = new decimal(new int[] { - 1000, - 0, - 0, - 0}); - // - // LblRemotePlayerId - // - resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId"); - this.LblRemotePlayerId.Name = "LblRemotePlayerId"; - // - // 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; - // - // BtnConsoleConnect - // - resources.ApplyResources(this.BtnConsoleConnect, "BtnConsoleConnect"); - this.BtnConsoleConnect.Name = "BtnConsoleConnect"; - this.BtnConsoleConnect.UseVisualStyleBackColor = true; - this.BtnConsoleConnect.Click += new System.EventHandler(this.BtnConsoleConnect_Click); - // - // TxtToken - // - resources.ApplyResources(this.TxtToken, "TxtToken"); - this.TxtToken.Name = "TxtToken"; - // - // LblToken - // - resources.ApplyResources(this.LblToken, "LblToken"); - this.LblToken.Name = "LblToken"; - // - // LblConsoleTip - // - resources.ApplyResources(this.LblConsoleTip, "LblConsoleTip"); - this.LblConsoleTip.Name = "LblConsoleTip"; - // - // TxtHost - // - resources.ApplyResources(this.TxtHost, "TxtHost"); - this.TxtHost.Name = "TxtHost"; - // - // BtnQueryServerStatus - // - resources.ApplyResources(this.BtnQueryServerStatus, "BtnQueryServerStatus"); - this.BtnQueryServerStatus.Name = "BtnQueryServerStatus"; - this.BtnQueryServerStatus.UseVisualStyleBackColor = true; - this.BtnQueryServerStatus.Click += new System.EventHandler(this.BtnQueryServerStatus_Click); - // - // LblHost - // - resources.ApplyResources(this.LblHost, "LblHost"); - this.LblHost.Name = "LblHost"; - // - // 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; - // - // GrasscutterToolsSupport - // - resources.ApplyResources(this.GrasscutterToolsSupport, "GrasscutterToolsSupport"); - this.GrasscutterToolsSupport.Image = global::GrasscutterTools.Properties.Resources.ImgSupport; - this.GrasscutterToolsSupport.Name = "GrasscutterToolsSupport"; - this.GrasscutterToolsSupport.TabStop = false; - // - // LnkGithub - // - resources.ApplyResources(this.LnkGithub, "LnkGithub"); - this.LnkGithub.Name = "LnkGithub"; - this.LnkGithub.TabStop = true; - this.LnkGithub.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGithub_LinkClicked); - // - // LblSupportDescription - // - resources.ApplyResources(this.LblSupportDescription, "LblSupportDescription"); - this.LblSupportDescription.Name = "LblSupportDescription"; - // - // 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; - // - // GrpBanPlayer - // - resources.ApplyResources(this.GrpBanPlayer, "GrpBanPlayer"); - this.GrpBanPlayer.Controls.Add(this.DTPBanEndTime); - this.GrpBanPlayer.Controls.Add(this.BtnUnban); - this.GrpBanPlayer.Controls.Add(this.BtnBan); - this.GrpBanPlayer.Controls.Add(this.TxtBanReason); - this.GrpBanPlayer.Controls.Add(this.NUDBanUID); - this.GrpBanPlayer.Controls.Add(this.LblBanUID); - this.GrpBanPlayer.Name = "GrpBanPlayer"; - this.GrpBanPlayer.TabStop = false; - // - // 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"; - this.DTPBanEndTime.Value = new System.DateTime(2025, 12, 31, 0, 0, 0, 0); - // - // BtnUnban - // - resources.ApplyResources(this.BtnUnban, "BtnUnban"); - this.BtnUnban.Name = "BtnUnban"; - this.BtnUnban.UseVisualStyleBackColor = true; - this.BtnUnban.Click += new System.EventHandler(this.BtnUnban_Click); - // - // BtnBan - // - resources.ApplyResources(this.BtnBan, "BtnBan"); - this.BtnBan.Name = "BtnBan"; - this.BtnBan.UseVisualStyleBackColor = true; - this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click); - // - // TxtBanReason - // - this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - resources.ApplyResources(this.TxtBanReason, "TxtBanReason"); - this.TxtBanReason.Maximum = 0F; - this.TxtBanReason.Minimum = 0F; - this.TxtBanReason.Name = "TxtBanReason"; - // - // NUDBanUID - // - resources.ApplyResources(this.NUDBanUID, "NUDBanUID"); - this.NUDBanUID.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDBanUID.Name = "NUDBanUID"; - this.NUDBanUID.Value = new decimal(new int[] { - 10001, - 0, - 0, - 0}); - // - // LblBanUID - // - resources.ApplyResources(this.LblBanUID, "LblBanUID"); - this.LblBanUID.Name = "LblBanUID"; - // - // GrpAccount - // - resources.ApplyResources(this.GrpAccount, "GrpAccount"); - this.GrpAccount.Controls.Add(this.ChkAccountSetUid); - this.GrpAccount.Controls.Add(this.NUDAccountUid); - this.GrpAccount.Controls.Add(this.BtnDeleteAccount); - this.GrpAccount.Controls.Add(this.BtnCreateAccount); - this.GrpAccount.Controls.Add(this.LblAccountUserName); - this.GrpAccount.Controls.Add(this.TxtAccountUserName); - this.GrpAccount.Name = "GrpAccount"; - this.GrpAccount.TabStop = false; - // - // ChkAccountSetUid - // - resources.ApplyResources(this.ChkAccountSetUid, "ChkAccountSetUid"); - this.ChkAccountSetUid.Name = "ChkAccountSetUid"; - this.ChkAccountSetUid.UseVisualStyleBackColor = true; - // - // NUDAccountUid - // - resources.ApplyResources(this.NUDAccountUid, "NUDAccountUid"); - this.NUDAccountUid.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDAccountUid.Name = "NUDAccountUid"; - this.NUDAccountUid.Value = new decimal(new int[] { - 10001, - 0, - 0, - 0}); - // - // BtnDeleteAccount - // - resources.ApplyResources(this.BtnDeleteAccount, "BtnDeleteAccount"); - this.BtnDeleteAccount.Name = "BtnDeleteAccount"; - this.BtnDeleteAccount.Tag = "delete"; - this.BtnDeleteAccount.UseVisualStyleBackColor = true; - this.BtnDeleteAccount.Click += new System.EventHandler(this.AccountButtonClicked); - // - // BtnCreateAccount - // - resources.ApplyResources(this.BtnCreateAccount, "BtnCreateAccount"); - this.BtnCreateAccount.Name = "BtnCreateAccount"; - this.BtnCreateAccount.Tag = "create"; - this.BtnCreateAccount.UseVisualStyleBackColor = true; - this.BtnCreateAccount.Click += new System.EventHandler(this.AccountButtonClicked); - // - // LblAccountUserName - // - resources.ApplyResources(this.LblAccountUserName, "LblAccountUserName"); - this.LblAccountUserName.Name = "LblAccountUserName"; - // - // TxtAccountUserName - // - resources.ApplyResources(this.TxtAccountUserName, "TxtAccountUserName"); - this.TxtAccountUserName.Name = "TxtAccountUserName"; - // - // GrpPermission - // - resources.ApplyResources(this.GrpPermission, "GrpPermission"); - this.GrpPermission.Controls.Add(this.CmbPerm); - this.GrpPermission.Controls.Add(this.NUDPermUID); - this.GrpPermission.Controls.Add(this.BtmPermRemove); - this.GrpPermission.Controls.Add(this.BtnPermAdd); - this.GrpPermission.Controls.Add(this.LblPerm); - this.GrpPermission.Controls.Add(this.LblPermUID); - this.GrpPermission.Name = "GrpPermission"; - this.GrpPermission.TabStop = false; - // - // 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 - // - resources.ApplyResources(this.NUDPermUID, "NUDPermUID"); - this.NUDPermUID.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDPermUID.Name = "NUDPermUID"; - this.NUDPermUID.Value = new decimal(new int[] { - 10001, - 0, - 0, - 0}); - // - // BtmPermRemove - // - resources.ApplyResources(this.BtmPermRemove, "BtmPermRemove"); - this.BtmPermRemove.Name = "BtmPermRemove"; - this.BtmPermRemove.Tag = "remove"; - this.BtmPermRemove.UseVisualStyleBackColor = true; - this.BtmPermRemove.Click += new System.EventHandler(this.BtnPermClick); - // - // BtnPermAdd - // - resources.ApplyResources(this.BtnPermAdd, "BtnPermAdd"); - this.BtnPermAdd.Name = "BtnPermAdd"; - this.BtnPermAdd.Tag = "add"; - this.BtnPermAdd.UseVisualStyleBackColor = true; - this.BtnPermAdd.Click += new System.EventHandler(this.BtnPermClick); - // - // LblPerm - // - resources.ApplyResources(this.LblPerm, "LblPerm"); - this.LblPerm.Name = "LblPerm"; - // - // LblPermUID - // - resources.ApplyResources(this.LblPermUID, "LblPermUID"); - this.LblPermUID.Name = "LblPermUID"; - // - // TPScene - // - this.TPScene.Controls.Add(this.TxtSceneFilter); - this.TPScene.Controls.Add(this.ChkIncludeSceneId); - this.TPScene.Controls.Add(this.LblTp); - this.TPScene.Controls.Add(this.LblTpZ); - this.TPScene.Controls.Add(this.LblTpY); - this.TPScene.Controls.Add(this.BtnTeleport); - this.TPScene.Controls.Add(this.LblTpX); - this.TPScene.Controls.Add(this.NUDTpZ); - this.TPScene.Controls.Add(this.NUDTpY); - this.TPScene.Controls.Add(this.NUDTpX); - this.TPScene.Controls.Add(this.CmbClimateType); - this.TPScene.Controls.Add(this.LblClimateType); - this.TPScene.Controls.Add(this.LblSceneDescription); - this.TPScene.Controls.Add(this.ListScenes); - resources.ApplyResources(this.TPScene, "TPScene"); - this.TPScene.Name = "TPScene"; - this.TPScene.UseVisualStyleBackColor = true; - // - // TxtSceneFilter - // - resources.ApplyResources(this.TxtSceneFilter, "TxtSceneFilter"); - this.TxtSceneFilter.Name = "TxtSceneFilter"; - this.TxtSceneFilter.TextChanged += new System.EventHandler(this.TxtSceneFilter_TextChanged); - // - // ChkIncludeSceneId - // - resources.ApplyResources(this.ChkIncludeSceneId, "ChkIncludeSceneId"); - this.ChkIncludeSceneId.Name = "ChkIncludeSceneId"; - this.ChkIncludeSceneId.UseVisualStyleBackColor = true; - // - // LblTp - // - resources.ApplyResources(this.LblTp, "LblTp"); - this.LblTp.Name = "LblTp"; - // - // LblTpZ - // - resources.ApplyResources(this.LblTpZ, "LblTpZ"); - this.LblTpZ.Name = "LblTpZ"; - // - // LblTpY - // - resources.ApplyResources(this.LblTpY, "LblTpY"); - this.LblTpY.Name = "LblTpY"; - // - // BtnTeleport - // - resources.ApplyResources(this.BtnTeleport, "BtnTeleport"); - this.BtnTeleport.Name = "BtnTeleport"; - this.BtnTeleport.UseVisualStyleBackColor = true; - this.BtnTeleport.Click += new System.EventHandler(this.BtnTeleport_Click); - // - // LblTpX - // - resources.ApplyResources(this.LblTpX, "LblTpX"); - this.LblTpX.Name = "LblTpX"; - // - // NUDTpZ - // - resources.ApplyResources(this.NUDTpZ, "NUDTpZ"); - this.NUDTpZ.Increment = new decimal(new int[] { - 100, - 0, - 0, - 0}); - this.NUDTpZ.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDTpZ.Minimum = new decimal(new int[] { - -2147483648, - 0, - 0, - -2147483648}); - this.NUDTpZ.Name = "NUDTpZ"; - // - // NUDTpY - // - resources.ApplyResources(this.NUDTpY, "NUDTpY"); - this.NUDTpY.Increment = new decimal(new int[] { - 100, - 0, - 0, - 0}); - this.NUDTpY.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDTpY.Minimum = new decimal(new int[] { - -2147483648, - 0, - 0, - -2147483648}); - this.NUDTpY.Name = "NUDTpY"; - this.NUDTpY.Value = new decimal(new int[] { - 300, - 0, - 0, - 0}); - // - // NUDTpX - // - resources.ApplyResources(this.NUDTpX, "NUDTpX"); - this.NUDTpX.Increment = new decimal(new int[] { - 100, - 0, - 0, - 0}); - this.NUDTpX.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDTpX.Minimum = new decimal(new int[] { - -2147483648, - 0, - 0, - -2147483648}); - this.NUDTpX.Name = "NUDTpX"; - // - // CmbClimateType - // - resources.ApplyResources(this.CmbClimateType, "CmbClimateType"); - this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbClimateType.FormattingEnabled = true; - this.CmbClimateType.Name = "CmbClimateType"; - this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged); - // - // LblClimateType - // - resources.ApplyResources(this.LblClimateType, "LblClimateType"); - this.LblClimateType.Name = "LblClimateType"; - // - // LblSceneDescription - // - resources.ApplyResources(this.LblSceneDescription, "LblSceneDescription"); - this.LblSceneDescription.Name = "LblSceneDescription"; - // - // ListScenes - // - resources.ApplyResources(this.ListScenes, "ListScenes"); - this.ListScenes.FormattingEnabled = true; - this.ListScenes.Name = "ListScenes"; - this.ListScenes.SelectedIndexChanged += new System.EventHandler(this.ListScenes_SelectedIndexChanged); - // - // TPItem - // - this.TPItem.Controls.Add(this.LblClearGiveItemLogs); - this.TPItem.Controls.Add(this.BtnSaveGiveItemLog); - this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog); - this.TPItem.Controls.Add(this.GrpGiveItemRecord); - this.TPItem.Controls.Add(this.ChkDrop); - this.TPItem.Controls.Add(this.TxtGameItemFilter); - this.TPItem.Controls.Add(this.ListGameItems); - this.TPItem.Controls.Add(this.LblGameItemAmount); - this.TPItem.Controls.Add(this.LblGameItemLevel); - 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; - // - // LblClearGiveItemLogs - // - resources.ApplyResources(this.LblClearGiveItemLogs, "LblClearGiveItemLogs"); - this.LblClearGiveItemLogs.Cursor = System.Windows.Forms.Cursors.Hand; - this.LblClearGiveItemLogs.Name = "LblClearGiveItemLogs"; - this.LblClearGiveItemLogs.Click += new System.EventHandler(this.LblClearGiveItemLogs_Click); - // - // BtnSaveGiveItemLog - // - resources.ApplyResources(this.BtnSaveGiveItemLog, "BtnSaveGiveItemLog"); - this.BtnSaveGiveItemLog.Name = "BtnSaveGiveItemLog"; - this.BtnSaveGiveItemLog.UseVisualStyleBackColor = true; - this.BtnSaveGiveItemLog.Click += new System.EventHandler(this.BtnSaveGiveItemLog_Click); - // - // BtnRemoveGiveItemLog - // - resources.ApplyResources(this.BtnRemoveGiveItemLog, "BtnRemoveGiveItemLog"); - this.BtnRemoveGiveItemLog.Name = "BtnRemoveGiveItemLog"; - this.BtnRemoveGiveItemLog.UseVisualStyleBackColor = true; - this.BtnRemoveGiveItemLog.Click += new System.EventHandler(this.BtnRemoveGiveItemLog_Click); - // - // GrpGiveItemRecord - // - resources.ApplyResources(this.GrpGiveItemRecord, "GrpGiveItemRecord"); - this.GrpGiveItemRecord.Controls.Add(this.ListGiveItemLogs); - this.GrpGiveItemRecord.Name = "GrpGiveItemRecord"; - this.GrpGiveItemRecord.TabStop = false; - // - // ListGiveItemLogs - // - resources.ApplyResources(this.ListGiveItemLogs, "ListGiveItemLogs"); - this.ListGiveItemLogs.FormattingEnabled = true; - this.ListGiveItemLogs.Name = "ListGiveItemLogs"; - this.ListGiveItemLogs.SelectedIndexChanged += new System.EventHandler(this.ListGiveItemLogs_SelectedIndexChanged); - // - // ChkDrop - // - resources.ApplyResources(this.ChkDrop, "ChkDrop"); - this.ChkDrop.Name = "ChkDrop"; - this.ChkDrop.UseVisualStyleBackColor = true; - this.ChkDrop.CheckedChanged += new System.EventHandler(this.GiveItemsInputChanged); - // - // TxtGameItemFilter - // - resources.ApplyResources(this.TxtGameItemFilter, "TxtGameItemFilter"); - this.TxtGameItemFilter.Name = "TxtGameItemFilter"; - this.TxtGameItemFilter.TextChanged += new System.EventHandler(this.TxtGameItemFilter_TextChanged); - // - // ListGameItems - // - resources.ApplyResources(this.ListGameItems, "ListGameItems"); - this.ListGameItems.FormattingEnabled = true; - this.ListGameItems.Name = "ListGameItems"; - this.ListGameItems.SelectedIndexChanged += new System.EventHandler(this.GiveItemsInputChanged); - // - // LblGameItemAmount - // - resources.ApplyResources(this.LblGameItemAmount, "LblGameItemAmount"); - this.LblGameItemAmount.Name = "LblGameItemAmount"; - // - // LblGameItemLevel - // - resources.ApplyResources(this.LblGameItemLevel, "LblGameItemLevel"); - this.LblGameItemLevel.Name = "LblGameItemLevel"; - // - // NUDGameItemAmout - // - resources.ApplyResources(this.NUDGameItemAmout, "NUDGameItemAmout"); - this.NUDGameItemAmout.Maximum = new decimal(new int[] { - 1000000, - 0, - 0, - 0}); - this.NUDGameItemAmout.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDGameItemAmout.Name = "NUDGameItemAmout"; - this.NUDGameItemAmout.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDGameItemAmout.ValueChanged += new System.EventHandler(this.GiveItemsInputChanged); - // - // NUDGameItemLevel - // - resources.ApplyResources(this.NUDGameItemLevel, "NUDGameItemLevel"); - this.NUDGameItemLevel.Maximum = new decimal(new int[] { - 21, - 0, - 0, - 0}); - this.NUDGameItemLevel.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDGameItemLevel.Name = "NUDGameItemLevel"; - this.NUDGameItemLevel.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDGameItemLevel.ValueChanged += new System.EventHandler(this.GiveItemsInputChanged); - // - // LblGiveCommandDescription - // - resources.ApplyResources(this.LblGiveCommandDescription, "LblGiveCommandDescription"); - this.LblGiveCommandDescription.Name = "LblGiveCommandDescription"; - // - // TPWeapon - // - this.TPWeapon.Controls.Add(this.TxtWeaponFilter); - this.TPWeapon.Controls.Add(this.LblWeaponDescription); - this.TPWeapon.Controls.Add(this.LblWeaponRefinement); - this.TPWeapon.Controls.Add(this.LblWeaponAmount); - this.TPWeapon.Controls.Add(this.LblWeaponLevel); - this.TPWeapon.Controls.Add(this.NUDWeaponRefinement); - 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; - // - // TxtWeaponFilter - // - resources.ApplyResources(this.TxtWeaponFilter, "TxtWeaponFilter"); - this.TxtWeaponFilter.Name = "TxtWeaponFilter"; - this.TxtWeaponFilter.TextChanged += new System.EventHandler(this.TxtWeaponFilter_TextChanged); - // - // LblWeaponDescription - // - resources.ApplyResources(this.LblWeaponDescription, "LblWeaponDescription"); - this.LblWeaponDescription.Name = "LblWeaponDescription"; - // - // LblWeaponRefinement - // - resources.ApplyResources(this.LblWeaponRefinement, "LblWeaponRefinement"); - this.LblWeaponRefinement.Name = "LblWeaponRefinement"; - // - // LblWeaponAmount - // - resources.ApplyResources(this.LblWeaponAmount, "LblWeaponAmount"); - this.LblWeaponAmount.Name = "LblWeaponAmount"; - // - // LblWeaponLevel - // - resources.ApplyResources(this.LblWeaponLevel, "LblWeaponLevel"); - this.LblWeaponLevel.Name = "LblWeaponLevel"; - // - // NUDWeaponRefinement - // - resources.ApplyResources(this.NUDWeaponRefinement, "NUDWeaponRefinement"); - this.NUDWeaponRefinement.Maximum = new decimal(new int[] { - 5, - 0, - 0, - 0}); - this.NUDWeaponRefinement.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDWeaponRefinement.Name = "NUDWeaponRefinement"; - this.NUDWeaponRefinement.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDWeaponRefinement.ValueChanged += new System.EventHandler(this.WeaponValueChanged); - // - // NUDWeaponAmout - // - resources.ApplyResources(this.NUDWeaponAmout, "NUDWeaponAmout"); - this.NUDWeaponAmout.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDWeaponAmout.Name = "NUDWeaponAmout"; - this.NUDWeaponAmout.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDWeaponAmout.ValueChanged += new System.EventHandler(this.WeaponValueChanged); - // - // NUDWeaponLevel - // - resources.ApplyResources(this.NUDWeaponLevel, "NUDWeaponLevel"); - this.NUDWeaponLevel.Maximum = new decimal(new int[] { - 90, - 0, - 0, - 0}); - this.NUDWeaponLevel.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDWeaponLevel.Name = "NUDWeaponLevel"; - this.NUDWeaponLevel.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDWeaponLevel.ValueChanged += new System.EventHandler(this.WeaponValueChanged); - // - // ListWeapons - // - resources.ApplyResources(this.ListWeapons, "ListWeapons"); - this.ListWeapons.FormattingEnabled = true; - this.ListWeapons.Name = "ListWeapons"; - this.ListWeapons.SelectedIndexChanged += new System.EventHandler(this.WeaponValueChanged); - // - // TPStats - // - this.TPStats.Controls.Add(this.LblResetStatsCommand); - this.TPStats.Controls.Add(this.LblResetStatsTip); - this.TPStats.Controls.Add(this.GrpSetStats); - this.TPStats.Controls.Add(this.GrpTalentLevel); - this.TPStats.Controls.Add(this.LblStatsDescription); - resources.ApplyResources(this.TPStats, "TPStats"); - this.TPStats.Name = "TPStats"; - this.TPStats.UseVisualStyleBackColor = true; - // - // LblResetStatsCommand - // - resources.ApplyResources(this.LblResetStatsCommand, "LblResetStatsCommand"); - this.LblResetStatsCommand.Name = "LblResetStatsCommand"; - this.LblResetStatsCommand.TabStop = true; - this.LblResetStatsCommand.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblResetStatsCommand_LinkClicked); - // - // LblResetStatsTip - // - resources.ApplyResources(this.LblResetStatsTip, "LblResetStatsTip"); - this.LblResetStatsTip.ForeColor = System.Drawing.SystemColors.ActiveCaption; - this.LblResetStatsTip.Name = "LblResetStatsTip"; - // - // GrpSetStats - // - resources.ApplyResources(this.GrpSetStats, "GrpSetStats"); - this.GrpSetStats.Controls.Add(this.LblStatTip); - this.GrpSetStats.Controls.Add(this.LblStatPercent); - this.GrpSetStats.Controls.Add(this.NUDStat); - this.GrpSetStats.Controls.Add(this.CmbStat); - this.GrpSetStats.Name = "GrpSetStats"; - this.GrpSetStats.TabStop = false; - // - // LblStatTip - // - this.LblStatTip.AutoEllipsis = true; - this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText; - resources.ApplyResources(this.LblStatTip, "LblStatTip"); - this.LblStatTip.Name = "LblStatTip"; - // - // LblStatPercent - // - resources.ApplyResources(this.LblStatPercent, "LblStatPercent"); - this.LblStatPercent.Name = "LblStatPercent"; - // - // NUDStat - // - resources.ApplyResources(this.NUDStat, "NUDStat"); - this.NUDStat.Maximum = new decimal(new int[] { - 100000000, - 0, - 0, - 0}); - this.NUDStat.Name = "NUDStat"; - this.NUDStat.Value = new decimal(new int[] { - 100, - 0, - 0, - 0}); - this.NUDStat.ValueChanged += new System.EventHandler(this.SetStatsInputChanged); - // - // 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); - // - // GrpTalentLevel - // - resources.ApplyResources(this.GrpTalentLevel, "GrpTalentLevel"); - this.GrpTalentLevel.Controls.Add(this.LnkTalentE); - this.GrpTalentLevel.Controls.Add(this.LnkTalentQ); - this.GrpTalentLevel.Controls.Add(this.LnkTalentNormalATK); - this.GrpTalentLevel.Controls.Add(this.NUDTalentLevel); - this.GrpTalentLevel.Name = "GrpTalentLevel"; - this.GrpTalentLevel.TabStop = false; - // - // LnkTalentE - // - resources.ApplyResources(this.LnkTalentE, "LnkTalentE"); - this.LnkTalentE.Name = "LnkTalentE"; - this.LnkTalentE.TabStop = true; - this.LnkTalentE.Tag = "e"; - this.LnkTalentE.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); - // - // LnkTalentQ - // - resources.ApplyResources(this.LnkTalentQ, "LnkTalentQ"); - this.LnkTalentQ.Name = "LnkTalentQ"; - this.LnkTalentQ.TabStop = true; - this.LnkTalentQ.Tag = "q"; - this.LnkTalentQ.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); - // - // LnkTalentNormalATK - // - resources.ApplyResources(this.LnkTalentNormalATK, "LnkTalentNormalATK"); - this.LnkTalentNormalATK.Name = "LnkTalentNormalATK"; - this.LnkTalentNormalATK.TabStop = true; - this.LnkTalentNormalATK.Tag = "n"; - this.LnkTalentNormalATK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); - // - // NUDTalentLevel - // - resources.ApplyResources(this.NUDTalentLevel, "NUDTalentLevel"); - this.NUDTalentLevel.Maximum = new decimal(new int[] { - 16, - 0, - 0, - 0}); - this.NUDTalentLevel.Name = "NUDTalentLevel"; - this.NUDTalentLevel.Value = new decimal(new int[] { - 10, - 0, - 0, - 0}); - // - // LblStatsDescription - // - resources.ApplyResources(this.LblStatsDescription, "LblStatsDescription"); - this.LblStatsDescription.Name = "LblStatsDescription"; - // - // TPAvatar - // - this.TPAvatar.Controls.Add(this.BtnGiveAllChar); - this.TPAvatar.Controls.Add(this.LblConstellationTip); - this.TPAvatar.Controls.Add(this.LblAvatarConstellation); - this.TPAvatar.Controls.Add(this.NUDAvatarConstellation); - this.TPAvatar.Controls.Add(this.ImgAvatar); - this.TPAvatar.Controls.Add(this.LblAvatar); - this.TPAvatar.Controls.Add(this.LblAvatarLevel); - this.TPAvatar.Controls.Add(this.NUDAvatarLevel); - this.TPAvatar.Controls.Add(this.CmbAvatar); - resources.ApplyResources(this.TPAvatar, "TPAvatar"); - this.TPAvatar.Name = "TPAvatar"; - this.TPAvatar.UseVisualStyleBackColor = true; - // - // BtnGiveAllChar - // - resources.ApplyResources(this.BtnGiveAllChar, "BtnGiveAllChar"); - this.BtnGiveAllChar.Name = "BtnGiveAllChar"; - this.BtnGiveAllChar.UseVisualStyleBackColor = true; - this.BtnGiveAllChar.Click += new System.EventHandler(this.BtnGiveAllChar_Click); - // - // LblConstellationTip - // - resources.ApplyResources(this.LblConstellationTip, "LblConstellationTip"); - this.LblConstellationTip.AutoEllipsis = true; - this.LblConstellationTip.ForeColor = System.Drawing.SystemColors.ControlDarkDark; - this.LblConstellationTip.Name = "LblConstellationTip"; - // - // LblAvatarConstellation - // - resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation"); - this.LblAvatarConstellation.Name = "LblAvatarConstellation"; - // - // NUDAvatarConstellation - // - resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation"); - this.NUDAvatarConstellation.Maximum = new decimal(new int[] { - 6, - 0, - 0, - 0}); - this.NUDAvatarConstellation.Name = "NUDAvatarConstellation"; - this.NUDAvatarConstellation.Value = new decimal(new int[] { - 6, - 0, - 0, - 0}); - // - // ImgAvatar - // - resources.ApplyResources(this.ImgAvatar, "ImgAvatar"); - this.ImgAvatar.Image = global::GrasscutterTools.Properties.Resources.ImgHome; - this.ImgAvatar.Name = "ImgAvatar"; - this.ImgAvatar.TabStop = false; - // - // LblAvatar - // - resources.ApplyResources(this.LblAvatar, "LblAvatar"); - this.LblAvatar.Name = "LblAvatar"; - // - // LblAvatarLevel - // - resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel"); - this.LblAvatarLevel.Name = "LblAvatarLevel"; - // - // NUDAvatarLevel - // - resources.ApplyResources(this.NUDAvatarLevel, "NUDAvatarLevel"); - this.NUDAvatarLevel.Maximum = new decimal(new int[] { - 90, - 0, - 0, - 0}); - this.NUDAvatarLevel.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDAvatarLevel.Name = "NUDAvatarLevel"; - this.NUDAvatarLevel.Value = new decimal(new int[] { - 90, - 0, - 0, - 0}); - this.NUDAvatarLevel.ValueChanged += new System.EventHandler(this.NUDAvatarLevel_ValueChanged); - // - // CmbAvatar - // - resources.ApplyResources(this.CmbAvatar, "CmbAvatar"); - this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbAvatar.FormattingEnabled = true; - this.CmbAvatar.Name = "CmbAvatar"; - this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged); - // - // TPSpawn - // - 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.LblSpawnDescription); - 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); - resources.ApplyResources(this.TPSpawn, "TPSpawn"); - this.TPSpawn.Name = "TPSpawn"; - this.TPSpawn.UseVisualStyleBackColor = true; - // - // 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); - // - // GrpSpawnRecord - // - resources.ApplyResources(this.GrpSpawnRecord, "GrpSpawnRecord"); - this.GrpSpawnRecord.Controls.Add(this.ListSpawnLogs); - this.GrpSpawnRecord.Name = "GrpSpawnRecord"; - this.GrpSpawnRecord.TabStop = false; - // - // ListSpawnLogs - // - resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs"); - this.ListSpawnLogs.FormattingEnabled = true; - this.ListSpawnLogs.Name = "ListSpawnLogs"; - this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged); - // - // GrpEntityType - // - resources.ApplyResources(this.GrpEntityType, "GrpEntityType"); - this.GrpEntityType.Controls.Add(this.RbEntityAnimal); - this.GrpEntityType.Controls.Add(this.RbEntityNPC); - this.GrpEntityType.Controls.Add(this.RbEntityMonster); - this.GrpEntityType.Name = "GrpEntityType"; - this.GrpEntityType.TabStop = false; - // - // RbEntityAnimal - // - resources.ApplyResources(this.RbEntityAnimal, "RbEntityAnimal"); - this.RbEntityAnimal.Name = "RbEntityAnimal"; - this.RbEntityAnimal.UseVisualStyleBackColor = true; - this.RbEntityAnimal.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); - // - // RbEntityNPC - // - resources.ApplyResources(this.RbEntityNPC, "RbEntityNPC"); - this.RbEntityNPC.Name = "RbEntityNPC"; - this.RbEntityNPC.UseVisualStyleBackColor = true; - this.RbEntityNPC.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); - // - // RbEntityMonster - // - resources.ApplyResources(this.RbEntityMonster, "RbEntityMonster"); - this.RbEntityMonster.Name = "RbEntityMonster"; - this.RbEntityMonster.UseVisualStyleBackColor = true; - this.RbEntityMonster.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); - // - // LblSpawnDescription - // - resources.ApplyResources(this.LblSpawnDescription, "LblSpawnDescription"); - this.LblSpawnDescription.Name = "LblSpawnDescription"; - // - // LblEntityAmount - // - resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount"); - this.LblEntityAmount.Name = "LblEntityAmount"; - // - // LblEntityLevel - // - resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel"); - this.LblEntityLevel.Name = "LblEntityLevel"; - // - // NUDEntityAmout - // - resources.ApplyResources(this.NUDEntityAmout, "NUDEntityAmout"); - this.NUDEntityAmout.Maximum = new decimal(new int[] { - 1000, - 0, - 0, - 0}); - this.NUDEntityAmout.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDEntityAmout.Name = "NUDEntityAmout"; - this.NUDEntityAmout.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDEntityAmout.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged); - // - // NUDEntityLevel - // - resources.ApplyResources(this.NUDEntityLevel, "NUDEntityLevel"); - this.NUDEntityLevel.Maximum = new decimal(new int[] { - 100000, - 0, - 0, - 0}); - this.NUDEntityLevel.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDEntityLevel.Name = "NUDEntityLevel"; - this.NUDEntityLevel.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDEntityLevel.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged); - // - // TxtEntityFilter - // - resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter"); - this.TxtEntityFilter.Name = "TxtEntityFilter"; - this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged); - // - // ListEntity - // - resources.ApplyResources(this.ListEntity, "ListEntity"); - this.ListEntity.FormattingEnabled = true; - this.ListEntity.Name = "ListEntity"; - this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.SpawnEntityInputChanged); - // - // 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; - // - // GrpQuestFilters - // - resources.ApplyResources(this.GrpQuestFilters, "GrpQuestFilters"); - this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterTEST); - this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterUNRELEASED); - this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterHIDDEN); - this.GrpQuestFilters.Name = "GrpQuestFilters"; - this.GrpQuestFilters.TabStop = false; - // - // ChkQuestFilterTEST - // - resources.ApplyResources(this.ChkQuestFilterTEST, "ChkQuestFilterTEST"); - this.ChkQuestFilterTEST.Name = "ChkQuestFilterTEST"; - this.ChkQuestFilterTEST.Tag = "(test)"; - this.ChkQuestFilterTEST.UseVisualStyleBackColor = true; - this.ChkQuestFilterTEST.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); - // - // ChkQuestFilterUNRELEASED - // - resources.ApplyResources(this.ChkQuestFilterUNRELEASED, "ChkQuestFilterUNRELEASED"); - this.ChkQuestFilterUNRELEASED.Name = "ChkQuestFilterUNRELEASED"; - this.ChkQuestFilterUNRELEASED.Tag = "$UNRELEASED"; - this.ChkQuestFilterUNRELEASED.UseVisualStyleBackColor = true; - this.ChkQuestFilterUNRELEASED.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); - // - // ChkQuestFilterHIDDEN - // - resources.ApplyResources(this.ChkQuestFilterHIDDEN, "ChkQuestFilterHIDDEN"); - this.ChkQuestFilterHIDDEN.Name = "ChkQuestFilterHIDDEN"; - this.ChkQuestFilterHIDDEN.Tag = "$HIDDEN"; - this.ChkQuestFilterHIDDEN.UseVisualStyleBackColor = true; - this.ChkQuestFilterHIDDEN.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); - // - // BtnFinishQuest - // - resources.ApplyResources(this.BtnFinishQuest, "BtnFinishQuest"); - this.BtnFinishQuest.Name = "BtnFinishQuest"; - this.BtnFinishQuest.Tag = "finish"; - this.BtnFinishQuest.UseVisualStyleBackColor = true; - this.BtnFinishQuest.Click += new System.EventHandler(this.QuestButsClicked); - // - // BtnAddQuest - // - resources.ApplyResources(this.BtnAddQuest, "BtnAddQuest"); - this.BtnAddQuest.Name = "BtnAddQuest"; - this.BtnAddQuest.Tag = "add"; - this.BtnAddQuest.UseVisualStyleBackColor = true; - this.BtnAddQuest.Click += new System.EventHandler(this.QuestButsClicked); - // - // LblQuestDescription - // - resources.ApplyResources(this.LblQuestDescription, "LblQuestDescription"); - this.LblQuestDescription.Name = "LblQuestDescription"; - // - // TxtQuestFilter - // - resources.ApplyResources(this.TxtQuestFilter, "TxtQuestFilter"); - this.TxtQuestFilter.Name = "TxtQuestFilter"; - this.TxtQuestFilter.TextChanged += new System.EventHandler(this.QuestFilterChanged); - // - // ListQuest - // - resources.ApplyResources(this.ListQuest, "ListQuest"); - this.ListQuest.FormattingEnabled = true; - this.ListQuest.Name = "ListQuest"; - // - // TPArtifact - // - this.TPArtifact.Controls.Add(this.LblArtifactLevelTip); - this.TPArtifact.Controls.Add(this.BtnAddSubAttr); - this.TPArtifact.Controls.Add(this.LblArtifactName); - this.TPArtifact.Controls.Add(this.LblArtifactPart); - this.TPArtifact.Controls.Add(this.CmbArtifactPart); - this.TPArtifact.Controls.Add(this.CmbArtifactSet); - this.TPArtifact.Controls.Add(this.LblArtifactSet); - this.TPArtifact.Controls.Add(this.NUDSubAttributionTimes); - this.TPArtifact.Controls.Add(this.CmbSubAttributionValue); - this.TPArtifact.Controls.Add(this.CmbSubAttribution); - this.TPArtifact.Controls.Add(this.LblClearSubAttrCheckedList); - this.TPArtifact.Controls.Add(this.ListSubAttributionChecked); - this.TPArtifact.Controls.Add(this.LblArtifactLevel); - this.TPArtifact.Controls.Add(this.LblSubAttribution); - this.TPArtifact.Controls.Add(this.CmbMainAttribution); - this.TPArtifact.Controls.Add(this.LblMainAttribution); - 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; - // - // LblArtifactLevelTip - // - resources.ApplyResources(this.LblArtifactLevelTip, "LblArtifactLevelTip"); - this.LblArtifactLevelTip.ForeColor = System.Drawing.SystemColors.ControlDarkDark; - this.LblArtifactLevelTip.Name = "LblArtifactLevelTip"; - // - // BtnAddSubAttr - // - resources.ApplyResources(this.BtnAddSubAttr, "BtnAddSubAttr"); - this.BtnAddSubAttr.Name = "BtnAddSubAttr"; - this.BtnAddSubAttr.UseVisualStyleBackColor = true; - this.BtnAddSubAttr.Click += new System.EventHandler(this.BtnAddSubAttr_Click); - // - // LblArtifactName - // - resources.ApplyResources(this.LblArtifactName, "LblArtifactName"); - this.LblArtifactName.Name = "LblArtifactName"; - // - // LblArtifactPart - // - resources.ApplyResources(this.LblArtifactPart, "LblArtifactPart"); - this.LblArtifactPart.Name = "LblArtifactPart"; - // - // CmbArtifactPart - // - resources.ApplyResources(this.CmbArtifactPart, "CmbArtifactPart"); - this.CmbArtifactPart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbArtifactPart.DropDownWidth = 125; - this.CmbArtifactPart.FormattingEnabled = true; - this.CmbArtifactPart.Name = "CmbArtifactPart"; - this.CmbArtifactPart.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactPart_SelectedIndexChanged); - // - // CmbArtifactSet - // - resources.ApplyResources(this.CmbArtifactSet, "CmbArtifactSet"); - this.CmbArtifactSet.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; - this.CmbArtifactSet.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; - this.CmbArtifactSet.FormattingEnabled = true; - this.CmbArtifactSet.Name = "CmbArtifactSet"; - this.CmbArtifactSet.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactSet_SelectedIndexChanged); - // - // LblArtifactSet - // - resources.ApplyResources(this.LblArtifactSet, "LblArtifactSet"); - this.LblArtifactSet.Name = "LblArtifactSet"; - // - // NUDSubAttributionTimes - // - resources.ApplyResources(this.NUDSubAttributionTimes, "NUDSubAttributionTimes"); - this.NUDSubAttributionTimes.Maximum = new decimal(new int[] { - 1000, - 0, - 0, - 0}); - this.NUDSubAttributionTimes.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDSubAttributionTimes.Name = "NUDSubAttributionTimes"; - this.NUDSubAttributionTimes.Value = new decimal(new int[] { - 1, - 0, - 0, - 0}); - // - // CmbSubAttributionValue - // - resources.ApplyResources(this.CmbSubAttributionValue, "CmbSubAttributionValue"); - this.CmbSubAttributionValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbSubAttributionValue.FormattingEnabled = true; - this.CmbSubAttributionValue.Name = "CmbSubAttributionValue"; - // - // CmbSubAttribution - // - resources.ApplyResources(this.CmbSubAttribution, "CmbSubAttribution"); - this.CmbSubAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbSubAttribution.FormattingEnabled = true; - this.CmbSubAttribution.Name = "CmbSubAttribution"; - this.CmbSubAttribution.SelectedIndexChanged += new System.EventHandler(this.CmbSubAttribution_SelectedIndexChanged); - // - // LblClearSubAttrCheckedList - // - resources.ApplyResources(this.LblClearSubAttrCheckedList, "LblClearSubAttrCheckedList"); - this.LblClearSubAttrCheckedList.Cursor = System.Windows.Forms.Cursors.Hand; - this.LblClearSubAttrCheckedList.Name = "LblClearSubAttrCheckedList"; - this.LblClearSubAttrCheckedList.Click += new System.EventHandler(this.LblClearSubAttrCheckedList_Click); - // - // ListSubAttributionChecked - // - resources.ApplyResources(this.ListSubAttributionChecked, "ListSubAttributionChecked"); - this.ListSubAttributionChecked.FormattingEnabled = true; - this.ListSubAttributionChecked.Name = "ListSubAttributionChecked"; - this.ListSubAttributionChecked.SelectedIndexChanged += new System.EventHandler(this.ListSubAttributionChecked_SelectedIndexChanged); - // - // LblArtifactLevel - // - resources.ApplyResources(this.LblArtifactLevel, "LblArtifactLevel"); - this.LblArtifactLevel.Name = "LblArtifactLevel"; - // - // LblSubAttribution - // - resources.ApplyResources(this.LblSubAttribution, "LblSubAttribution"); - this.LblSubAttribution.Name = "LblSubAttribution"; - // - // CmbMainAttribution - // - resources.ApplyResources(this.CmbMainAttribution, "CmbMainAttribution"); - this.CmbMainAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbMainAttribution.FormattingEnabled = true; - this.CmbMainAttribution.Name = "CmbMainAttribution"; - this.CmbMainAttribution.SelectedIndexChanged += new System.EventHandler(this.ArtifactInputChanged); - // - // LblMainAttribution - // - resources.ApplyResources(this.LblMainAttribution, "LblMainAttribution"); - this.LblMainAttribution.Name = "LblMainAttribution"; - // - // NUDArtifactLevel - // - resources.ApplyResources(this.NUDArtifactLevel, "NUDArtifactLevel"); - this.NUDArtifactLevel.Maximum = new decimal(new int[] { - 20, - 0, - 0, - 0}); - this.NUDArtifactLevel.Name = "NUDArtifactLevel"; - this.NUDArtifactLevel.Value = new decimal(new int[] { - 20, - 0, - 0, - 0}); - this.NUDArtifactLevel.ValueChanged += new System.EventHandler(this.ArtifactInputChanged); - // - // LblArtifactStars - // - resources.ApplyResources(this.LblArtifactStars, "LblArtifactStars"); - this.LblArtifactStars.Name = "LblArtifactStars"; - // - // NUDArtifactStars - // - resources.ApplyResources(this.NUDArtifactStars, "NUDArtifactStars"); - this.NUDArtifactStars.Maximum = new decimal(new int[] { - 5, - 0, - 0, - 0}); - this.NUDArtifactStars.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.NUDArtifactStars.Name = "NUDArtifactStars"; - this.NUDArtifactStars.Value = new decimal(new int[] { - 5, - 0, - 0, - 0}); - this.NUDArtifactStars.ValueChanged += new System.EventHandler(this.ArtifactInputChanged); - // - // TPCustom - // - this.TPCustom.Controls.Add(this.BtnExportCustomCommands); - this.TPCustom.Controls.Add(this.BtnLoadCustomCommands); - this.TPCustom.Controls.Add(this.LblCustomName); - this.TPCustom.Controls.Add(this.groupBox1); - 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; - // - // BtnExportCustomCommands - // - resources.ApplyResources(this.BtnExportCustomCommands, "BtnExportCustomCommands"); - this.BtnExportCustomCommands.Name = "BtnExportCustomCommands"; - this.BtnExportCustomCommands.UseVisualStyleBackColor = true; - this.BtnExportCustomCommands.Click += new System.EventHandler(this.BtnExport_Click); - // - // BtnLoadCustomCommands - // - resources.ApplyResources(this.BtnLoadCustomCommands, "BtnLoadCustomCommands"); - this.BtnLoadCustomCommands.Name = "BtnLoadCustomCommands"; - this.BtnLoadCustomCommands.UseVisualStyleBackColor = true; - this.BtnLoadCustomCommands.Click += new System.EventHandler(this.BtnImport_Click); - // - // LblCustomName - // - resources.ApplyResources(this.LblCustomName, "LblCustomName"); - this.LblCustomName.Name = "LblCustomName"; - // - // groupBox1 - // - resources.ApplyResources(this.groupBox1, "groupBox1"); - this.groupBox1.Controls.Add(this.LnkResetCustomCommands); - this.groupBox1.Controls.Add(this.FLPCustomCommands); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.TabStop = false; - // - // LnkResetCustomCommands - // - resources.ApplyResources(this.LnkResetCustomCommands, "LnkResetCustomCommands"); - this.LnkResetCustomCommands.Name = "LnkResetCustomCommands"; - this.LnkResetCustomCommands.TabStop = true; - this.LnkResetCustomCommands.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkResetCustomCommands_LinkClicked); - // - // FLPCustomCommands - // - resources.ApplyResources(this.FLPCustomCommands, "FLPCustomCommands"); - this.FLPCustomCommands.Name = "FLPCustomCommands"; - // - // BtnRemoveCustomCommand - // - resources.ApplyResources(this.BtnRemoveCustomCommand, "BtnRemoveCustomCommand"); - this.BtnRemoveCustomCommand.Name = "BtnRemoveCustomCommand"; - this.BtnRemoveCustomCommand.UseVisualStyleBackColor = true; - this.BtnRemoveCustomCommand.Click += new System.EventHandler(this.BtnRemoveCustomCommand_Click); - // - // BtnSaveCustomCommand - // - resources.ApplyResources(this.BtnSaveCustomCommand, "BtnSaveCustomCommand"); - this.BtnSaveCustomCommand.Name = "BtnSaveCustomCommand"; - this.BtnSaveCustomCommand.UseVisualStyleBackColor = true; - this.BtnSaveCustomCommand.Click += new System.EventHandler(this.BtnSaveCustomCommand_Click); - // - // TxtCustomName - // - resources.ApplyResources(this.TxtCustomName, "TxtCustomName"); - this.TxtCustomName.Name = "TxtCustomName"; - // - // TPHome - // - this.TPHome.Controls.Add(this.LblAbout); - this.TPHome.Controls.Add(this.BtnOpenTextMap); - 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; - // - // LblAbout - // - resources.ApplyResources(this.LblAbout, "LblAbout"); - this.LblAbout.Name = "LblAbout"; - // - // BtnOpenTextMap - // - resources.ApplyResources(this.BtnOpenTextMap, "BtnOpenTextMap"); - this.BtnOpenTextMap.Name = "BtnOpenTextMap"; - this.BtnOpenTextMap.UseVisualStyleBackColor = true; - this.BtnOpenTextMap.Click += new System.EventHandler(this.BtnOpenTextMap_Click); - // - // BtnOpenGachaBannerEditor - // - resources.ApplyResources(this.BtnOpenGachaBannerEditor, "BtnOpenGachaBannerEditor"); - this.BtnOpenGachaBannerEditor.Name = "BtnOpenGachaBannerEditor"; - this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true; - this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click); - // - // GrasscutterToolsIcon - // - resources.ApplyResources(this.GrasscutterToolsIcon, "GrasscutterToolsIcon"); - this.GrasscutterToolsIcon.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter; - this.GrasscutterToolsIcon.Name = "GrasscutterToolsIcon"; - this.GrasscutterToolsIcon.TabStop = false; - // - // GrpSettings - // - resources.ApplyResources(this.GrpSettings, "GrpSettings"); - this.GrpSettings.Controls.Add(this.ChkTopMost); - this.GrpSettings.Controls.Add(this.ChkNewCommand); - this.GrpSettings.Controls.Add(this.CmbLanguage); - this.GrpSettings.Controls.Add(this.LblLanguage); - this.GrpSettings.Controls.Add(this.NUDUid); - this.GrpSettings.Controls.Add(this.ChkIncludeUID); - this.GrpSettings.Controls.Add(this.LblDefaultUid); - this.GrpSettings.Name = "GrpSettings"; - this.GrpSettings.TabStop = false; - // - // ChkTopMost - // - resources.ApplyResources(this.ChkTopMost, "ChkTopMost"); - this.ChkTopMost.Name = "ChkTopMost"; - this.ChkTopMost.UseVisualStyleBackColor = true; - this.ChkTopMost.CheckedChanged += new System.EventHandler(this.ChkTopMost_CheckedChanged); - // - // ChkNewCommand - // - resources.ApplyResources(this.ChkNewCommand, "ChkNewCommand"); - this.ChkNewCommand.Name = "ChkNewCommand"; - this.ChkNewCommand.UseVisualStyleBackColor = true; - this.ChkNewCommand.CheckedChanged += new System.EventHandler(this.ChkNewCommand_CheckedChanged); - // - // CmbLanguage - // - this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.CmbLanguage.FormattingEnabled = true; - resources.ApplyResources(this.CmbLanguage, "CmbLanguage"); - this.CmbLanguage.Name = "CmbLanguage"; - this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged); - // - // LblLanguage - // - resources.ApplyResources(this.LblLanguage, "LblLanguage"); - this.LblLanguage.Name = "LblLanguage"; - // - // NUDUid - // - resources.ApplyResources(this.NUDUid, "NUDUid"); - this.NUDUid.Maximum = new decimal(new int[] { - 2147483647, - 0, - 0, - 0}); - this.NUDUid.Name = "NUDUid"; - this.NUDUid.Value = new decimal(new int[] { - 10001, - 0, - 0, - 0}); - // - // ChkIncludeUID - // - resources.ApplyResources(this.ChkIncludeUID, "ChkIncludeUID"); - this.ChkIncludeUID.Name = "ChkIncludeUID"; - this.ChkIncludeUID.UseVisualStyleBackColor = true; - // - // LblDefaultUid - // - resources.ApplyResources(this.LblDefaultUid, "LblDefaultUid"); - this.LblDefaultUid.Name = "LblDefaultUid"; - // - // TCMain - // - resources.ApplyResources(this.TCMain, "TCMain"); - this.TCMain.Controls.Add(this.TPHome); - this.TCMain.Controls.Add(this.TPCustom); - this.TCMain.Controls.Add(this.TPArtifact); - this.TCMain.Controls.Add(this.TPQuest); - this.TCMain.Controls.Add(this.TPSpawn); - this.TCMain.Controls.Add(this.TPAvatar); - this.TCMain.Controls.Add(this.TPStats); - this.TCMain.Controls.Add(this.TPWeapon); - this.TCMain.Controls.Add(this.TPItem); - this.TCMain.Controls.Add(this.TPScene); - this.TCMain.Controls.Add(this.TPManage); - this.TCMain.Controls.Add(this.TPAbout); - this.TCMain.Controls.Add(this.TPRemoteCall); - this.TCMain.Name = "TCMain"; - this.TCMain.SelectedIndex = 0; - // - // FormMain - // - resources.ApplyResources(this, "$this"); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.TCMain); - this.Controls.Add(this.GrpCommand); - this.KeyPreview = true; - this.Name = "FormMain"; - this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed); - this.Load += new System.EventHandler(this.FormMain_Load); - this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormMain_KeyDown); - this.GrpCommand.ResumeLayout(false); - this.GrpCommand.PerformLayout(); - this.TPRemoteCall.ResumeLayout(false); - this.TPRemoteCall.PerformLayout(); - this.GrpServerStatus.ResumeLayout(false); - this.GrpServerStatus.PerformLayout(); - this.GrpRemoteCommand.ResumeLayout(false); - this.TPOpenCommandCheck.ResumeLayout(false); - this.TPPlayerCheck.ResumeLayout(false); - this.TPPlayerCheck.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).EndInit(); - this.TPConsoleCheck.ResumeLayout(false); - this.TPConsoleCheck.PerformLayout(); - this.TPAbout.ResumeLayout(false); - this.TPAbout.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).EndInit(); - this.TPManage.ResumeLayout(false); - this.GrpBanPlayer.ResumeLayout(false); - this.GrpBanPlayer.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).EndInit(); - this.GrpAccount.ResumeLayout(false); - this.GrpAccount.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDAccountUid)).EndInit(); - this.GrpPermission.ResumeLayout(false); - this.GrpPermission.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDPermUID)).EndInit(); - this.TPScene.ResumeLayout(false); - this.TPScene.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTpZ)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTpY)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTpX)).EndInit(); - this.TPItem.ResumeLayout(false); - this.TPItem.PerformLayout(); - this.GrpGiveItemRecord.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemAmout)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemLevel)).EndInit(); - this.TPWeapon.ResumeLayout(false); - this.TPWeapon.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponRefinement)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).EndInit(); - this.TPStats.ResumeLayout(false); - this.TPStats.PerformLayout(); - this.GrpSetStats.ResumeLayout(false); - this.GrpSetStats.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDStat)).EndInit(); - this.GrpTalentLevel.ResumeLayout(false); - this.GrpTalentLevel.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit(); - this.TPAvatar.ResumeLayout(false); - this.TPAvatar.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit(); - this.TPSpawn.ResumeLayout(false); - this.TPSpawn.PerformLayout(); - this.GrpSpawnRecord.ResumeLayout(false); - this.GrpEntityType.ResumeLayout(false); - this.GrpEntityType.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).EndInit(); - this.TPQuest.ResumeLayout(false); - this.TPQuest.PerformLayout(); - this.GrpQuestFilters.ResumeLayout(false); - this.GrpQuestFilters.PerformLayout(); - this.TPArtifact.ResumeLayout(false); - this.TPArtifact.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDSubAttributionTimes)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactLevel)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactStars)).EndInit(); - this.TPCustom.ResumeLayout(false); - this.TPCustom.PerformLayout(); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.TPHome.ResumeLayout(false); - this.TPHome.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).EndInit(); - this.GrpSettings.ResumeLayout(false); - this.GrpSettings.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit(); - this.TCMain.ResumeLayout(false); - this.ResumeLayout(false); - - } - - #endregion - - private System.Windows.Forms.TextBox TxtCommand; - private System.Windows.Forms.Button BtnCopy; - private System.Windows.Forms.CheckBox ChkAutoCopy; - private System.Windows.Forms.GroupBox GrpCommand; - private System.Windows.Forms.Button BtnInvokeOpenCommand; - private System.Windows.Forms.TabPage TPRemoteCall; - private System.Windows.Forms.GroupBox GrpServerStatus; - private System.Windows.Forms.LinkLabel LnkOpenCommandLabel; - private System.Windows.Forms.Label LblOpenCommandSupport; - private System.Windows.Forms.Label LblServerVersion; - private System.Windows.Forms.Label LblPlayerCount; - private System.Windows.Forms.Label LblServerVersionLabel; - private System.Windows.Forms.Label LblPlayerCountLabel; - private System.Windows.Forms.GroupBox GrpRemoteCommand; - private System.Windows.Forms.TabControl TPOpenCommandCheck; - private System.Windows.Forms.TabPage TPPlayerCheck; - private System.Windows.Forms.LinkLabel LnkRCHelp; - private System.Windows.Forms.NumericUpDown NUDRemotePlayerId; - private System.Windows.Forms.Button BtnConnectOpenCommand; - private System.Windows.Forms.Label LblVerificationCode; - private System.Windows.Forms.Button BtnSendVerificationCode; - private System.Windows.Forms.NumericUpDown NUDVerificationCode; - private System.Windows.Forms.Label LblRemotePlayerId; - private System.Windows.Forms.TabPage TPConsoleCheck; - private System.Windows.Forms.Button BtnConsoleConnect; - private System.Windows.Forms.TextBox TxtToken; - private System.Windows.Forms.Label LblToken; - private System.Windows.Forms.Label LblConsoleTip; - private System.Windows.Forms.TextBox TxtHost; - private System.Windows.Forms.Button BtnQueryServerStatus; - private System.Windows.Forms.Label LblHost; - private System.Windows.Forms.TabPage TPAbout; - private System.Windows.Forms.PictureBox GrasscutterToolsSupport; - private System.Windows.Forms.LinkLabel LnkGithub; - private System.Windows.Forms.Label LblSupportDescription; - private System.Windows.Forms.TabPage TPManage; - private System.Windows.Forms.GroupBox GrpBanPlayer; - private System.Windows.Forms.DateTimePicker DTPBanEndTime; - private System.Windows.Forms.Button BtnUnban; - private System.Windows.Forms.Button BtnBan; - private Controls.TextBoxXP TxtBanReason; - private System.Windows.Forms.NumericUpDown NUDBanUID; - private System.Windows.Forms.Label LblBanUID; - private System.Windows.Forms.GroupBox GrpAccount; - private System.Windows.Forms.CheckBox ChkAccountSetUid; - private System.Windows.Forms.NumericUpDown NUDAccountUid; - private System.Windows.Forms.Button BtnDeleteAccount; - private System.Windows.Forms.Button BtnCreateAccount; - private System.Windows.Forms.Label LblAccountUserName; - private System.Windows.Forms.TextBox TxtAccountUserName; - private System.Windows.Forms.GroupBox GrpPermission; - private System.Windows.Forms.ComboBox CmbPerm; - private System.Windows.Forms.NumericUpDown NUDPermUID; - private System.Windows.Forms.Button BtmPermRemove; - private System.Windows.Forms.Button BtnPermAdd; - private System.Windows.Forms.Label LblPerm; - private System.Windows.Forms.Label LblPermUID; - private System.Windows.Forms.TabPage TPScene; - private System.Windows.Forms.TextBox TxtSceneFilter; - private System.Windows.Forms.CheckBox ChkIncludeSceneId; - private System.Windows.Forms.Label LblTp; - private System.Windows.Forms.Label LblTpZ; - private System.Windows.Forms.Label LblTpY; - private System.Windows.Forms.Button BtnTeleport; - private System.Windows.Forms.Label LblTpX; - private System.Windows.Forms.NumericUpDown NUDTpZ; - private System.Windows.Forms.NumericUpDown NUDTpY; - private System.Windows.Forms.NumericUpDown NUDTpX; - private System.Windows.Forms.ComboBox CmbClimateType; - private System.Windows.Forms.Label LblClimateType; - private System.Windows.Forms.Label LblSceneDescription; - private System.Windows.Forms.ListBox ListScenes; - private System.Windows.Forms.TabPage TPItem; - private System.Windows.Forms.Button BtnSaveGiveItemLog; - private System.Windows.Forms.Button BtnRemoveGiveItemLog; - private System.Windows.Forms.GroupBox GrpGiveItemRecord; - private System.Windows.Forms.ListBox ListGiveItemLogs; - private System.Windows.Forms.CheckBox ChkDrop; - private System.Windows.Forms.TextBox TxtGameItemFilter; - private System.Windows.Forms.ListBox ListGameItems; - private System.Windows.Forms.Label LblGameItemAmount; - private System.Windows.Forms.Label LblGameItemLevel; - private System.Windows.Forms.NumericUpDown NUDGameItemAmout; - private System.Windows.Forms.NumericUpDown NUDGameItemLevel; - private System.Windows.Forms.Label LblGiveCommandDescription; - private System.Windows.Forms.TabPage TPWeapon; - private System.Windows.Forms.TextBox TxtWeaponFilter; - private System.Windows.Forms.Label LblWeaponDescription; - private System.Windows.Forms.Label LblWeaponRefinement; - private System.Windows.Forms.Label LblWeaponAmount; - private System.Windows.Forms.Label LblWeaponLevel; - private System.Windows.Forms.NumericUpDown NUDWeaponRefinement; - private System.Windows.Forms.NumericUpDown NUDWeaponAmout; - private System.Windows.Forms.NumericUpDown NUDWeaponLevel; - private System.Windows.Forms.ListBox ListWeapons; - private System.Windows.Forms.TabPage TPStats; - private System.Windows.Forms.GroupBox GrpSetStats; - private System.Windows.Forms.Label LblStatTip; - private System.Windows.Forms.Label LblStatPercent; - private System.Windows.Forms.NumericUpDown NUDStat; - private System.Windows.Forms.ComboBox CmbStat; - private System.Windows.Forms.GroupBox GrpTalentLevel; - private System.Windows.Forms.LinkLabel LnkTalentE; - private System.Windows.Forms.LinkLabel LnkTalentQ; - private System.Windows.Forms.LinkLabel LnkTalentNormalATK; - private System.Windows.Forms.NumericUpDown NUDTalentLevel; - private System.Windows.Forms.Label LblStatsDescription; - private System.Windows.Forms.TabPage TPAvatar; - private System.Windows.Forms.PictureBox ImgAvatar; - private System.Windows.Forms.Label LblAvatar; - private System.Windows.Forms.Label LblAvatarLevel; - private System.Windows.Forms.NumericUpDown NUDAvatarLevel; - private System.Windows.Forms.ComboBox CmbAvatar; - 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.RadioButton RbEntityAnimal; - private System.Windows.Forms.RadioButton RbEntityNPC; - private System.Windows.Forms.RadioButton RbEntityMonster; - private System.Windows.Forms.Label LblSpawnDescription; - private System.Windows.Forms.Label LblEntityAmount; - private System.Windows.Forms.Label LblEntityLevel; - private System.Windows.Forms.NumericUpDown NUDEntityAmout; - private System.Windows.Forms.NumericUpDown NUDEntityLevel; - private System.Windows.Forms.TextBox TxtEntityFilter; - private System.Windows.Forms.ListBox ListEntity; - private System.Windows.Forms.TabPage TPQuest; - private System.Windows.Forms.GroupBox GrpQuestFilters; - private System.Windows.Forms.CheckBox ChkQuestFilterTEST; - private System.Windows.Forms.CheckBox ChkQuestFilterUNRELEASED; - private System.Windows.Forms.CheckBox ChkQuestFilterHIDDEN; - private System.Windows.Forms.Button BtnFinishQuest; - private System.Windows.Forms.Button BtnAddQuest; - private System.Windows.Forms.Label LblQuestDescription; - private System.Windows.Forms.TextBox TxtQuestFilter; - private System.Windows.Forms.ListBox ListQuest; - private System.Windows.Forms.TabPage TPArtifact; - private System.Windows.Forms.Button BtnAddSubAttr; - private System.Windows.Forms.Label LblArtifactName; - private System.Windows.Forms.NumericUpDown NUDArtifactStars; - private System.Windows.Forms.Label LblArtifactStars; - private System.Windows.Forms.Label LblArtifactPart; - private System.Windows.Forms.ComboBox CmbArtifactPart; - private System.Windows.Forms.ComboBox CmbArtifactSet; - private System.Windows.Forms.Label LblArtifactSet; - private System.Windows.Forms.NumericUpDown NUDSubAttributionTimes; - private System.Windows.Forms.ComboBox CmbSubAttributionValue; - private System.Windows.Forms.ComboBox CmbSubAttribution; - private System.Windows.Forms.Label LblClearSubAttrCheckedList; - private System.Windows.Forms.ListBox ListSubAttributionChecked; - private System.Windows.Forms.NumericUpDown NUDArtifactLevel; - private System.Windows.Forms.Label LblArtifactLevel; - private System.Windows.Forms.Label LblSubAttribution; - private System.Windows.Forms.ComboBox CmbMainAttribution; - private System.Windows.Forms.Label LblMainAttribution; - private System.Windows.Forms.TabPage TPCustom; - private System.Windows.Forms.Button BtnExportCustomCommands; - private System.Windows.Forms.Button BtnLoadCustomCommands; - private System.Windows.Forms.Label LblCustomName; - private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.LinkLabel LnkResetCustomCommands; - private System.Windows.Forms.FlowLayoutPanel FLPCustomCommands; - private System.Windows.Forms.Button BtnRemoveCustomCommand; - private System.Windows.Forms.Button BtnSaveCustomCommand; - private System.Windows.Forms.TextBox TxtCustomName; - private System.Windows.Forms.TabPage TPHome; - private System.Windows.Forms.Label LblAbout; - private System.Windows.Forms.Button BtnOpenTextMap; - private System.Windows.Forms.Button BtnOpenGachaBannerEditor; - private System.Windows.Forms.PictureBox GrasscutterToolsIcon; - private System.Windows.Forms.GroupBox GrpSettings; - private System.Windows.Forms.CheckBox ChkTopMost; - private System.Windows.Forms.CheckBox ChkNewCommand; - private System.Windows.Forms.ComboBox CmbLanguage; - private System.Windows.Forms.Label LblLanguage; - private System.Windows.Forms.NumericUpDown NUDUid; - private System.Windows.Forms.CheckBox ChkIncludeUID; - private System.Windows.Forms.Label LblDefaultUid; - private System.Windows.Forms.TabControl TCMain; - private System.Windows.Forms.Label LblArtifactLevelTip; - private System.Windows.Forms.Label LblClearSpawnLogs; - private System.Windows.Forms.Label LblClearGiveItemLogs; - private System.Windows.Forms.LinkLabel LblResetStatsCommand; - private System.Windows.Forms.Label LblResetStatsTip; - private System.Windows.Forms.Label LblAvatarConstellation; - private System.Windows.Forms.NumericUpDown NUDAvatarConstellation; - private System.Windows.Forms.Label LblConstellationTip; - private System.Windows.Forms.Button BtnGiveAllChar; - private System.Windows.Forms.Label LblHostTip; - private System.Windows.Forms.Button ButtonOpenGOODImport; - private System.Windows.Forms.LinkLabel LnkInventoryKamera; - private System.Windows.Forms.Label LblGOODHelp; - private System.Windows.Forms.LinkLabel LnkGOODHelp; - private System.Windows.Forms.LinkLabel LnkLinks; - } -} +namespace GrasscutterTools.Forms +{ + partial class FormMain + { + /// + /// 必需的设计器变量。 + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 清理所有正在使用的资源。 + /// + /// 如果应释放托管资源,为 true;否则为 false。 + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows 窗体设计器生成的代码 + + /// + /// 设计器支持所需的方法 - 不要修改 + /// 使用代码编辑器修改此方法的内容。 + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); + this.TxtCommand = new System.Windows.Forms.TextBox(); + this.BtnCopy = new System.Windows.Forms.Button(); + this.ChkAutoCopy = new System.Windows.Forms.CheckBox(); + this.GrpCommand = new System.Windows.Forms.GroupBox(); + this.BtnInvokeOpenCommand = new System.Windows.Forms.Button(); + this.TPRemoteCall = new System.Windows.Forms.TabPage(); + this.LnkLinks = new System.Windows.Forms.LinkLabel(); + this.LnkGOODHelp = new System.Windows.Forms.LinkLabel(); + this.LnkInventoryKamera = new System.Windows.Forms.LinkLabel(); + this.LblGOODHelp = new System.Windows.Forms.Label(); + this.ButtonOpenGOODImport = new System.Windows.Forms.Button(); + this.LblHostTip = new System.Windows.Forms.Label(); + this.GrpServerStatus = new System.Windows.Forms.GroupBox(); + this.LnkOpenCommandLabel = new System.Windows.Forms.LinkLabel(); + this.LblOpenCommandSupport = new System.Windows.Forms.Label(); + this.LblServerVersion = new System.Windows.Forms.Label(); + this.LblPlayerCount = new System.Windows.Forms.Label(); + this.LblServerVersionLabel = new System.Windows.Forms.Label(); + this.LblPlayerCountLabel = new System.Windows.Forms.Label(); + this.GrpRemoteCommand = new System.Windows.Forms.GroupBox(); + this.TPOpenCommandCheck = new System.Windows.Forms.TabControl(); + this.TPPlayerCheck = new System.Windows.Forms.TabPage(); + this.LnkRCHelp = new System.Windows.Forms.LinkLabel(); + this.NUDRemotePlayerId = new System.Windows.Forms.NumericUpDown(); + this.BtnConnectOpenCommand = new System.Windows.Forms.Button(); + this.LblVerificationCode = new System.Windows.Forms.Label(); + this.BtnSendVerificationCode = new System.Windows.Forms.Button(); + this.NUDVerificationCode = new System.Windows.Forms.NumericUpDown(); + this.LblRemotePlayerId = new System.Windows.Forms.Label(); + this.TPConsoleCheck = new System.Windows.Forms.TabPage(); + this.BtnConsoleConnect = new System.Windows.Forms.Button(); + this.TxtToken = new System.Windows.Forms.TextBox(); + this.LblToken = new System.Windows.Forms.Label(); + this.LblConsoleTip = new System.Windows.Forms.Label(); + this.TxtHost = new System.Windows.Forms.TextBox(); + this.BtnQueryServerStatus = new System.Windows.Forms.Button(); + this.LblHost = new System.Windows.Forms.Label(); + this.TPAbout = new System.Windows.Forms.TabPage(); + this.GrasscutterToolsSupport = new System.Windows.Forms.PictureBox(); + this.LnkGithub = new System.Windows.Forms.LinkLabel(); + this.LblSupportDescription = new System.Windows.Forms.Label(); + this.TPManage = new System.Windows.Forms.TabPage(); + this.GrpBanPlayer = new System.Windows.Forms.GroupBox(); + this.DTPBanEndTime = new System.Windows.Forms.DateTimePicker(); + this.BtnUnban = new System.Windows.Forms.Button(); + this.BtnBan = new System.Windows.Forms.Button(); + this.NUDBanUID = new System.Windows.Forms.NumericUpDown(); + this.LblBanUID = new System.Windows.Forms.Label(); + this.GrpAccount = new System.Windows.Forms.GroupBox(); + this.ChkAccountSetUid = new System.Windows.Forms.CheckBox(); + this.NUDAccountUid = new System.Windows.Forms.NumericUpDown(); + this.BtnDeleteAccount = new System.Windows.Forms.Button(); + this.BtnCreateAccount = new System.Windows.Forms.Button(); + this.LblAccountUserName = new System.Windows.Forms.Label(); + this.TxtAccountUserName = new System.Windows.Forms.TextBox(); + this.GrpPermission = new System.Windows.Forms.GroupBox(); + this.CmbPerm = new System.Windows.Forms.ComboBox(); + this.NUDPermUID = new System.Windows.Forms.NumericUpDown(); + this.BtmPermRemove = new System.Windows.Forms.Button(); + this.BtnPermAdd = new System.Windows.Forms.Button(); + this.LblPerm = new System.Windows.Forms.Label(); + this.LblPermUID = new System.Windows.Forms.Label(); + this.TPScene = new System.Windows.Forms.TabPage(); + this.TxtSceneFilter = new System.Windows.Forms.TextBox(); + this.ChkIncludeSceneId = new System.Windows.Forms.CheckBox(); + this.LblTp = new System.Windows.Forms.Label(); + this.LblTpZ = new System.Windows.Forms.Label(); + this.LblTpY = new System.Windows.Forms.Label(); + this.BtnTeleport = new System.Windows.Forms.Button(); + this.LblTpX = new System.Windows.Forms.Label(); + this.NUDTpZ = new System.Windows.Forms.NumericUpDown(); + this.NUDTpY = new System.Windows.Forms.NumericUpDown(); + this.NUDTpX = new System.Windows.Forms.NumericUpDown(); + this.CmbClimateType = new System.Windows.Forms.ComboBox(); + this.LblClimateType = new System.Windows.Forms.Label(); + this.LblSceneDescription = new System.Windows.Forms.Label(); + this.ListScenes = new System.Windows.Forms.ListBox(); + this.TPItem = new System.Windows.Forms.TabPage(); + this.LblClearGiveItemLogs = new System.Windows.Forms.Label(); + this.BtnSaveGiveItemLog = new System.Windows.Forms.Button(); + this.BtnRemoveGiveItemLog = new System.Windows.Forms.Button(); + this.GrpGiveItemRecord = new System.Windows.Forms.GroupBox(); + this.ListGiveItemLogs = new System.Windows.Forms.ListBox(); + this.ChkDrop = new System.Windows.Forms.CheckBox(); + this.TxtGameItemFilter = new System.Windows.Forms.TextBox(); + this.ListGameItems = new System.Windows.Forms.ListBox(); + this.LblGameItemAmount = new System.Windows.Forms.Label(); + this.LblGameItemLevel = new System.Windows.Forms.Label(); + this.NUDGameItemAmout = new System.Windows.Forms.NumericUpDown(); + this.NUDGameItemLevel = new System.Windows.Forms.NumericUpDown(); + this.LblGiveCommandDescription = new System.Windows.Forms.Label(); + this.TPWeapon = new System.Windows.Forms.TabPage(); + this.TxtWeaponFilter = new System.Windows.Forms.TextBox(); + this.LblWeaponDescription = new System.Windows.Forms.Label(); + this.LblWeaponRefinement = new System.Windows.Forms.Label(); + this.LblWeaponAmount = new System.Windows.Forms.Label(); + this.LblWeaponLevel = new System.Windows.Forms.Label(); + this.NUDWeaponRefinement = new System.Windows.Forms.NumericUpDown(); + this.NUDWeaponAmout = new System.Windows.Forms.NumericUpDown(); + this.NUDWeaponLevel = new System.Windows.Forms.NumericUpDown(); + this.ListWeapons = new System.Windows.Forms.ListBox(); + this.TPStats = new System.Windows.Forms.TabPage(); + this.LblResetStatsCommand = new System.Windows.Forms.LinkLabel(); + this.LblResetStatsTip = new System.Windows.Forms.Label(); + this.GrpSetStats = new System.Windows.Forms.GroupBox(); + this.LblStatTip = new System.Windows.Forms.Label(); + this.LblStatPercent = new System.Windows.Forms.Label(); + this.NUDStat = new System.Windows.Forms.NumericUpDown(); + this.CmbStat = new System.Windows.Forms.ComboBox(); + this.GrpTalentLevel = new System.Windows.Forms.GroupBox(); + this.LnkTalentE = new System.Windows.Forms.LinkLabel(); + this.LnkTalentQ = new System.Windows.Forms.LinkLabel(); + this.LnkTalentNormalATK = new System.Windows.Forms.LinkLabel(); + this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown(); + this.LblStatsDescription = new System.Windows.Forms.Label(); + this.TPAvatar = new System.Windows.Forms.TabPage(); + this.BtnGiveAllChar = new System.Windows.Forms.Button(); + this.LblConstellationTip = new System.Windows.Forms.Label(); + this.LblAvatarConstellation = new System.Windows.Forms.Label(); + this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown(); + this.ImgAvatar = new System.Windows.Forms.PictureBox(); + this.LblAvatar = new System.Windows.Forms.Label(); + this.LblAvatarLevel = new System.Windows.Forms.Label(); + this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown(); + this.CmbAvatar = new System.Windows.Forms.ComboBox(); + this.TPSpawn = new System.Windows.Forms.TabPage(); + 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.RbEntityAnimal = new System.Windows.Forms.RadioButton(); + this.RbEntityNPC = new System.Windows.Forms.RadioButton(); + this.RbEntityMonster = new System.Windows.Forms.RadioButton(); + this.LblSpawnDescription = new System.Windows.Forms.Label(); + this.LblEntityAmount = new System.Windows.Forms.Label(); + this.LblEntityLevel = new System.Windows.Forms.Label(); + this.NUDEntityAmout = new System.Windows.Forms.NumericUpDown(); + this.NUDEntityLevel = new System.Windows.Forms.NumericUpDown(); + this.TxtEntityFilter = new System.Windows.Forms.TextBox(); + this.ListEntity = new System.Windows.Forms.ListBox(); + this.TPQuest = new System.Windows.Forms.TabPage(); + this.GrpQuestFilters = new System.Windows.Forms.GroupBox(); + this.ChkQuestFilterTEST = new System.Windows.Forms.CheckBox(); + this.ChkQuestFilterUNRELEASED = new System.Windows.Forms.CheckBox(); + this.ChkQuestFilterHIDDEN = new System.Windows.Forms.CheckBox(); + this.BtnFinishQuest = new System.Windows.Forms.Button(); + this.BtnAddQuest = new System.Windows.Forms.Button(); + this.LblQuestDescription = new System.Windows.Forms.Label(); + this.TxtQuestFilter = new System.Windows.Forms.TextBox(); + this.ListQuest = new System.Windows.Forms.ListBox(); + this.TPArtifact = new System.Windows.Forms.TabPage(); + this.LblArtifactLevelTip = new System.Windows.Forms.Label(); + this.BtnAddSubAttr = new System.Windows.Forms.Button(); + this.LblArtifactName = new System.Windows.Forms.Label(); + this.LblArtifactPart = new System.Windows.Forms.Label(); + this.CmbArtifactPart = new System.Windows.Forms.ComboBox(); + this.CmbArtifactSet = new System.Windows.Forms.ComboBox(); + this.LblArtifactSet = new System.Windows.Forms.Label(); + this.NUDSubAttributionTimes = new System.Windows.Forms.NumericUpDown(); + this.CmbSubAttributionValue = new System.Windows.Forms.ComboBox(); + this.CmbSubAttribution = new System.Windows.Forms.ComboBox(); + this.LblClearSubAttrCheckedList = new System.Windows.Forms.Label(); + this.ListSubAttributionChecked = new System.Windows.Forms.ListBox(); + this.LblArtifactLevel = new System.Windows.Forms.Label(); + this.LblSubAttribution = new System.Windows.Forms.Label(); + this.CmbMainAttribution = new System.Windows.Forms.ComboBox(); + this.LblMainAttribution = new System.Windows.Forms.Label(); + this.NUDArtifactLevel = new System.Windows.Forms.NumericUpDown(); + this.LblArtifactStars = new System.Windows.Forms.Label(); + this.NUDArtifactStars = new System.Windows.Forms.NumericUpDown(); + this.TPCustom = new System.Windows.Forms.TabPage(); + this.BtnExportCustomCommands = new System.Windows.Forms.Button(); + this.BtnLoadCustomCommands = new System.Windows.Forms.Button(); + this.LblCustomName = new System.Windows.Forms.Label(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.LnkResetCustomCommands = new System.Windows.Forms.LinkLabel(); + this.FLPCustomCommands = new System.Windows.Forms.FlowLayoutPanel(); + this.BtnRemoveCustomCommand = new System.Windows.Forms.Button(); + this.BtnSaveCustomCommand = new System.Windows.Forms.Button(); + this.TxtCustomName = new System.Windows.Forms.TextBox(); + this.TPHome = new System.Windows.Forms.TabPage(); + this.LblAbout = new System.Windows.Forms.Label(); + this.BtnOpenTextMap = new System.Windows.Forms.Button(); + this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button(); + this.GrasscutterToolsIcon = new System.Windows.Forms.PictureBox(); + this.GrpSettings = new System.Windows.Forms.GroupBox(); + this.ChkTopMost = new System.Windows.Forms.CheckBox(); + this.ChkNewCommand = new System.Windows.Forms.CheckBox(); + this.CmbLanguage = new System.Windows.Forms.ComboBox(); + this.LblLanguage = new System.Windows.Forms.Label(); + this.NUDUid = new System.Windows.Forms.NumericUpDown(); + this.ChkIncludeUID = new System.Windows.Forms.CheckBox(); + this.LblDefaultUid = new System.Windows.Forms.Label(); + this.TCMain = new System.Windows.Forms.TabControl(); + this.RbEntityGadget = new System.Windows.Forms.RadioButton(); + this.GrpCommand.SuspendLayout(); + this.TPRemoteCall.SuspendLayout(); + this.GrpServerStatus.SuspendLayout(); + this.GrpRemoteCommand.SuspendLayout(); + this.TPOpenCommandCheck.SuspendLayout(); + this.TPPlayerCheck.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit(); + this.TPConsoleCheck.SuspendLayout(); + this.TPAbout.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).BeginInit(); + this.TPManage.SuspendLayout(); + this.GrpBanPlayer.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).BeginInit(); + this.GrpAccount.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDAccountUid)).BeginInit(); + this.GrpPermission.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDPermUID)).BeginInit(); + this.TPScene.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTpZ)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTpY)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTpX)).BeginInit(); + this.TPItem.SuspendLayout(); + this.GrpGiveItemRecord.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemAmout)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemLevel)).BeginInit(); + this.TPWeapon.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponRefinement)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).BeginInit(); + this.TPStats.SuspendLayout(); + this.GrpSetStats.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDStat)).BeginInit(); + this.GrpTalentLevel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit(); + this.TPAvatar.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit(); + this.TPSpawn.SuspendLayout(); + this.GrpSpawnRecord.SuspendLayout(); + this.GrpEntityType.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).BeginInit(); + this.TPQuest.SuspendLayout(); + this.GrpQuestFilters.SuspendLayout(); + this.TPArtifact.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDSubAttributionTimes)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactLevel)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactStars)).BeginInit(); + this.TPCustom.SuspendLayout(); + this.groupBox1.SuspendLayout(); + this.TPHome.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).BeginInit(); + this.GrpSettings.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit(); + this.TCMain.SuspendLayout(); + this.SuspendLayout(); + // + // TxtCommand + // + resources.ApplyResources(this.TxtCommand, "TxtCommand"); + this.TxtCommand.Name = "TxtCommand"; + // + // BtnCopy + // + resources.ApplyResources(this.BtnCopy, "BtnCopy"); + this.BtnCopy.Name = "BtnCopy"; + this.BtnCopy.UseVisualStyleBackColor = true; + this.BtnCopy.Click += new System.EventHandler(this.BtnCopy_Click); + // + // ChkAutoCopy + // + resources.ApplyResources(this.ChkAutoCopy, "ChkAutoCopy"); + this.ChkAutoCopy.Name = "ChkAutoCopy"; + this.ChkAutoCopy.UseVisualStyleBackColor = true; + // + // GrpCommand + // + resources.ApplyResources(this.GrpCommand, "GrpCommand"); + this.GrpCommand.Controls.Add(this.BtnInvokeOpenCommand); + this.GrpCommand.Controls.Add(this.BtnCopy); + this.GrpCommand.Controls.Add(this.ChkAutoCopy); + this.GrpCommand.Controls.Add(this.TxtCommand); + this.GrpCommand.Name = "GrpCommand"; + this.GrpCommand.TabStop = false; + // + // BtnInvokeOpenCommand + // + resources.ApplyResources(this.BtnInvokeOpenCommand, "BtnInvokeOpenCommand"); + this.BtnInvokeOpenCommand.Name = "BtnInvokeOpenCommand"; + this.BtnInvokeOpenCommand.UseVisualStyleBackColor = true; + this.BtnInvokeOpenCommand.Click += new System.EventHandler(this.BtnInvokeOpenCommand_Click); + // + // TPRemoteCall + // + this.TPRemoteCall.Controls.Add(this.LnkLinks); + this.TPRemoteCall.Controls.Add(this.LnkGOODHelp); + this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera); + this.TPRemoteCall.Controls.Add(this.LblGOODHelp); + this.TPRemoteCall.Controls.Add(this.ButtonOpenGOODImport); + this.TPRemoteCall.Controls.Add(this.LblHostTip); + this.TPRemoteCall.Controls.Add(this.GrpServerStatus); + this.TPRemoteCall.Controls.Add(this.GrpRemoteCommand); + 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; + // + // LnkLinks + // + resources.ApplyResources(this.LnkLinks, "LnkLinks"); + this.LnkLinks.Name = "LnkLinks"; + this.LnkLinks.TabStop = true; + this.LnkLinks.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkLinks_LinkClicked); + // + // LnkGOODHelp + // + resources.ApplyResources(this.LnkGOODHelp, "LnkGOODHelp"); + this.LnkGOODHelp.Cursor = System.Windows.Forms.Cursors.Help; + this.LnkGOODHelp.Name = "LnkGOODHelp"; + this.LnkGOODHelp.TabStop = true; + this.LnkGOODHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGOODHelp_LinkClicked); + // + // LnkInventoryKamera + // + resources.ApplyResources(this.LnkInventoryKamera, "LnkInventoryKamera"); + this.LnkInventoryKamera.Name = "LnkInventoryKamera"; + this.LnkInventoryKamera.TabStop = true; + this.LnkInventoryKamera.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkInventoryKamera_LinkClicked); + // + // LblGOODHelp + // + resources.ApplyResources(this.LblGOODHelp, "LblGOODHelp"); + this.LblGOODHelp.Name = "LblGOODHelp"; + // + // ButtonOpenGOODImport + // + resources.ApplyResources(this.ButtonOpenGOODImport, "ButtonOpenGOODImport"); + this.ButtonOpenGOODImport.Name = "ButtonOpenGOODImport"; + this.ButtonOpenGOODImport.UseVisualStyleBackColor = true; + this.ButtonOpenGOODImport.Click += new System.EventHandler(this.ButtonOpenGOODImport_Click); + // + // LblHostTip + // + resources.ApplyResources(this.LblHostTip, "LblHostTip"); + this.LblHostTip.ForeColor = System.Drawing.SystemColors.GrayText; + this.LblHostTip.Name = "LblHostTip"; + // + // GrpServerStatus + // + resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus"); + this.GrpServerStatus.Controls.Add(this.LnkOpenCommandLabel); + this.GrpServerStatus.Controls.Add(this.LblOpenCommandSupport); + this.GrpServerStatus.Controls.Add(this.LblServerVersion); + this.GrpServerStatus.Controls.Add(this.LblPlayerCount); + this.GrpServerStatus.Controls.Add(this.LblServerVersionLabel); + this.GrpServerStatus.Controls.Add(this.LblPlayerCountLabel); + this.GrpServerStatus.Name = "GrpServerStatus"; + this.GrpServerStatus.TabStop = false; + // + // LnkOpenCommandLabel + // + resources.ApplyResources(this.LnkOpenCommandLabel, "LnkOpenCommandLabel"); + this.LnkOpenCommandLabel.Name = "LnkOpenCommandLabel"; + this.LnkOpenCommandLabel.TabStop = true; + this.LnkOpenCommandLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkOpenCommandLabel_LinkClicked); + // + // LblOpenCommandSupport + // + resources.ApplyResources(this.LblOpenCommandSupport, "LblOpenCommandSupport"); + this.LblOpenCommandSupport.Name = "LblOpenCommandSupport"; + // + // LblServerVersion + // + resources.ApplyResources(this.LblServerVersion, "LblServerVersion"); + this.LblServerVersion.Name = "LblServerVersion"; + // + // LblPlayerCount + // + resources.ApplyResources(this.LblPlayerCount, "LblPlayerCount"); + this.LblPlayerCount.Name = "LblPlayerCount"; + // + // LblServerVersionLabel + // + resources.ApplyResources(this.LblServerVersionLabel, "LblServerVersionLabel"); + this.LblServerVersionLabel.Name = "LblServerVersionLabel"; + // + // LblPlayerCountLabel + // + resources.ApplyResources(this.LblPlayerCountLabel, "LblPlayerCountLabel"); + this.LblPlayerCountLabel.Name = "LblPlayerCountLabel"; + // + // GrpRemoteCommand + // + resources.ApplyResources(this.GrpRemoteCommand, "GrpRemoteCommand"); + this.GrpRemoteCommand.Controls.Add(this.TPOpenCommandCheck); + this.GrpRemoteCommand.Name = "GrpRemoteCommand"; + this.GrpRemoteCommand.TabStop = false; + // + // 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 + // + this.TPPlayerCheck.Controls.Add(this.LnkRCHelp); + this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId); + this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand); + this.TPPlayerCheck.Controls.Add(this.LblVerificationCode); + 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; + // + // LnkRCHelp + // + resources.ApplyResources(this.LnkRCHelp, "LnkRCHelp"); + this.LnkRCHelp.Name = "LnkRCHelp"; + this.LnkRCHelp.TabStop = true; + this.LnkRCHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkRCHelp_LinkClicked); + // + // NUDRemotePlayerId + // + resources.ApplyResources(this.NUDRemotePlayerId, "NUDRemotePlayerId"); + this.NUDRemotePlayerId.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDRemotePlayerId.Name = "NUDRemotePlayerId"; + this.NUDRemotePlayerId.Value = new decimal(new int[] { + 10001, + 0, + 0, + 0}); + // + // BtnConnectOpenCommand + // + resources.ApplyResources(this.BtnConnectOpenCommand, "BtnConnectOpenCommand"); + this.BtnConnectOpenCommand.Name = "BtnConnectOpenCommand"; + this.BtnConnectOpenCommand.UseVisualStyleBackColor = true; + this.BtnConnectOpenCommand.Click += new System.EventHandler(this.BtnConnectOpenCommand_Click); + // + // LblVerificationCode + // + resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode"); + this.LblVerificationCode.Name = "LblVerificationCode"; + // + // BtnSendVerificationCode + // + resources.ApplyResources(this.BtnSendVerificationCode, "BtnSendVerificationCode"); + this.BtnSendVerificationCode.Name = "BtnSendVerificationCode"; + this.BtnSendVerificationCode.UseVisualStyleBackColor = true; + this.BtnSendVerificationCode.Click += new System.EventHandler(this.BtnSendVerificationCode_Click); + // + // NUDVerificationCode + // + resources.ApplyResources(this.NUDVerificationCode, "NUDVerificationCode"); + this.NUDVerificationCode.Maximum = new decimal(new int[] { + 9999, + 0, + 0, + 0}); + this.NUDVerificationCode.Minimum = new decimal(new int[] { + 1000, + 0, + 0, + 0}); + this.NUDVerificationCode.Name = "NUDVerificationCode"; + this.NUDVerificationCode.Value = new decimal(new int[] { + 1000, + 0, + 0, + 0}); + // + // LblRemotePlayerId + // + resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId"); + this.LblRemotePlayerId.Name = "LblRemotePlayerId"; + // + // 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; + // + // BtnConsoleConnect + // + resources.ApplyResources(this.BtnConsoleConnect, "BtnConsoleConnect"); + this.BtnConsoleConnect.Name = "BtnConsoleConnect"; + this.BtnConsoleConnect.UseVisualStyleBackColor = true; + this.BtnConsoleConnect.Click += new System.EventHandler(this.BtnConsoleConnect_Click); + // + // TxtToken + // + resources.ApplyResources(this.TxtToken, "TxtToken"); + this.TxtToken.Name = "TxtToken"; + // + // LblToken + // + resources.ApplyResources(this.LblToken, "LblToken"); + this.LblToken.Name = "LblToken"; + // + // LblConsoleTip + // + resources.ApplyResources(this.LblConsoleTip, "LblConsoleTip"); + this.LblConsoleTip.Name = "LblConsoleTip"; + // + // TxtHost + // + resources.ApplyResources(this.TxtHost, "TxtHost"); + this.TxtHost.Name = "TxtHost"; + // + // BtnQueryServerStatus + // + resources.ApplyResources(this.BtnQueryServerStatus, "BtnQueryServerStatus"); + this.BtnQueryServerStatus.Name = "BtnQueryServerStatus"; + this.BtnQueryServerStatus.UseVisualStyleBackColor = true; + this.BtnQueryServerStatus.Click += new System.EventHandler(this.BtnQueryServerStatus_Click); + // + // LblHost + // + resources.ApplyResources(this.LblHost, "LblHost"); + this.LblHost.Name = "LblHost"; + // + // 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; + // + // GrasscutterToolsSupport + // + resources.ApplyResources(this.GrasscutterToolsSupport, "GrasscutterToolsSupport"); + this.GrasscutterToolsSupport.Image = global::GrasscutterTools.Properties.Resources.ImgSupport; + this.GrasscutterToolsSupport.Name = "GrasscutterToolsSupport"; + this.GrasscutterToolsSupport.TabStop = false; + // + // LnkGithub + // + resources.ApplyResources(this.LnkGithub, "LnkGithub"); + this.LnkGithub.Name = "LnkGithub"; + this.LnkGithub.TabStop = true; + this.LnkGithub.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkGithub_LinkClicked); + // + // LblSupportDescription + // + resources.ApplyResources(this.LblSupportDescription, "LblSupportDescription"); + this.LblSupportDescription.Name = "LblSupportDescription"; + // + // 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; + // + // GrpBanPlayer + // + resources.ApplyResources(this.GrpBanPlayer, "GrpBanPlayer"); + this.GrpBanPlayer.Controls.Add(this.DTPBanEndTime); + this.GrpBanPlayer.Controls.Add(this.BtnUnban); + this.GrpBanPlayer.Controls.Add(this.BtnBan); + this.GrpBanPlayer.Controls.Add(this.NUDBanUID); + this.GrpBanPlayer.Controls.Add(this.LblBanUID); + this.GrpBanPlayer.Name = "GrpBanPlayer"; + this.GrpBanPlayer.TabStop = false; + // + // 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"; + this.DTPBanEndTime.Value = new System.DateTime(2025, 12, 31, 0, 0, 0, 0); + // + // BtnUnban + // + resources.ApplyResources(this.BtnUnban, "BtnUnban"); + this.BtnUnban.Name = "BtnUnban"; + this.BtnUnban.UseVisualStyleBackColor = true; + this.BtnUnban.Click += new System.EventHandler(this.BtnUnban_Click); + // + // BtnBan + // + resources.ApplyResources(this.BtnBan, "BtnBan"); + this.BtnBan.Name = "BtnBan"; + this.BtnBan.UseVisualStyleBackColor = true; + this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click); + // + // NUDBanUID + // + resources.ApplyResources(this.NUDBanUID, "NUDBanUID"); + this.NUDBanUID.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDBanUID.Name = "NUDBanUID"; + this.NUDBanUID.Value = new decimal(new int[] { + 10001, + 0, + 0, + 0}); + // + // LblBanUID + // + resources.ApplyResources(this.LblBanUID, "LblBanUID"); + this.LblBanUID.Name = "LblBanUID"; + // + // GrpAccount + // + resources.ApplyResources(this.GrpAccount, "GrpAccount"); + this.GrpAccount.Controls.Add(this.ChkAccountSetUid); + this.GrpAccount.Controls.Add(this.NUDAccountUid); + this.GrpAccount.Controls.Add(this.BtnDeleteAccount); + this.GrpAccount.Controls.Add(this.BtnCreateAccount); + this.GrpAccount.Controls.Add(this.LblAccountUserName); + this.GrpAccount.Controls.Add(this.TxtAccountUserName); + this.GrpAccount.Name = "GrpAccount"; + this.GrpAccount.TabStop = false; + // + // ChkAccountSetUid + // + resources.ApplyResources(this.ChkAccountSetUid, "ChkAccountSetUid"); + this.ChkAccountSetUid.Name = "ChkAccountSetUid"; + this.ChkAccountSetUid.UseVisualStyleBackColor = true; + // + // NUDAccountUid + // + resources.ApplyResources(this.NUDAccountUid, "NUDAccountUid"); + this.NUDAccountUid.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDAccountUid.Name = "NUDAccountUid"; + this.NUDAccountUid.Value = new decimal(new int[] { + 10001, + 0, + 0, + 0}); + // + // BtnDeleteAccount + // + resources.ApplyResources(this.BtnDeleteAccount, "BtnDeleteAccount"); + this.BtnDeleteAccount.Name = "BtnDeleteAccount"; + this.BtnDeleteAccount.Tag = "delete"; + this.BtnDeleteAccount.UseVisualStyleBackColor = true; + this.BtnDeleteAccount.Click += new System.EventHandler(this.AccountButtonClicked); + // + // BtnCreateAccount + // + resources.ApplyResources(this.BtnCreateAccount, "BtnCreateAccount"); + this.BtnCreateAccount.Name = "BtnCreateAccount"; + this.BtnCreateAccount.Tag = "create"; + this.BtnCreateAccount.UseVisualStyleBackColor = true; + this.BtnCreateAccount.Click += new System.EventHandler(this.AccountButtonClicked); + // + // LblAccountUserName + // + resources.ApplyResources(this.LblAccountUserName, "LblAccountUserName"); + this.LblAccountUserName.Name = "LblAccountUserName"; + // + // TxtAccountUserName + // + resources.ApplyResources(this.TxtAccountUserName, "TxtAccountUserName"); + this.TxtAccountUserName.Name = "TxtAccountUserName"; + // + // GrpPermission + // + resources.ApplyResources(this.GrpPermission, "GrpPermission"); + this.GrpPermission.Controls.Add(this.CmbPerm); + this.GrpPermission.Controls.Add(this.NUDPermUID); + this.GrpPermission.Controls.Add(this.BtmPermRemove); + this.GrpPermission.Controls.Add(this.BtnPermAdd); + this.GrpPermission.Controls.Add(this.LblPerm); + this.GrpPermission.Controls.Add(this.LblPermUID); + this.GrpPermission.Name = "GrpPermission"; + this.GrpPermission.TabStop = false; + // + // 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 + // + resources.ApplyResources(this.NUDPermUID, "NUDPermUID"); + this.NUDPermUID.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDPermUID.Name = "NUDPermUID"; + this.NUDPermUID.Value = new decimal(new int[] { + 10001, + 0, + 0, + 0}); + // + // BtmPermRemove + // + resources.ApplyResources(this.BtmPermRemove, "BtmPermRemove"); + this.BtmPermRemove.Name = "BtmPermRemove"; + this.BtmPermRemove.Tag = "remove"; + this.BtmPermRemove.UseVisualStyleBackColor = true; + this.BtmPermRemove.Click += new System.EventHandler(this.BtnPermClick); + // + // BtnPermAdd + // + resources.ApplyResources(this.BtnPermAdd, "BtnPermAdd"); + this.BtnPermAdd.Name = "BtnPermAdd"; + this.BtnPermAdd.Tag = "add"; + this.BtnPermAdd.UseVisualStyleBackColor = true; + this.BtnPermAdd.Click += new System.EventHandler(this.BtnPermClick); + // + // LblPerm + // + resources.ApplyResources(this.LblPerm, "LblPerm"); + this.LblPerm.Name = "LblPerm"; + // + // LblPermUID + // + resources.ApplyResources(this.LblPermUID, "LblPermUID"); + this.LblPermUID.Name = "LblPermUID"; + // + // TPScene + // + this.TPScene.Controls.Add(this.TxtSceneFilter); + this.TPScene.Controls.Add(this.ChkIncludeSceneId); + this.TPScene.Controls.Add(this.LblTp); + this.TPScene.Controls.Add(this.LblTpZ); + this.TPScene.Controls.Add(this.LblTpY); + this.TPScene.Controls.Add(this.BtnTeleport); + this.TPScene.Controls.Add(this.LblTpX); + this.TPScene.Controls.Add(this.NUDTpZ); + this.TPScene.Controls.Add(this.NUDTpY); + this.TPScene.Controls.Add(this.NUDTpX); + this.TPScene.Controls.Add(this.CmbClimateType); + this.TPScene.Controls.Add(this.LblClimateType); + this.TPScene.Controls.Add(this.LblSceneDescription); + this.TPScene.Controls.Add(this.ListScenes); + resources.ApplyResources(this.TPScene, "TPScene"); + this.TPScene.Name = "TPScene"; + this.TPScene.UseVisualStyleBackColor = true; + // + // TxtSceneFilter + // + resources.ApplyResources(this.TxtSceneFilter, "TxtSceneFilter"); + this.TxtSceneFilter.Name = "TxtSceneFilter"; + this.TxtSceneFilter.TextChanged += new System.EventHandler(this.TxtSceneFilter_TextChanged); + // + // ChkIncludeSceneId + // + resources.ApplyResources(this.ChkIncludeSceneId, "ChkIncludeSceneId"); + this.ChkIncludeSceneId.Name = "ChkIncludeSceneId"; + this.ChkIncludeSceneId.UseVisualStyleBackColor = true; + // + // LblTp + // + resources.ApplyResources(this.LblTp, "LblTp"); + this.LblTp.Name = "LblTp"; + // + // LblTpZ + // + resources.ApplyResources(this.LblTpZ, "LblTpZ"); + this.LblTpZ.Name = "LblTpZ"; + // + // LblTpY + // + resources.ApplyResources(this.LblTpY, "LblTpY"); + this.LblTpY.Name = "LblTpY"; + // + // BtnTeleport + // + resources.ApplyResources(this.BtnTeleport, "BtnTeleport"); + this.BtnTeleport.Name = "BtnTeleport"; + this.BtnTeleport.UseVisualStyleBackColor = true; + this.BtnTeleport.Click += new System.EventHandler(this.BtnTeleport_Click); + // + // LblTpX + // + resources.ApplyResources(this.LblTpX, "LblTpX"); + this.LblTpX.Name = "LblTpX"; + // + // NUDTpZ + // + resources.ApplyResources(this.NUDTpZ, "NUDTpZ"); + this.NUDTpZ.Increment = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.NUDTpZ.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDTpZ.Minimum = new decimal(new int[] { + -2147483648, + 0, + 0, + -2147483648}); + this.NUDTpZ.Name = "NUDTpZ"; + // + // NUDTpY + // + resources.ApplyResources(this.NUDTpY, "NUDTpY"); + this.NUDTpY.Increment = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.NUDTpY.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDTpY.Minimum = new decimal(new int[] { + -2147483648, + 0, + 0, + -2147483648}); + this.NUDTpY.Name = "NUDTpY"; + this.NUDTpY.Value = new decimal(new int[] { + 300, + 0, + 0, + 0}); + // + // NUDTpX + // + resources.ApplyResources(this.NUDTpX, "NUDTpX"); + this.NUDTpX.Increment = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.NUDTpX.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDTpX.Minimum = new decimal(new int[] { + -2147483648, + 0, + 0, + -2147483648}); + this.NUDTpX.Name = "NUDTpX"; + // + // CmbClimateType + // + resources.ApplyResources(this.CmbClimateType, "CmbClimateType"); + this.CmbClimateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbClimateType.FormattingEnabled = true; + this.CmbClimateType.Name = "CmbClimateType"; + this.CmbClimateType.SelectedIndexChanged += new System.EventHandler(this.CmbClimateType_SelectedIndexChanged); + // + // LblClimateType + // + resources.ApplyResources(this.LblClimateType, "LblClimateType"); + this.LblClimateType.Name = "LblClimateType"; + // + // LblSceneDescription + // + resources.ApplyResources(this.LblSceneDescription, "LblSceneDescription"); + this.LblSceneDescription.Name = "LblSceneDescription"; + // + // ListScenes + // + resources.ApplyResources(this.ListScenes, "ListScenes"); + this.ListScenes.FormattingEnabled = true; + this.ListScenes.Name = "ListScenes"; + this.ListScenes.SelectedIndexChanged += new System.EventHandler(this.ListScenes_SelectedIndexChanged); + // + // TPItem + // + this.TPItem.Controls.Add(this.LblClearGiveItemLogs); + this.TPItem.Controls.Add(this.BtnSaveGiveItemLog); + this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog); + this.TPItem.Controls.Add(this.GrpGiveItemRecord); + this.TPItem.Controls.Add(this.ChkDrop); + this.TPItem.Controls.Add(this.TxtGameItemFilter); + this.TPItem.Controls.Add(this.ListGameItems); + this.TPItem.Controls.Add(this.LblGameItemAmount); + this.TPItem.Controls.Add(this.LblGameItemLevel); + 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; + // + // LblClearGiveItemLogs + // + resources.ApplyResources(this.LblClearGiveItemLogs, "LblClearGiveItemLogs"); + this.LblClearGiveItemLogs.Cursor = System.Windows.Forms.Cursors.Hand; + this.LblClearGiveItemLogs.Name = "LblClearGiveItemLogs"; + this.LblClearGiveItemLogs.Click += new System.EventHandler(this.LblClearGiveItemLogs_Click); + // + // BtnSaveGiveItemLog + // + resources.ApplyResources(this.BtnSaveGiveItemLog, "BtnSaveGiveItemLog"); + this.BtnSaveGiveItemLog.Name = "BtnSaveGiveItemLog"; + this.BtnSaveGiveItemLog.UseVisualStyleBackColor = true; + this.BtnSaveGiveItemLog.Click += new System.EventHandler(this.BtnSaveGiveItemLog_Click); + // + // BtnRemoveGiveItemLog + // + resources.ApplyResources(this.BtnRemoveGiveItemLog, "BtnRemoveGiveItemLog"); + this.BtnRemoveGiveItemLog.Name = "BtnRemoveGiveItemLog"; + this.BtnRemoveGiveItemLog.UseVisualStyleBackColor = true; + this.BtnRemoveGiveItemLog.Click += new System.EventHandler(this.BtnRemoveGiveItemLog_Click); + // + // GrpGiveItemRecord + // + resources.ApplyResources(this.GrpGiveItemRecord, "GrpGiveItemRecord"); + this.GrpGiveItemRecord.Controls.Add(this.ListGiveItemLogs); + this.GrpGiveItemRecord.Name = "GrpGiveItemRecord"; + this.GrpGiveItemRecord.TabStop = false; + // + // ListGiveItemLogs + // + resources.ApplyResources(this.ListGiveItemLogs, "ListGiveItemLogs"); + this.ListGiveItemLogs.FormattingEnabled = true; + this.ListGiveItemLogs.Name = "ListGiveItemLogs"; + this.ListGiveItemLogs.SelectedIndexChanged += new System.EventHandler(this.ListGiveItemLogs_SelectedIndexChanged); + // + // ChkDrop + // + resources.ApplyResources(this.ChkDrop, "ChkDrop"); + this.ChkDrop.Name = "ChkDrop"; + this.ChkDrop.UseVisualStyleBackColor = true; + this.ChkDrop.CheckedChanged += new System.EventHandler(this.GiveItemsInputChanged); + // + // TxtGameItemFilter + // + resources.ApplyResources(this.TxtGameItemFilter, "TxtGameItemFilter"); + this.TxtGameItemFilter.Name = "TxtGameItemFilter"; + this.TxtGameItemFilter.TextChanged += new System.EventHandler(this.TxtGameItemFilter_TextChanged); + // + // ListGameItems + // + resources.ApplyResources(this.ListGameItems, "ListGameItems"); + this.ListGameItems.FormattingEnabled = true; + this.ListGameItems.Name = "ListGameItems"; + this.ListGameItems.SelectedIndexChanged += new System.EventHandler(this.GiveItemsInputChanged); + // + // LblGameItemAmount + // + resources.ApplyResources(this.LblGameItemAmount, "LblGameItemAmount"); + this.LblGameItemAmount.Name = "LblGameItemAmount"; + // + // LblGameItemLevel + // + resources.ApplyResources(this.LblGameItemLevel, "LblGameItemLevel"); + this.LblGameItemLevel.Name = "LblGameItemLevel"; + // + // NUDGameItemAmout + // + resources.ApplyResources(this.NUDGameItemAmout, "NUDGameItemAmout"); + this.NUDGameItemAmout.Maximum = new decimal(new int[] { + 1000000, + 0, + 0, + 0}); + this.NUDGameItemAmout.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDGameItemAmout.Name = "NUDGameItemAmout"; + this.NUDGameItemAmout.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDGameItemAmout.ValueChanged += new System.EventHandler(this.GiveItemsInputChanged); + // + // NUDGameItemLevel + // + resources.ApplyResources(this.NUDGameItemLevel, "NUDGameItemLevel"); + this.NUDGameItemLevel.Maximum = new decimal(new int[] { + 21, + 0, + 0, + 0}); + this.NUDGameItemLevel.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDGameItemLevel.Name = "NUDGameItemLevel"; + this.NUDGameItemLevel.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDGameItemLevel.ValueChanged += new System.EventHandler(this.GiveItemsInputChanged); + // + // LblGiveCommandDescription + // + resources.ApplyResources(this.LblGiveCommandDescription, "LblGiveCommandDescription"); + this.LblGiveCommandDescription.Name = "LblGiveCommandDescription"; + // + // TPWeapon + // + this.TPWeapon.Controls.Add(this.TxtWeaponFilter); + this.TPWeapon.Controls.Add(this.LblWeaponDescription); + this.TPWeapon.Controls.Add(this.LblWeaponRefinement); + this.TPWeapon.Controls.Add(this.LblWeaponAmount); + this.TPWeapon.Controls.Add(this.LblWeaponLevel); + this.TPWeapon.Controls.Add(this.NUDWeaponRefinement); + 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; + // + // TxtWeaponFilter + // + resources.ApplyResources(this.TxtWeaponFilter, "TxtWeaponFilter"); + this.TxtWeaponFilter.Name = "TxtWeaponFilter"; + this.TxtWeaponFilter.TextChanged += new System.EventHandler(this.TxtWeaponFilter_TextChanged); + // + // LblWeaponDescription + // + resources.ApplyResources(this.LblWeaponDescription, "LblWeaponDescription"); + this.LblWeaponDescription.Name = "LblWeaponDescription"; + // + // LblWeaponRefinement + // + resources.ApplyResources(this.LblWeaponRefinement, "LblWeaponRefinement"); + this.LblWeaponRefinement.Name = "LblWeaponRefinement"; + // + // LblWeaponAmount + // + resources.ApplyResources(this.LblWeaponAmount, "LblWeaponAmount"); + this.LblWeaponAmount.Name = "LblWeaponAmount"; + // + // LblWeaponLevel + // + resources.ApplyResources(this.LblWeaponLevel, "LblWeaponLevel"); + this.LblWeaponLevel.Name = "LblWeaponLevel"; + // + // NUDWeaponRefinement + // + resources.ApplyResources(this.NUDWeaponRefinement, "NUDWeaponRefinement"); + this.NUDWeaponRefinement.Maximum = new decimal(new int[] { + 5, + 0, + 0, + 0}); + this.NUDWeaponRefinement.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDWeaponRefinement.Name = "NUDWeaponRefinement"; + this.NUDWeaponRefinement.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDWeaponRefinement.ValueChanged += new System.EventHandler(this.WeaponValueChanged); + // + // NUDWeaponAmout + // + resources.ApplyResources(this.NUDWeaponAmout, "NUDWeaponAmout"); + this.NUDWeaponAmout.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDWeaponAmout.Name = "NUDWeaponAmout"; + this.NUDWeaponAmout.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDWeaponAmout.ValueChanged += new System.EventHandler(this.WeaponValueChanged); + // + // NUDWeaponLevel + // + resources.ApplyResources(this.NUDWeaponLevel, "NUDWeaponLevel"); + this.NUDWeaponLevel.Maximum = new decimal(new int[] { + 90, + 0, + 0, + 0}); + this.NUDWeaponLevel.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDWeaponLevel.Name = "NUDWeaponLevel"; + this.NUDWeaponLevel.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDWeaponLevel.ValueChanged += new System.EventHandler(this.WeaponValueChanged); + // + // ListWeapons + // + resources.ApplyResources(this.ListWeapons, "ListWeapons"); + this.ListWeapons.FormattingEnabled = true; + this.ListWeapons.Name = "ListWeapons"; + this.ListWeapons.SelectedIndexChanged += new System.EventHandler(this.WeaponValueChanged); + // + // TPStats + // + this.TPStats.Controls.Add(this.LblResetStatsCommand); + this.TPStats.Controls.Add(this.LblResetStatsTip); + this.TPStats.Controls.Add(this.GrpSetStats); + this.TPStats.Controls.Add(this.GrpTalentLevel); + this.TPStats.Controls.Add(this.LblStatsDescription); + resources.ApplyResources(this.TPStats, "TPStats"); + this.TPStats.Name = "TPStats"; + this.TPStats.UseVisualStyleBackColor = true; + // + // LblResetStatsCommand + // + resources.ApplyResources(this.LblResetStatsCommand, "LblResetStatsCommand"); + this.LblResetStatsCommand.Name = "LblResetStatsCommand"; + this.LblResetStatsCommand.TabStop = true; + this.LblResetStatsCommand.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblResetStatsCommand_LinkClicked); + // + // LblResetStatsTip + // + resources.ApplyResources(this.LblResetStatsTip, "LblResetStatsTip"); + this.LblResetStatsTip.ForeColor = System.Drawing.SystemColors.ActiveCaption; + this.LblResetStatsTip.Name = "LblResetStatsTip"; + // + // GrpSetStats + // + resources.ApplyResources(this.GrpSetStats, "GrpSetStats"); + this.GrpSetStats.Controls.Add(this.LblStatTip); + this.GrpSetStats.Controls.Add(this.LblStatPercent); + this.GrpSetStats.Controls.Add(this.NUDStat); + this.GrpSetStats.Controls.Add(this.CmbStat); + this.GrpSetStats.Name = "GrpSetStats"; + this.GrpSetStats.TabStop = false; + // + // LblStatTip + // + this.LblStatTip.AutoEllipsis = true; + this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText; + resources.ApplyResources(this.LblStatTip, "LblStatTip"); + this.LblStatTip.Name = "LblStatTip"; + // + // LblStatPercent + // + resources.ApplyResources(this.LblStatPercent, "LblStatPercent"); + this.LblStatPercent.Name = "LblStatPercent"; + // + // NUDStat + // + resources.ApplyResources(this.NUDStat, "NUDStat"); + this.NUDStat.Maximum = new decimal(new int[] { + 100000000, + 0, + 0, + 0}); + this.NUDStat.Name = "NUDStat"; + this.NUDStat.Value = new decimal(new int[] { + 100, + 0, + 0, + 0}); + this.NUDStat.ValueChanged += new System.EventHandler(this.SetStatsInputChanged); + // + // 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); + // + // GrpTalentLevel + // + resources.ApplyResources(this.GrpTalentLevel, "GrpTalentLevel"); + this.GrpTalentLevel.Controls.Add(this.LnkTalentE); + this.GrpTalentLevel.Controls.Add(this.LnkTalentQ); + this.GrpTalentLevel.Controls.Add(this.LnkTalentNormalATK); + this.GrpTalentLevel.Controls.Add(this.NUDTalentLevel); + this.GrpTalentLevel.Name = "GrpTalentLevel"; + this.GrpTalentLevel.TabStop = false; + // + // LnkTalentE + // + resources.ApplyResources(this.LnkTalentE, "LnkTalentE"); + this.LnkTalentE.Name = "LnkTalentE"; + this.LnkTalentE.TabStop = true; + this.LnkTalentE.Tag = "e"; + this.LnkTalentE.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); + // + // LnkTalentQ + // + resources.ApplyResources(this.LnkTalentQ, "LnkTalentQ"); + this.LnkTalentQ.Name = "LnkTalentQ"; + this.LnkTalentQ.TabStop = true; + this.LnkTalentQ.Tag = "q"; + this.LnkTalentQ.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); + // + // LnkTalentNormalATK + // + resources.ApplyResources(this.LnkTalentNormalATK, "LnkTalentNormalATK"); + this.LnkTalentNormalATK.Name = "LnkTalentNormalATK"; + this.LnkTalentNormalATK.TabStop = true; + this.LnkTalentNormalATK.Tag = "n"; + this.LnkTalentNormalATK.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked); + // + // NUDTalentLevel + // + resources.ApplyResources(this.NUDTalentLevel, "NUDTalentLevel"); + this.NUDTalentLevel.Maximum = new decimal(new int[] { + 16, + 0, + 0, + 0}); + this.NUDTalentLevel.Name = "NUDTalentLevel"; + this.NUDTalentLevel.Value = new decimal(new int[] { + 10, + 0, + 0, + 0}); + // + // LblStatsDescription + // + resources.ApplyResources(this.LblStatsDescription, "LblStatsDescription"); + this.LblStatsDescription.Name = "LblStatsDescription"; + // + // TPAvatar + // + this.TPAvatar.Controls.Add(this.BtnGiveAllChar); + this.TPAvatar.Controls.Add(this.LblConstellationTip); + this.TPAvatar.Controls.Add(this.LblAvatarConstellation); + this.TPAvatar.Controls.Add(this.NUDAvatarConstellation); + this.TPAvatar.Controls.Add(this.ImgAvatar); + this.TPAvatar.Controls.Add(this.LblAvatar); + this.TPAvatar.Controls.Add(this.LblAvatarLevel); + this.TPAvatar.Controls.Add(this.NUDAvatarLevel); + this.TPAvatar.Controls.Add(this.CmbAvatar); + resources.ApplyResources(this.TPAvatar, "TPAvatar"); + this.TPAvatar.Name = "TPAvatar"; + this.TPAvatar.UseVisualStyleBackColor = true; + // + // BtnGiveAllChar + // + resources.ApplyResources(this.BtnGiveAllChar, "BtnGiveAllChar"); + this.BtnGiveAllChar.Name = "BtnGiveAllChar"; + this.BtnGiveAllChar.UseVisualStyleBackColor = true; + this.BtnGiveAllChar.Click += new System.EventHandler(this.BtnGiveAllChar_Click); + // + // LblConstellationTip + // + resources.ApplyResources(this.LblConstellationTip, "LblConstellationTip"); + this.LblConstellationTip.AutoEllipsis = true; + this.LblConstellationTip.ForeColor = System.Drawing.SystemColors.ControlDarkDark; + this.LblConstellationTip.Name = "LblConstellationTip"; + // + // LblAvatarConstellation + // + resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation"); + this.LblAvatarConstellation.Name = "LblAvatarConstellation"; + // + // NUDAvatarConstellation + // + resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation"); + this.NUDAvatarConstellation.Maximum = new decimal(new int[] { + 6, + 0, + 0, + 0}); + this.NUDAvatarConstellation.Name = "NUDAvatarConstellation"; + this.NUDAvatarConstellation.Value = new decimal(new int[] { + 6, + 0, + 0, + 0}); + // + // ImgAvatar + // + resources.ApplyResources(this.ImgAvatar, "ImgAvatar"); + this.ImgAvatar.Image = global::GrasscutterTools.Properties.Resources.ImgHome; + this.ImgAvatar.Name = "ImgAvatar"; + this.ImgAvatar.TabStop = false; + // + // LblAvatar + // + resources.ApplyResources(this.LblAvatar, "LblAvatar"); + this.LblAvatar.Name = "LblAvatar"; + // + // LblAvatarLevel + // + resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel"); + this.LblAvatarLevel.Name = "LblAvatarLevel"; + // + // NUDAvatarLevel + // + resources.ApplyResources(this.NUDAvatarLevel, "NUDAvatarLevel"); + this.NUDAvatarLevel.Maximum = new decimal(new int[] { + 90, + 0, + 0, + 0}); + this.NUDAvatarLevel.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDAvatarLevel.Name = "NUDAvatarLevel"; + this.NUDAvatarLevel.Value = new decimal(new int[] { + 90, + 0, + 0, + 0}); + this.NUDAvatarLevel.ValueChanged += new System.EventHandler(this.NUDAvatarLevel_ValueChanged); + // + // CmbAvatar + // + resources.ApplyResources(this.CmbAvatar, "CmbAvatar"); + this.CmbAvatar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbAvatar.FormattingEnabled = true; + this.CmbAvatar.Name = "CmbAvatar"; + this.CmbAvatar.SelectedIndexChanged += new System.EventHandler(this.CmbAvatar_SelectedIndexChanged); + // + // TPSpawn + // + 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.LblSpawnDescription); + 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); + resources.ApplyResources(this.TPSpawn, "TPSpawn"); + this.TPSpawn.Name = "TPSpawn"; + this.TPSpawn.UseVisualStyleBackColor = true; + // + // 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); + // + // GrpSpawnRecord + // + resources.ApplyResources(this.GrpSpawnRecord, "GrpSpawnRecord"); + this.GrpSpawnRecord.Controls.Add(this.ListSpawnLogs); + this.GrpSpawnRecord.Name = "GrpSpawnRecord"; + this.GrpSpawnRecord.TabStop = false; + // + // ListSpawnLogs + // + resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs"); + this.ListSpawnLogs.FormattingEnabled = true; + this.ListSpawnLogs.Name = "ListSpawnLogs"; + this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged); + // + // GrpEntityType + // + resources.ApplyResources(this.GrpEntityType, "GrpEntityType"); + this.GrpEntityType.Controls.Add(this.RbEntityGadget); + this.GrpEntityType.Controls.Add(this.RbEntityAnimal); + this.GrpEntityType.Controls.Add(this.RbEntityNPC); + this.GrpEntityType.Controls.Add(this.RbEntityMonster); + this.GrpEntityType.Name = "GrpEntityType"; + this.GrpEntityType.TabStop = false; + // + // RbEntityAnimal + // + resources.ApplyResources(this.RbEntityAnimal, "RbEntityAnimal"); + this.RbEntityAnimal.Name = "RbEntityAnimal"; + this.RbEntityAnimal.UseVisualStyleBackColor = true; + this.RbEntityAnimal.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); + // + // RbEntityNPC + // + resources.ApplyResources(this.RbEntityNPC, "RbEntityNPC"); + this.RbEntityNPC.Name = "RbEntityNPC"; + this.RbEntityNPC.UseVisualStyleBackColor = true; + this.RbEntityNPC.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); + // + // RbEntityGadget + // + resources.ApplyResources(this.RbEntityGadget, "RbEntityGadget"); + this.RbEntityGadget.Name = "RbEntityGadget"; + this.RbEntityGadget.UseVisualStyleBackColor = true; + this.RbEntityGadget.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); + // + // RbEntityMonster + // + resources.ApplyResources(this.RbEntityMonster, "RbEntityMonster"); + this.RbEntityMonster.Name = "RbEntityMonster"; + this.RbEntityMonster.UseVisualStyleBackColor = true; + this.RbEntityMonster.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged); + // + // LblSpawnDescription + // + resources.ApplyResources(this.LblSpawnDescription, "LblSpawnDescription"); + this.LblSpawnDescription.Name = "LblSpawnDescription"; + // + // LblEntityAmount + // + resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount"); + this.LblEntityAmount.Name = "LblEntityAmount"; + // + // LblEntityLevel + // + resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel"); + this.LblEntityLevel.Name = "LblEntityLevel"; + // + // NUDEntityAmout + // + resources.ApplyResources(this.NUDEntityAmout, "NUDEntityAmout"); + this.NUDEntityAmout.Maximum = new decimal(new int[] { + 1000, + 0, + 0, + 0}); + this.NUDEntityAmout.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDEntityAmout.Name = "NUDEntityAmout"; + this.NUDEntityAmout.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDEntityAmout.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged); + // + // NUDEntityLevel + // + resources.ApplyResources(this.NUDEntityLevel, "NUDEntityLevel"); + this.NUDEntityLevel.Maximum = new decimal(new int[] { + 100000, + 0, + 0, + 0}); + this.NUDEntityLevel.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDEntityLevel.Name = "NUDEntityLevel"; + this.NUDEntityLevel.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDEntityLevel.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged); + // + // TxtEntityFilter + // + resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter"); + this.TxtEntityFilter.Name = "TxtEntityFilter"; + this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged); + // + // ListEntity + // + resources.ApplyResources(this.ListEntity, "ListEntity"); + this.ListEntity.FormattingEnabled = true; + this.ListEntity.Name = "ListEntity"; + this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.SpawnEntityInputChanged); + // + // 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; + // + // GrpQuestFilters + // + resources.ApplyResources(this.GrpQuestFilters, "GrpQuestFilters"); + this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterTEST); + this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterUNRELEASED); + this.GrpQuestFilters.Controls.Add(this.ChkQuestFilterHIDDEN); + this.GrpQuestFilters.Name = "GrpQuestFilters"; + this.GrpQuestFilters.TabStop = false; + // + // ChkQuestFilterTEST + // + resources.ApplyResources(this.ChkQuestFilterTEST, "ChkQuestFilterTEST"); + this.ChkQuestFilterTEST.Name = "ChkQuestFilterTEST"; + this.ChkQuestFilterTEST.Tag = "(test)"; + this.ChkQuestFilterTEST.UseVisualStyleBackColor = true; + this.ChkQuestFilterTEST.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); + // + // ChkQuestFilterUNRELEASED + // + resources.ApplyResources(this.ChkQuestFilterUNRELEASED, "ChkQuestFilterUNRELEASED"); + this.ChkQuestFilterUNRELEASED.Name = "ChkQuestFilterUNRELEASED"; + this.ChkQuestFilterUNRELEASED.Tag = "$UNRELEASED"; + this.ChkQuestFilterUNRELEASED.UseVisualStyleBackColor = true; + this.ChkQuestFilterUNRELEASED.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); + // + // ChkQuestFilterHIDDEN + // + resources.ApplyResources(this.ChkQuestFilterHIDDEN, "ChkQuestFilterHIDDEN"); + this.ChkQuestFilterHIDDEN.Name = "ChkQuestFilterHIDDEN"; + this.ChkQuestFilterHIDDEN.Tag = "$HIDDEN"; + this.ChkQuestFilterHIDDEN.UseVisualStyleBackColor = true; + this.ChkQuestFilterHIDDEN.CheckedChanged += new System.EventHandler(this.QuestFilterChanged); + // + // BtnFinishQuest + // + resources.ApplyResources(this.BtnFinishQuest, "BtnFinishQuest"); + this.BtnFinishQuest.Name = "BtnFinishQuest"; + this.BtnFinishQuest.Tag = "finish"; + this.BtnFinishQuest.UseVisualStyleBackColor = true; + this.BtnFinishQuest.Click += new System.EventHandler(this.QuestButsClicked); + // + // BtnAddQuest + // + resources.ApplyResources(this.BtnAddQuest, "BtnAddQuest"); + this.BtnAddQuest.Name = "BtnAddQuest"; + this.BtnAddQuest.Tag = "add"; + this.BtnAddQuest.UseVisualStyleBackColor = true; + this.BtnAddQuest.Click += new System.EventHandler(this.QuestButsClicked); + // + // LblQuestDescription + // + resources.ApplyResources(this.LblQuestDescription, "LblQuestDescription"); + this.LblQuestDescription.Name = "LblQuestDescription"; + // + // TxtQuestFilter + // + resources.ApplyResources(this.TxtQuestFilter, "TxtQuestFilter"); + this.TxtQuestFilter.Name = "TxtQuestFilter"; + this.TxtQuestFilter.TextChanged += new System.EventHandler(this.QuestFilterChanged); + // + // ListQuest + // + resources.ApplyResources(this.ListQuest, "ListQuest"); + this.ListQuest.FormattingEnabled = true; + this.ListQuest.Name = "ListQuest"; + // + // TPArtifact + // + this.TPArtifact.Controls.Add(this.LblArtifactLevelTip); + this.TPArtifact.Controls.Add(this.BtnAddSubAttr); + this.TPArtifact.Controls.Add(this.LblArtifactName); + this.TPArtifact.Controls.Add(this.LblArtifactPart); + this.TPArtifact.Controls.Add(this.CmbArtifactPart); + this.TPArtifact.Controls.Add(this.CmbArtifactSet); + this.TPArtifact.Controls.Add(this.LblArtifactSet); + this.TPArtifact.Controls.Add(this.NUDSubAttributionTimes); + this.TPArtifact.Controls.Add(this.CmbSubAttributionValue); + this.TPArtifact.Controls.Add(this.CmbSubAttribution); + this.TPArtifact.Controls.Add(this.LblClearSubAttrCheckedList); + this.TPArtifact.Controls.Add(this.ListSubAttributionChecked); + this.TPArtifact.Controls.Add(this.LblArtifactLevel); + this.TPArtifact.Controls.Add(this.LblSubAttribution); + this.TPArtifact.Controls.Add(this.CmbMainAttribution); + this.TPArtifact.Controls.Add(this.LblMainAttribution); + 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; + // + // LblArtifactLevelTip + // + resources.ApplyResources(this.LblArtifactLevelTip, "LblArtifactLevelTip"); + this.LblArtifactLevelTip.ForeColor = System.Drawing.SystemColors.ControlDarkDark; + this.LblArtifactLevelTip.Name = "LblArtifactLevelTip"; + // + // BtnAddSubAttr + // + resources.ApplyResources(this.BtnAddSubAttr, "BtnAddSubAttr"); + this.BtnAddSubAttr.Name = "BtnAddSubAttr"; + this.BtnAddSubAttr.UseVisualStyleBackColor = true; + this.BtnAddSubAttr.Click += new System.EventHandler(this.BtnAddSubAttr_Click); + // + // LblArtifactName + // + resources.ApplyResources(this.LblArtifactName, "LblArtifactName"); + this.LblArtifactName.Name = "LblArtifactName"; + // + // LblArtifactPart + // + resources.ApplyResources(this.LblArtifactPart, "LblArtifactPart"); + this.LblArtifactPart.Name = "LblArtifactPart"; + // + // CmbArtifactPart + // + resources.ApplyResources(this.CmbArtifactPart, "CmbArtifactPart"); + this.CmbArtifactPart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbArtifactPart.DropDownWidth = 125; + this.CmbArtifactPart.FormattingEnabled = true; + this.CmbArtifactPart.Name = "CmbArtifactPart"; + this.CmbArtifactPart.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactPart_SelectedIndexChanged); + // + // CmbArtifactSet + // + resources.ApplyResources(this.CmbArtifactSet, "CmbArtifactSet"); + this.CmbArtifactSet.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; + this.CmbArtifactSet.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; + this.CmbArtifactSet.FormattingEnabled = true; + this.CmbArtifactSet.Name = "CmbArtifactSet"; + this.CmbArtifactSet.SelectedIndexChanged += new System.EventHandler(this.CmbArtifactSet_SelectedIndexChanged); + // + // LblArtifactSet + // + resources.ApplyResources(this.LblArtifactSet, "LblArtifactSet"); + this.LblArtifactSet.Name = "LblArtifactSet"; + // + // NUDSubAttributionTimes + // + resources.ApplyResources(this.NUDSubAttributionTimes, "NUDSubAttributionTimes"); + this.NUDSubAttributionTimes.Maximum = new decimal(new int[] { + 1000, + 0, + 0, + 0}); + this.NUDSubAttributionTimes.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDSubAttributionTimes.Name = "NUDSubAttributionTimes"; + this.NUDSubAttributionTimes.Value = new decimal(new int[] { + 1, + 0, + 0, + 0}); + // + // CmbSubAttributionValue + // + resources.ApplyResources(this.CmbSubAttributionValue, "CmbSubAttributionValue"); + this.CmbSubAttributionValue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbSubAttributionValue.FormattingEnabled = true; + this.CmbSubAttributionValue.Name = "CmbSubAttributionValue"; + // + // CmbSubAttribution + // + resources.ApplyResources(this.CmbSubAttribution, "CmbSubAttribution"); + this.CmbSubAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbSubAttribution.FormattingEnabled = true; + this.CmbSubAttribution.Name = "CmbSubAttribution"; + this.CmbSubAttribution.SelectedIndexChanged += new System.EventHandler(this.CmbSubAttribution_SelectedIndexChanged); + // + // LblClearSubAttrCheckedList + // + resources.ApplyResources(this.LblClearSubAttrCheckedList, "LblClearSubAttrCheckedList"); + this.LblClearSubAttrCheckedList.Cursor = System.Windows.Forms.Cursors.Hand; + this.LblClearSubAttrCheckedList.Name = "LblClearSubAttrCheckedList"; + this.LblClearSubAttrCheckedList.Click += new System.EventHandler(this.LblClearSubAttrCheckedList_Click); + // + // ListSubAttributionChecked + // + resources.ApplyResources(this.ListSubAttributionChecked, "ListSubAttributionChecked"); + this.ListSubAttributionChecked.FormattingEnabled = true; + this.ListSubAttributionChecked.Name = "ListSubAttributionChecked"; + this.ListSubAttributionChecked.SelectedIndexChanged += new System.EventHandler(this.ListSubAttributionChecked_SelectedIndexChanged); + // + // LblArtifactLevel + // + resources.ApplyResources(this.LblArtifactLevel, "LblArtifactLevel"); + this.LblArtifactLevel.Name = "LblArtifactLevel"; + // + // LblSubAttribution + // + resources.ApplyResources(this.LblSubAttribution, "LblSubAttribution"); + this.LblSubAttribution.Name = "LblSubAttribution"; + // + // CmbMainAttribution + // + resources.ApplyResources(this.CmbMainAttribution, "CmbMainAttribution"); + this.CmbMainAttribution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbMainAttribution.FormattingEnabled = true; + this.CmbMainAttribution.Name = "CmbMainAttribution"; + this.CmbMainAttribution.SelectedIndexChanged += new System.EventHandler(this.ArtifactInputChanged); + // + // LblMainAttribution + // + resources.ApplyResources(this.LblMainAttribution, "LblMainAttribution"); + this.LblMainAttribution.Name = "LblMainAttribution"; + // + // NUDArtifactLevel + // + resources.ApplyResources(this.NUDArtifactLevel, "NUDArtifactLevel"); + this.NUDArtifactLevel.Maximum = new decimal(new int[] { + 20, + 0, + 0, + 0}); + this.NUDArtifactLevel.Name = "NUDArtifactLevel"; + this.NUDArtifactLevel.Value = new decimal(new int[] { + 20, + 0, + 0, + 0}); + this.NUDArtifactLevel.ValueChanged += new System.EventHandler(this.ArtifactInputChanged); + // + // LblArtifactStars + // + resources.ApplyResources(this.LblArtifactStars, "LblArtifactStars"); + this.LblArtifactStars.Name = "LblArtifactStars"; + // + // NUDArtifactStars + // + resources.ApplyResources(this.NUDArtifactStars, "NUDArtifactStars"); + this.NUDArtifactStars.Maximum = new decimal(new int[] { + 5, + 0, + 0, + 0}); + this.NUDArtifactStars.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.NUDArtifactStars.Name = "NUDArtifactStars"; + this.NUDArtifactStars.Value = new decimal(new int[] { + 5, + 0, + 0, + 0}); + this.NUDArtifactStars.ValueChanged += new System.EventHandler(this.ArtifactInputChanged); + // + // TPCustom + // + this.TPCustom.Controls.Add(this.BtnExportCustomCommands); + this.TPCustom.Controls.Add(this.BtnLoadCustomCommands); + this.TPCustom.Controls.Add(this.LblCustomName); + this.TPCustom.Controls.Add(this.groupBox1); + 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; + // + // BtnExportCustomCommands + // + resources.ApplyResources(this.BtnExportCustomCommands, "BtnExportCustomCommands"); + this.BtnExportCustomCommands.Name = "BtnExportCustomCommands"; + this.BtnExportCustomCommands.UseVisualStyleBackColor = true; + this.BtnExportCustomCommands.Click += new System.EventHandler(this.BtnExport_Click); + // + // BtnLoadCustomCommands + // + resources.ApplyResources(this.BtnLoadCustomCommands, "BtnLoadCustomCommands"); + this.BtnLoadCustomCommands.Name = "BtnLoadCustomCommands"; + this.BtnLoadCustomCommands.UseVisualStyleBackColor = true; + this.BtnLoadCustomCommands.Click += new System.EventHandler(this.BtnImport_Click); + // + // LblCustomName + // + resources.ApplyResources(this.LblCustomName, "LblCustomName"); + this.LblCustomName.Name = "LblCustomName"; + // + // groupBox1 + // + resources.ApplyResources(this.groupBox1, "groupBox1"); + this.groupBox1.Controls.Add(this.LnkResetCustomCommands); + this.groupBox1.Controls.Add(this.FLPCustomCommands); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.TabStop = false; + // + // LnkResetCustomCommands + // + resources.ApplyResources(this.LnkResetCustomCommands, "LnkResetCustomCommands"); + this.LnkResetCustomCommands.Name = "LnkResetCustomCommands"; + this.LnkResetCustomCommands.TabStop = true; + this.LnkResetCustomCommands.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkResetCustomCommands_LinkClicked); + // + // FLPCustomCommands + // + resources.ApplyResources(this.FLPCustomCommands, "FLPCustomCommands"); + this.FLPCustomCommands.Name = "FLPCustomCommands"; + // + // BtnRemoveCustomCommand + // + resources.ApplyResources(this.BtnRemoveCustomCommand, "BtnRemoveCustomCommand"); + this.BtnRemoveCustomCommand.Name = "BtnRemoveCustomCommand"; + this.BtnRemoveCustomCommand.UseVisualStyleBackColor = true; + this.BtnRemoveCustomCommand.Click += new System.EventHandler(this.BtnRemoveCustomCommand_Click); + // + // BtnSaveCustomCommand + // + resources.ApplyResources(this.BtnSaveCustomCommand, "BtnSaveCustomCommand"); + this.BtnSaveCustomCommand.Name = "BtnSaveCustomCommand"; + this.BtnSaveCustomCommand.UseVisualStyleBackColor = true; + this.BtnSaveCustomCommand.Click += new System.EventHandler(this.BtnSaveCustomCommand_Click); + // + // TxtCustomName + // + resources.ApplyResources(this.TxtCustomName, "TxtCustomName"); + this.TxtCustomName.Name = "TxtCustomName"; + // + // TPHome + // + this.TPHome.Controls.Add(this.LblAbout); + this.TPHome.Controls.Add(this.BtnOpenTextMap); + 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; + // + // LblAbout + // + resources.ApplyResources(this.LblAbout, "LblAbout"); + this.LblAbout.Name = "LblAbout"; + // + // BtnOpenTextMap + // + resources.ApplyResources(this.BtnOpenTextMap, "BtnOpenTextMap"); + this.BtnOpenTextMap.Name = "BtnOpenTextMap"; + this.BtnOpenTextMap.UseVisualStyleBackColor = true; + this.BtnOpenTextMap.Click += new System.EventHandler(this.BtnOpenTextMap_Click); + // + // BtnOpenGachaBannerEditor + // + resources.ApplyResources(this.BtnOpenGachaBannerEditor, "BtnOpenGachaBannerEditor"); + this.BtnOpenGachaBannerEditor.Name = "BtnOpenGachaBannerEditor"; + this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true; + this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click); + // + // GrasscutterToolsIcon + // + resources.ApplyResources(this.GrasscutterToolsIcon, "GrasscutterToolsIcon"); + this.GrasscutterToolsIcon.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter; + this.GrasscutterToolsIcon.Name = "GrasscutterToolsIcon"; + this.GrasscutterToolsIcon.TabStop = false; + // + // GrpSettings + // + resources.ApplyResources(this.GrpSettings, "GrpSettings"); + this.GrpSettings.Controls.Add(this.ChkTopMost); + this.GrpSettings.Controls.Add(this.ChkNewCommand); + this.GrpSettings.Controls.Add(this.CmbLanguage); + this.GrpSettings.Controls.Add(this.LblLanguage); + this.GrpSettings.Controls.Add(this.NUDUid); + this.GrpSettings.Controls.Add(this.ChkIncludeUID); + this.GrpSettings.Controls.Add(this.LblDefaultUid); + this.GrpSettings.Name = "GrpSettings"; + this.GrpSettings.TabStop = false; + // + // ChkTopMost + // + resources.ApplyResources(this.ChkTopMost, "ChkTopMost"); + this.ChkTopMost.Name = "ChkTopMost"; + this.ChkTopMost.UseVisualStyleBackColor = true; + this.ChkTopMost.CheckedChanged += new System.EventHandler(this.ChkTopMost_CheckedChanged); + // + // ChkNewCommand + // + resources.ApplyResources(this.ChkNewCommand, "ChkNewCommand"); + this.ChkNewCommand.Name = "ChkNewCommand"; + this.ChkNewCommand.UseVisualStyleBackColor = true; + this.ChkNewCommand.CheckedChanged += new System.EventHandler(this.ChkNewCommand_CheckedChanged); + // + // CmbLanguage + // + this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.CmbLanguage.FormattingEnabled = true; + resources.ApplyResources(this.CmbLanguage, "CmbLanguage"); + this.CmbLanguage.Name = "CmbLanguage"; + this.CmbLanguage.SelectedIndexChanged += new System.EventHandler(this.CmbLanguage_SelectedIndexChanged); + // + // LblLanguage + // + resources.ApplyResources(this.LblLanguage, "LblLanguage"); + this.LblLanguage.Name = "LblLanguage"; + // + // NUDUid + // + resources.ApplyResources(this.NUDUid, "NUDUid"); + this.NUDUid.Maximum = new decimal(new int[] { + 2147483647, + 0, + 0, + 0}); + this.NUDUid.Name = "NUDUid"; + this.NUDUid.Value = new decimal(new int[] { + 10001, + 0, + 0, + 0}); + // + // ChkIncludeUID + // + resources.ApplyResources(this.ChkIncludeUID, "ChkIncludeUID"); + this.ChkIncludeUID.Name = "ChkIncludeUID"; + this.ChkIncludeUID.UseVisualStyleBackColor = true; + // + // LblDefaultUid + // + resources.ApplyResources(this.LblDefaultUid, "LblDefaultUid"); + this.LblDefaultUid.Name = "LblDefaultUid"; + // + // TCMain + // + resources.ApplyResources(this.TCMain, "TCMain"); + this.TCMain.Controls.Add(this.TPHome); + this.TCMain.Controls.Add(this.TPCustom); + this.TCMain.Controls.Add(this.TPArtifact); + this.TCMain.Controls.Add(this.TPQuest); + this.TCMain.Controls.Add(this.TPSpawn); + this.TCMain.Controls.Add(this.TPAvatar); + this.TCMain.Controls.Add(this.TPStats); + this.TCMain.Controls.Add(this.TPWeapon); + this.TCMain.Controls.Add(this.TPItem); + this.TCMain.Controls.Add(this.TPScene); + this.TCMain.Controls.Add(this.TPManage); + this.TCMain.Controls.Add(this.TPAbout); + this.TCMain.Controls.Add(this.TPRemoteCall); + this.TCMain.Name = "TCMain"; + this.TCMain.SelectedIndex = 0; + // + // RbEntityGadget + // + resources.ApplyResources(this.RbEntityGadget, "RbEntityGadget"); + this.RbEntityGadget.Name = "RbEntityGadget"; + this.RbEntityGadget.UseVisualStyleBackColor = true; + // + // FormMain + // + resources.ApplyResources(this, "$this"); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.Controls.Add(this.TCMain); + this.Controls.Add(this.GrpCommand); + this.KeyPreview = true; + this.Name = "FormMain"; + this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed); + this.Load += new System.EventHandler(this.FormMain_Load); + this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormMain_KeyDown); + this.GrpCommand.ResumeLayout(false); + this.GrpCommand.PerformLayout(); + this.TPRemoteCall.ResumeLayout(false); + this.TPRemoteCall.PerformLayout(); + this.GrpServerStatus.ResumeLayout(false); + this.GrpServerStatus.PerformLayout(); + this.GrpRemoteCommand.ResumeLayout(false); + this.TPOpenCommandCheck.ResumeLayout(false); + this.TPPlayerCheck.ResumeLayout(false); + this.TPPlayerCheck.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).EndInit(); + this.TPConsoleCheck.ResumeLayout(false); + this.TPConsoleCheck.PerformLayout(); + this.TPAbout.ResumeLayout(false); + this.TPAbout.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).EndInit(); + this.TPManage.ResumeLayout(false); + this.GrpBanPlayer.ResumeLayout(false); + this.GrpBanPlayer.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).EndInit(); + this.GrpAccount.ResumeLayout(false); + this.GrpAccount.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDAccountUid)).EndInit(); + this.GrpPermission.ResumeLayout(false); + this.GrpPermission.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDPermUID)).EndInit(); + this.TPScene.ResumeLayout(false); + this.TPScene.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTpZ)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTpY)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTpX)).EndInit(); + this.TPItem.ResumeLayout(false); + this.TPItem.PerformLayout(); + this.GrpGiveItemRecord.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemAmout)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDGameItemLevel)).EndInit(); + this.TPWeapon.ResumeLayout(false); + this.TPWeapon.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponRefinement)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponAmout)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDWeaponLevel)).EndInit(); + this.TPStats.ResumeLayout(false); + this.TPStats.PerformLayout(); + this.GrpSetStats.ResumeLayout(false); + this.GrpSetStats.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDStat)).EndInit(); + this.GrpTalentLevel.ResumeLayout(false); + this.GrpTalentLevel.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit(); + this.TPAvatar.ResumeLayout(false); + this.TPAvatar.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit(); + this.TPSpawn.ResumeLayout(false); + this.TPSpawn.PerformLayout(); + this.GrpSpawnRecord.ResumeLayout(false); + this.GrpEntityType.ResumeLayout(false); + this.GrpEntityType.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).EndInit(); + this.TPQuest.ResumeLayout(false); + this.TPQuest.PerformLayout(); + this.GrpQuestFilters.ResumeLayout(false); + this.GrpQuestFilters.PerformLayout(); + this.TPArtifact.ResumeLayout(false); + this.TPArtifact.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDSubAttributionTimes)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactLevel)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.NUDArtifactStars)).EndInit(); + this.TPCustom.ResumeLayout(false); + this.TPCustom.PerformLayout(); + this.groupBox1.ResumeLayout(false); + this.groupBox1.PerformLayout(); + this.TPHome.ResumeLayout(false); + this.TPHome.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).EndInit(); + this.GrpSettings.ResumeLayout(false); + this.GrpSettings.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit(); + this.TCMain.ResumeLayout(false); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.TextBox TxtCommand; + private System.Windows.Forms.Button BtnCopy; + private System.Windows.Forms.CheckBox ChkAutoCopy; + private System.Windows.Forms.GroupBox GrpCommand; + private System.Windows.Forms.Button BtnInvokeOpenCommand; + private System.Windows.Forms.TabPage TPRemoteCall; + private System.Windows.Forms.GroupBox GrpServerStatus; + private System.Windows.Forms.LinkLabel LnkOpenCommandLabel; + private System.Windows.Forms.Label LblOpenCommandSupport; + private System.Windows.Forms.Label LblServerVersion; + private System.Windows.Forms.Label LblPlayerCount; + private System.Windows.Forms.Label LblServerVersionLabel; + private System.Windows.Forms.Label LblPlayerCountLabel; + private System.Windows.Forms.GroupBox GrpRemoteCommand; + private System.Windows.Forms.TabControl TPOpenCommandCheck; + private System.Windows.Forms.TabPage TPPlayerCheck; + private System.Windows.Forms.LinkLabel LnkRCHelp; + private System.Windows.Forms.NumericUpDown NUDRemotePlayerId; + private System.Windows.Forms.Button BtnConnectOpenCommand; + private System.Windows.Forms.Label LblVerificationCode; + private System.Windows.Forms.Button BtnSendVerificationCode; + private System.Windows.Forms.NumericUpDown NUDVerificationCode; + private System.Windows.Forms.Label LblRemotePlayerId; + private System.Windows.Forms.TabPage TPConsoleCheck; + private System.Windows.Forms.Button BtnConsoleConnect; + private System.Windows.Forms.TextBox TxtToken; + private System.Windows.Forms.Label LblToken; + private System.Windows.Forms.Label LblConsoleTip; + private System.Windows.Forms.TextBox TxtHost; + private System.Windows.Forms.Button BtnQueryServerStatus; + private System.Windows.Forms.Label LblHost; + private System.Windows.Forms.TabPage TPAbout; + private System.Windows.Forms.PictureBox GrasscutterToolsSupport; + private System.Windows.Forms.LinkLabel LnkGithub; + private System.Windows.Forms.Label LblSupportDescription; + private System.Windows.Forms.TabPage TPManage; + private System.Windows.Forms.GroupBox GrpBanPlayer; + private System.Windows.Forms.DateTimePicker DTPBanEndTime; + private System.Windows.Forms.Button BtnUnban; + private System.Windows.Forms.Button BtnBan; + private Controls.TextBoxXP TxtBanReason; + private System.Windows.Forms.NumericUpDown NUDBanUID; + private System.Windows.Forms.Label LblBanUID; + private System.Windows.Forms.GroupBox GrpAccount; + private System.Windows.Forms.CheckBox ChkAccountSetUid; + private System.Windows.Forms.NumericUpDown NUDAccountUid; + private System.Windows.Forms.Button BtnDeleteAccount; + private System.Windows.Forms.Button BtnCreateAccount; + private System.Windows.Forms.Label LblAccountUserName; + private System.Windows.Forms.TextBox TxtAccountUserName; + private System.Windows.Forms.GroupBox GrpPermission; + private System.Windows.Forms.ComboBox CmbPerm; + private System.Windows.Forms.NumericUpDown NUDPermUID; + private System.Windows.Forms.Button BtmPermRemove; + private System.Windows.Forms.Button BtnPermAdd; + private System.Windows.Forms.Label LblPerm; + private System.Windows.Forms.Label LblPermUID; + private System.Windows.Forms.TabPage TPScene; + private System.Windows.Forms.TextBox TxtSceneFilter; + private System.Windows.Forms.CheckBox ChkIncludeSceneId; + private System.Windows.Forms.Label LblTp; + private System.Windows.Forms.Label LblTpZ; + private System.Windows.Forms.Label LblTpY; + private System.Windows.Forms.Button BtnTeleport; + private System.Windows.Forms.Label LblTpX; + private System.Windows.Forms.NumericUpDown NUDTpZ; + private System.Windows.Forms.NumericUpDown NUDTpY; + private System.Windows.Forms.NumericUpDown NUDTpX; + private System.Windows.Forms.ComboBox CmbClimateType; + private System.Windows.Forms.Label LblClimateType; + private System.Windows.Forms.Label LblSceneDescription; + private System.Windows.Forms.ListBox ListScenes; + private System.Windows.Forms.TabPage TPItem; + private System.Windows.Forms.Button BtnSaveGiveItemLog; + private System.Windows.Forms.Button BtnRemoveGiveItemLog; + private System.Windows.Forms.GroupBox GrpGiveItemRecord; + private System.Windows.Forms.ListBox ListGiveItemLogs; + private System.Windows.Forms.CheckBox ChkDrop; + private System.Windows.Forms.TextBox TxtGameItemFilter; + private System.Windows.Forms.ListBox ListGameItems; + private System.Windows.Forms.Label LblGameItemAmount; + private System.Windows.Forms.Label LblGameItemLevel; + private System.Windows.Forms.NumericUpDown NUDGameItemAmout; + private System.Windows.Forms.NumericUpDown NUDGameItemLevel; + private System.Windows.Forms.Label LblGiveCommandDescription; + private System.Windows.Forms.TabPage TPWeapon; + private System.Windows.Forms.TextBox TxtWeaponFilter; + private System.Windows.Forms.Label LblWeaponDescription; + private System.Windows.Forms.Label LblWeaponRefinement; + private System.Windows.Forms.Label LblWeaponAmount; + private System.Windows.Forms.Label LblWeaponLevel; + private System.Windows.Forms.NumericUpDown NUDWeaponRefinement; + private System.Windows.Forms.NumericUpDown NUDWeaponAmout; + private System.Windows.Forms.NumericUpDown NUDWeaponLevel; + private System.Windows.Forms.ListBox ListWeapons; + private System.Windows.Forms.TabPage TPStats; + private System.Windows.Forms.GroupBox GrpSetStats; + private System.Windows.Forms.Label LblStatTip; + private System.Windows.Forms.Label LblStatPercent; + private System.Windows.Forms.NumericUpDown NUDStat; + private System.Windows.Forms.ComboBox CmbStat; + private System.Windows.Forms.GroupBox GrpTalentLevel; + private System.Windows.Forms.LinkLabel LnkTalentE; + private System.Windows.Forms.LinkLabel LnkTalentQ; + private System.Windows.Forms.LinkLabel LnkTalentNormalATK; + private System.Windows.Forms.NumericUpDown NUDTalentLevel; + private System.Windows.Forms.Label LblStatsDescription; + private System.Windows.Forms.TabPage TPAvatar; + private System.Windows.Forms.PictureBox ImgAvatar; + private System.Windows.Forms.Label LblAvatar; + private System.Windows.Forms.Label LblAvatarLevel; + private System.Windows.Forms.NumericUpDown NUDAvatarLevel; + private System.Windows.Forms.ComboBox CmbAvatar; + 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.RadioButton RbEntityAnimal; + private System.Windows.Forms.RadioButton RbEntityNPC; + private System.Windows.Forms.RadioButton RbEntityMonster; + private System.Windows.Forms.Label LblSpawnDescription; + private System.Windows.Forms.Label LblEntityAmount; + private System.Windows.Forms.Label LblEntityLevel; + private System.Windows.Forms.NumericUpDown NUDEntityAmout; + private System.Windows.Forms.NumericUpDown NUDEntityLevel; + private System.Windows.Forms.TextBox TxtEntityFilter; + private System.Windows.Forms.ListBox ListEntity; + private System.Windows.Forms.TabPage TPQuest; + private System.Windows.Forms.GroupBox GrpQuestFilters; + private System.Windows.Forms.CheckBox ChkQuestFilterTEST; + private System.Windows.Forms.CheckBox ChkQuestFilterUNRELEASED; + private System.Windows.Forms.CheckBox ChkQuestFilterHIDDEN; + private System.Windows.Forms.Button BtnFinishQuest; + private System.Windows.Forms.Button BtnAddQuest; + private System.Windows.Forms.Label LblQuestDescription; + private System.Windows.Forms.TextBox TxtQuestFilter; + private System.Windows.Forms.ListBox ListQuest; + private System.Windows.Forms.TabPage TPArtifact; + private System.Windows.Forms.Button BtnAddSubAttr; + private System.Windows.Forms.Label LblArtifactName; + private System.Windows.Forms.NumericUpDown NUDArtifactStars; + private System.Windows.Forms.Label LblArtifactStars; + private System.Windows.Forms.Label LblArtifactPart; + private System.Windows.Forms.ComboBox CmbArtifactPart; + private System.Windows.Forms.ComboBox CmbArtifactSet; + private System.Windows.Forms.Label LblArtifactSet; + private System.Windows.Forms.NumericUpDown NUDSubAttributionTimes; + private System.Windows.Forms.ComboBox CmbSubAttributionValue; + private System.Windows.Forms.ComboBox CmbSubAttribution; + private System.Windows.Forms.Label LblClearSubAttrCheckedList; + private System.Windows.Forms.ListBox ListSubAttributionChecked; + private System.Windows.Forms.NumericUpDown NUDArtifactLevel; + private System.Windows.Forms.Label LblArtifactLevel; + private System.Windows.Forms.Label LblSubAttribution; + private System.Windows.Forms.ComboBox CmbMainAttribution; + private System.Windows.Forms.Label LblMainAttribution; + private System.Windows.Forms.TabPage TPCustom; + private System.Windows.Forms.Button BtnExportCustomCommands; + private System.Windows.Forms.Button BtnLoadCustomCommands; + private System.Windows.Forms.Label LblCustomName; + private System.Windows.Forms.GroupBox groupBox1; + private System.Windows.Forms.LinkLabel LnkResetCustomCommands; + private System.Windows.Forms.FlowLayoutPanel FLPCustomCommands; + private System.Windows.Forms.Button BtnRemoveCustomCommand; + private System.Windows.Forms.Button BtnSaveCustomCommand; + private System.Windows.Forms.TextBox TxtCustomName; + private System.Windows.Forms.TabPage TPHome; + private System.Windows.Forms.Label LblAbout; + private System.Windows.Forms.Button BtnOpenTextMap; + private System.Windows.Forms.Button BtnOpenGachaBannerEditor; + private System.Windows.Forms.PictureBox GrasscutterToolsIcon; + private System.Windows.Forms.GroupBox GrpSettings; + private System.Windows.Forms.CheckBox ChkTopMost; + private System.Windows.Forms.CheckBox ChkNewCommand; + private System.Windows.Forms.ComboBox CmbLanguage; + private System.Windows.Forms.Label LblLanguage; + private System.Windows.Forms.NumericUpDown NUDUid; + private System.Windows.Forms.CheckBox ChkIncludeUID; + private System.Windows.Forms.Label LblDefaultUid; + private System.Windows.Forms.TabControl TCMain; + private System.Windows.Forms.Label LblArtifactLevelTip; + private System.Windows.Forms.Label LblClearSpawnLogs; + private System.Windows.Forms.Label LblClearGiveItemLogs; + private System.Windows.Forms.LinkLabel LblResetStatsCommand; + private System.Windows.Forms.Label LblResetStatsTip; + private System.Windows.Forms.Label LblAvatarConstellation; + private System.Windows.Forms.NumericUpDown NUDAvatarConstellation; + private System.Windows.Forms.Label LblConstellationTip; + private System.Windows.Forms.Button BtnGiveAllChar; + private System.Windows.Forms.Label LblHostTip; + private System.Windows.Forms.Button ButtonOpenGOODImport; + private System.Windows.Forms.LinkLabel LnkInventoryKamera; + private System.Windows.Forms.Label LblGOODHelp; + private System.Windows.Forms.LinkLabel LnkGOODHelp; + private System.Windows.Forms.LinkLabel LnkLinks; + private System.Windows.Forms.RadioButton RbEntityGadget; + } +} diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs index 069bd77..add2f8a 100644 --- a/Source/GrasscutterTools/Forms/FormMain.cs +++ b/Source/GrasscutterTools/Forms/FormMain.cs @@ -892,6 +892,7 @@ namespace GrasscutterTools.Forms { RbEntityAnimal.Tag = GameData.Animals.Lines; RbEntityMonster.Tag = GameData.Monsters.Lines; + RbEntityGadget.Tag = GameData.Gadgets.Lines; RbEntityNPC.Tag = GameData.NPCs.Lines; RbEntityAnimal.Checked = true; LoadEntityList(); @@ -900,6 +901,7 @@ namespace GrasscutterTools.Forms { var rb = RbEntityAnimal.Checked ? RbEntityAnimal : RbEntityMonster.Checked ? RbEntityMonster : + RbEntityGadget.Checked ? RbEntityGadget : RbEntityNPC; if (rb.Checked) { @@ -915,6 +917,7 @@ namespace GrasscutterTools.Forms var filter = TxtEntityFilter.Text.Trim(); var rb = RbEntityAnimal.Checked ? RbEntityAnimal : RbEntityMonster.Checked ? RbEntityMonster : + RbEntityGadget.Checked ? RbEntityGadget : RbEntityNPC; var data = rb.Tag as string[]; ListEntity.BeginUpdate(); diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx index 568064f..81088a8 100644 --- a/Source/GrasscutterTools/Forms/FormMain.resx +++ b/Source/GrasscutterTools/Forms/FormMain.resx @@ -1,2771 +1,2747 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Top, Left, Right - - - - 87, 22 - - - 400, 23 - - - - 0 - - - TxtCommand - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 3 - - - Top, Right - - - NoControl - - - 493, 22 - - - 50, 23 - - - 1 - - - 复制 - - - BtnCopy - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 1 - - - Top, Right - - - True - - - NoControl - - - 549, 24 - - - 51, 21 - - - 2 - - - 自动 - - - ChkAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 2 - - - Bottom, Left, Right - - - NoControl - - - 6, 22 - - - 75, 23 - - - 3 - - - 执行(F5) - - - BtnInvokeOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - - - 12, 293 - - - 610, 56 - - - 610, 56 - - - 3 - - - 命令(按住 Ctrl 自动执行) - - - GrpCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - None - - - True - - - 419, 206 - - - 37, 17 - - - 14 - - - Links - - - LnkLinks - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - None - - - True - - - NoControl - - - 367, 206 - - - 46, 17 - - - 13 - - - GOOD - - - LnkGOODHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 1 - - - None - - - NoControl - - - 461, 183 - - - 107, 17 - - - 12 - - - 存档扫描开源工具 - - - LnkInventoryKamera - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - None - - - NoControl - - - 363, 139 - - - 205, 58 - - - 11 - - - 快来将你的官服存档导入GC吧! - - - LblGOODHelp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 3 - - - None - - - False - - - NoControl - - - 459, 203 - - - 104, 23 - - - 10 - - - 导入GOOD存档 - - - ButtonOpenGOODImport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 4 - - - None - - - True - - - NoControl - - - 116, 16 - - - 210, 17 - - - 7 - - - 请确保地址中包含 http:// 或 https:// - - - LblHostTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 5 - - - None - - - True - - - NoControl - - - 13, 62 - - - 80, 17 - - - 5 - - - 远程执行插件 - - - LnkOpenCommandLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 0 - - - True - - - NoControl - - - 99, 62 - - - 23, 17 - - - 18 - - - --- - - - LblOpenCommandSupport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 1 - - - True - - - NoControl - - - 99, 28 - - - 23, 17 - - - 14 - - - --- - - - LblServerVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 2 - - - True - - - NoControl - - - 99, 45 - - - 23, 17 - - - 16 - - - --- - - - LblPlayerCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 3 - - - True - - - NoControl - - - 37, 28 - - - 56, 17 - - - 13 - - - 游戏版本 - - - LblServerVersionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 4 - - - True - - - NoControl - - - 25, 45 - - - 68, 17 - - - 15 - - - 当前玩家数 - - - LblPlayerCountLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 5 - - - 363, 36 - - - 200, 100 - - - 4 - - - 服务器状态 - - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 6 - - - None - - - True - - - NoControl - - - 189, 15 - - - 32, 17 - - - 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 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + Top, Left, Right + + + + 87, 22 + + + 400, 23 + + + + 0 + + + TxtCommand + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 3 + + + Top, Right + + + NoControl + + + 493, 22 + + + 50, 23 + + + 1 + + + 复制 + + + BtnCopy + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 1 + + + Top, Right + + + True + + + NoControl + + + 549, 24 + + + 51, 21 + + + 2 + + + 自动 + + + ChkAutoCopy + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 2 + + + Bottom, Left, Right + + + NoControl + + + 6, 22 + + + 75, 23 + + + 3 + + + 执行(F5) + + + BtnInvokeOpenCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpCommand + + + 0 + + + 12, 293 + + + 610, 56 + + + 610, 56 + + + 3 + + + 命令(按住 Ctrl 自动执行) + + + GrpCommand + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + None + + + True + + + 419, 206 + + + 37, 17 + + + 14 + + + Links + + + LnkLinks + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 0 + + + None + + + True + + + NoControl + + + 367, 206 + + + 46, 17 + + + 13 + + + GOOD + + + LnkGOODHelp + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 1 + + + None + + + NoControl + + + 461, 183 + + + 107, 17 + + + 12 + + + 存档扫描开源工具 + + + LnkInventoryKamera + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 2 + + + None + + + NoControl + + + 363, 139 + + + 205, 58 + + + 11 + + + 快来将你的官服存档导入GC吧! + + + LblGOODHelp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 3 + + + None + + + False + + + NoControl + + + 459, 203 + + + 104, 23 + + + 10 + + + 导入GOOD存档 + + + ButtonOpenGOODImport + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 4 + + + None + + + True + + + NoControl + + + 116, 16 + + + 210, 17 + + + 7 + + + 请确保地址中包含 http:// 或 https:// + + + LblHostTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 5 + + + None + + + True + + + NoControl + + + 13, 62 + + + 80, 17 + + + 5 + + + 远程执行插件 + + + LnkOpenCommandLabel + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 0 + + + True + + + NoControl + + + 99, 62 + + + 23, 17 + + + 18 + + + --- + + + LblOpenCommandSupport + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 1 + + + True + + + NoControl + + + 99, 28 + + + 23, 17 + + + 14 + + + --- + + + LblServerVersion + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 2 + + + True + + + NoControl + + + 99, 45 + + + 23, 17 + + + 16 + + + --- + + + LblPlayerCount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 3 + + + True + + + NoControl + + + 37, 28 + + + 56, 17 + + + 13 + + + 游戏版本 + + + LblServerVersionLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 4 + + + True + + + NoControl + + + 25, 45 + + + 68, 17 + + + 15 + + + 当前玩家数 + + + LblPlayerCountLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpServerStatus + + + 5 + + + 363, 36 + + + 200, 100 + + + 4 + + + 服务器状态 + + + GrpServerStatus + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 6 + + + None + + + True + + + NoControl + + + 189, 15 + + + 32, 17 + + + 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, 111 - - - 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 - - - 47, 65 - - - 310, 161 - - - 6 - - - 远程执行 - - - GrpRemoteCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 7 - - - None - - - 119, 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 - - - 307, 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 - - - 45, 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 - - - 602, 245 - - - 14 - - - 远程 - - - TPRemoteCall - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 12 - - - Bottom, Right - - - NoControl - - - 456, 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, 102 - - - 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, 111 + + + 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 + + + 47, 65 + + + 310, 161 + + + 6 + + + 远程执行 + + + GrpRemoteCommand + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 7 + + + None + + + 119, 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 + + + 307, 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 + + + 45, 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 + + + 602, 245 + + + 14 + + + 远程 + + + TPRemoteCall + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 12 + + + Bottom, Right + + + NoControl + + + 456, 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, 102 + + + 3 + + 割草机工具箱 这是一个免费且开源的项目 如果觉得这对你很有帮助,可以为我点一个免费的Star 如果愿意请我喝一杯奶茶,那就更好了 : ) -指令生成有问题,或者有新的功能请求,都可以来Github提出 - - - 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 - - - 602, 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.5.5.0, Culture=neutral, PublicKeyToken=null - - - 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 - - - 31, 138 - - - 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 - - - 31, 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, 22 - - - 60, 23 - - - 5 - - - - 移除 - - - BtmPermRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 2 - - - NoControl - - - 407, 22 - - - 60, 23 - - - 4 - - - + 添加 - - - BtnPermAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 3 - - - True - - - NoControl - - - 212, 25 - - - 32, 17 - - - 2 - - - 权限 - - - LblPerm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 4 - - - True - - - NoControl - - - 6, 25 - - - 54, 17 - - - 0 - - - 目标UID - - - LblPermUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 5 - - - 31, 72 - - - 540, 60 - - - 1 - - - 权限管理 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 2 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 12 - - - 管理 - - - TPManage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 10 - - - Top, Left, Right - - - 346, 5 - - - 250, 23 - - - 13 - - - TxtSceneFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 0 - - - Bottom, Left - - - True - - - False - - - NoControl - - - 90, 190 - - - 76, 21 - - - 12 - - - 含场景ID - - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 6, 105 - - - 296, 51 - - - 11 - - +指令生成有问题,或者有新的功能请求,都可以来Github提出 + + + 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 + + + 602, 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 + + + 66, 22 + + + 82, 23 + + + 6 + + + NUDBanUID + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpBanPlayer + + + 3 + + + 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 + + + 4 + + + 31, 138 + + + 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 + + + 31, 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, 22 + + + 60, 23 + + + 5 + + + - 移除 + + + BtmPermRemove + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 2 + + + NoControl + + + 407, 22 + + + 60, 23 + + + 4 + + + + 添加 + + + BtnPermAdd + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 3 + + + True + + + NoControl + + + 212, 25 + + + 32, 17 + + + 2 + + + 权限 + + + LblPerm + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 4 + + + True + + + NoControl + + + 6, 25 + + + 54, 17 + + + 0 + + + 目标UID + + + LblPermUID + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpPermission + + + 5 + + + 31, 72 + + + 540, 60 + + + 1 + + + 权限管理 + + + GrpPermission + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPManage + + + 2 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 12 + + + 管理 + + + TPManage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 10 + + + Top, Left, Right + + + 346, 5 + + + 250, 23 + + + 13 + + + TxtSceneFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 0 + + + Bottom, Left + + + True + + + False + + + NoControl + + + 90, 190 + + + 76, 21 + + + 12 + + + 含场景ID + + + ChkIncludeSceneId + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 1 + + + Bottom, Left + + + True + + + NoControl + + + 6, 105 + + + 296, 51 + + + 11 + + 坐标传送 提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送 -命令中可以用~表示当前位置,~100表示相对当前100 - - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 2 - - - 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 - - - 3 - - - Bottom, Left - - - True - - - NoControl - - - 112, 161 - - - 14, 17 - - - 9 - - - y - - - LblTpY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 4 - - - Bottom, Left - - - NoControl - - - 9, 188 - - - 75, 23 - - - 8 - - - 传送 - - - BtnTeleport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 5 - - - Bottom, Left - - - True - - - NoControl - - - 6, 161 - - - 14, 17 - - - 7 - - - x - - - LblTpX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 6 - - - Bottom, Left - - - 238, 159 - - - 80, 23 - - - 6 - - - NUDTpZ - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 7 - - - Bottom, Left - - - 132, 159 - - - 80, 23 - - - 5 - - - NUDTpY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - Bottom, Left - - - 26, 159 - - - 80, 23 - - - 4 - - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - Bottom, Left - - - 68, 69 - - - 121, 25 - - - 3 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - Bottom, Left - - - True - - - NoControl - - - 6, 72 - - - 56, 17 - - - 2 - - - 设置天气 - - - LblClimateType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 11 - - - True - - - NoControl - - - 6, 6 - - - 224, 51 - - - 1 - - +命令中可以用~表示当前位置,~100表示相对当前100 + + + LblTp + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 2 + + + 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 + + + 3 + + + Bottom, Left + + + True + + + NoControl + + + 112, 161 + + + 14, 17 + + + 9 + + + y + + + LblTpY + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 4 + + + Bottom, Left + + + NoControl + + + 9, 188 + + + 75, 23 + + + 8 + + + 传送 + + + BtnTeleport + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 5 + + + Bottom, Left + + + True + + + NoControl + + + 6, 161 + + + 14, 17 + + + 7 + + + x + + + LblTpX + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 6 + + + Bottom, Left + + + 238, 159 + + + 80, 23 + + + 6 + + + NUDTpZ + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 7 + + + Bottom, Left + + + 132, 159 + + + 80, 23 + + + 5 + + + NUDTpY + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 8 + + + Bottom, Left + + + 26, 159 + + + 80, 23 + + + 4 + + + NUDTpX + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 9 + + + Bottom, Left + + + 68, 69 + + + 121, 25 + + + 3 + + + CmbClimateType + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 10 + + + Bottom, Left + + + True + + + NoControl + + + 6, 72 + + + 56, 17 + + + 2 + + + 设置天气 + + + LblClimateType + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 11 + + + True + + + NoControl + + + 6, 6 + + + 224, 51 + + + 1 + + 场景控制 -提示:大部分场景没有作用,无法进入。 - - - LblSceneDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 12 - - - Top, Bottom, Left, Right - - - 17 - - - 346, 31 - - - 250, 208 - - - 0 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 13 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 9 - - - 场景 - - - TPScene - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 9 - - - Bottom, Left - - - True - - - NoControl - - - 262, 193 - - - 44, 17 - - - 16 - - - X 清空 - - - LblClearGiveItemLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - NoControl - - - 265, 48 - - - 75, 23 - - - 7 - - - √ 记录 - - - BtnSaveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 1 - - - False - - - NoControl - - - 265, 77 - - - 75, 23 - - - 8 - - - × 删除 - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - Top, Bottom, Left - - - Fill - - - 17 - - - 3, 19 - - - 243, 140 - - - 6 - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 0 - - - 10, 48 - - - 249, 162 - - - 5 - - - 物品记录本 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 3 - - - Bottom, Left - - - True - - - NoControl - - - 255, 217 - - - 51, 21 - - - 4 - - - 掉落 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 4 - - - Top, Left, Right - - - 346, 5 - - - 250, 23 - - - 0 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - Top, Bottom, Left, Right - - - 17 - - - 346, 31 - - - 250, 208 - - - 1 - - - ListGameItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 6, 218 - - - 32, 17 - - - 14 - - - 数量 - - - LblGameItemAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 7 - - - Bottom, Left - - - True - - - NoControl - - - 150, 218 - - - 32, 17 - - - 15 - - - 等级 - - - LblGameItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 8 - - - Bottom, Left - - - 44, 216 - - - 100, 23 - - - 2 - - - NUDGameItemAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 9 - - - Bottom, Left - - - 188, 216 - - - 50, 23 - - - 3 - - - NUDGameItemLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 10 - - - True - - - NoControl - - - 6, 6 - - - 236, 34 - - - 1 - - +提示:大部分场景没有作用,无法进入。 + + + LblSceneDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 12 + + + Top, Bottom, Left, Right + + + 17 + + + 346, 31 + + + 250, 208 + + + 0 + + + ListScenes + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPScene + + + 13 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 9 + + + 场景 + + + TPScene + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 9 + + + Bottom, Left + + + True + + + NoControl + + + 262, 193 + + + 44, 17 + + + 16 + + + X 清空 + + + LblClearGiveItemLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 0 + + + NoControl + + + 265, 48 + + + 75, 23 + + + 7 + + + √ 记录 + + + BtnSaveGiveItemLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 1 + + + False + + + NoControl + + + 265, 77 + + + 75, 23 + + + 8 + + + × 删除 + + + BtnRemoveGiveItemLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 2 + + + Top, Bottom, Left + + + Fill + + + 17 + + + 3, 19 + + + 243, 140 + + + 6 + + + ListGiveItemLogs + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpGiveItemRecord + + + 0 + + + 10, 48 + + + 249, 162 + + + 5 + + + 物品记录本 + + + GrpGiveItemRecord + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 3 + + + Bottom, Left + + + True + + + NoControl + + + 255, 217 + + + 51, 21 + + + 4 + + + 掉落 + + + ChkDrop + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 4 + + + Top, Left, Right + + + 346, 5 + + + 250, 23 + + + 0 + + + TxtGameItemFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 5 + + + Top, Bottom, Left, Right + + + 17 + + + 346, 31 + + + 250, 208 + + + 1 + + + ListGameItems + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 6 + + + Bottom, Left + + + True + + + NoControl + + + 6, 218 + + + 32, 17 + + + 14 + + + 数量 + + + LblGameItemAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 7 + + + Bottom, Left + + + True + + + NoControl + + + 150, 218 + + + 32, 17 + + + 15 + + + 等级 + + + LblGameItemLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 8 + + + Bottom, Left + + + 44, 216 + + + 100, 23 + + + 2 + + + NUDGameItemAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 9 + + + Bottom, Left + + + 188, 216 + + + 50, 23 + + + 3 + + + NUDGameItemLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 10 + + + True + + + NoControl + + + 6, 6 + + + 236, 34 + + + 1 + + 给玩家指定物品 -说明:可选择直接给到背包或者掉落到世界 - - - LblGiveCommandDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 11 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 4 - - - 物品 - - - TPItem - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 8 - - - Top, Right - - - 396, 5 - - - 200, 23 - - - 8 - - - TxtWeaponFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 0 - - - Top, Bottom, Left, Right - - - True - - - NoControl - - - 6, 6 - - - 200, 153 - - - 7 - - +说明:可选择直接给到背包或者掉落到世界 + + + LblGiveCommandDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPItem + + + 11 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 4 + + + 物品 + + + TPItem + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 8 + + + Top, Right + + + 396, 5 + + + 200, 23 + + + 8 + + + TxtWeaponFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 0 + + + Top, Bottom, Left, Right + + + True + + + NoControl + + + 6, 6 + + + 200, 153 + + + 7 + + 获取武器 说明:设置等级会自动设置突破等级 @@ -2774,2987 +2750,3017 @@ >50级 突破3 >60级 突破4 >70级 突破5 ->80级 突破6 - - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 194, 218 - - - 56, 17 - - - 6 - - - 精炼等级 - - - LblWeaponRefinement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 2 - - - Bottom, Left - - - True - - - NoControl - - - 6, 218 - - - 32, 17 - - - 6 - - - 数量 - - - LblWeaponAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 3 - - - Bottom, Left - - - True - - - NoControl - - - 100, 218 - - - 32, 17 - - - 6 - - - 等级 - - - LblWeaponLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 4 - - - Bottom, Left - - - 256, 216 - - - 50, 23 - - - 5 - - - NUDWeaponRefinement - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 5 - - - Bottom, Left - - - 44, 216 - - - 50, 23 - - - 5 - - - NUDWeaponAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 6 - - - Bottom, Left - - - 138, 216 - - - 50, 23 - - - 5 - - - NUDWeaponLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 7 - - - Top, Bottom, Right - - - 17 - - - 396, 31 - - - 200, 208 - - - 4 - - - ListWeapons - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 8 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 3 - - - 武器 - - - TPWeapon - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 7 - - - None - - - True - - - NoControl - - - 195, 135 - - - 92, 17 - - - 6 - - - 获得角色经验时 - - - LblResetStatsCommand - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - - - None - - - True - - - NoControl - - - 283, 135 - - - 128, 17 - - - 5 - - - 当前角色属性将会重置 - - - LblResetStatsTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 1 - - - None - - - NoControl - - - 40, 50 - - - 286, 17 - - - 4 - - - 提示 - - - LblStatTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 0 - - - True - - - NoControl - - - 283, 25 - - - 19, 17 - - - 3 - - - % - - - False - - - LblStatPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 1 - - - 207, 23 - - - 70, 23 - - - 1 - - - NUDStat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 2 - - - 43, 22 - - - 158, 25 - - - 0 - - - CmbStat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 3 - - - 135, 54 - - - 332, 72 - - - 4 - - - 角色属性 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 2 - - - None - - - True - - - NoControl - - - 260, 24 - - - 39, 17 - - - 3 - - - E技能 - - - LnkTalentE - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 0 - - - True - - - NoControl - - - 212, 24 - - - 42, 17 - - - 2 - - - Q技能 - - - LnkTalentQ - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 1 - - - True - - - NoControl - - - 150, 24 - - - 56, 17 - - - 1 - - - 普通攻击 - - - LnkTalentNormalATK - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 2 - - - 44, 22 - - - 100, 23 - - - 0 - - - NUDTalentLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 3 - - - 135, 156 - - - 332, 57 - - - 3 - - - 技能等级 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 3 - - - True - - - NoControl - - - 6, 6 - - - 128, 17 - - - 2 - - - 设置当前活跃角色数据 - - - LblStatsDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 4 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 11 - - - 数据 - - - TPStats - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 6 - - - Bottom, Right - - - Microsoft YaHei UI, 10pt - - - NoControl - - - 395, 192 - - - 150, 35 - - - 9 - - - 一键获得所有角色 - - - BtnGiveAllChar - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - Right - - - NoControl - - - 423, 165 - - - 138, 17 - - - 8 - - - ※仅给予所有角色时生效 - - - LblConstellationTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - Right - - - True - - - NoControl - - - 379, 141 - - - 32, 17 - - - 7 - - - 命座 - - - LblAvatarConstellation - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 2 - - - Right - - - 438, 139 - - - 110, 23 - - - 6 - - - NUDAvatarConstellation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - Top, Bottom, Left, Right - - - NoControl - - - 17, 13 - - - 0, 0, 0, 0 - - - 328, 219 - - - Zoom - - - 4 - - - ImgAvatar - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 4 - - - Right - - - True - - - NoControl - - - 379, 47 - - - 32, 17 - - - 3 - - - 角色 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 5 - - - Right - - - True - - - NoControl - - - 379, 94 - - - 32, 17 - - - 2 - - - 等级 - - - LblAvatarLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 6 - - - Right - - - 438, 92 - - - 110, 23 - - - 1 - - - NUDAvatarLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 7 - - - Right - - - 438, 44 - - - 110, 25 - - - 0 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 8 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 5 - - - 角色 - - - TPAvatar - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 5 - - - Bottom, Left - - - True - - - NoControl - - - 215, 216 - - - 44, 17 - - - 13 - - - X 清空 - - - LblClearSpawnLogs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - NoControl - - - 265, 45 - - - 75, 23 - - - 10 - - - √ 记录 - - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 1 - - - False - - - NoControl - - - 265, 79 - - - 75, 23 - - - 11 - - - × 删除 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 2 - - - Top, Bottom, Left - - - Fill - - - 17 - - - 3, 19 - - - 244, 162 - - - 9 - - - ListSpawnLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSpawnRecord - - - 0 - - - 9, 26 - - - 250, 184 - - - 8 - - - 生成记录本 - - - GrpSpawnRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - Bottom, Left - - - True - - - NoControl - - - 6, 22 - - - 62, 21 - - - 5 - - - 生物志 - - - RbEntityAnimal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - True - - - NoControl - - - 6, 86 - - - 51, 21 - - - 7 - - - NPC - - - RbEntityNPC - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 1 - - - True - - - NoControl - - - 6, 54 - - - 74, 21 - - - 6 - - - 讨伐对象 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 2 - - - 265, 123 - - - 87, 116 - - - 4 - - - 列表分类 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 4 - - - Top, Bottom, Left, Right - - - True - - - NoControl - - - 6, 6 - - - 116, 17 - - - 12 - - - 在玩家附近召唤生物 - - - LblSpawnDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 - - - Bottom, Left - - - True - - - NoControl - - - 5, 218 - - - 32, 17 - - - 10 - - - 数量 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 99, 218 - - - 32, 17 - - - 11 - - - 等级 - - - LblEntityLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 7 - - - Bottom, Left - - - 43, 216 - - - 50, 23 - - - 2 - - - NUDEntityAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 8 - - - Bottom, Left - - - 137, 216 - - - 50, 23 - - - 3 - - - NUDEntityLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 9 - - - Top, Left, Right - - - 358, 5 - - - 238, 23 - - - 0 - - - TxtEntityFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 10 - - - Top, Bottom, Left, Right - - - 17 - - - 358, 31 - - - 238, 208 - - - 1 - - - ListEntity - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 11 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 6 - - - 生成 - - - TPSpawn - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 4 - - - Bottom, Left - - - True - - - NoControl - - - 26, 82 - - - 75, 21 - - - 2 - - - 测试任务 - - - ChkQuestFilterTEST - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 0 - - - True - - - NoControl - - - 26, 55 - - - 99, 21 - - - 1 - - - 未发布的任务 - - - ChkQuestFilterUNRELEASED - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 1 - - - True - - - NoControl - - - 26, 28 - - - 87, 21 - - - 0 - - - 隐藏的任务 - - - ChkQuestFilterHIDDEN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 2 - - - 202, 109 - - - 150, 130 - - - 7 - - - 列表过滤 - - - GrpQuestFilters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 0 - - - Bottom, Left - - - NoControl - - - 102, 216 - - - 90, 23 - - - 6 - - - 完成任务 - - - BtnFinishQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 1 - - - Bottom, Left - - - NoControl - - - 6, 216 - - - 90, 23 - - - 5 - - - 添加任务 - - - BtnAddQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 2 - - - Top, Bottom, Left - - - NoControl - - - 6, 6 - - - 346, 100 - - - 4 - - +>80级 突破6 + + + LblWeaponDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 1 + + + Bottom, Left + + + True + + + NoControl + + + 194, 218 + + + 56, 17 + + + 6 + + + 精炼等级 + + + LblWeaponRefinement + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 2 + + + Bottom, Left + + + True + + + NoControl + + + 6, 218 + + + 32, 17 + + + 6 + + + 数量 + + + LblWeaponAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 3 + + + Bottom, Left + + + True + + + NoControl + + + 100, 218 + + + 32, 17 + + + 6 + + + 等级 + + + LblWeaponLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 4 + + + Bottom, Left + + + 256, 216 + + + 50, 23 + + + 5 + + + NUDWeaponRefinement + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 5 + + + Bottom, Left + + + 44, 216 + + + 50, 23 + + + 5 + + + NUDWeaponAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 6 + + + Bottom, Left + + + 138, 216 + + + 50, 23 + + + 5 + + + NUDWeaponLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 7 + + + Top, Bottom, Right + + + 17 + + + 396, 31 + + + 200, 208 + + + 4 + + + ListWeapons + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPWeapon + + + 8 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 3 + + + 武器 + + + TPWeapon + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 7 + + + None + + + True + + + NoControl + + + 195, 135 + + + 92, 17 + + + 6 + + + 获得角色经验时 + + + LblResetStatsCommand + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 0 + + + None + + + True + + + NoControl + + + 283, 135 + + + 128, 17 + + + 5 + + + 当前角色属性将会重置 + + + LblResetStatsTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 1 + + + None + + + NoControl + + + 40, 50 + + + 286, 17 + + + 4 + + + 提示 + + + LblStatTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 0 + + + True + + + NoControl + + + 283, 25 + + + 19, 17 + + + 3 + + + % + + + False + + + LblStatPercent + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 1 + + + 207, 23 + + + 70, 23 + + + 1 + + + NUDStat + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 2 + + + 43, 22 + + + 158, 25 + + + 0 + + + CmbStat + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSetStats + + + 3 + + + 135, 54 + + + 332, 72 + + + 4 + + + 角色属性 + + + GrpSetStats + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 2 + + + None + + + True + + + NoControl + + + 260, 24 + + + 39, 17 + + + 3 + + + E技能 + + + LnkTalentE + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 0 + + + True + + + NoControl + + + 212, 24 + + + 42, 17 + + + 2 + + + Q技能 + + + LnkTalentQ + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 1 + + + True + + + NoControl + + + 150, 24 + + + 56, 17 + + + 1 + + + 普通攻击 + + + LnkTalentNormalATK + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 2 + + + 44, 22 + + + 100, 23 + + + 0 + + + NUDTalentLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpTalentLevel + + + 3 + + + 135, 156 + + + 332, 57 + + + 3 + + + 技能等级 + + + GrpTalentLevel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 3 + + + True + + + NoControl + + + 6, 6 + + + 128, 17 + + + 2 + + + 设置当前活跃角色数据 + + + LblStatsDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 4 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 11 + + + 数据 + + + TPStats + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 6 + + + Bottom, Right + + + Microsoft YaHei UI, 10pt + + + NoControl + + + 395, 192 + + + 150, 35 + + + 9 + + + 一键获得所有角色 + + + BtnGiveAllChar + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 0 + + + Right + + + NoControl + + + 423, 165 + + + 138, 17 + + + 8 + + + ※仅给予所有角色时生效 + + + LblConstellationTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 1 + + + Right + + + True + + + NoControl + + + 379, 141 + + + 32, 17 + + + 7 + + + 命座 + + + LblAvatarConstellation + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 2 + + + Right + + + 438, 139 + + + 110, 23 + + + 6 + + + NUDAvatarConstellation + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 3 + + + Top, Bottom, Left, Right + + + NoControl + + + 17, 13 + + + 0, 0, 0, 0 + + + 328, 219 + + + Zoom + + + 4 + + + ImgAvatar + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 4 + + + Right + + + True + + + NoControl + + + 379, 47 + + + 32, 17 + + + 3 + + + 角色 + + + LblAvatar + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 5 + + + Right + + + True + + + NoControl + + + 379, 94 + + + 32, 17 + + + 2 + + + 等级 + + + LblAvatarLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 6 + + + Right + + + 438, 92 + + + 110, 23 + + + 1 + + + NUDAvatarLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 7 + + + Right + + + 438, 44 + + + 110, 25 + + + 0 + + + CmbAvatar + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPAvatar + + + 8 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 5 + + + 角色 + + + TPAvatar + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 5 + + + Bottom, Left + + + True + + + NoControl + + + 215, 216 + + + 44, 17 + + + 13 + + + X 清空 + + + LblClearSpawnLogs + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 0 + + + NoControl + + + 265, 45 + + + 75, 23 + + + 10 + + + √ 记录 + + + BtnSaveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 1 + + + False + + + NoControl + + + 265, 79 + + + 75, 23 + + + 11 + + + × 删除 + + + BtnRemoveSpawnLog + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 2 + + + Top, Bottom, Left + + + Fill + + + 17 + + + 3, 19 + + + 244, 162 + + + 9 + + + ListSpawnLogs + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSpawnRecord + + + 0 + + + 9, 26 + + + 250, 184 + + + 8 + + + 生成记录本 + + + GrpSpawnRecord + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 3 + + + Bottom, Left + + + True + + + NoControl + + + 6, 103 + + + 69, 21 + + + 8 + + + Gadget + + + RbEntityGadget + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 0 + + + True + + + NoControl + + + 6, 22 + + + 62, 21 + + + 5 + + + 生物志 + + + RbEntityAnimal + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 1 + + + True + + + NoControl + + + 6, 76 + + + 51, 21 + + + 7 + + + NPC + + + RbEntityNPC + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 2 + + + True + + + NoControl + + + 6, 49 + + + 74, 21 + + + 6 + + + 讨伐对象 + + + RbEntityMonster + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpEntityType + + + 3 + + + 265, 108 + + + 87, 131 + + + 4 + + + 列表分类 + + + GrpEntityType + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 4 + + + Top, Bottom, Left, Right + + + True + + + NoControl + + + 6, 6 + + + 116, 17 + + + 12 + + + 在玩家附近召唤生物 + + + LblSpawnDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 5 + + + Bottom, Left + + + True + + + NoControl + + + 5, 218 + + + 32, 17 + + + 10 + + + 数量 + + + LblEntityAmount + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 6 + + + Bottom, Left + + + True + + + NoControl + + + 99, 218 + + + 32, 17 + + + 11 + + + 等级 + + + LblEntityLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 7 + + + Bottom, Left + + + 43, 216 + + + 50, 23 + + + 2 + + + NUDEntityAmout + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 8 + + + Bottom, Left + + + 137, 216 + + + 50, 23 + + + 3 + + + NUDEntityLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 9 + + + Top, Left, Right + + + 358, 5 + + + 238, 23 + + + 0 + + + TxtEntityFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 10 + + + Top, Bottom, Left, Right + + + 17 + + + 358, 31 + + + 238, 208 + + + 1 + + + ListEntity + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 11 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 6 + + + 生成 + + + TPSpawn + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 4 + + + Bottom, Left + + + True + + + NoControl + + + 26, 82 + + + 75, 21 + + + 2 + + + 测试任务 + + + ChkQuestFilterTEST + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + 0 + + + True + + + NoControl + + + 26, 55 + + + 99, 21 + + + 1 + + + 未发布的任务 + + + ChkQuestFilterUNRELEASED + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + 1 + + + True + + + NoControl + + + 26, 28 + + + 87, 21 + + + 0 + + + 隐藏的任务 + + + ChkQuestFilterHIDDEN + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpQuestFilters + + + 2 + + + 202, 109 + + + 150, 130 + + + 7 + + + 列表过滤 + + + GrpQuestFilters + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 0 + + + Bottom, Left + + + NoControl + + + 102, 216 + + + 90, 23 + + + 6 + + + 完成任务 + + + BtnFinishQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 1 + + + Bottom, Left + + + NoControl + + + 6, 216 + + + 90, 23 + + + 5 + + + 添加任务 + + + BtnAddQuest + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 2 + + + Top, Bottom, Left + + + NoControl + + + 6, 6 + + + 346, 100 + + + 4 + + 添加或完成任务 提示:许多任务需要服务端脚本支持 -因此任务可以接,可以完成,但是不一定可以做 - - - LblQuestDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 3 - - - Top, Left, Right - - - 358, 5 - - - 238, 23 - - - 2 - - - TxtQuestFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 4 - - - Top, Bottom, Left, Right - - - 17 - - - 358, 31 - - - 238, 208 - - - 3 - - - ListQuest - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 5 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 15 - - - 任务 - - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 3 - - - Top - - - True - - - NoControl - - - 198, 41 - - - 42, 17 - - - 37 - - - [0-20] - - - LblArtifactLevelTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 0 - - - Top - - - NoControl - - - 440, 129 - - - 75, 23 - - - 8 - - - + 添加 - - - BtnAddSubAttr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 1 - - - Top - - - True - - - NoControl - - - 437, 11 - - - 0, 17 - - - 45 - - - LblArtifactName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 2 - - - Top - - - True - - - NoControl - - - 273, 11 - - - 32, 17 - - - 42 - - - 部位 - - - LblArtifactPart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 3 - - - Top - - - 311, 8 - - - 120, 25 - - - 1 - - - CmbArtifactPart - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 4 - - - Top - - - 142, 8 - - - 125, 25 - - - 0 - - - CmbArtifactSet - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 5 - - - Top - - - True - - - NoControl - - - 104, 11 - - - 32, 17 - - - 38 - - - 套装 - - - LblArtifactSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 6 - - - Top - - - 440, 100 - - - 51, 23 - - - 7 - - - NUDSubAttributionTimes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 7 - - - Top - - - 311, 98 - - - 120, 25 - - - 6 - - - CmbSubAttributionValue - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 8 - - - Top - - - 142, 99 - - - 163, 25 - - - 5 - - - CmbSubAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 9 - - - Top - - - True - - - NoControl - - - 437, 218 - - - 44, 17 - - - 10 - - - X 清空 - - - LblClearSubAttrCheckedList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 10 - - - Top, Bottom - - - 17 - - - 142, 129 - - - 289, 106 - - - 9 - - - ListSubAttributionChecked - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 11 - - - Top - - - True - - - NoControl - - - 104, 41 - - - 32, 17 - - - 24 - - - 等级 - - - LblArtifactLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 12 - - - Top - - - True - - - NoControl - - - 92, 102 - - - 44, 17 - - - 23 - - - 副词条 - - - LblSubAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 13 - - - Top - - - 142, 68 - - - 289, 25 - - - 4 - - - CmbMainAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 14 - - - Top - - - True - - - NoControl - - - 92, 71 - - - 44, 17 - - - 20 - - - 主词条 - - - LblMainAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 15 - - - Top - - - 142, 39 - - - 50, 23 - - - 2 - - - NUDArtifactLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 16 - - - Top - - - True - - - NoControl - - - 328, 41 - - - 32, 17 - - - 43 - - - 星级 - - - LblArtifactStars - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 17 - - - Top - - - 366, 39 - - - 65, 23 - - - 3 - - - NUDArtifactStars - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 18 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 2 - - - 圣遗物 - - - TPArtifact - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 2 - - - Bottom, Right - - - NoControl - - - 543, 216 - - - 50, 23 - - - 7 - - - 导出 - - - BtnExportCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 0 - - - Bottom, Right - - - NoControl - - - 487, 216 - - - 50, 23 - - - 6 - - - 载入 - - - BtnLoadCustomCommands - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 1 - - - Bottom, Left - - - True - - - NoControl - - - 6, 219 - - - 32, 17 - - - 5 - - - 标签 - - - LblCustomName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 2 - - - Top, Bottom, Left, Right - - - True - - - NoControl - - - 552, -1 - - - 32, 17 - - - 1 - - - 重置 - - - LnkResetCustomCommands - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - True - - - Fill - - - 3, 19 - - - 584, 182 - - - 0 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 1 - - - 6, 6 - - - 590, 204 - - - 1 - - - 列表 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 3 - - - Bottom, Right - - - NoControl - - - 421, 216 - - - 60, 23 - - - 4 - - - × 删除 - - - BtnRemoveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 4 - - - Bottom, Right - - - NoControl - - - 355, 216 - - - 60, 23 - - - 3 - - - √ 保存 - - - BtnSaveCustomCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 5 - - - Bottom, Left, Right - - - 44, 216 - - - 305, 23 - - - 1 - - - TxtCustomName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 6 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 1 - - - 自定义 - - - TPCustom - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 1 - - - Left - - - True - - - Microsoft YaHei UI, 13pt - - - NoControl - - - 88, 36 - - - 136, 24 - - - 0 - - - 祝你玩得愉快! - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - Bottom, Left - - - NoControl - - - 112, 99 - - - 100, 23 - - - 8 - - - 文本浏览器 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - Bottom, Left - - - NoControl - - - 6, 99 - - - 100, 23 - - - 7 - - - 奖池编辑器 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 2 - - - Top, Bottom, Left, Right - - - NoControl - - - 313, 6 - - - 283, 233 - - - CenterImage - - - 6 - - - GrasscutterToolsIcon - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 3 - - - Bottom, Left - - - True - - - NoControl - - - 147, 82 - - - 51, 21 - - - 8 - - - 置顶 - - - ChkTopMost - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - True - - - NoControl - - - 41, 82 - - - 97, 21 - - - 7 - - - GC >= 1.2.2 - - - ChkNewCommand - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - 41, 51 - - - 100, 25 - - - 6 - - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - True - - - NoControl - - - 147, 54 - - - 128, 17 - - - 5 - - - 语言/Language/язык - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - 41, 22 - - - 100, 23 - - - 3 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - True - - - NoControl - - - 147, 23 - - - 133, 21 - - - 4 - - - 生成的命令包含UID - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 5 - - - True - - - NoControl - - - 7, 24 - - - 30, 17 - - - 1 - - - UID - - - LblDefaultUid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 6 - - - 6, 128 - - - 301, 111 - - - 5 - - - 设置 - - - GrpSettings - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 4 - - - 4, 26 - - - 3, 3, 3, 3 - - - 602, 245 - - - 0 - - - 主页 - - - TPHome - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 0 - - - Top, Bottom, Left, Right - - - 12, 12 - - - 610, 275 - - - 610, 275 - - - 4 - - - TCMain - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 7, 17 - - - 634, 361 - - - Microsoft YaHei UI, 9pt - - - 3, 4, 3, 4 - - - 650, 400 - - - CenterScreen - - - GrasscutterTools - - - FormMain - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - +因此任务可以接,可以完成,但是不一定可以做 + + + LblQuestDescription + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 3 + + + Top, Left, Right + + + 358, 5 + + + 238, 23 + + + 2 + + + TxtQuestFilter + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 4 + + + Top, Bottom, Left, Right + + + 17 + + + 358, 31 + + + 238, 208 + + + 3 + + + ListQuest + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 5 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 15 + + + 任务 + + + TPQuest + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 3 + + + Top + + + True + + + NoControl + + + 198, 41 + + + 42, 17 + + + 37 + + + [0-20] + + + LblArtifactLevelTip + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 0 + + + Top + + + NoControl + + + 440, 129 + + + 75, 23 + + + 8 + + + + 添加 + + + BtnAddSubAttr + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 1 + + + Top + + + True + + + NoControl + + + 437, 11 + + + 0, 17 + + + 45 + + + LblArtifactName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 2 + + + Top + + + True + + + NoControl + + + 273, 11 + + + 32, 17 + + + 42 + + + 部位 + + + LblArtifactPart + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 3 + + + Top + + + 311, 8 + + + 120, 25 + + + 1 + + + CmbArtifactPart + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 4 + + + Top + + + 142, 8 + + + 125, 25 + + + 0 + + + CmbArtifactSet + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 5 + + + Top + + + True + + + NoControl + + + 104, 11 + + + 32, 17 + + + 38 + + + 套装 + + + LblArtifactSet + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 6 + + + Top + + + 440, 100 + + + 51, 23 + + + 7 + + + NUDSubAttributionTimes + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 7 + + + Top + + + 311, 98 + + + 120, 25 + + + 6 + + + CmbSubAttributionValue + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 8 + + + Top + + + 142, 99 + + + 163, 25 + + + 5 + + + CmbSubAttribution + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 9 + + + Top + + + True + + + NoControl + + + 437, 218 + + + 44, 17 + + + 10 + + + X 清空 + + + LblClearSubAttrCheckedList + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 10 + + + Top, Bottom + + + 17 + + + 142, 129 + + + 289, 106 + + + 9 + + + ListSubAttributionChecked + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 11 + + + Top + + + True + + + NoControl + + + 104, 41 + + + 32, 17 + + + 24 + + + 等级 + + + LblArtifactLevel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 12 + + + Top + + + True + + + NoControl + + + 92, 102 + + + 44, 17 + + + 23 + + + 副词条 + + + LblSubAttribution + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 13 + + + Top + + + 142, 68 + + + 289, 25 + + + 4 + + + CmbMainAttribution + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 14 + + + Top + + + True + + + NoControl + + + 92, 71 + + + 44, 17 + + + 20 + + + 主词条 + + + LblMainAttribution + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 15 + + + Top + + + 142, 39 + + + 50, 23 + + + 2 + + + NUDArtifactLevel + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 16 + + + Top + + + True + + + NoControl + + + 328, 41 + + + 32, 17 + + + 43 + + + 星级 + + + LblArtifactStars + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 17 + + + Top + + + 366, 39 + + + 65, 23 + + + 3 + + + NUDArtifactStars + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPArtifact + + + 18 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 2 + + + 圣遗物 + + + TPArtifact + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 2 + + + Bottom, Right + + + NoControl + + + 543, 216 + + + 50, 23 + + + 7 + + + 导出 + + + BtnExportCustomCommands + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 0 + + + Bottom, Right + + + NoControl + + + 487, 216 + + + 50, 23 + + + 6 + + + 载入 + + + BtnLoadCustomCommands + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 1 + + + Bottom, Left + + + True + + + NoControl + + + 6, 219 + + + 32, 17 + + + 5 + + + 标签 + + + LblCustomName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 2 + + + Top, Bottom, Left, Right + + + True + + + NoControl + + + 552, -1 + + + 32, 17 + + + 1 + + + 重置 + + + LnkResetCustomCommands + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + True + + + Fill + + + 3, 19 + + + 584, 182 + + + 0 + + + FLPCustomCommands + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 1 + + + 6, 6 + + + 590, 204 + + + 1 + + + 列表 + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 3 + + + Bottom, Right + + + NoControl + + + 421, 216 + + + 60, 23 + + + 4 + + + × 删除 + + + BtnRemoveCustomCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 4 + + + Bottom, Right + + + NoControl + + + 355, 216 + + + 60, 23 + + + 3 + + + √ 保存 + + + BtnSaveCustomCommand + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 5 + + + Bottom, Left, Right + + + 44, 216 + + + 305, 23 + + + 1 + + + TxtCustomName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPCustom + + + 6 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 1 + + + 自定义 + + + TPCustom + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 1 + + + Left + + + True + + + Microsoft YaHei UI, 13pt + + + NoControl + + + 88, 36 + + + 136, 24 + + + 0 + + + 祝你玩得愉快! + + + LblAbout + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 0 + + + Bottom, Left + + + NoControl + + + 112, 99 + + + 100, 23 + + + 8 + + + 文本浏览器 + + + BtnOpenTextMap + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 1 + + + Bottom, Left + + + NoControl + + + 6, 99 + + + 100, 23 + + + 7 + + + 奖池编辑器 + + + BtnOpenGachaBannerEditor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 2 + + + Top, Bottom, Left, Right + + + NoControl + + + 313, 6 + + + 283, 233 + + + CenterImage + + + 6 + + + GrasscutterToolsIcon + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 3 + + + Bottom, Left + + + True + + + NoControl + + + 147, 82 + + + 51, 21 + + + 8 + + + 置顶 + + + ChkTopMost + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 0 + + + True + + + NoControl + + + 41, 82 + + + 97, 21 + + + 7 + + + GC >= 1.2.2 + + + ChkNewCommand + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 1 + + + 41, 51 + + + 100, 25 + + + 6 + + + CmbLanguage + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 2 + + + True + + + NoControl + + + 147, 54 + + + 128, 17 + + + 5 + + + 语言/Language/язык + + + LblLanguage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 3 + + + 41, 22 + + + 100, 23 + + + 3 + + + NUDUid + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 4 + + + True + + + NoControl + + + 147, 23 + + + 133, 21 + + + 4 + + + 生成的命令包含UID + + + ChkIncludeUID + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 5 + + + True + + + NoControl + + + 7, 24 + + + 30, 17 + + + 1 + + + UID + + + LblDefaultUid + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrpSettings + + + 6 + + + 6, 128 + + + 301, 111 + + + 5 + + + 设置 + + + GrpSettings + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPHome + + + 4 + + + 4, 26 + + + 3, 3, 3, 3 + + + 602, 245 + + + 0 + + + 主页 + + + TPHome + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TCMain + + + 0 + + + Top, Bottom, Left, Right + + + 12, 12 + + + 610, 275 + + + 610, 275 + + + 4 + + + TCMain + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 7, 17 + + + 634, 361 + + + Microsoft YaHei UI, 9pt + + + 3, 4, 3, 4 + + + 650, 400 + + + CenterScreen + + + GrasscutterTools + + + FormMain + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file