diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index dd36f6e..edaf0fb 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -324,6 +324,7 @@ namespace GrasscutterTools.Forms
this.TxtMailSender = new System.Windows.Forms.TextBox();
this.LblMailSenderLabel = new System.Windows.Forms.Label();
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.LnkCharacterBuilder = new System.Windows.Forms.LinkLabel();
this.GrpCommand.SuspendLayout();
this.TPRemoteCall.SuspendLayout();
this.GrpServerStatus.SuspendLayout();
@@ -2364,6 +2365,7 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
+ this.TPArtifact.Controls.Add(this.LnkCharacterBuilder);
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -3023,6 +3025,13 @@ namespace GrasscutterTools.Forms
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
//
+ // LnkCharacterBuilder
+ //
+ resources.ApplyResources(this.LnkCharacterBuilder, "LnkCharacterBuilder");
+ this.LnkCharacterBuilder.Name = "LnkCharacterBuilder";
+ this.LnkCharacterBuilder.TabStop = true;
+ this.LnkCharacterBuilder.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkCharacterBuilder_LinkClicked);
+ //
// FormMain
//
resources.ApplyResources(this, "$this");
@@ -3457,5 +3466,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblSpawnVersionRequireTip;
private System.Windows.Forms.ComboBox CmbSwitchElement;
private System.Windows.Forms.LinkLabel LnkSwitchElement;
+ private System.Windows.Forms.LinkLabel LnkCharacterBuilder;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index 3291b6a..1c4f183 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -820,6 +820,14 @@ namespace GrasscutterTools.Forms
LblArtifactLevelTip.Text = $"[{NUDArtifactLevel.Minimum}-{NUDArtifactLevel.Maximum}]";
}
+ ///
+ /// 点击CharacterBuilder链接标签时触发
+ ///
+ private void LnkCharacterBuilder_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ OpenURL("https://github.com/Penelopeep/CharacterBuilder");
+ }
+
#endregion - 圣遗物 Artifact -
#region - 武器 Weapons -
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index 7dcf885..2db85e3 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -210,21 +210,6 @@
Bottom, Left, Right
-
- NoControl
-
-
- 6, 22
-
-
- 75, 23
-
-
- 3
-
-
- 执行(F5)
-
BtnInvokeOpenCommand
@@ -264,6 +249,192 @@
2
+
+ 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
+
+
+ LnkLinks
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ LnkGOODHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 1
+
+
+ LnkInventoryKamera
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 2
+
+
+ LblGOODHelp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 3
+
+
+ ButtonOpenGOODImport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 4
+
+
+ LblHostTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 5
+
+
+ GrpServerStatus
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 6
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 14
+
+
+ 远程
+
+
+ TPRemoteCall
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 1
+
None
@@ -456,6 +627,102 @@
None
+
+ 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
+
+
+ 388, 36
+
+
+ 200, 100
+
+
+ 4
+
+
+ 服务器状态
+
+
+ GrpServerStatus
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 6
+
True
@@ -636,33 +903,207 @@
5
-
- 388, 36
-
-
- 200, 100
-
-
- 4
-
-
- 服务器状态
-
-
- GrpServerStatus
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 6
-
None
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 72, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ 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
+
+
+ TPPlayerCheck
+
+
+ 5
+
+
+ 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
+
True
@@ -855,32 +1296,80 @@
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, 109
+
+ 296, 111
-
- 0
+
+ 1
-
- 玩家验证
+
+ 控制台
-
- TPPlayerCheck
+
+ TPConsoleCheck
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TPOpenCommandCheck
-
- 0
+
+ 1
NoControl
@@ -991,84 +1480,6 @@
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
-
-
- 72, 65
-
-
- 310, 161
-
-
- 6
-
-
- 远程执行
-
-
- GrpRemoteCommand
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 7
-
None
@@ -1156,32 +1567,68 @@
10
-
+
+ GrasscutterToolsSupport
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 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
+
+
+ TPAbout
+
+
+ 2
+
+
4, 26
-
+
3, 3, 3, 3
-
+
652, 245
-
- 14
+
+ 13
-
- 远程
+
+ 关于
-
- TPRemoteCall
+
+ TPAbout
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 1
+
+ 12
Bottom, Right
@@ -1286,36 +1733,168 @@
2
-
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
+
+ GrpAccount
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 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
-
+
652, 245
-
- 13
+
+ 12
-
- 关于
+
+ 管理
-
- TPAbout
+
+ TPManage
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 12
+
+ 8
None
+
+ DTPBanEndTime
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 0
+
+
+ BtnUnban
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 1
+
+
+ BtnBan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 2
+
+
+ TxtBanReason
+
+
+ GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.3.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
+
+
+ GrpBanPlayer
+
+
+ 3
+
+
+ NUDBanUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 4
+
+
+ LblBanUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 5
+
+
+ 56, 158
+
+
+ 540, 60
+
+
+ 2
+
+
+ 封禁管理
+
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
154, 22
@@ -1466,33 +2045,105 @@
5
-
- 56, 158
-
-
- 540, 60
-
-
- 2
-
-
- 封禁管理
-
-
- GrpBanPlayer
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 0
-
None
+
+ 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
+
+
+ 56, 6
+
+
+ 540, 60
+
+
+ 0
+
+
+ 账号管理
+
+
+ GrpAccount
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 1
+
True
@@ -1652,33 +2303,129 @@
5
-
- 56, 6
-
-
- 540, 60
-
-
- 0
-
-
- 账号管理
-
-
- GrpAccount
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPManage
-
-
- 1
-
None
+
+ 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
+
+
+ BtnPermClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 2
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 3
+
+
+ BtnPermList
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 4
+
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 5
+
+
+ LblPerm
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 6
+
+
+ LblPermUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 7
+
+
+ 56, 72
+
+
+ 540, 80
+
+
+ 1
+
+
+ 权限管理
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 2
+
250, 21
@@ -1889,56 +2636,200 @@
7
-
- 56, 72
+
+ TxtSceneFilter
-
- 540, 80
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPScene
+
+
+ 0
+
+
+ ChkIncludeSceneId
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
1
-
- 权限管理
+
+ LblTpZ
-
- GrpPermission
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPScene
-
- TPManage
-
-
+
2
-
- 4, 26
+
+ LblTpY
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 652, 245
+
+ 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
-
- 管理
+
+ LblTp
-
- TPManage
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPScene
+
+
+ 13
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 9
+
+
+ 场景
+
+
+ TPScene
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 8
+
+ 11
Top, Left, Right
@@ -2352,32 +3243,176 @@
13
-
- 4, 26
+
+ LblClearGiveItemLogs
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 652, 245
+
+ TPItem
-
+
+ 0
+
+
+ BtnSaveGiveItemLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 1
+
+
+ BtnRemoveGiveItemLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 2
+
+
+ GrpGiveItemRecord
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 3
+
+
+ ChkDrop
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 4
+
+
+ TxtGameItemFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 5
+
+
+ ListGameItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 6
+
+
+ LblGameItemAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 7
+
+
+ LblGameItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 8
+
+
+ NUDGameItemAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
9
-
- 场景
+
+ NUDGameItemLevel
-
- TPScene
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPItem
+
+
+ 10
+
+
+ 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
+
+
+ 652, 245
+
+
+ 4
+
+
+ 物品
+
+
+ TPItem
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 11
+
+ 5
Bottom, Left
@@ -2472,21 +3507,6 @@
Top, Bottom, Left
-
- Fill
-
-
- 17
-
-
- 3, 19
-
-
- 243, 140
-
-
- 6
-
ListGiveItemLogs
@@ -2523,6 +3543,33 @@
3
+
+ 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
+
Bottom, Left
@@ -2752,32 +3799,152 @@
11
-
- 4, 26
+
+ BtnGiveAllWeapons
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 652, 245
+
+ TPWeapon
-
+
+ 0
+
+
+ TxtWeaponFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 1
+
+
+ LblWeaponDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 2
+
+
+ LblWeaponRefinement
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 3
+
+
+ LblWeaponAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
4
-
- 物品
+
+ LblWeaponLevel
-
- TPItem
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPWeapon
+
+
+ 5
+
+
+ NUDWeaponRefinement
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 6
+
+
+ NUDWeaponAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 7
+
+
+ NUDWeaponLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 8
+
+
+ ListWeapons
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 9
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 3
+
+
+ 武器
+
+
+ TPWeapon
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 5
+
+ 7
Bottom, Left
@@ -3075,36 +4242,144 @@
9
-
- 4, 26
+
+ GrpSetConstellation
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 652, 245
+
+ TPAvatar
-
+
+ 0
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 1
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 2
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
3
-
- 武器
+
+ 4, 26
-
- TPWeapon
+
+ 3, 3, 3, 3
-
+
+ 652, 245
+
+
+ 5
+
+
+ 角色
+
+
+ TPAvatar
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 7
+
+ 6
None
+
+ LnkSetAllConst
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 0
+
+
+ LnkSetConst
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 1
+
+
+ NUDSetConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetConstellation
+
+
+ 2
+
+
+ 288, 176
+
+
+ 332, 55
+
+
+ 15
+
+
+ 设置命座
+
+
+ GrpSetConstellation
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 0
+
True
@@ -3186,33 +4461,105 @@
2
-
- 288, 176
-
-
- 332, 55
-
-
- 15
-
-
- 设置命座
-
-
- GrpSetConstellation
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 0
-
None
+
+ BtnUnlockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 0
+
+
+ BtnLockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 1
+
+
+ LblStatTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 2
+
+
+ LblStatPercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 3
+
+
+ NUDStat
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 4
+
+
+ CmbStat
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 5
+
+
+ 288, 13
+
+
+ 332, 96
+
+
+ 14
+
+
+ 角色属性
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 1
+
False
@@ -3375,33 +4722,93 @@
5
-
- 288, 13
-
-
- 332, 96
-
-
- 14
-
-
- 角色属性
-
-
- GrpSetStats
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 1
-
None
+
+ LnkTalentAll
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 0
+
+
+ LnkTalentE
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 1
+
+
+ LnkTalentQ
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 2
+
+
+ LnkTalentNormalATK
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 3
+
+
+ NUDTalentLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 4
+
+
+ 288, 115
+
+
+ 332, 55
+
+
+ 13
+
+
+ 技能等级
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 2
+
True
@@ -3543,33 +4950,177 @@
4
-
- 288, 115
-
-
- 332, 55
-
-
- 13
-
-
- 技能等级
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- 2
-
None
+
+ CmbSwitchElement
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 0
+
+
+ LnkSwitchElement
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 1
+
+
+ CmbAvatar
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 2
+
+
+ LblAvatarSkillLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 3
+
+
+ NUDAvatarLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 4
+
+
+ BtnGiveAllChar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 5
+
+
+ LblAvatarLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 6
+
+
+ LblAvatarSkillLevelLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 7
+
+
+ LblAvatar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 8
+
+
+ LblAvatarConstellation
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 9
+
+
+ NUDAvatarConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 10
+
+
+ NUDAvatarSkillLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveAvatar
+
+
+ 11
+
+
+ 32, 13
+
+
+ 250, 218
+
+
+ 11
+
+
+ 获取角色
+
+
+ GrpGiveAvatar
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 3
+
无
@@ -3906,60 +5457,360 @@
11
-
- 32, 13
+
+ TCSpawnSettings
-
- 250, 218
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 11
+
+ TPSpawn
-
- 获取角色
+
+ 0
-
- GrpGiveAvatar
+
+ TCSpawnItems
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ TPSpawn
-
- 3
+
+ 1
-
+
4, 26
-
+
3, 3, 3, 3
-
+
652, 245
-
- 5
+
+ 6
-
- 角色
+
+ 生成
-
- TPAvatar
+
+ TPSpawn
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 6
+
+ 4
Top, Bottom, Left
+
+ TPSpawnArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 0
+
+
+ TPAttackModArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 1
+
+
+ TPAttackInfusedArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 2
+
+
+ 6, 6
+
+
+ 346, 233
+
+
+ 0
+
+
+ TCSpawnSettings
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 0
+
+
+ NUDEntityDef
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 0
+
+
+ NUDEntityAtk
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 1
+
+
+ NUDEntityHp
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 2
+
+
+ NUDEntityMaxHp
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 3
+
+
+ NUDEntityPosZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 4
+
+
+ NUDEntityPosY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 5
+
+
+ NUDEntityPosX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 6
+
+
+ NUDEntityAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 7
+
+
+ NUDEntityLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 8
+
+
+ LblSpawnVersionRequireTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 9
+
+
+ LblInfiniteHpTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 10
+
+
+ LblEntityDef
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 11
+
+
+ LblEntityAtk
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 12
+
+
+ LblEntityHp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 13
+
+
+ LblEntityMaxHp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 14
+
+
+ LblEntitySpawnPostion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 15
+
+
+ LblEntityLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 16
+
+
+ LblEntityAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnArgs
+
+
+ 17
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 338, 203
+
+
+ 0
+
+
+ 生成参数
+
+
+ TPSpawnArgs
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnSettings
+
+
+ 0
+
240, 126
@@ -4419,32 +6270,140 @@
17
-
+
+ LblAMPluginTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 0
+
+
+ LblAMPluginIntroduction
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 1
+
+
+ LblAMPlugin
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 2
+
+
+ LnkAMOff
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 3
+
+
+ LnkAMOn
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 4
+
+
+ BtnAtReload
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 5
+
+
+ BtnAtClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 6
+
+
+ LnkAttackModifierPlugin
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 7
+
+
+ GrpAMSkills
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 8
+
+
4, 26
-
+
3, 3, 3, 3
-
+
338, 203
-
- 0
+
+ 1
-
- 生成参数
+
+ 攻击修改参数
-
- TPSpawnArgs
+
+ TPAttackModArgs
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCSpawnSettings
-
- 0
+
+ 1
True
@@ -4680,6 +6639,102 @@
7
+
+ TxtAtEntityQ
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 0
+
+
+ TxtAtEntityE
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 1
+
+
+ TxtAtEntityN
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 2
+
+
+ RbAtQ
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 3
+
+
+ RbAtE
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 4
+
+
+ RbAtN
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAMSkills
+
+
+ 5
+
+
+ 9, 61
+
+
+ 323, 103
+
+
+ 3
+
+
+ 替换技能
+
+
+ GrpAMSkills
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackModArgs
+
+
+ 8
+
67, 72
@@ -4833,56 +6888,248 @@
5
-
- 9, 61
+
+ NUDAiwiRotateZ
-
- 323, 103
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPAttackInfusedArgs
+
+
+ 0
+
+
+ NUDAiwiRotateY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 1
+
+
+ NUDAiwiRotateX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 2
+
+
+ LblAiwiRotate
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
3
-
- 替换技能
+
+ NUDAiwiSpread
-
- GrpAMSkills
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPAttackInfusedArgs
-
- TPAttackModArgs
+
+ 4
-
+
+ LblAiwiSpread
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 5
+
+
+ NUDAiwiCount
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 6
+
+
+ NUDAiwiHeight
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 7
+
+
+ NUDAiwiRadius
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
8
-
+
+ LblAiwiCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 9
+
+
+ LblAiwiHeight
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 10
+
+
+ LblAiwiRadius
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 11
+
+
+ BtnAttackInfuse
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 12
+
+
+ BtnAiwiReload
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 13
+
+
+ BtnAiwiClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 14
+
+
+ BtnAiwiReset
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 15
+
+
+ LblAiwiPlugin
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 16
+
+
+ LnkAttackInfusedWithItem
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAttackInfusedArgs
+
+
+ 17
+
+
4, 26
-
+
3, 3, 3, 3
-
+
338, 203
-
- 1
+
+ 2
-
- 攻击修改参数
+
+ 攻击注入参数
-
- TPAttackModArgs
+
+ TPAttackInfusedArgs
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCSpawnSettings
-
- 1
+
+ 2
248, 105
@@ -5349,57 +7596,105 @@
17
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 338, 203
-
-
- 2
-
-
- 攻击注入参数
-
-
- TPAttackInfusedArgs
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnSettings
-
-
- 2
-
-
- 6, 6
-
-
- 346, 233
-
-
- 0
-
-
- TCSpawnSettings
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 0
-
Top, Bottom, Left, Right
+
+ TPSpawnItems
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnItems
+
+
+ 0
+
+
+ TPSpawnRecords
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnItems
+
+
+ 1
+
+
+ 358, 6
+
+
+ 288, 233
+
+
+ 1
+
+
+ TCSpawnItems
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 1
+
+
+ ListEntity
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnItems
+
+
+ 0
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnItems
+
+
+ 1
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 280, 203
+
+
+ 0
+
+
+ 实体列表
+
+
+ TPSpawnItems
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCSpawnItems
+
+
+ 0
+
Fill
@@ -5427,6 +7722,54 @@
0
+
+ TxtEntityFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 0
+
+
+ BtnFilterEntity
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ panel1
+
+
+ 1
+
+
+ Top
+
+
+ 3, 3
+
+
+ 274, 30
+
+
+ 17
+
+
+ panel1
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnItems
+
+
+ 1
+
Top, Left, Right
@@ -5481,56 +7824,56 @@
1
-
- Top
+
+ ListSpawnLogs
-
- 3, 3
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 274, 30
+
+ TPSpawnRecords
-
- 17
+
+ 0
-
- panel1
+
+ FLPSpawnRecordControls
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawnItems
+
+ TPSpawnRecords
-
+
1
-
+
4, 26
-
+
3, 3, 3, 3
-
+
280, 203
-
- 0
+
+ 1
-
- 实体列表
+
+ 生成记录本
-
- TPSpawnItems
+
+ TPSpawnRecords
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCSpawnItems
-
- 0
+
+ 1
Fill
@@ -5562,6 +7905,66 @@
True
+
+ BtnSaveSpawnLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FLPSpawnRecordControls
+
+
+ 0
+
+
+ BtnRemoveSpawnLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FLPSpawnRecordControls
+
+
+ 1
+
+
+ LblClearSpawnLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FLPSpawnRecordControls
+
+
+ 2
+
+
+ Bottom
+
+
+ 3, 171
+
+
+ 274, 29
+
+
+ 17
+
+
+ FLPSpawnRecordControls
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawnRecords
+
+
+ 1
+
NoControl
@@ -5652,108 +8055,168 @@
2
-
- Bottom
+
+ GrpQuestFilters
-
- 3, 171
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 274, 29
+
+ TPQuest
-
- 17
+
+ 0
-
- FLPSpawnRecordControls
+
+ BtnFinishQuest
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPSpawnRecords
+
+ 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
-
- 280, 203
-
-
- 1
-
-
- 生成记录本
-
-
- TPSpawnRecords
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCSpawnItems
-
-
- 1
-
-
- 358, 6
-
-
- 288, 233
-
-
- 1
-
-
- TCSpawnItems
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
+
652, 245
-
- 6
+
+ 15
-
- 生成
+
+ 任务
-
- TPSpawn
+
+ TPQuest
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 4
+
+ 10
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
@@ -5844,30 +8307,6 @@
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
@@ -6011,32 +8450,35 @@
5
-
- 4, 26
+
+ Bottom, Right
-
- 3, 3, 3, 3
+
+ True
-
- 652, 245
+
+ 540, 225
-
- 15
+
+ 109, 17
-
- 任务
+
+ 46
-
- TPQuest
+
+ Character Builder
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ LnkCharacterBuilder
-
- TCMain
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 10
+
+ TPArtifact
+
+
+ 0
Top
@@ -6069,7 +8511,7 @@
TPArtifact
- 0
+ 1
Top
@@ -6099,7 +8541,7 @@
TPArtifact
- 1
+ 2
Top
@@ -6129,7 +8571,7 @@
TPArtifact
- 2
+ 3
Top
@@ -6162,7 +8604,7 @@
TPArtifact
- 3
+ 4
Top
@@ -6186,7 +8628,7 @@
TPArtifact
- 4
+ 5
Top
@@ -6210,7 +8652,7 @@
TPArtifact
- 5
+ 6
Top
@@ -6243,7 +8685,7 @@
TPArtifact
- 6
+ 7
Top
@@ -6267,7 +8709,7 @@
TPArtifact
- 7
+ 8
Top
@@ -6291,7 +8733,7 @@
TPArtifact
- 8
+ 9
Top
@@ -6315,7 +8757,7 @@
TPArtifact
- 9
+ 10
Top
@@ -6348,7 +8790,7 @@
TPArtifact
- 10
+ 11
Top, Bottom
@@ -6375,7 +8817,7 @@
TPArtifact
- 11
+ 12
Top
@@ -6408,7 +8850,7 @@
TPArtifact
- 12
+ 13
Top
@@ -6441,7 +8883,7 @@
TPArtifact
- 13
+ 14
Top
@@ -6465,7 +8907,7 @@
TPArtifact
- 14
+ 15
Top
@@ -6498,7 +8940,7 @@
TPArtifact
- 15
+ 16
Top
@@ -6522,7 +8964,7 @@
TPArtifact
- 16
+ 17
Top
@@ -6555,7 +8997,7 @@
TPArtifact
- 17
+ 18
Top
@@ -6579,7 +9021,7 @@
TPArtifact
- 18
+ 19
4, 26
@@ -6608,6 +9050,117 @@
3
+
+ BtnExportCustomCommands
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 0
+
+
+ BtnLoadCustomCommands
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 1
+
+
+ LblCustomName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 2
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 3
+
+
+ BtnRemoveCustomCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 4
+
+
+ BtnSaveCustomCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 5
+
+
+ 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
+
+
+ 652, 245
+
+
+ 1
+
+
+ 自定义
+
+
+ TPCustom
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 2
+
Bottom, Right
@@ -6704,6 +9257,54 @@
Top, Bottom, Left, Right
+
+ LnkResetCustomCommands
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 0
+
+
+ FLPCustomCommands
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ groupBox1
+
+
+ 1
+
+
+ 6, 6
+
+
+ 640, 204
+
+
+ 1
+
+
+ 列表
+
+
+ groupBox1
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPCustom
+
+
+ 3
+
True
@@ -6761,30 +9362,6 @@
1
-
- 6, 6
-
-
- 640, 204
-
-
- 1
-
-
- 列表
-
-
- groupBox1
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPCustom
-
-
- 3
-
Bottom, Right
@@ -6869,32 +9446,128 @@
6
-
- 4, 26
+
+ BtnOpenShopEditor
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 652, 245
+
+ TPHome
-
+
+ 0
+
+
+ BtnOpenDropEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
1
-
- 自定义
+
+ LnkNewVersion
-
- TPCustom
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPHome
+
+
+ 2
+
+
+ LblAbout
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 3
+
+
+ BtnOpenTextMap
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 4
+
+
+ BtnOpenGachaBannerEditor
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 5
+
+
+ GrasscutterToolsIcon
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 6
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 7
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 0
+
+
+ 主页
+
+
+ TPHome
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 2
+
+ 0
Bottom, Right
@@ -7121,6 +9794,126 @@
Bottom, Left
+
+ LblGCVersion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 0
+
+
+ CmbGcVersions
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 1
+
+
+ ChkTopMost
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 2
+
+
+ CmbLanguage
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 3
+
+
+ LblLanguage
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 4
+
+
+ NUDUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 5
+
+
+ ChkIncludeUID
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 6
+
+
+ LblDefaultUid
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSettings
+
+
+ 7
+
+
+ 6, 128
+
+
+ 301, 111
+
+
+ 5
+
+
+ 设置
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 7
+
True
@@ -7334,60 +10127,264 @@
7
-
- 6, 128
-
-
- 301, 111
-
-
- 5
-
-
- 设置
-
-
- GrpSettings
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 7
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 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
+
+ LblClearMailContent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 0
+
+
+ BtnAddMailItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 1
+
+
+ BtnDeleteMailItem
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 2
+
+
+ TCMailRight
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 3
+
+
+ BtnSendMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 4
+
+
+ ListMailItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 5
+
+
+ LblMailItemsLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 6
+
+
+ NUDMailRecipient
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 7
+
+
+ RbMailSendToPlayer
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 8
+
+
+ RbMailSendToAll
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 9
+
+
+ LblMailRecipientLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 10
+
+
+ TxtMailContent
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 11
+
+
+ LblMailContentLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 12
+
+
+ TxtMailTitle
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 13
+
+
+ LblMailTitleLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 14
+
+
+ TxtMailSender
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 15
+
+
+ LblMailSenderLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 16
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 16
+
+
+ 邮件
+
+
+ TPMail
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 9
+
+
+ 12, 12
+
+
+ 610, 275
+
+
+ 660, 275
+
+
+ 4
+
+
+ TCMain
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 1
+
True
@@ -7481,6 +10478,114 @@
Top, Bottom, Left, Right
+
+ TPMailSelectableItemList
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMailRight
+
+
+ 0
+
+
+ TPMailList
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMailRight
+
+
+ 1
+
+
+ 410, 8
+
+
+ 236, 234
+
+
+ 11
+
+
+ TCMailRight
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMail
+
+
+ 3
+
+
+ TxtMailSelectableItemFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 0
+
+
+ ListMailSelectableItems
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 1
+
+
+ PanelMailItemArgs
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 228, 204
+
+
+ 0
+
+
+ 物品列表
+
+
+ TPMailSelectableItemList
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMailRight
+
+
+ 0
+
Top, Left, Right
@@ -7535,6 +10640,78 @@
1
+
+ NUDMailItemLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 0
+
+
+ NUDMailItemCount
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 1
+
+
+ LblMailItemCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 2
+
+
+ LblMailItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailItemArgs
+
+
+ 3
+
+
+ Bottom
+
+
+ 3, 171
+
+
+ 222, 30
+
+
+ 18
+
+
+ PanelMailItemArgs
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailSelectableItemList
+
+
+ 2
+
171, 5
@@ -7637,56 +10814,56 @@
3
-
- Bottom
+
+ ListMailList
-
- 3, 171
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 222, 30
+
+ TPMailList
-
- 18
+
+ 0
-
- PanelMailItemArgs
+
+ PanelMailListControls
-
+
System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPMailSelectableItemList
+
+ TPMailList
-
- 2
+
+ 1
-
+
4, 26
-
+
3, 3, 3, 3
-
+
228, 204
-
- 0
+
+ 1
-
- 物品列表
+
+ 邮件列表
-
- TPMailSelectableItemList
+
+ TPMailList
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMailRight
-
- 0
+
+ 1
Top, Bottom, Left, Right
@@ -7718,6 +10895,54 @@
0
+
+ BtnClearMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailListControls
+
+
+ 0
+
+
+ BtnRemoveMail
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ PanelMailListControls
+
+
+ 1
+
+
+ Bottom
+
+
+ 3, 173
+
+
+ 222, 28
+
+
+ 19
+
+
+ PanelMailListControls
+
+
+ System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPMailList
+
+
+ 1
+
NoControl
@@ -7772,78 +10997,6 @@
1
-
- Bottom
-
-
- 3, 173
-
-
- 222, 28
-
-
- 19
-
-
- PanelMailListControls
-
-
- System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMailList
-
-
- 1
-
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 228, 204
-
-
- 1
-
-
- 邮件列表
-
-
- TPMailList
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMailRight
-
-
- 1
-
-
- 410, 8
-
-
- 236, 234
-
-
- 11
-
-
- TCMailRight
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPMail
-
-
- 3
-
Bottom, Left
@@ -8207,57 +11360,6 @@
16
-
- 4, 26
-
-
- 3, 3, 3, 3
-
-
- 652, 245
-
-
- 16
-
-
- 邮件
-
-
- TPMail
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- 12, 12
-
-
- 610, 275
-
-
- 660, 275
-
-
- 4
-
-
- TCMain
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
17, 17