mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-16 10:32:58 +08:00
Swap the run and copy button positions
This commit is contained in:
@@ -53,17 +53,19 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// NavContainer.Panel1
|
||||
//
|
||||
resources.ApplyResources(this.NavContainer.Panel1, "NavContainer.Panel1");
|
||||
this.NavContainer.Panel1.Controls.Add(this.ListPages);
|
||||
//
|
||||
// NavContainer.Panel2
|
||||
//
|
||||
resources.ApplyResources(this.NavContainer.Panel2, "NavContainer.Panel2");
|
||||
this.NavContainer.Panel2.Controls.Add(this.TCMain);
|
||||
//
|
||||
// ListPages
|
||||
//
|
||||
resources.ApplyResources(this.ListPages, "ListPages");
|
||||
this.ListPages.BackColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.ListPages.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
resources.ApplyResources(this.ListPages, "ListPages");
|
||||
this.ListPages.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
||||
this.ListPages.FormattingEnabled = true;
|
||||
this.ListPages.Name = "ListPages";
|
||||
@@ -119,8 +121,8 @@ namespace GrasscutterTools.Forms
|
||||
//
|
||||
// MenuSpawnEntityFilter
|
||||
//
|
||||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||||
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
||||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user