From b603e5628cf6a747dcfb709b2febc0b415194894 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 5 Apr 2020 12:03:34 -0700 Subject: [PATCH] Rearrange map related buttons --- NHSE.WinForms/Editor.Designer.cs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/NHSE.WinForms/Editor.Designer.cs b/NHSE.WinForms/Editor.Designer.cs index 32fb304..b963d5d 100644 --- a/NHSE.WinForms/Editor.Designer.cs +++ b/NHSE.WinForms/Editor.Designer.cs @@ -40,6 +40,7 @@ private void InitializeComponent() this.Menu_RAMEdit = new System.Windows.Forms.ToolStripMenuItem(); this.TC_Editors = new System.Windows.Forms.TabControl(); this.Tab_Players = new System.Windows.Forms.TabPage(); + this.B_EditPlayerFlags = new System.Windows.Forms.Button(); this.B_EditActivities = new System.Windows.Forms.Button(); this.B_EditPlayerReceivedItems = new System.Windows.Forms.Button(); this.B_EditPlayerStorage = new System.Windows.Forms.Button(); @@ -90,7 +91,6 @@ private void InitializeComponent() this.B_EditTurnipExchange = new System.Windows.Forms.Button(); this.B_EditBuildings = new System.Windows.Forms.Button(); this.B_RecycleBin = new System.Windows.Forms.Button(); - this.B_EditPlayerFlags = new System.Windows.Forms.Button(); this.Menu_Editor.SuspendLayout(); this.TC_Editors.SuspendLayout(); this.Tab_Players.SuspendLayout(); @@ -232,6 +232,16 @@ private void InitializeComponent() this.Tab_Players.Text = "Players"; this.Tab_Players.UseVisualStyleBackColor = true; // + // B_EditPlayerFlags + // + this.B_EditPlayerFlags.Location = new System.Drawing.Point(202, 122); + this.B_EditPlayerFlags.Name = "B_EditPlayerFlags"; + this.B_EditPlayerFlags.Size = new System.Drawing.Size(92, 40); + this.B_EditPlayerFlags.TabIndex = 17; + this.B_EditPlayerFlags.Text = "Edit Flags"; + this.B_EditPlayerFlags.UseVisualStyleBackColor = true; + this.B_EditPlayerFlags.Click += new System.EventHandler(this.B_EditPlayerFlags_Click); + // // B_EditActivities // this.B_EditActivities.Location = new System.Drawing.Point(301, 122); @@ -749,7 +759,7 @@ private void InitializeComponent() // // B_EditTurnipExchange // - this.B_EditTurnipExchange.Location = new System.Drawing.Point(202, 168); + this.B_EditTurnipExchange.Location = new System.Drawing.Point(6, 122); this.B_EditTurnipExchange.Name = "B_EditTurnipExchange"; this.B_EditTurnipExchange.Size = new System.Drawing.Size(92, 40); this.B_EditTurnipExchange.TabIndex = 15; @@ -759,7 +769,7 @@ private void InitializeComponent() // // B_EditBuildings // - this.B_EditBuildings.Location = new System.Drawing.Point(104, 168); + this.B_EditBuildings.Location = new System.Drawing.Point(300, 76); this.B_EditBuildings.Name = "B_EditBuildings"; this.B_EditBuildings.Size = new System.Drawing.Size(92, 40); this.B_EditBuildings.TabIndex = 14; @@ -777,16 +787,6 @@ private void InitializeComponent() this.B_RecycleBin.UseVisualStyleBackColor = true; this.B_RecycleBin.Click += new System.EventHandler(this.B_RecycleBin_Click); // - // B_EditPlayerFlags - // - this.B_EditPlayerFlags.Location = new System.Drawing.Point(202, 122); - this.B_EditPlayerFlags.Name = "B_EditPlayerFlags"; - this.B_EditPlayerFlags.Size = new System.Drawing.Size(92, 40); - this.B_EditPlayerFlags.TabIndex = 17; - this.B_EditPlayerFlags.Text = "Edit Flags"; - this.B_EditPlayerFlags.UseVisualStyleBackColor = true; - this.B_EditPlayerFlags.Click += new System.EventHandler(this.B_EditPlayerFlags_Click); - // // Editor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);