StonehearthEditor.MainForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.tabControl = new System.Windows.Forms.TabControl();
            this.manifestTab = new System.Windows.Forms.TabPage();
            this.manifestView = new StonehearthEditor.ManifestView();
            this.encounterTab = new System.Windows.Forms.TabPage();
            this.encounterDesignerView = new StonehearthEditor.EncounterDesignerView();
            this.entityBrowserTab = new System.Windows.Forms.TabPage();
            this.entityBrowserView = new StonehearthEditor.EntityBrowserView();
            this.effectsEditorTab = new System.Windows.Forms.TabPage();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mainFormMenu = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newModToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.changeModDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.netWorthVisualizerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.effectsEditorView = new StonehearthEditor.EffectsEditorView();
            this.tabControl.SuspendLayout();
            this.manifestTab.SuspendLayout();
            this.encounterTab.SuspendLayout();
            this.entityBrowserTab.SuspendLayout();
            this.mainFormMenu.SuspendLayout();
            this.effectsEditorTab.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.manifestTab);
            this.tabControl.Controls.Add(this.encounterTab);
            this.tabControl.Controls.Add(this.entityBrowserTab);
            this.tabControl.Controls.Add(this.effectsEditorTab);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 24);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(1123, 581);
            this.tabControl.TabIndex = 3;
            this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
            // 
            // manifestTab
            // 
            this.manifestTab.Controls.Add(this.manifestView);
            this.manifestTab.Location = new System.Drawing.Point(4, 22);
            this.manifestTab.Name = "manifestTab";
            this.manifestTab.Padding = new System.Windows.Forms.Padding(3);
            this.manifestTab.Size = new System.Drawing.Size(1115, 555);
            this.manifestTab.TabIndex = 0;
            this.manifestTab.Text = "Manifest";
            this.manifestTab.UseVisualStyleBackColor = true;
            // 
            // manifestView
            // 
            this.manifestView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.manifestView.Location = new System.Drawing.Point(3, 3);
            this.manifestView.Name = "manifestView";
            this.manifestView.Size = new System.Drawing.Size(1109, 549);
            this.manifestView.TabIndex = 0;
            // 
            // encounterTab
            // 
            this.encounterTab.Controls.Add(this.encounterDesignerView);
            this.encounterTab.Location = new System.Drawing.Point(4, 22);
            this.encounterTab.Name = "encounterTab";
            this.encounterTab.Padding = new System.Windows.Forms.Padding(3);
            this.encounterTab.Size = new System.Drawing.Size(1115, 555);
            this.encounterTab.TabIndex = 1;
            this.encounterTab.Text = "Encounter Designer";
            this.encounterTab.UseVisualStyleBackColor = true;
            // 
            // encounterDesignerView
            // 
            this.encounterDesignerView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.encounterDesignerView.Location = new System.Drawing.Point(3, 3);
            this.encounterDesignerView.Name = "encounterDesignerView";
            this.encounterDesignerView.Size = new System.Drawing.Size(1109, 549);
            this.encounterDesignerView.TabIndex = 0;
            // 
            // entityBrowserTab
            // 
            this.entityBrowserTab.Controls.Add(this.entityBrowserView);
            this.entityBrowserTab.Location = new System.Drawing.Point(4, 22);
            this.entityBrowserTab.Name = "entityBrowserTab";
            this.entityBrowserTab.Padding = new System.Windows.Forms.Padding(3);
            this.entityBrowserTab.Size = new System.Drawing.Size(1115, 555);
            this.entityBrowserTab.TabIndex = 2;
            this.entityBrowserTab.Text = "Entity Stats Browser";
            this.entityBrowserTab.UseVisualStyleBackColor = true;
            // 
            // entityBrowserView
            // 
            this.entityBrowserView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.entityBrowserView.Location = new System.Drawing.Point(3, 3);
            this.entityBrowserView.Name = "entityBrowserView";
            this.entityBrowserView.Size = new System.Drawing.Size(1109, 549);
            this.entityBrowserView.TabIndex = 0;
            //
            // effectsEditorTab
            // 
            this.effectsEditorTab.Controls.Add(this.effectsEditorView);
            this.effectsEditorTab.Location = new System.Drawing.Point(4, 22);
            this.effectsEditorTab.Name = "effectsEditorTab";
            this.effectsEditorTab.Padding = new System.Windows.Forms.Padding(3);
            this.effectsEditorTab.Size = new System.Drawing.Size(1115, 555);
            this.effectsEditorTab.TabIndex = 3;
            this.effectsEditorTab.Text = "Effects Editor";
            this.effectsEditorTab.UseVisualStyleBackColor = true;
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(32, 19);
            // 
            // mainFormMenu
            // 
            this.mainFormMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.viewToolStripMenuItem});
            this.mainFormMenu.Location = new System.Drawing.Point(0, 0);
            this.mainFormMenu.Name = "mainFormMenu";
            this.mainFormMenu.Size = new System.Drawing.Size(1123, 24);
            this.mainFormMenu.TabIndex = 2;
            this.mainFormMenu.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newModToolStripMenuItem,
            this.saveAllToolStripMenuItem,
            this.reloadToolStripMenuItem,
            this.changeModDirectoryToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // newModToolStripMenuItem
            // 
            this.newModToolStripMenuItem.Name = "newModToolStripMenuItem";
            this.newModToolStripMenuItem.ShortcutKeyDisplayString = "Ctrl+N";
            this.newModToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newModToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.newModToolStripMenuItem.Text = "New Mod";
            this.newModToolStripMenuItem.Click += new System.EventHandler(this.newModToolStripMenuItem_Click);
            // 
            // saveAllToolStripMenuItem
            // 
            this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
            this.saveAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
            | System.Windows.Forms.Keys.S)));
            this.saveAllToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.saveAllToolStripMenuItem.Text = "Save All";
            this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
            // 
            // reloadToolStripMenuItem
            // 
            this.reloadToolStripMenuItem.Name = "reloadToolStripMenuItem";
            this.reloadToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F5;
            this.reloadToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.reloadToolStripMenuItem.Text = "Reload";
            this.reloadToolStripMenuItem.Click += new System.EventHandler(this.reloadToolStripMenuItem_Click);
            // 
            // changeModDirectoryToolStripMenuItem
            // 
            this.changeModDirectoryToolStripMenuItem.Name = "changeModDirectoryToolStripMenuItem";
            this.changeModDirectoryToolStripMenuItem.Size = new System.Drawing.Size(194, 22);
            this.changeModDirectoryToolStripMenuItem.Text = "Change Mod Directory";
            this.changeModDirectoryToolStripMenuItem.Click += new System.EventHandler(this.changeModDirectoryToolStripMenuItem_Click);
            // 
            // viewToolStripMenuItem
            // 
            this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.netWorthVisualizerToolStripMenuItem});
            this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
            this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.viewToolStripMenuItem.Text = "View";
            // 
            // netWorthVisualizerToolStripMenuItem
            // 
            this.netWorthVisualizerToolStripMenuItem.Name = "netWorthVisualizerToolStripMenuItem";
            this.netWorthVisualizerToolStripMenuItem.Size = new System.Drawing.Size(181, 22);
            this.netWorthVisualizerToolStripMenuItem.Text = "Net Worth Visualizer";
            this.netWorthVisualizerToolStripMenuItem.Click += new System.EventHandler(this.netWorthVisualizerToolStripMenuItem_Click);
            // 
            // effectsEditorView
            // 
            this.effectsEditorView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.effectsEditorView.Location = new System.Drawing.Point(3, 3);
            this.effectsEditorView.Name = "effectsEditorView";
            this.effectsEditorView.Size = new System.Drawing.Size(1109, 549);
            this.effectsEditorView.TabIndex = 0;
            // MainForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(1123, 605);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.mainFormMenu);
            this.DataBindings.Add(new System.Windows.Forms.Binding("Location", global::StonehearthEditor.Properties.Settings.Default, "MainFormLocation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Location = global::StonehearthEditor.Properties.Settings.Default.MainFormLocation;
            this.MainMenuStrip = this.mainFormMenu;
            this.Name = "MainForm";
            this.Text = "Stonehearth Editor";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.Resize += new System.EventHandler(this.MainForm_Resize);
            this.tabControl.ResumeLayout(false);
            this.manifestTab.ResumeLayout(false);
            this.encounterTab.ResumeLayout(false);
            this.entityBrowserTab.ResumeLayout(false);
            this.mainFormMenu.ResumeLayout(false);
            this.mainFormMenu.PerformLayout();
            this.effectsEditorTab.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }