diff --git a/Source/GrasscutterTools/FormMain.Designer.cs b/Source/GrasscutterTools/FormMain.Designer.cs index 06a61b6..e13964b 100644 --- a/Source/GrasscutterTools/FormMain.Designer.cs +++ b/Source/GrasscutterTools/FormMain.Designer.cs @@ -206,6 +206,7 @@ namespace GrasscutterTools this.BtnQueryServerStatus = new System.Windows.Forms.Button(); this.LblHost = new System.Windows.Forms.Label(); this.TTip = new System.Windows.Forms.ToolTip(this.components); + this.SCBase = new System.Windows.Forms.SplitContainer(); this.GrpCommand.SuspendLayout(); this.TCMain.SuspendLayout(); this.TPHome.SuspendLayout(); @@ -260,6 +261,10 @@ namespace GrasscutterTools ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit(); this.TPConsoleCheck.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.SCBase)).BeginInit(); + this.SCBase.Panel1.SuspendLayout(); + this.SCBase.Panel2.SuspendLayout(); + this.SCBase.SuspendLayout(); this.SuspendLayout(); // // TxtCommand @@ -1599,13 +1604,13 @@ namespace GrasscutterTools // // 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); - resources.ApplyResources(this.GrpServerStatus, "GrpServerStatus"); this.GrpServerStatus.Name = "GrpServerStatus"; this.GrpServerStatus.TabStop = false; // @@ -1784,12 +1789,25 @@ namespace GrasscutterTools resources.ApplyResources(this.LblHost, "LblHost"); this.LblHost.Name = "LblHost"; // + // SCBase + // + resources.ApplyResources(this.SCBase, "SCBase"); + this.SCBase.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; + this.SCBase.Name = "SCBase"; + // + // SCBase.Panel1 + // + this.SCBase.Panel1.Controls.Add(this.TCMain); + // + // SCBase.Panel2 + // + this.SCBase.Panel2.Controls.Add(this.GrpCommand); + // // FormMain // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.TCMain); - this.Controls.Add(this.GrpCommand); + this.Controls.Add(this.SCBase); this.KeyPreview = true; this.Name = "FormMain"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed); @@ -1872,6 +1890,10 @@ namespace GrasscutterTools ((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).EndInit(); this.TPConsoleCheck.ResumeLayout(false); this.TPConsoleCheck.PerformLayout(); + this.SCBase.Panel1.ResumeLayout(false); + this.SCBase.Panel2.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.SCBase)).EndInit(); + this.SCBase.ResumeLayout(false); this.ResumeLayout(false); } @@ -2053,6 +2075,7 @@ namespace GrasscutterTools private System.Windows.Forms.TextBox TxtToken; private System.Windows.Forms.Label LblToken; private System.Windows.Forms.Label LblConsoleTip; + private System.Windows.Forms.SplitContainer SCBase; } } diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx index 1e80b9e..8435e2c 100644 --- a/Source/GrasscutterTools/FormMain.resx +++ b/Source/GrasscutterTools/FormMain.resx @@ -202,43 +202,7 @@ 2 - Bottom, Left, Right - - - BtnInvokeOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpCommand - - - 0 - - - 12, 293 - - - 610, 56 - - - 3 - - - 命令(按住 Ctrl 自动执行) - - - GrpCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 + Top, Bottom, Left, Right 6, 22 @@ -264,272 +228,32 @@ 0 - - Top, Bottom, Left, Right + + 12, 0 - - TPHome + + 610, 55 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 0 - - - TPCustom - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 1 - - - TPArtifact - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 2 - - - TPQuest - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - + 3 - - TPSpawn + + 命令(按住 Ctrl 自动执行) - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpCommand - - TCMain - - - 4 - - - TPAvatar - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 5 - - - TPStats - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 6 - - - TPWeapon - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 7 - - - TPItem - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 8 - - - TPScene - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 9 - - - TPManage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 10 - - - TPAbout - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 11 - - - TPRemoteCall - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TCMain - - - 12 - - - 12, 12 - - - 610, 275 - - - 4 - - - TCMain - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - LblAbout - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 0 - - - BtnOpenTextMap - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 1 - - - BtnOpenGachaBannerEditor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 2 - - - pictureBox1 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 3 - - - GrpSettings - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TPHome + + SCBase.Panel2 - - 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 Left @@ -541,7 +265,7 @@ 微软雅黑, 13pt - 88, 36 + 88, 38 136, 24 @@ -564,8 +288,11 @@ 0 + + Bottom, Left + - 112, 122 + 112, 126 100, 23 @@ -589,10 +316,10 @@ 1 - Bottom, Right + Bottom, Left - 6, 122 + 6, 126 100, 23 @@ -625,7 +352,7 @@ 313, 6 - 283, 233 + 283, 237 CenterImage @@ -648,90 +375,6 @@ Bottom, Left - - CmbLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 0 - - - LblLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 1 - - - NUDUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 2 - - - ChkIncludeUID - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 3 - - - LblDefaultUid - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSettings - - - 4 - - - 6, 151 - - - 301, 88 - - - 5 - - - 设置 - - - GrpSettings - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPHome - - - 4 - 41, 51 @@ -855,6 +498,72 @@ 4 + + 6, 155 + + + 301, 88 + + + 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 + + + Bottom, Right + + + 543, 220 + + + 50, 23 + + + 7 + + + 导出 + BtnExportCustomCommands @@ -867,6 +576,21 @@ 0 + + Bottom, Right + + + 487, 220 + + + 50, 23 + + + 6 + + + 载入 + BtnLoadCustomCommands @@ -879,6 +603,24 @@ 1 + + Bottom, Left + + + True + + + 6, 223 + + + 32, 17 + + + 5 + + + 标签 + LblCustomName @@ -891,6 +633,48 @@ 2 + + Top, Bottom, Left, Right + + + True + + + Fill + + + 3, 19 + + + 584, 186 + + + 0 + + + FLPCustomCommands + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + 6, 6 + + + 590, 208 + + + 1 + + + 列表 + groupBox1 @@ -903,6 +687,21 @@ 3 + + Bottom, Right + + + 421, 220 + + + 60, 23 + + + 4 + + + × 删除 + BtnRemoveCustomCommand @@ -915,6 +714,21 @@ 4 + + Bottom, Right + + + 355, 220 + + + 60, 23 + + + 3 + + + √ 保存 + BtnSaveCustomCommand @@ -927,6 +741,18 @@ 5 + + Bottom, Left, Right + + + 44, 220 + + + 305, 23 + + + 1 + TxtCustomName @@ -966,489 +792,6 @@ 1 - - Bottom, Right - - - 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 - - - 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 - - - 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 - - - FLPCustomCommands - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - 6, 6 - - - 590, 204 - - - 1 - - - 列表 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPCustom - - - 3 - - - 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 - - - 0 - - - Bottom, Right - - - 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 - - - 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 - - - BtnAddSubAttr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 0 - - - LblArtifactName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 1 - - - NUDArtifactStars - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 2 - - - LblArtifactStars - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 3 - - - LblArtifactPart - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 4 - - - CmbArtifactPart - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 5 - - - CmbArtifactSet - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 6 - - - LblArtifactSet - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 7 - - - LblArtifactLevelTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 8 - - - NUDSubAttributionTimes - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 9 - - - CmbSubAttributionValue - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 10 - - - CmbSubAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 11 - - - LblClearSubAttrCheckedList - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 12 - - - ListSubAttributionChecked - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 13 - - - NUDArtifactLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 14 - - - LblArtifactLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 15 - - - LblSubAttribution - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 16 - - - CmbMainAttribution - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPArtifact - - - 17 - - - LblMainAttribution - - - System.Windows.Forms.Label, 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 - Top @@ -1965,168 +1308,36 @@ 18 - - GrpQuestFilters - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 0 - - - BtnFinishQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 1 - - - BtnAddQuest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 2 - - - LblQuestDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 3 - - - TxtQuestFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPQuest - - - 4 - - - 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 + + 2 - - 任务 + + 圣遗物 - - TPQuest + + TPArtifact - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 3 + + 2 Bottom, Left - - ChkQuestFilterTEST - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 0 - - - ChkQuestFilterUNRELEASED - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpQuestFilters - - - 1 - - - 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 - True @@ -2211,11 +1422,35 @@ 2 + + 202, 113 + + + 150, 130 + + + 7 + + + 列表过滤 + + + GrpQuestFilters + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPQuest + + + 0 + Bottom, Left - 102, 216 + 102, 220 90, 23 @@ -2242,7 +1477,7 @@ Bottom, Left - 6, 216 + 6, 220 90, 23 @@ -2272,7 +1507,7 @@ 6, 6 - 346, 100 + 346, 104 4 @@ -2345,164 +1580,32 @@ 5 - - BtnSaveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 0 - - - BtnRemoveSpawnLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 1 - - - GrpSpawnRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 2 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - - - LblSpawnDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 4 - - - LblEntityAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 5 - - - LblEntityLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 6 - - - NUDEntityAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 7 - - - NUDEntityLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 8 - - - TxtEntityFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 9 - - - ListEntity - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 10 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 6 + + 15 - - 生成 + + 任务 - - TPSpawn + + TPQuest - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 4 + + 3 265, 31 @@ -2558,6 +1661,21 @@ Top, Bottom, Left + + Fill + + + 17 + + + 3, 19 + + + 244, 166 + + + 9 + ListSpawnLogs @@ -2574,7 +1692,7 @@ 9, 26 - 250, 184 + 250, 188 8 @@ -2594,108 +1712,9 @@ 2 - - 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 - Bottom, Left - - RbEntityOrnament - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 0 - - - RbEntityAnimal - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 1 - - - RbEntityNPC - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 2 - - - RbEntityMonster - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpEntityType - - - 3 - - - 265, 101 - - - 87, 134 - - - 4 - - - 列表分类 - - - GrpEntityType - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPSpawn - - - 3 - True @@ -2804,6 +1823,30 @@ 3 + + 265, 105 + + + 87, 134 + + + 4 + + + 列表分类 + + + GrpEntityType + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPSpawn + + + 3 + Top, Bottom, Left, Right @@ -2868,7 +1911,7 @@ True - 99, 218 + 99, 222 32, 17 @@ -2895,7 +1938,7 @@ Bottom, Left - 43, 216 + 43, 220 50, 23 @@ -2919,7 +1962,7 @@ Bottom, Left - 137, 216 + 137, 220 50, 23 @@ -2990,104 +2033,32 @@ 10 - - LblAvatarGenWarning - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 0 - - - ImgAvatar - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 1 - - - LblAvatar - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 2 - - - LblLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 3 - - - NUDAvatarLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 4 - - - CmbAvatar - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAvatar - - - 5 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 5 + + 6 - - 角色 + + 生成 - - TPAvatar + + TPSpawn - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 5 + + 4 Bottom @@ -3099,7 +2070,7 @@ 微软雅黑, 9pt, style=Bold - 111, 160 + 111, 164 380, 51 @@ -3140,7 +2111,7 @@ 0, 0, 0, 0 - 602, 160 + 602, 164 Zoom @@ -3167,7 +2138,7 @@ True - 175, 217 + 175, 221 32, 17 @@ -3197,7 +2168,7 @@ True - 340, 217 + 340, 221 32, 17 @@ -3224,7 +2195,7 @@ Bottom - 378, 215 + 378, 219 50, 23 @@ -3248,7 +2219,7 @@ Bottom - 213, 214 + 213, 218 121, 25 @@ -3268,144 +2239,36 @@ 5 - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - - - GrpTalentLevel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 1 - - - LblStatsDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 2 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 11 + + 5 - - 数据 + + 角色 - - TPStats + + TPAvatar - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 6 + + 5 None - - LblStatTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 0 - - - LblStatPercent - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 1 - - - NUDStat - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 2 - - - CmbStat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpSetStats - - - 3 - - - 135, 62 - - - 332, 70 - - - 4 - - - 角色属性 - - - GrpSetStats - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPStats - - - 0 - True @@ -3505,80 +2368,32 @@ 3 - - None + + 135, 64 - - LnkTalentE + + 332, 70 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - GrpTalentLevel + + 角色属性 - - 0 + + GrpSetStats - - LnkTalentQ - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 1 - - - LnkTalentNormalATK - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 2 - - - NUDTalentLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpTalentLevel - - - 3 - - - 135, 138 - - - 332, 57 - - - 3 - - - 技能等级 - - - GrpTalentLevel - - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TPStats - - 1 + + 0 + + + None True @@ -3682,6 +2497,30 @@ 3 + + 135, 140 + + + 332, 57 + + + 3 + + + 技能等级 + + + GrpTalentLevel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPStats + + + 1 + True @@ -3709,140 +2548,32 @@ 2 - - TxtWeaponFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 0 - - - LblWeaponDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 1 - - - LblWeaponRefinement - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 2 - - - LblWeaponAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 3 - - - LblWeaponLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 4 - - - NUDWeaponRefinement - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 5 - - - NUDWeaponAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 6 - - - NUDWeaponLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPWeapon - - - 7 - - - 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 + + 11 - - 武器 + + 数据 - - TPWeapon + + TPStats - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 7 + + 6 Top, Right @@ -3913,7 +2644,7 @@ True - 194, 218 + 194, 222 56, 17 @@ -3943,7 +2674,7 @@ True - 6, 218 + 6, 222 32, 17 @@ -3973,7 +2704,7 @@ True - 100, 218 + 100, 222 32, 17 @@ -4000,7 +2731,7 @@ Bottom, Left - 256, 216 + 256, 220 50, 23 @@ -4024,7 +2755,7 @@ Bottom, Left - 44, 216 + 44, 220 50, 23 @@ -4048,7 +2779,7 @@ Bottom, Left - 138, 216 + 138, 220 50, 23 @@ -4095,164 +2826,32 @@ 8 - - BtnSaveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 0 - - - BtnRemoveGiveItemLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 1 - - - GrpGiveItemRecord - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 2 - - - ChkDrop - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 3 - - - TxtGameItemFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 4 - - - ListGameItems - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 5 - - - LblGameItemAmount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 6 - - - LblGameItemLevel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 7 - - - NUDGameItemAmout - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 8 - - - NUDGameItemLevel - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 9 - - - LblGiveCommandDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPItem - - - 10 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 4 + + 3 - - 物品 + + 武器 - - TPItem + + TPWeapon - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 8 + + 7 Top, Right @@ -4314,6 +2913,21 @@ Top, Bottom, Left, Right + + Fill + + + 17 + + + 3, 19 + + + 293, 144 + + + 6 + ListGiveItemLogs @@ -4330,7 +2944,7 @@ 10, 48 - 299, 162 + 299, 166 5 @@ -4350,33 +2964,6 @@ 2 - - Fill - - - 17 - - - 3, 19 - - - 293, 140 - - - 6 - - - ListGiveItemLogs - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpGiveItemRecord - - - 0 - Bottom, Left @@ -4384,7 +2971,7 @@ True - 257, 217 + 257, 221 51, 21 @@ -4492,7 +3079,7 @@ True - 150, 218 + 150, 222 32, 17 @@ -4519,7 +3106,7 @@ Bottom, Left - 44, 216 + 44, 220 100, 23 @@ -4543,7 +3130,7 @@ Bottom, Left - 188, 216 + 188, 220 50, 23 @@ -4591,188 +3178,32 @@ 10 - - ChkIncludeSceneId - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 0 - - - LblTp - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 1 - - - LblTpZ - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 2 - - - LblTpY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 3 - - - BtnTeleport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 4 - - - LblTpX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 5 - - - NUDTpZ - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 6 - - - NUDTpY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 7 - - - NUDTpX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 8 - - - CmbClimateType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 9 - - - LblClimateType - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 10 - - - LblSceneDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 11 - - - ListScenes - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPScene - - - 12 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 9 + + 4 - - 场景 + + 物品 - - TPScene + + TPItem - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 9 + + 8 True @@ -5105,156 +3536,36 @@ 12 - - GrpAccount - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 0 - - - GrpPermission - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPManage - - - 1 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 12 + + 9 - - 管理 + + 场景 - - TPManage + + TPScene - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 10 + + 9 None - - ChkAccountSetUid - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 0 - - - NUDAccountUid - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 1 - - - BtnDeleteAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 2 - - - BtnCreateAccount - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 3 - - - LblAccountUserName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpAccount - - - 4 - - - 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 - - - 0 - True @@ -5402,104 +3713,32 @@ 5 - - None + + 31, 8 - - CmbPerm - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 0 - - - NUDPermUID - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 1 - - - BtmPermRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 2 - - - BtnPermAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 3 - - - LblPerm - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 4 - - - LblPermUID - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpPermission - - - 5 - - - 31, 72 - - + 540, 60 - - 1 + + 0 - - 权限管理 + + 账号管理 - - GrpPermission + + GrpAccount - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TPManage - - 1 + + 0 + + + None 250, 21 @@ -5645,68 +3884,56 @@ 5 - - pictureBox2 + + 31, 74 - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 540, 60 - - TPAbout - - - 0 - - - LnkGithub - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPAbout - - + 1 - - LblSupportDescription + + 权限管理 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpPermission - - TPAbout + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + TPManage - + + 1 + + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 13 + + 12 - - 关于 + + 管理 - - TPAbout + + TPManage - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 11 + + 10 Top, Bottom, Left, Right @@ -5718,7 +3945,7 @@ 280, 280 - 140, 140 + 140, 144 Zoom @@ -5797,188 +4024,35 @@ 2 - - GrpServerStatus - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 0 - - - GrpRemoteCommand - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 1 - - - TxtHost - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 2 - - - BtnQueryServerStatus - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 3 - - - LblHost - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPRemoteCall - - - 4 - - + 4, 26 - + 3, 3, 3, 3 - + 602, 245 - - 14 + + 13 - - 远程 + + 关于 - - TPRemoteCall + + TPAbout - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TCMain - - 12 + + 11 - - LnkOpenCommandLabel - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 0 - - - LblOpenCommandSupport - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 1 - - - LblServerVersion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 2 - - - LblPlayerCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 3 - - - LblServerVersionLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrpServerStatus - - - 4 - - - 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 - - - 0 + + None True @@ -6142,206 +4216,32 @@ 5 - - Bottom, Left + + 363, 36 - - TPOpenCommandCheck + + 200, 100 - - 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 - - - 1 - - - TPPlayerCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPOpenCommandCheck - - - 0 - - - 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 - - - LnkRCHelp - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 0 - - - NUDRemotePlayerId - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 1 - - - BtnConnectOpenCommand - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 2 - - - LblVerificationCode - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - - 3 - - - BtnSendVerificationCode - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPPlayerCheck - - + 4 - - NUDVerificationCode + + 服务器状态 - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpServerStatus - - TPPlayerCheck + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + TPRemoteCall - - 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 + + None True @@ -6526,80 +4426,32 @@ 6 - - BtnConsoleConnect - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 0 - - - TxtToken - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 1 - - - LblToken - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TPConsoleCheck - - - 2 - - - 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 + + 296, 109 - - 1 + + 0 - - 控制台 + + 玩家验证 - - TPConsoleCheck + + TPPlayerCheck - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + TPOpenCommandCheck - - 1 + + 0 92, 82 @@ -6701,6 +4553,87 @@ 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, 69 + + + 310, 161 + + + 6 + + + 远程执行 + + + GrpRemoteCommand + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TPRemoteCall + + + 1 + + + None + 119, 36 @@ -6722,6 +4655,9 @@ 2 + + None + NoControl @@ -6749,6 +4685,9 @@ 3 + + None + True @@ -6779,12 +4718,120 @@ 4 + + 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 + + + 12, 12 + + + 610, 275 + + + 4 + + + TCMain + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SCBase.Panel1 + + + 0 + 17, 17 - - ru-RU - + + Fill + + + True + + + 0, 0 + + + Horizontal + + + SCBase.Panel1 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SCBase + + + 0 + + + 290 + + + SCBase.Panel2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + SCBase + + + 1 + + + 67 + + + 634, 361 + + + 290 + + + 0 + + + SCBase + + + System.Windows.Forms.SplitContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + True diff --git a/Source/GrasscutterTools/FormMain.ru-ru.resx b/Source/GrasscutterTools/FormMain.ru-ru.resx index 6ce9a8b..a6a777e 100644 --- a/Source/GrasscutterTools/FormMain.ru-ru.resx +++ b/Source/GrasscutterTools/FormMain.ru-ru.resx @@ -117,9 +117,15 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Копировать + + + 548, 24 @@ -130,38 +136,20 @@ Авто - - Команда (нажмите и удерживайте Ctrl для автоматического запуска) + + Выполнить(F5) - - Главная + + - - 152, 122 + + Команда (нажмите и удерживайте Ctrl для автоматического запуска) - - 120, 23 - - - Браузер карт - - - 140, 23 - - - Редактор баннеров - - - Настройки - - - 113, 21 - - - Включить UID + + 12, 41 @@ -172,8 +160,65 @@ Желаем приятно провести время! - - Кастомное + + + + + 152, 122 + + + 120, 23 + + + Браузер карт + + + + + + 140, 23 + + + Редактор баннеров + + + + + + + + + + + + + + + + + + 113, 21 + + + Включить UID + + + + + + + + + Настройки + + + + + + Главная + + + 526, 216 @@ -184,6 +229,9 @@ Экспорт + + + 450, 216 @@ -193,15 +241,27 @@ Загрузить + + + 46, 17 Метка + + + + + + Список + + + NoControl @@ -215,6 +275,9 @@ x Удалить + + + 268, 216 @@ -224,14 +287,23 @@ √ Сохранить + + + 58, 216 204, 23 - - Артефакт + + + + + Кастомное + + + 100, 23 @@ -239,6 +311,15 @@ + Добавить + + + + + + + + + 298, 41 @@ -248,18 +329,30 @@ Звезды + + + 42, 17 Часть + + + 321, 8 110, 25 + + + + + + 72, 11 @@ -269,18 +362,42 @@ Артефакт + + + 72, 17 21 это +20 + + + + + + + + + + + + 76, 17 X Очистить + + + + + + + + + 76, 41 @@ -290,6 +407,9 @@ Уровень + + + 71, 101 @@ -299,6 +419,12 @@ Всп. Стат. + + + + + + 54, 71 @@ -308,11 +434,14 @@ Основ. Стат. - - Квест + + - - Фильтр списка + + Артефакт + + + 52, 21 @@ -320,31 +449,64 @@ Тест + + + 102, 21 Неизданное + + + 81, 21 Скрытый + + + + + Фильтр списка + + + + Финиш + + + Добавить + + + Добавить или завершить задание Совет: Для многих квестов требуется поддержка сценариев на стороне сервера Поэтому квест можно добавлять и заканчивать, но не обязательно можно работать - - Спавн + + + + + + + + + + + Квест + + + 255, 31 @@ -352,20 +514,62 @@ √ Запись + + + 255, 60 × Удалить + + + + + 234, 162 + + + + 240, 184 Запись - - 234, 162 + + + + + 88, 21 + + + Орнамент + + + + + + 89, 21 + + + Животные + + + + + + + + + 82, 21 + + + Монстры + + + 255, 101 @@ -376,23 +580,8 @@ Класс - - 88, 21 - - - Орнамент - - - 89, 21 - - - Животные - - - 82, 21 - - - Монстры + + 105, 17 @@ -400,6 +589,9 @@ Спавн существа + + + Bottom, Left @@ -409,6 +601,9 @@ Кол. + + + 120, 218 @@ -418,14 +613,32 @@ Ур. + + + 64, 216 + + + 146, 216 - - Персонаж + + + + + + + + + + + Спавн + + + 微软雅黑, 8pt, style=Bold @@ -441,6 +654,12 @@ к повреждению сохранения учетной записи, что сделает невозможным игру. Данные могут не быть удалены, даже если учетная запись будет создана заново. + + + + + + 109, 216 @@ -450,6 +669,9 @@ Персонаж + + + 392, 216 @@ -459,20 +681,29 @@ Ур. + + + 418, 214 + + + 186, 214 200, 25 - - Stats + + - - Статистика + + Персонаж + + + 43, 17 @@ -480,8 +711,23 @@ Совет - - Уровень таланта + + + + + + + + + + + + + + Статистика + + + 299, 24 @@ -492,6 +738,9 @@ E + + + 275, 24 @@ -501,6 +750,9 @@ Q + + + 178, 24 @@ -510,17 +762,38 @@ Обычная ATK + + + 128, 23 + + + + + Уровень таланта + + + + 316, 17 Установите текущие активные данные персонажа - - Оружие + + + + + Stats + + + + + + 97, 17 @@ -528,6 +801,9 @@ Дайть Оружие + + + 190, 218 @@ -537,12 +813,18 @@ Улучшение + + + 34, 17 Кол. + + + 102, 218 @@ -552,17 +834,35 @@ Ур. + + + 271, 216 + + + 46, 216 + + + 134, 216 - - Предметы + + + + + + + + Оружие + + + Top, Left @@ -573,6 +873,9 @@ √ Запись + + + Top, Left @@ -582,17 +885,26 @@ × Удалить + + + Top, Bottom, Left + + 243, 140 + + + + 249, 162 Запись - - 243, 140 + + 278, 217 @@ -603,6 +915,9 @@ Дроп + + + Top, Left, Right @@ -612,6 +927,9 @@ 250, 23 + + + Top, Bottom, Left, Right @@ -621,6 +939,9 @@ 250, 208 + + + Bottom, Left @@ -630,6 +951,9 @@ Кол. + + + 143, 218 @@ -639,23 +963,38 @@ Уровень + + + 46, 216 90, 23 + + + 209, 215 + + + 137, 17 Дать предмет игроку - - Сцена + + + + + Предметы + + + 91, 213 @@ -666,6 +1005,9 @@ Включить идентификатор сцены + + + Top, Left, Right @@ -687,33 +1029,60 @@ Совет: Вы можете быстро телепортироваться через отметку «рыболовный крючок» на миникарте в игре. В команде вы можете использовать ~, чтобы указать текущую позицию, и ~100, чтобы указать относительную текущую 100 + + + 219, 184 + + + 113, 184 + + + 10, 211 Телепорт + + + 7, 184 + + + 239, 182 + + + 133, 182 + + + 27, 182 + + + 66, 61 + + + 6, 64 @@ -723,6 +1092,9 @@ Погода + + + Top, Left, Right @@ -736,11 +1108,17 @@ Управление сценой Совет: Большинство сцен не имеют эффекта и не могут быть введены. - - Управлять + + - - Управление аккаунтом + + + + + Сцена + + + 49, 21 @@ -748,9 +1126,15 @@ UID + + + 270, 23 + + + 463, 21 @@ -760,6 +1144,9 @@ Удалить + + + 387, 21 @@ -769,6 +1156,9 @@ Создать + + + 6, 25 @@ -778,14 +1168,23 @@ Имя игрока + + + 93, 22 113, 23 - - Управление правами + + + + + Управление аккаунтом + + + 240, 21 @@ -793,9 +1192,15 @@ 136, 25 + + + 42, 23 + + + 463, 22 @@ -805,6 +1210,9 @@ Удалить + + + 387, 22 @@ -814,6 +1222,9 @@ Добавить + + + 188, 25 @@ -823,14 +1234,32 @@ Права + + + 30, 17 UID - - Справка + + + + + Управление правами + + + + + + Управлять + + + + + + Bottom, Left @@ -841,6 +1270,9 @@ Github - Автора программы + + + 361, 102 @@ -852,11 +1284,14 @@ Спасибо:Dhar_Jinxed - - Подключение к БД + + - - Состояние сервера + + Справка + + + 13, 63 @@ -867,15 +1302,27 @@ Открытая команда + + + 142, 63 + + + 119, 29 + + + 119, 46 + + + 27, 29 @@ -885,6 +1332,9 @@ Версия игры + + + 24, 46 @@ -894,11 +1344,14 @@ Кол. игроков - - Удалить ячейку + + - - игрок + + Состояние сервера + + + 60, 17 @@ -906,23 +1359,56 @@ Помощь + + + + + + Подключить + + + 31, 17 Код + + + Отправить код - - 296, 109 + + - - консоль + + + + + + + + игрок + + + + + + Подключить + + + + + + + + + 微软雅黑, 8pt, style=Italic @@ -937,8 +1423,23 @@ Обратите внимание, что обычные команды в состоянии консоли должны указывать цель (набор содержит UID) - - Подключить + + + + + консоль + + + + + + + + + Удалить ячейку + + + 86, 36 @@ -946,6 +1447,9 @@ 200, 23 + + + 292, 36 @@ -955,13 +1459,31 @@ Запрос + + + 35, 17 Хост + + + + + Подключение к БД + + + + + + + GrasscutterTools - перевод Юрий Дворецкий + + + \ No newline at end of file