diff --git a/Source/GrasscutterTools/FormMain.Designer.cs b/Source/GrasscutterTools/FormMain.Designer.cs
index 75b6fbd..92dd295 100644
--- a/Source/GrasscutterTools/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/FormMain.Designer.cs
@@ -35,6 +35,7 @@ namespace GrasscutterTools
this.BtnCopy = new System.Windows.Forms.Button();
this.ChkAutoCopy = new System.Windows.Forms.CheckBox();
this.GrpCommand = new System.Windows.Forms.GroupBox();
+ this.BtnInvokeOpenCommand = new System.Windows.Forms.Button();
this.TCMain = new System.Windows.Forms.TabControl();
this.TPHome = new System.Windows.Forms.TabPage();
this.BtnOpenTextMap = new System.Windows.Forms.Button();
@@ -160,25 +161,24 @@ namespace GrasscutterTools
this.LnkGithub = new System.Windows.Forms.LinkLabel();
this.LblSupportDescription = new System.Windows.Forms.Label();
this.TPRemoteCall = new System.Windows.Forms.TabPage();
- this.GrpRemoteCommand = new System.Windows.Forms.GroupBox();
- this.TxtHost = new System.Windows.Forms.TextBox();
- this.LblHost = new System.Windows.Forms.Label();
- this.BtnQueryServerStatus = new System.Windows.Forms.Button();
- this.NUDRemotePlayerId = new System.Windows.Forms.NumericUpDown();
- this.LblRemotePlayerId = new System.Windows.Forms.Label();
- this.LblServerVersionLabel = new System.Windows.Forms.Label();
- this.LblServerVersion = new System.Windows.Forms.Label();
- this.LblPlayerCountLabel = new System.Windows.Forms.Label();
- this.LblPlayerCount = new System.Windows.Forms.Label();
this.GrpServerStatus = new System.Windows.Forms.GroupBox();
- this.LblOpenCommandSupport = new System.Windows.Forms.Label();
this.LnkOpenCommandLabel = new System.Windows.Forms.LinkLabel();
- this.LblVerificationCode = new System.Windows.Forms.Label();
- this.NUDVerificationCode = new System.Windows.Forms.NumericUpDown();
- this.BtnSendVerificationCode = new System.Windows.Forms.Button();
- this.BtnConnectOpenCommand = new System.Windows.Forms.Button();
- this.BtnInvokeOpenCommand = new System.Windows.Forms.Button();
+ this.LblOpenCommandSupport = new System.Windows.Forms.Label();
+ this.LblServerVersion = new System.Windows.Forms.Label();
+ this.LblPlayerCount = new System.Windows.Forms.Label();
+ this.LblServerVersionLabel = new System.Windows.Forms.Label();
+ this.LblPlayerCountLabel = new System.Windows.Forms.Label();
+ this.GrpRemoteCommand = new System.Windows.Forms.GroupBox();
this.LnkRCHelp = new System.Windows.Forms.LinkLabel();
+ this.BtnConnectOpenCommand = new System.Windows.Forms.Button();
+ this.BtnSendVerificationCode = new System.Windows.Forms.Button();
+ this.LblRemotePlayerId = new System.Windows.Forms.Label();
+ this.NUDVerificationCode = new System.Windows.Forms.NumericUpDown();
+ this.LblVerificationCode = new System.Windows.Forms.Label();
+ this.NUDRemotePlayerId = new System.Windows.Forms.NumericUpDown();
+ this.TxtHost = new System.Windows.Forms.TextBox();
+ this.BtnQueryServerStatus = new System.Windows.Forms.Button();
+ this.LblHost = new System.Windows.Forms.Label();
this.TTip = new System.Windows.Forms.ToolTip(this.components);
this.GrpCommand.SuspendLayout();
this.TCMain.SuspendLayout();
@@ -222,10 +222,10 @@ namespace GrasscutterTools
this.TPAbout.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.TPRemoteCall.SuspendLayout();
- this.GrpRemoteCommand.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).BeginInit();
this.GrpServerStatus.SuspendLayout();
+ this.GrpRemoteCommand.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).BeginInit();
this.SuspendLayout();
//
// TxtCommand
@@ -256,6 +256,13 @@ namespace GrasscutterTools
this.GrpCommand.Name = "GrpCommand";
this.GrpCommand.TabStop = false;
//
+ // BtnInvokeOpenCommand
+ //
+ resources.ApplyResources(this.BtnInvokeOpenCommand, "BtnInvokeOpenCommand");
+ this.BtnInvokeOpenCommand.Name = "BtnInvokeOpenCommand";
+ this.BtnInvokeOpenCommand.UseVisualStyleBackColor = true;
+ this.BtnInvokeOpenCommand.Click += new System.EventHandler(this.BtnInvokeOpenCommand_Click);
+ //
// TCMain
//
resources.ApplyResources(this.TCMain, "TCMain");
@@ -1371,6 +1378,50 @@ namespace GrasscutterTools
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
//
+ // 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;
+ //
+ // LnkOpenCommandLabel
+ //
+ resources.ApplyResources(this.LnkOpenCommandLabel, "LnkOpenCommandLabel");
+ this.LnkOpenCommandLabel.Name = "LnkOpenCommandLabel";
+ this.LnkOpenCommandLabel.TabStop = true;
+ this.LnkOpenCommandLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkOpenCommandLabel_LinkClicked);
+ //
+ // LblOpenCommandSupport
+ //
+ resources.ApplyResources(this.LblOpenCommandSupport, "LblOpenCommandSupport");
+ this.LblOpenCommandSupport.Name = "LblOpenCommandSupport";
+ //
+ // LblServerVersion
+ //
+ resources.ApplyResources(this.LblServerVersion, "LblServerVersion");
+ this.LblServerVersion.Name = "LblServerVersion";
+ //
+ // LblPlayerCount
+ //
+ resources.ApplyResources(this.LblPlayerCount, "LblPlayerCount");
+ this.LblPlayerCount.Name = "LblPlayerCount";
+ //
+ // LblServerVersionLabel
+ //
+ resources.ApplyResources(this.LblServerVersionLabel, "LblServerVersionLabel");
+ this.LblServerVersionLabel.Name = "LblServerVersionLabel";
+ //
+ // LblPlayerCountLabel
+ //
+ resources.ApplyResources(this.LblPlayerCountLabel, "LblPlayerCountLabel");
+ this.LblPlayerCountLabel.Name = "LblPlayerCountLabel";
+ //
// GrpRemoteCommand
//
resources.ApplyResources(this.GrpRemoteCommand, "GrpRemoteCommand");
@@ -1384,92 +1435,32 @@ namespace GrasscutterTools
this.GrpRemoteCommand.Name = "GrpRemoteCommand";
this.GrpRemoteCommand.TabStop = false;
//
- // TxtHost
+ // LnkRCHelp
//
- resources.ApplyResources(this.TxtHost, "TxtHost");
- this.TxtHost.Name = "TxtHost";
+ resources.ApplyResources(this.LnkRCHelp, "LnkRCHelp");
+ this.LnkRCHelp.Name = "LnkRCHelp";
+ this.LnkRCHelp.TabStop = true;
+ this.LnkRCHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkRCHelp_LinkClicked);
//
- // LblHost
+ // BtnConnectOpenCommand
//
- resources.ApplyResources(this.LblHost, "LblHost");
- this.LblHost.Name = "LblHost";
+ resources.ApplyResources(this.BtnConnectOpenCommand, "BtnConnectOpenCommand");
+ this.BtnConnectOpenCommand.Name = "BtnConnectOpenCommand";
+ this.BtnConnectOpenCommand.UseVisualStyleBackColor = true;
+ this.BtnConnectOpenCommand.Click += new System.EventHandler(this.BtnConnectOpenCommand_Click);
//
- // BtnQueryServerStatus
+ // BtnSendVerificationCode
//
- resources.ApplyResources(this.BtnQueryServerStatus, "BtnQueryServerStatus");
- this.BtnQueryServerStatus.Name = "BtnQueryServerStatus";
- this.BtnQueryServerStatus.UseVisualStyleBackColor = true;
- this.BtnQueryServerStatus.Click += new System.EventHandler(this.BtnQueryServerStatus_Click);
- //
- // NUDRemotePlayerId
- //
- resources.ApplyResources(this.NUDRemotePlayerId, "NUDRemotePlayerId");
- this.NUDRemotePlayerId.Maximum = new decimal(new int[] {
- 2147483647,
- 0,
- 0,
- 0});
- this.NUDRemotePlayerId.Name = "NUDRemotePlayerId";
- this.NUDRemotePlayerId.Value = new decimal(new int[] {
- 10001,
- 0,
- 0,
- 0});
+ resources.ApplyResources(this.BtnSendVerificationCode, "BtnSendVerificationCode");
+ this.BtnSendVerificationCode.Name = "BtnSendVerificationCode";
+ this.BtnSendVerificationCode.UseVisualStyleBackColor = true;
+ this.BtnSendVerificationCode.Click += new System.EventHandler(this.BtnSendVerificationCode_Click);
//
// LblRemotePlayerId
//
resources.ApplyResources(this.LblRemotePlayerId, "LblRemotePlayerId");
this.LblRemotePlayerId.Name = "LblRemotePlayerId";
//
- // LblServerVersionLabel
- //
- resources.ApplyResources(this.LblServerVersionLabel, "LblServerVersionLabel");
- this.LblServerVersionLabel.Name = "LblServerVersionLabel";
- //
- // LblServerVersion
- //
- resources.ApplyResources(this.LblServerVersion, "LblServerVersion");
- this.LblServerVersion.Name = "LblServerVersion";
- //
- // LblPlayerCountLabel
- //
- resources.ApplyResources(this.LblPlayerCountLabel, "LblPlayerCountLabel");
- this.LblPlayerCountLabel.Name = "LblPlayerCountLabel";
- //
- // LblPlayerCount
- //
- resources.ApplyResources(this.LblPlayerCount, "LblPlayerCount");
- this.LblPlayerCount.Name = "LblPlayerCount";
- //
- // 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;
- //
- // LblOpenCommandSupport
- //
- resources.ApplyResources(this.LblOpenCommandSupport, "LblOpenCommandSupport");
- this.LblOpenCommandSupport.Name = "LblOpenCommandSupport";
- //
- // LnkOpenCommandLabel
- //
- resources.ApplyResources(this.LnkOpenCommandLabel, "LnkOpenCommandLabel");
- this.LnkOpenCommandLabel.Name = "LnkOpenCommandLabel";
- this.LnkOpenCommandLabel.TabStop = true;
- this.LnkOpenCommandLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkOpenCommandLabel_LinkClicked);
- //
- // LblVerificationCode
- //
- resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode");
- this.LblVerificationCode.Name = "LblVerificationCode";
- //
// NUDVerificationCode
//
resources.ApplyResources(this.NUDVerificationCode, "NUDVerificationCode");
@@ -1490,33 +1481,42 @@ namespace GrasscutterTools
0,
0});
//
- // BtnSendVerificationCode
+ // LblVerificationCode
//
- resources.ApplyResources(this.BtnSendVerificationCode, "BtnSendVerificationCode");
- this.BtnSendVerificationCode.Name = "BtnSendVerificationCode";
- this.BtnSendVerificationCode.UseVisualStyleBackColor = true;
- this.BtnSendVerificationCode.Click += new System.EventHandler(this.BtnSendVerificationCode_Click);
+ resources.ApplyResources(this.LblVerificationCode, "LblVerificationCode");
+ this.LblVerificationCode.Name = "LblVerificationCode";
//
- // BtnConnectOpenCommand
+ // NUDRemotePlayerId
//
- resources.ApplyResources(this.BtnConnectOpenCommand, "BtnConnectOpenCommand");
- this.BtnConnectOpenCommand.Name = "BtnConnectOpenCommand";
- this.BtnConnectOpenCommand.UseVisualStyleBackColor = true;
- this.BtnConnectOpenCommand.Click += new System.EventHandler(this.BtnConnectOpenCommand_Click);
+ resources.ApplyResources(this.NUDRemotePlayerId, "NUDRemotePlayerId");
+ this.NUDRemotePlayerId.Maximum = new decimal(new int[] {
+ 2147483647,
+ 0,
+ 0,
+ 0});
+ this.NUDRemotePlayerId.Name = "NUDRemotePlayerId";
+ this.NUDRemotePlayerId.Value = new decimal(new int[] {
+ 10001,
+ 0,
+ 0,
+ 0});
//
- // BtnInvokeOpenCommand
+ // TxtHost
//
- resources.ApplyResources(this.BtnInvokeOpenCommand, "BtnInvokeOpenCommand");
- this.BtnInvokeOpenCommand.Name = "BtnInvokeOpenCommand";
- this.BtnInvokeOpenCommand.UseVisualStyleBackColor = true;
- this.BtnInvokeOpenCommand.Click += new System.EventHandler(this.BtnInvokeOpenCommand_Click);
+ resources.ApplyResources(this.TxtHost, "TxtHost");
+ this.TxtHost.Name = "TxtHost";
//
- // LnkRCHelp
+ // BtnQueryServerStatus
//
- resources.ApplyResources(this.LnkRCHelp, "LnkRCHelp");
- this.LnkRCHelp.Name = "LnkRCHelp";
- this.LnkRCHelp.TabStop = true;
- this.LnkRCHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkRCHelp_LinkClicked);
+ resources.ApplyResources(this.BtnQueryServerStatus, "BtnQueryServerStatus");
+ this.BtnQueryServerStatus.Name = "BtnQueryServerStatus";
+ this.BtnQueryServerStatus.UseVisualStyleBackColor = true;
+ this.BtnQueryServerStatus.Click += new System.EventHandler(this.BtnQueryServerStatus_Click);
+ //
+ // LblHost
+ //
+ resources.ApplyResources(this.LblHost, "LblHost");
+ this.LblHost.Name = "LblHost";
//
// FormMain
//
@@ -1524,6 +1524,7 @@ namespace GrasscutterTools
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.TCMain);
this.Controls.Add(this.GrpCommand);
+ this.KeyPreview = true;
this.Name = "FormMain";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormMain_FormClosed);
this.Load += new System.EventHandler(this.FormMain_Load);
@@ -1588,12 +1589,12 @@ namespace GrasscutterTools
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.TPRemoteCall.ResumeLayout(false);
this.TPRemoteCall.PerformLayout();
- this.GrpRemoteCommand.ResumeLayout(false);
- this.GrpRemoteCommand.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).EndInit();
this.GrpServerStatus.ResumeLayout(false);
this.GrpServerStatus.PerformLayout();
+ this.GrpRemoteCommand.ResumeLayout(false);
+ this.GrpRemoteCommand.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDRemotePlayerId)).EndInit();
this.ResumeLayout(false);
}
diff --git a/Source/GrasscutterTools/FormMain.resx b/Source/GrasscutterTools/FormMain.resx
index dde7a78..975ff22 100644
--- a/Source/GrasscutterTools/FormMain.resx
+++ b/Source/GrasscutterTools/FormMain.resx
@@ -255,258 +255,6 @@
Top, Bottom, Left, Right
-
- TPHome
-
-
- 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
-
-
- TPWeapon
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 3
-
-
- TPItem
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 4
-
-
- TPAvatar
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 5
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 6
-
-
- TPScene
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 7
-
-
- TPStats
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 8
-
-
- TPManage
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 9
-
-
- TPAbout
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 10
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
-
- 12, 12
-
-
- 610, 275
-
-
- 4
-
-
- TCMain
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
- BtnOpenTextMap
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 0
-
-
- BtnOpenGachaBannerEditor
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 1
-
-
- pictureBox1
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 2
-
-
- GrpSettings
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPHome
-
-
- 3
-
-
- LblAbout
-
-
- System.Windows.Forms.Label, 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
-
112, 122
@@ -591,90 +339,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
-
-
- 3
-
41, 51
@@ -798,6 +462,30 @@
4
+
+ 6, 151
+
+
+ 301, 88
+
+
+ 5
+
+
+ 设置
+
+
+ GrpSettings
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPHome
+
+
+ 3
+
Left
@@ -831,116 +519,32 @@
4
-
- 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
-
+
602, 245
-
- 1
+
+ 0
-
- 自定义
+
+ 主页
-
- TPCustom
+
+ TPHome
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 1
+
+ 0
Bottom, Right
@@ -1029,6 +633,21 @@
Top, Bottom, Left, Right
+
+ True
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 584, 182
+
+
+ 0
+
FLPCustomCommands
@@ -1065,33 +684,6 @@
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
@@ -1170,260 +762,32 @@
6
-
- LblArtifactName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 0
-
-
- NUDArtifactStars
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 1
-
-
- LblArtifactStars
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 2
-
-
- LblArtifactPart
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 3
-
-
- CmbArtifactPart
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4
-
-
- CmbArtifactSet
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 5
-
-
- LblArtifactSet
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 6
-
-
- LblArtifactLevelTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 7
-
-
- LblAddSubAttr
-
-
- 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
+
+ 1
-
- 圣遗物
+
+ 自定义
-
- TPArtifact
+
+ TPCustom
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 2
+
+ 1
Top
@@ -1944,140 +1308,32 @@
18
-
- 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
+
+ 2
-
- 武器
+
+ 圣遗物
-
- TPWeapon
+
+ TPArtifact
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 3
+
+ 2
Top, Right
@@ -2330,164 +1586,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
-
- 4
+
+ 3
Top, Right
@@ -2549,6 +1673,21 @@
Top, Bottom, Left, Right
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 293, 140
+
+
+ 6
+
ListGiveItemLogs
@@ -2585,33 +1724,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
@@ -2826,104 +1938,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
+
+ 4
-
- 角色
+
+ 物品
-
- TPAvatar
+
+ TPItem
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 5
+
+ 4
Bottom
@@ -3104,164 +2144,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
+
+ 5
-
- 生成
+
+ 角色
-
- TPSpawn
+
+ TPAvatar
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 6
+
+ 5
265, 31
@@ -3317,6 +2225,21 @@
Top, Bottom, Left
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 244, 162
+
+
+ 9
+
ListSpawnLogs
@@ -3353,108 +2276,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
@@ -3563,6 +2387,30 @@
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
+
Top, Bottom, Left, Right
@@ -3749,80 +2597,32 @@
10
-
- CmbClimateType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 0
-
-
- LblClimateType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 1
-
-
- LblSceneDescription
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 2
-
-
- ListScenes
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 3
-
-
+
4, 26
-
+
3, 3, 3, 3
-
+
602, 245
-
- 9
+
+ 6
-
- 场景
+
+ 生成
-
- TPScene
+
+ TPSpawn
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 7
+
+ 6
68, 94
@@ -3928,144 +2728,36 @@
3
-
- 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
+
+ 9
-
- 数据
+
+ 场景
-
- TPStats
+
+ TPScene
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 8
+
+ 7
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
@@ -4165,80 +2857,32 @@
3
-
- None
+
+ 135, 62
-
- 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
@@ -4342,6 +2986,30 @@
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
+
True
@@ -4369,156 +3037,36 @@
2
-
- 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
+
+ 11
-
- 管理
+
+ 数据
-
- TPManage
+
+ TPStats
-
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
TCMain
-
- 9
+
+ 8
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
@@ -4666,104 +3214,32 @@
5
-
- None
+
+ 31, 6
-
- 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
@@ -4909,68 +3385,56 @@
5
-
- pictureBox2
+
+ 31, 72
-
- 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
-
- 10
+
+ 9
Top, Bottom, Left, Right
@@ -5061,6 +3525,207 @@
2
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 602, 245
+
+
+ 13
+
+
+ 关于
+
+
+ TPAbout
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 10
+
+
+ True
+
+
+ 13, 62
+
+
+ 80, 17
+
+
+ 5
+
+
+ 远程执行插件
+
+
+ LnkOpenCommandLabel
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 0
+
+
+ True
+
+
+ 99, 62
+
+
+ 23, 17
+
+
+ 18
+
+
+ ---
+
+
+ LblOpenCommandSupport
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 1
+
+
+ True
+
+
+ 99, 28
+
+
+ 23, 17
+
+
+ 14
+
+
+ ---
+
+
+ LblServerVersion
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 2
+
+
+ True
+
+
+ 99, 45
+
+
+ 23, 17
+
+
+ 16
+
+
+ ---
+
+
+ LblPlayerCount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 3
+
+
+ True
+
+
+ 37, 28
+
+
+ 56, 17
+
+
+ 13
+
+
+ 游戏版本
+
+
+ LblServerVersionLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 4
+
+
+ True
+
+
+ 25, 45
+
+
+ 68, 17
+
+
+ 15
+
+
+ 当前玩家数
+
+
+ LblPlayerCountLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 5
+
+
+ 363, 36
+
+
+ 200, 100
+
+
+ 4
+
+
+ 服务器状态
+
GrpServerStatus
@@ -5073,84 +3738,27 @@
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
-
-
- 远程
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TCMain
-
-
- 11
-
Bottom, Left
+
+ True
+
+
+ NoControl
+
+
+ 203, 24
+
+
+ 32, 17
+
+
+ 9
+
+
+ 帮助
+
LnkRCHelp
@@ -5163,6 +3771,21 @@
0
+
+ False
+
+
+ 106, 91
+
+
+ 100, 23
+
+
+ 13
+
+
+ 连接
+
BtnConnectOpenCommand
@@ -5175,6 +3798,18 @@
1
+
+ 203, 51
+
+
+ 100, 23
+
+
+ 12
+
+
+ 发送验证码
+
BtnSendVerificationCode
@@ -5187,6 +3822,21 @@
2
+
+ True
+
+
+ 35, 24
+
+
+ 30, 17
+
+
+ 7
+
+
+ UID
+
LblRemotePlayerId
@@ -5199,6 +3849,18 @@
3
+
+ False
+
+
+ 71, 51
+
+
+ 126, 23
+
+
+ 11
+
NUDVerificationCode
@@ -5211,6 +3873,24 @@
4
+
+ True
+
+
+ NoControl
+
+
+ 21, 53
+
+
+ 44, 17
+
+
+ 10
+
+
+ 验证码
+
LblVerificationCode
@@ -5223,6 +3903,15 @@
5
+
+ 71, 22
+
+
+ 126, 23
+
+
+ 8
+
NUDRemotePlayerId
@@ -5286,6 +3975,33 @@
2
+
+ NoControl
+
+
+ 307, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 3
+
True
@@ -5316,472 +4032,52 @@
4
-
- NoControl
+
+ 4, 26
-
- 307, 36
+
+ 3, 3, 3, 3
-
- 50, 23
+
+ 602, 245
-
- 3
-
-
- 查询
-
-
- BtnQueryServerStatus
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 3
-
-
- 71, 22
-
-
- 126, 23
-
-
- 8
-
-
- NUDRemotePlayerId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 6
-
-
- True
-
-
- 35, 24
-
-
- 30, 17
-
-
- 7
-
-
- UID
-
-
- LblRemotePlayerId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 3
-
-
- True
-
-
- 37, 28
-
-
- 56, 17
-
-
- 13
-
-
- 游戏版本
-
-
- LblServerVersionLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 4
-
-
- True
-
-
- 99, 28
-
-
- 23, 17
-
-
+
14
-
- ---
+
+ 远程
-
- LblServerVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 2
-
-
- True
-
-
- 25, 45
-
-
- 68, 17
-
-
- 15
-
-
- 当前玩家数
-
-
- LblPlayerCountLabel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 5
-
-
- True
-
-
- 99, 45
-
-
- 23, 17
-
-
- 16
-
-
- ---
-
-
- LblPlayerCount
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- 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
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ TCMain
-
- 99, 62
-
-
- 23, 17
-
-
- 18
-
-
- ---
-
-
- LblOpenCommandSupport
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 1
-
-
- True
-
-
- 13, 62
-
-
- 80, 17
-
-
- 5
-
-
- 远程执行插件
-
-
- LnkOpenCommandLabel
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- True
-
-
- NoControl
-
-
- 21, 53
-
-
- 44, 17
-
-
- 10
-
-
- 验证码
-
-
- LblVerificationCode
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 5
-
-
- False
-
-
- 71, 51
-
-
- 126, 23
-
-
+
11
-
- NUDVerificationCode
+
+ 12, 12
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 610, 275
-
- GrpRemoteCommand
-
-
+
4
-
- 203, 51
+
+ TCMain
-
- 100, 23
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 12
+
+ $this
-
- 发送验证码
-
-
- BtnSendVerificationCode
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 2
-
-
- False
-
-
- 106, 91
-
-
- 100, 23
-
-
- 13
-
-
- 连接
-
-
- BtnConnectOpenCommand
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
- 1
-
-
- True
-
-
- NoControl
-
-
- 203, 24
-
-
- 32, 17
-
-
- 9
-
-
- 帮助
-
-
- LnkRCHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpRemoteCommand
-
-
+
0