diff --git a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.Designer.cs b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.Designer.cs index 27966cf9593..59640b6d175 100644 --- a/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.Designer.cs +++ b/PKHeX.WinForms/Controls/SAV Editor/SAVEditor.Designer.cs @@ -85,6 +85,7 @@ private void InitializeComponent() this.B_OpenApricorn = new System.Windows.Forms.Button(); this.B_Raids = new System.Windows.Forms.Button(); this.B_RaidArmor = new System.Windows.Forms.Button(); + this.B_RaidCrown = new System.Windows.Forms.Button(); this.B_Blocks = new System.Windows.Forms.Button(); this.B_OtherSlots = new System.Windows.Forms.Button(); this.L_SaveSlot = new System.Windows.Forms.Label(); @@ -97,7 +98,6 @@ private void InitializeComponent() this.TB_GameSync = new System.Windows.Forms.TextBox(); this.B_SaveBoxBin = new System.Windows.Forms.Button(); this.B_VerifyCHK = new System.Windows.Forms.Button(); - this.B_RaidCrown = new System.Windows.Forms.Button(); this.tabBoxMulti.SuspendLayout(); this.Tab_Box.SuspendLayout(); this.Tab_PartyBattle.SuspendLayout(); @@ -710,6 +710,16 @@ private void InitializeComponent() this.B_RaidArmor.UseVisualStyleBackColor = true; this.B_RaidArmor.Click += new System.EventHandler(this.B_OpenRaids_Click); // + // B_RaidCrown + // + this.B_RaidCrown.Location = new System.Drawing.Point(96, 206); + this.B_RaidCrown.Name = "B_RaidCrown"; + this.B_RaidCrown.Size = new System.Drawing.Size(87, 23); + this.B_RaidCrown.TabIndex = 4; + this.B_RaidCrown.Text = "Raids (DLC 2)"; + this.B_RaidCrown.UseVisualStyleBackColor = true; + this.B_RaidCrown.Click += new System.EventHandler(this.B_OpenRaids_Click); + // // B_Blocks // this.B_Blocks.Location = new System.Drawing.Point(189, 206); @@ -833,15 +843,6 @@ private void InitializeComponent() this.B_VerifyCHK.UseVisualStyleBackColor = true; this.B_VerifyCHK.Click += new System.EventHandler(this.ClickVerifyCHK); // - // B_RaidCrown - // - this.B_RaidCrown.Location = new System.Drawing.Point(96, 206); - this.B_RaidCrown.Name = "B_RaidCrown"; - this.B_RaidCrown.Size = new System.Drawing.Size(87, 23); - this.B_RaidCrown.TabIndex = 4; - this.B_RaidCrown.Text = "Raids (DLC 2)"; - this.B_RaidCrown.UseVisualStyleBackColor = true; - // // SAVEditor // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;