mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-16 10:32:58 +08:00
Add Task Page (#166)
This commit is contained in:
@@ -50,6 +50,7 @@ namespace GrasscutterTools.Forms
|
||||
this.TCMain = new System.Windows.Forms.TabControl();
|
||||
this.TPMail = new System.Windows.Forms.TabPage();
|
||||
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.TPLoopTasks = new System.Windows.Forms.TabPage();
|
||||
this.GrpCommand.SuspendLayout();
|
||||
this.TCMain.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -177,6 +178,7 @@ namespace GrasscutterTools.Forms
|
||||
this.TCMain.Controls.Add(this.TPWeapon);
|
||||
this.TCMain.Controls.Add(this.TPManage);
|
||||
this.TCMain.Controls.Add(this.TPMail);
|
||||
this.TCMain.Controls.Add(this.TPLoopTasks);
|
||||
this.TCMain.Controls.Add(this.TPQuest);
|
||||
this.TCMain.Controls.Add(this.TPScene);
|
||||
this.TCMain.Controls.Add(this.TPAbout);
|
||||
@@ -194,6 +196,12 @@ namespace GrasscutterTools.Forms
|
||||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||||
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
||||
//
|
||||
// TPLoopTasks
|
||||
//
|
||||
resources.ApplyResources(this.TPLoopTasks, "TPLoopTasks");
|
||||
this.TPLoopTasks.Name = "TPLoopTasks";
|
||||
this.TPLoopTasks.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
@@ -234,5 +242,6 @@ namespace GrasscutterTools.Forms
|
||||
private System.Windows.Forms.TabControl TCMain;
|
||||
private System.Windows.Forms.TabPage TPMail;
|
||||
private System.Windows.Forms.ContextMenuStrip MenuSpawnEntityFilter;
|
||||
private System.Windows.Forms.TabPage TPLoopTasks;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user