mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-08 23:19:14 +08:00
Add CharacterBuilder plugin link
This commit is contained in:
parent
bcfb23a8fb
commit
a9c8a667ec
10
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
10
Source/GrasscutterTools/Forms/FormMain.Designer.cs
generated
@ -324,6 +324,7 @@ namespace GrasscutterTools.Forms
|
|||||||
this.TxtMailSender = new System.Windows.Forms.TextBox();
|
this.TxtMailSender = new System.Windows.Forms.TextBox();
|
||||||
this.LblMailSenderLabel = new System.Windows.Forms.Label();
|
this.LblMailSenderLabel = new System.Windows.Forms.Label();
|
||||||
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
|
this.LnkCharacterBuilder = new System.Windows.Forms.LinkLabel();
|
||||||
this.GrpCommand.SuspendLayout();
|
this.GrpCommand.SuspendLayout();
|
||||||
this.TPRemoteCall.SuspendLayout();
|
this.TPRemoteCall.SuspendLayout();
|
||||||
this.GrpServerStatus.SuspendLayout();
|
this.GrpServerStatus.SuspendLayout();
|
||||||
@ -2364,6 +2365,7 @@ namespace GrasscutterTools.Forms
|
|||||||
//
|
//
|
||||||
// TPArtifact
|
// TPArtifact
|
||||||
//
|
//
|
||||||
|
this.TPArtifact.Controls.Add(this.LnkCharacterBuilder);
|
||||||
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
|
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
|
||||||
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
|
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
|
||||||
this.TPArtifact.Controls.Add(this.LblArtifactName);
|
this.TPArtifact.Controls.Add(this.LblArtifactName);
|
||||||
@ -3023,6 +3025,13 @@ namespace GrasscutterTools.Forms
|
|||||||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||||||
resources.ApplyResources(this.MenuSpawnEntityFilter, "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
|
// FormMain
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this, "$this");
|
resources.ApplyResources(this, "$this");
|
||||||
@ -3457,5 +3466,6 @@ namespace GrasscutterTools.Forms
|
|||||||
private System.Windows.Forms.Label LblSpawnVersionRequireTip;
|
private System.Windows.Forms.Label LblSpawnVersionRequireTip;
|
||||||
private System.Windows.Forms.ComboBox CmbSwitchElement;
|
private System.Windows.Forms.ComboBox CmbSwitchElement;
|
||||||
private System.Windows.Forms.LinkLabel LnkSwitchElement;
|
private System.Windows.Forms.LinkLabel LnkSwitchElement;
|
||||||
|
private System.Windows.Forms.LinkLabel LnkCharacterBuilder;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -820,6 +820,14 @@ namespace GrasscutterTools.Forms
|
|||||||
LblArtifactLevelTip.Text = $"[{NUDArtifactLevel.Minimum}-{NUDArtifactLevel.Maximum}]";
|
LblArtifactLevelTip.Text = $"[{NUDArtifactLevel.Minimum}-{NUDArtifactLevel.Maximum}]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 点击CharacterBuilder链接标签时触发
|
||||||
|
/// </summary>
|
||||||
|
private void LnkCharacterBuilder_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
OpenURL("https://github.com/Penelopeep/CharacterBuilder");
|
||||||
|
}
|
||||||
|
|
||||||
#endregion - 圣遗物 Artifact -
|
#endregion - 圣遗物 Artifact -
|
||||||
|
|
||||||
#region - 武器 Weapons -
|
#region - 武器 Weapons -
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user