Add Drop Editor (WIP)

This commit is contained in:
2022-10-25 23:36:30 +08:00
parent f0885a1fee
commit c860180564
9 changed files with 3682 additions and 605 deletions

View File

@@ -233,6 +233,7 @@ namespace GrasscutterTools.Forms
this.ChkIncludeUID = new System.Windows.Forms.CheckBox();
this.LblDefaultUid = new System.Windows.Forms.Label();
this.TCMain = new System.Windows.Forms.TabControl();
this.BtnOpenDropEditor = new System.Windows.Forms.Button();
this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.GrpCommand.SuspendLayout();
this.TPRemoteCall.SuspendLayout();
@@ -1938,6 +1939,7 @@ namespace GrasscutterTools.Forms
//
// TPHome
//
this.TPHome.Controls.Add(this.BtnOpenDropEditor);
this.TPHome.Controls.Add(this.LnkNewVersion);
this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap);
@@ -2070,6 +2072,13 @@ namespace GrasscutterTools.Forms
this.TCMain.Name = "TCMain";
this.TCMain.SelectedIndex = 0;
//
// BtnOpenDropEditor
//
resources.ApplyResources(this.BtnOpenDropEditor, "BtnOpenDropEditor");
this.BtnOpenDropEditor.Name = "BtnOpenDropEditor";
this.BtnOpenDropEditor.UseVisualStyleBackColor = true;
this.BtnOpenDropEditor.Click += new System.EventHandler(this.BtnOpenDropEditor_Click);
//
// TxtBanReason
//
this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
@@ -2383,5 +2392,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.NumericUpDown NUDAvatarSkillLevel;
private System.Windows.Forms.Label LblAvatarSkillLevelLabel;
private System.Windows.Forms.Label LblAvatarSkillLevelTip;
private System.Windows.Forms.Button BtnOpenDropEditor;
}
}