wc-tool/wc3_tool/MainScreen.Designer.cs
suloku e2a9ce7e7b - Added Mystic Ticket for FRLG to event distributor. Thanks Maveos!
- TV and Swarm Record Mixing TID now shows in decimal.
2016-11-11 18:29:02 +01:00

571 lines
24 KiB
C#

/*
* Created by SharpDevelop.
* User: suloku
* Date: 29/04/2016
* Time: 13:45
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace WC3_TOOL
{
partial class MainScreen
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.Button wc3_editor_but;
private System.Windows.Forms.Button load_save_but;
private System.Windows.Forms.Button inject_wc3_but;
private System.Windows.Forms.Button export_wc3but;
private System.Windows.Forms.TextBox sav3_path;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exportSortedSavefileToolStripMenuItem;
private System.Windows.Forms.Button export_wcn;
private System.Windows.Forms.Button inject_wcn;
private System.Windows.Forms.Button wcn_edit_but;
private System.Windows.Forms.Button export_me3_but;
private System.Windows.Forms.Button inject_me3_but;
private System.Windows.Forms.Button me3_editor_but;
private System.Windows.Forms.Button eon_em_but;
private System.Windows.Forms.ToolStripMenuItem extraToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem enableMysteryGiftMainScreenStripMenuItem;
private System.Windows.Forms.Button region_but;
private System.Windows.Forms.ToolStripMenuItem fixSectionChecksumsToolStripMenuItem;
private System.Windows.Forms.Button decor_but;
private System.Windows.Forms.Button ect_edit_but;
private System.Windows.Forms.Button export_ect_but;
private System.Windows.Forms.Button inject_ect_but;
private System.Windows.Forms.ComboBox game_box;
private System.Windows.Forms.ComboBox language_box;
private System.Windows.Forms.Label region_lab;
private System.Windows.Forms.ToolStripMenuItem exportOldSaveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem clearEggEventFlagToolStripMenuItem;
private System.Windows.Forms.Button export_eberry;
private System.Windows.Forms.Button inject_eberry;
private System.Windows.Forms.Button ecb_edit_but;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
private System.Windows.Forms.Button tvswarm_but;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button events_distro_but;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.wc3_editor_but = new System.Windows.Forms.Button();
this.load_save_but = new System.Windows.Forms.Button();
this.inject_wc3_but = new System.Windows.Forms.Button();
this.export_wc3but = new System.Windows.Forms.Button();
this.sav3_path = new System.Windows.Forms.TextBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exportSortedSavefileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.exportOldSaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fixSectionChecksumsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.extraToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.enableMysteryGiftMainScreenStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearEggEventFlagToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.export_wcn = new System.Windows.Forms.Button();
this.inject_wcn = new System.Windows.Forms.Button();
this.wcn_edit_but = new System.Windows.Forms.Button();
this.export_me3_but = new System.Windows.Forms.Button();
this.inject_me3_but = new System.Windows.Forms.Button();
this.me3_editor_but = new System.Windows.Forms.Button();
this.eon_em_but = new System.Windows.Forms.Button();
this.region_but = new System.Windows.Forms.Button();
this.decor_but = new System.Windows.Forms.Button();
this.ect_edit_but = new System.Windows.Forms.Button();
this.export_ect_but = new System.Windows.Forms.Button();
this.inject_ect_but = new System.Windows.Forms.Button();
this.game_box = new System.Windows.Forms.ComboBox();
this.language_box = new System.Windows.Forms.ComboBox();
this.region_lab = new System.Windows.Forms.Label();
this.export_eberry = new System.Windows.Forms.Button();
this.inject_eberry = new System.Windows.Forms.Button();
this.ecb_edit_but = new System.Windows.Forms.Button();
this.tvswarm_but = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.events_distro_but = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// wc3_editor_but
//
this.wc3_editor_but.Location = new System.Drawing.Point(132, 33);
this.wc3_editor_but.Name = "wc3_editor_but";
this.wc3_editor_but.Size = new System.Drawing.Size(75, 23);
this.wc3_editor_but.TabIndex = 0;
this.wc3_editor_but.Text = "WC3 Editor";
this.wc3_editor_but.UseVisualStyleBackColor = true;
this.wc3_editor_but.Click += new System.EventHandler(this.Button1Click);
//
// load_save_but
//
this.load_save_but.Location = new System.Drawing.Point(12, 37);
this.load_save_but.Name = "load_save_but";
this.load_save_but.Size = new System.Drawing.Size(91, 23);
this.load_save_but.TabIndex = 1;
this.load_save_but.Text = "Load Save File";
this.load_save_but.UseVisualStyleBackColor = true;
this.load_save_but.Click += new System.EventHandler(this.Load_save_butClick);
//
// inject_wc3_but
//
this.inject_wc3_but.Enabled = false;
this.inject_wc3_but.Location = new System.Drawing.Point(6, 49);
this.inject_wc3_but.Name = "inject_wc3_but";
this.inject_wc3_but.Size = new System.Drawing.Size(120, 23);
this.inject_wc3_but.TabIndex = 2;
this.inject_wc3_but.Text = "Inject WC3";
this.inject_wc3_but.UseVisualStyleBackColor = true;
this.inject_wc3_but.Click += new System.EventHandler(this.Inject_wc3_butClick);
//
// export_wc3but
//
this.export_wc3but.Enabled = false;
this.export_wc3but.Location = new System.Drawing.Point(6, 20);
this.export_wc3but.Name = "export_wc3but";
this.export_wc3but.Size = new System.Drawing.Size(120, 23);
this.export_wc3but.TabIndex = 4;
this.export_wc3but.Text = "Export WC3";
this.export_wc3but.UseVisualStyleBackColor = true;
this.export_wc3but.Click += new System.EventHandler(this.Export_wc3butClick);
//
// sav3_path
//
this.sav3_path.Location = new System.Drawing.Point(12, 66);
this.sav3_path.Name = "sav3_path";
this.sav3_path.ReadOnly = true;
this.sav3_path.Size = new System.Drawing.Size(665, 20);
this.sav3_path.TabIndex = 5;
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLight;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuToolStripMenuItem,
this.extraToolStripMenuItem,
this.aboutToolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(687, 24);
this.menuStrip1.TabIndex = 6;
this.menuStrip1.Text = "menuStrip1";
//
// menuToolStripMenuItem
//
this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exportSortedSavefileToolStripMenuItem,
this.fixSectionChecksumsToolStripMenuItem});
this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
this.menuToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
this.menuToolStripMenuItem.Text = "Menu";
//
// exportSortedSavefileToolStripMenuItem
//
this.exportSortedSavefileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.exportOldSaveToolStripMenuItem});
this.exportSortedSavefileToolStripMenuItem.Name = "exportSortedSavefileToolStripMenuItem";
this.exportSortedSavefileToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
this.exportSortedSavefileToolStripMenuItem.Text = "Export sorted savefile (current)";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Enabled = false;
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(174, 22);
this.toolStripMenuItem1.Text = "Export current save";
this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1Click);
//
// exportOldSaveToolStripMenuItem
//
this.exportOldSaveToolStripMenuItem.Enabled = false;
this.exportOldSaveToolStripMenuItem.Name = "exportOldSaveToolStripMenuItem";
this.exportOldSaveToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
this.exportOldSaveToolStripMenuItem.Text = "Export old save";
this.exportOldSaveToolStripMenuItem.Click += new System.EventHandler(this.ExportOldSaveToolStripMenuItemClick);
//
// fixSectionChecksumsToolStripMenuItem
//
this.fixSectionChecksumsToolStripMenuItem.Enabled = false;
this.fixSectionChecksumsToolStripMenuItem.Name = "fixSectionChecksumsToolStripMenuItem";
this.fixSectionChecksumsToolStripMenuItem.Size = new System.Drawing.Size(234, 22);
this.fixSectionChecksumsToolStripMenuItem.Text = "Fix Section Checksums";
this.fixSectionChecksumsToolStripMenuItem.Click += new System.EventHandler(this.FixSectionChecksumsToolStripMenuItemClick);
//
// extraToolStripMenuItem
//
this.extraToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.enableMysteryGiftMainScreenStripMenuItem,
this.clearEggEventFlagToolStripMenuItem});
this.extraToolStripMenuItem.Name = "extraToolStripMenuItem";
this.extraToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.extraToolStripMenuItem.Text = "Extra";
//
// enableMysteryGiftMainScreenStripMenuItem
//
this.enableMysteryGiftMainScreenStripMenuItem.Enabled = false;
this.enableMysteryGiftMainScreenStripMenuItem.Name = "enableMysteryGiftMainScreenStripMenuItem";
this.enableMysteryGiftMainScreenStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.enableMysteryGiftMainScreenStripMenuItem.Text = "Enable Mystery Gift/Event";
this.enableMysteryGiftMainScreenStripMenuItem.Click += new System.EventHandler(this.EnableMysteryGiftMainScreenStripMenuItemClick);
//
// clearEggEventFlagToolStripMenuItem
//
this.clearEggEventFlagToolStripMenuItem.Enabled = false;
this.clearEggEventFlagToolStripMenuItem.Name = "clearEggEventFlagToolStripMenuItem";
this.clearEggEventFlagToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
this.clearEggEventFlagToolStripMenuItem.Text = "Clear Egg Event Flag";
this.clearEggEventFlagToolStripMenuItem.Click += new System.EventHandler(this.ClearEggEventFlagToolStripMenuItemClick);
//
// aboutToolStripMenuItem1
//
this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(52, 20);
this.aboutToolStripMenuItem1.Text = "About";
this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.AboutToolStripMenuItem1Click);
//
// export_wcn
//
this.export_wcn.Enabled = false;
this.export_wcn.Location = new System.Drawing.Point(6, 78);
this.export_wcn.Name = "export_wcn";
this.export_wcn.Size = new System.Drawing.Size(120, 23);
this.export_wcn.TabIndex = 7;
this.export_wcn.Text = "Export Wonder News";
this.export_wcn.UseVisualStyleBackColor = true;
this.export_wcn.Click += new System.EventHandler(this.Export_wcnClick);
//
// inject_wcn
//
this.inject_wcn.Enabled = false;
this.inject_wcn.Location = new System.Drawing.Point(6, 107);
this.inject_wcn.Name = "inject_wcn";
this.inject_wcn.Size = new System.Drawing.Size(120, 23);
this.inject_wcn.TabIndex = 8;
this.inject_wcn.Text = "Inject Wonder News";
this.inject_wcn.UseVisualStyleBackColor = true;
this.inject_wcn.Click += new System.EventHandler(this.Inject_wcnClick);
//
// wcn_edit_but
//
this.wcn_edit_but.Location = new System.Drawing.Point(132, 91);
this.wcn_edit_but.Name = "wcn_edit_but";
this.wcn_edit_but.Size = new System.Drawing.Size(75, 23);
this.wcn_edit_but.TabIndex = 9;
this.wcn_edit_but.Text = "WN3 Editor";
this.wcn_edit_but.UseVisualStyleBackColor = true;
this.wcn_edit_but.Click += new System.EventHandler(this.Wcn_edit_butClick);
//
// export_me3_but
//
this.export_me3_but.Enabled = false;
this.export_me3_but.Location = new System.Drawing.Point(6, 33);
this.export_me3_but.Name = "export_me3_but";
this.export_me3_but.Size = new System.Drawing.Size(120, 23);
this.export_me3_but.TabIndex = 10;
this.export_me3_but.Text = "Export ME3";
this.export_me3_but.UseVisualStyleBackColor = true;
this.export_me3_but.Click += new System.EventHandler(this.Export_me3_butClick);
//
// inject_me3_but
//
this.inject_me3_but.Enabled = false;
this.inject_me3_but.Location = new System.Drawing.Point(6, 62);
this.inject_me3_but.Name = "inject_me3_but";
this.inject_me3_but.Size = new System.Drawing.Size(120, 23);
this.inject_me3_but.TabIndex = 11;
this.inject_me3_but.Text = "Inject ME3";
this.inject_me3_but.UseVisualStyleBackColor = true;
this.inject_me3_but.Click += new System.EventHandler(this.Inject_me3_butClick);
//
// me3_editor_but
//
this.me3_editor_but.Location = new System.Drawing.Point(132, 62);
this.me3_editor_but.Name = "me3_editor_but";
this.me3_editor_but.Size = new System.Drawing.Size(75, 23);
this.me3_editor_but.TabIndex = 12;
this.me3_editor_but.Text = "ME3 Editor";
this.me3_editor_but.UseVisualStyleBackColor = true;
this.me3_editor_but.Click += new System.EventHandler(this.Me3_editor_butClick);
//
// eon_em_but
//
this.eon_em_but.Enabled = false;
this.eon_em_but.Location = new System.Drawing.Point(6, 91);
this.eon_em_but.Name = "eon_em_but";
this.eon_em_but.Size = new System.Drawing.Size(120, 23);
this.eon_em_but.TabIndex = 13;
this.eon_em_but.Text = "EON Ticket (Emerald)";
this.eon_em_but.UseVisualStyleBackColor = true;
this.eon_em_but.Click += new System.EventHandler(this.Eon_em_butClick);
//
// region_but
//
this.region_but.Enabled = false;
this.region_but.Location = new System.Drawing.Point(459, 37);
this.region_but.Name = "region_but";
this.region_but.Size = new System.Drawing.Size(92, 23);
this.region_but.TabIndex = 15;
this.region_but.Text = "Override Region";
this.region_but.UseVisualStyleBackColor = true;
this.region_but.Click += new System.EventHandler(this.Region_butClick);
//
// decor_but
//
this.decor_but.Enabled = false;
this.decor_but.Location = new System.Drawing.Point(6, 19);
this.decor_but.Name = "decor_but";
this.decor_but.Size = new System.Drawing.Size(120, 23);
this.decor_but.TabIndex = 16;
this.decor_but.Text = "Decoration Editor";
this.decor_but.UseVisualStyleBackColor = true;
this.decor_but.Click += new System.EventHandler(this.Decor_butClick);
//
// ect_edit_but
//
this.ect_edit_but.Location = new System.Drawing.Point(132, 30);
this.ect_edit_but.Name = "ect_edit_but";
this.ect_edit_but.Size = new System.Drawing.Size(75, 23);
this.ect_edit_but.TabIndex = 17;
this.ect_edit_but.Text = "ECT Editor";
this.ect_edit_but.UseVisualStyleBackColor = true;
this.ect_edit_but.Click += new System.EventHandler(this.Ect_edit_butClick);
//
// export_ect_but
//
this.export_ect_but.Enabled = false;
this.export_ect_but.Location = new System.Drawing.Point(6, 17);
this.export_ect_but.Name = "export_ect_but";
this.export_ect_but.Size = new System.Drawing.Size(120, 23);
this.export_ect_but.TabIndex = 18;
this.export_ect_but.Text = "Export ECT";
this.export_ect_but.UseVisualStyleBackColor = true;
this.export_ect_but.Click += new System.EventHandler(this.Export_ect_butClick);
//
// inject_ect_but
//
this.inject_ect_but.Enabled = false;
this.inject_ect_but.Location = new System.Drawing.Point(6, 46);
this.inject_ect_but.Name = "inject_ect_but";
this.inject_ect_but.Size = new System.Drawing.Size(120, 23);
this.inject_ect_but.TabIndex = 19;
this.inject_ect_but.Text = "Inject ECT";
this.inject_ect_but.UseVisualStyleBackColor = true;
this.inject_ect_but.Click += new System.EventHandler(this.Inject_ect_butClick);
//
// game_box
//
this.game_box.Enabled = false;
this.game_box.FormattingEnabled = true;
this.game_box.Items.AddRange(new object[] {
"Ruby/Saphire",
"Emerald",
"Fire Red/Leaf Green"});
this.game_box.Location = new System.Drawing.Point(109, 39);
this.game_box.Name = "game_box";
this.game_box.Size = new System.Drawing.Size(149, 21);
this.game_box.TabIndex = 21;
this.game_box.SelectedIndexChanged += new System.EventHandler(this.Game_boxSelectedIndexChanged);
//
// language_box
//
this.language_box.Enabled = false;
this.language_box.FormattingEnabled = true;
this.language_box.Items.AddRange(new object[] {
"Japanese",
"English",
"French",
"Italian",
"German",
"Korean (not used)",
"Spanish"});
this.language_box.Location = new System.Drawing.Point(263, 39);
this.language_box.Name = "language_box";
this.language_box.Size = new System.Drawing.Size(121, 21);
this.language_box.TabIndex = 22;
this.language_box.SelectedIndexChanged += new System.EventHandler(this.Language_boxSelectedIndexChanged);
//
// region_lab
//
this.region_lab.Location = new System.Drawing.Point(390, 42);
this.region_lab.Name = "region_lab";
this.region_lab.Size = new System.Drawing.Size(63, 18);
this.region_lab.TabIndex = 23;
this.region_lab.Text = "Region";
//
// export_eberry
//
this.export_eberry.Enabled = false;
this.export_eberry.Location = new System.Drawing.Point(6, 75);
this.export_eberry.Name = "export_eberry";
this.export_eberry.Size = new System.Drawing.Size(120, 23);
this.export_eberry.TabIndex = 24;
this.export_eberry.Text = "Export e-berry";
this.export_eberry.UseVisualStyleBackColor = true;
this.export_eberry.Click += new System.EventHandler(this.Export_eberryClick);
//
// inject_eberry
//
this.inject_eberry.Enabled = false;
this.inject_eberry.Location = new System.Drawing.Point(6, 104);
this.inject_eberry.Name = "inject_eberry";
this.inject_eberry.Size = new System.Drawing.Size(120, 23);
this.inject_eberry.TabIndex = 25;
this.inject_eberry.Text = "Inject e-berry";
this.inject_eberry.UseVisualStyleBackColor = true;
this.inject_eberry.Click += new System.EventHandler(this.Inject_eberryClick);
//
// ecb_edit_but
//
this.ecb_edit_but.Location = new System.Drawing.Point(132, 88);
this.ecb_edit_but.Name = "ecb_edit_but";
this.ecb_edit_but.Size = new System.Drawing.Size(75, 22);
this.ecb_edit_but.TabIndex = 26;
this.ecb_edit_but.Text = "ECB Editor";
this.ecb_edit_but.UseVisualStyleBackColor = true;
this.ecb_edit_but.Click += new System.EventHandler(this.Ecb_edit_butClick);
//
// tvswarm_but
//
this.tvswarm_but.Enabled = false;
this.tvswarm_but.Location = new System.Drawing.Point(6, 48);
this.tvswarm_but.Name = "tvswarm_but";
this.tvswarm_but.Size = new System.Drawing.Size(120, 22);
this.tvswarm_but.TabIndex = 27;
this.tvswarm_but.Text = "TV and Swarm";
this.tvswarm_but.UseVisualStyleBackColor = true;
this.tvswarm_but.Click += new System.EventHandler(this.Tvswarm_butClick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.wcn_edit_but);
this.groupBox1.Controls.Add(this.inject_wcn);
this.groupBox1.Controls.Add(this.export_wcn);
this.groupBox1.Controls.Add(this.export_wc3but);
this.groupBox1.Controls.Add(this.inject_wc3_but);
this.groupBox1.Controls.Add(this.wc3_editor_but);
this.groupBox1.Location = new System.Drawing.Point(12, 92);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(219, 136);
this.groupBox1.TabIndex = 28;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Mystery Gift";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.export_me3_but);
this.groupBox2.Controls.Add(this.inject_me3_but);
this.groupBox2.Controls.Add(this.me3_editor_but);
this.groupBox2.Controls.Add(this.eon_em_but);
this.groupBox2.Location = new System.Drawing.Point(238, 92);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(215, 136);
this.groupBox2.TabIndex = 29;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Mystery Event";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.ecb_edit_but);
this.groupBox3.Controls.Add(this.inject_eberry);
this.groupBox3.Controls.Add(this.export_eberry);
this.groupBox3.Controls.Add(this.inject_ect_but);
this.groupBox3.Controls.Add(this.export_ect_but);
this.groupBox3.Controls.Add(this.ect_edit_but);
this.groupBox3.Location = new System.Drawing.Point(459, 92);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(217, 136);
this.groupBox3.TabIndex = 30;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "e-Trainer and e-Berry";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.tvswarm_but);
this.groupBox4.Controls.Add(this.decor_but);
this.groupBox4.Location = new System.Drawing.Point(12, 234);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(141, 79);
this.groupBox4.TabIndex = 31;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Other";
//
// events_distro_but
//
this.events_distro_but.Location = new System.Drawing.Point(484, 253);
this.events_distro_but.Name = "events_distro_but";
this.events_distro_but.Size = new System.Drawing.Size(182, 51);
this.events_distro_but.TabIndex = 32;
this.events_distro_but.Text = "Official Event Distributor";
this.events_distro_but.UseVisualStyleBackColor = true;
this.events_distro_but.Click += new System.EventHandler(this.Events_distro_butClick);
//
// MainScreen
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(687, 316);
this.Controls.Add(this.events_distro_but);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.region_lab);
this.Controls.Add(this.language_box);
this.Controls.Add(this.game_box);
this.Controls.Add(this.region_but);
this.Controls.Add(this.sav3_path);
this.Controls.Add(this.load_save_but);
this.Controls.Add(this.menuStrip1);
this.Name = "MainScreen";
this.Text = "Mystery Gift Tool 0.1d by suloku";
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainScreenDragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainScreenDragEnter);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
}
}