namespace DSPRE { partial class EventFileImport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EventFileImport)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.triggersUncheckAllButton = new System.Windows.Forms.Button(); this.warpsUncheckAllButton = new System.Windows.Forms.Button(); this.overworldsUncheckAllButton = new System.Windows.Forms.Button(); this.spawnablesUncheckAllButton = new System.Windows.Forms.Button(); this.confirmButton = new System.Windows.Forms.Button(); this.importSpawnablesCheckBox = new System.Windows.Forms.CheckBox(); this.spawnablesCheckedListBox = new System.Windows.Forms.CheckedListBox(); this.overworldsCheckedListBox = new System.Windows.Forms.CheckedListBox(); this.warpsCheckedListBox = new System.Windows.Forms.CheckedListBox(); this.importWarpsCheckBox = new System.Windows.Forms.CheckBox(); this.importOverworldsCheckBox = new System.Windows.Forms.CheckBox(); this.importTriggersCheckBox = new System.Windows.Forms.CheckBox(); this.triggersCheckedListBox = new System.Windows.Forms.CheckedListBox(); this.spawnablesCheckAllButton = new System.Windows.Forms.Button(); this.overworldsCheckAllButton = new System.Windows.Forms.Button(); this.warpsCheckAllButton = new System.Windows.Forms.Button(); this.triggersCheckAllButton = new System.Windows.Forms.Button(); this.blankCurrentEventFileCheckbox = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 8; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F)); this.tableLayoutPanel1.Controls.Add(this.triggersUncheckAllButton, 7, 1); this.tableLayoutPanel1.Controls.Add(this.warpsUncheckAllButton, 5, 1); this.tableLayoutPanel1.Controls.Add(this.overworldsUncheckAllButton, 3, 1); this.tableLayoutPanel1.Controls.Add(this.spawnablesUncheckAllButton, 1, 1); this.tableLayoutPanel1.Controls.Add(this.confirmButton, 6, 3); this.tableLayoutPanel1.Controls.Add(this.importSpawnablesCheckBox, 0, 0); this.tableLayoutPanel1.Controls.Add(this.spawnablesCheckedListBox, 0, 2); this.tableLayoutPanel1.Controls.Add(this.overworldsCheckedListBox, 2, 2); this.tableLayoutPanel1.Controls.Add(this.warpsCheckedListBox, 4, 2); this.tableLayoutPanel1.Controls.Add(this.importWarpsCheckBox, 4, 0); this.tableLayoutPanel1.Controls.Add(this.importOverworldsCheckBox, 2, 0); this.tableLayoutPanel1.Controls.Add(this.importTriggersCheckBox, 6, 0); this.tableLayoutPanel1.Controls.Add(this.triggersCheckedListBox, 6, 2); this.tableLayoutPanel1.Controls.Add(this.spawnablesCheckAllButton, 0, 1); this.tableLayoutPanel1.Controls.Add(this.overworldsCheckAllButton, 2, 1); this.tableLayoutPanel1.Controls.Add(this.warpsCheckAllButton, 4, 1); this.tableLayoutPanel1.Controls.Add(this.triggersCheckAllButton, 6, 1); this.tableLayoutPanel1.Controls.Add(this.blankCurrentEventFileCheckbox, 5, 3); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(959, 581); this.tableLayoutPanel1.TabIndex = 0; // // triggersUncheckAllButton // this.triggersUncheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.triggersUncheckAllButton.Location = new System.Drawing.Point(838, 28); this.triggersUncheckAllButton.Name = "triggersUncheckAllButton"; this.triggersUncheckAllButton.Size = new System.Drawing.Size(116, 23); this.triggersUncheckAllButton.TabIndex = 20; this.triggersUncheckAllButton.Text = "Uncheck All"; this.triggersUncheckAllButton.UseVisualStyleBackColor = true; this.triggersUncheckAllButton.Click += new System.EventHandler(this.uncheckAllButtonClicked); // // warpsUncheckAllButton // this.warpsUncheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.warpsUncheckAllButton.Location = new System.Drawing.Point(600, 28); this.warpsUncheckAllButton.Name = "warpsUncheckAllButton"; this.warpsUncheckAllButton.Size = new System.Drawing.Size(113, 23); this.warpsUncheckAllButton.TabIndex = 19; this.warpsUncheckAllButton.Text = "Uncheck All"; this.warpsUncheckAllButton.UseVisualStyleBackColor = true; this.warpsUncheckAllButton.Click += new System.EventHandler(this.uncheckAllButtonClicked); // // overworldsUncheckAllButton // this.overworldsUncheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.overworldsUncheckAllButton.Location = new System.Drawing.Point(362, 28); this.overworldsUncheckAllButton.Name = "overworldsUncheckAllButton"; this.overworldsUncheckAllButton.Size = new System.Drawing.Size(113, 23); this.overworldsUncheckAllButton.TabIndex = 18; this.overworldsUncheckAllButton.Text = "Uncheck All"; this.overworldsUncheckAllButton.UseVisualStyleBackColor = true; this.overworldsUncheckAllButton.Click += new System.EventHandler(this.uncheckAllButtonClicked); // // spawnablesUncheckAllButton // this.spawnablesUncheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.spawnablesUncheckAllButton.Location = new System.Drawing.Point(124, 28); this.spawnablesUncheckAllButton.Name = "spawnablesUncheckAllButton"; this.spawnablesUncheckAllButton.Size = new System.Drawing.Size(113, 23); this.spawnablesUncheckAllButton.TabIndex = 17; this.spawnablesUncheckAllButton.Text = "Uncheck All"; this.spawnablesUncheckAllButton.UseVisualStyleBackColor = true; this.spawnablesUncheckAllButton.Click += new System.EventHandler(this.uncheckAllButtonClicked); // // confirmButton // this.confirmButton.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.confirmButton, 2); this.confirmButton.Dock = System.Windows.Forms.DockStyle.Fill; this.confirmButton.Location = new System.Drawing.Point(719, 545); this.confirmButton.Name = "confirmButton"; this.confirmButton.Size = new System.Drawing.Size(235, 31); this.confirmButton.TabIndex = 4; this.confirmButton.Text = "Confirm"; this.confirmButton.UseVisualStyleBackColor = true; this.confirmButton.Click += new System.EventHandler(this.confirmButton_Click); // // importSpawnablesCheckBox // this.importSpawnablesCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.importSpawnablesCheckBox.AutoSize = true; this.importSpawnablesCheckBox.Checked = true; this.importSpawnablesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tableLayoutPanel1.SetColumnSpan(this.importSpawnablesCheckBox, 2); this.importSpawnablesCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.importSpawnablesCheckBox.Location = new System.Drawing.Point(73, 5); this.importSpawnablesCheckBox.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3); this.importSpawnablesCheckBox.Name = "importSpawnablesCheckBox"; this.importSpawnablesCheckBox.Size = new System.Drawing.Size(94, 17); this.importSpawnablesCheckBox.TabIndex = 8; this.importSpawnablesCheckBox.Text = "Spawnables"; this.importSpawnablesCheckBox.UseVisualStyleBackColor = true; this.importSpawnablesCheckBox.CheckedChanged += new System.EventHandler(this.importCheckBoxChanged); // // spawnablesCheckedListBox // this.tableLayoutPanel1.SetColumnSpan(this.spawnablesCheckedListBox, 2); this.spawnablesCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.spawnablesCheckedListBox.FormattingEnabled = true; this.spawnablesCheckedListBox.Location = new System.Drawing.Point(5, 57); this.spawnablesCheckedListBox.Name = "spawnablesCheckedListBox"; this.spawnablesCheckedListBox.Size = new System.Drawing.Size(232, 482); this.spawnablesCheckedListBox.TabIndex = 9; // // overworldsCheckedListBox // this.tableLayoutPanel1.SetColumnSpan(this.overworldsCheckedListBox, 2); this.overworldsCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.overworldsCheckedListBox.FormattingEnabled = true; this.overworldsCheckedListBox.Location = new System.Drawing.Point(243, 57); this.overworldsCheckedListBox.Name = "overworldsCheckedListBox"; this.overworldsCheckedListBox.Size = new System.Drawing.Size(232, 482); this.overworldsCheckedListBox.TabIndex = 10; // // warpsCheckedListBox // this.tableLayoutPanel1.SetColumnSpan(this.warpsCheckedListBox, 2); this.warpsCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.warpsCheckedListBox.FormattingEnabled = true; this.warpsCheckedListBox.Location = new System.Drawing.Point(481, 57); this.warpsCheckedListBox.Name = "warpsCheckedListBox"; this.warpsCheckedListBox.Size = new System.Drawing.Size(232, 482); this.warpsCheckedListBox.TabIndex = 11; // // importWarpsCheckBox // this.importWarpsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.importWarpsCheckBox.AutoSize = true; this.importWarpsCheckBox.Checked = true; this.importWarpsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tableLayoutPanel1.SetColumnSpan(this.importWarpsCheckBox, 2); this.importWarpsCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.importWarpsCheckBox.Location = new System.Drawing.Point(565, 5); this.importWarpsCheckBox.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3); this.importWarpsCheckBox.Name = "importWarpsCheckBox"; this.importWarpsCheckBox.Size = new System.Drawing.Size(62, 17); this.importWarpsCheckBox.TabIndex = 5; this.importWarpsCheckBox.Text = "Warps"; this.importWarpsCheckBox.UseVisualStyleBackColor = true; this.importWarpsCheckBox.CheckedChanged += new System.EventHandler(this.importCheckBoxChanged); // // importOverworldsCheckBox // this.importOverworldsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.importOverworldsCheckBox.AutoSize = true; this.importOverworldsCheckBox.Checked = true; this.importOverworldsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tableLayoutPanel1.SetColumnSpan(this.importOverworldsCheckBox, 2); this.importOverworldsCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.importOverworldsCheckBox.Location = new System.Drawing.Point(313, 5); this.importOverworldsCheckBox.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3); this.importOverworldsCheckBox.Name = "importOverworldsCheckBox"; this.importOverworldsCheckBox.Size = new System.Drawing.Size(89, 17); this.importOverworldsCheckBox.TabIndex = 1; this.importOverworldsCheckBox.Text = "Overworlds"; this.importOverworldsCheckBox.UseVisualStyleBackColor = true; this.importOverworldsCheckBox.CheckedChanged += new System.EventHandler(this.importCheckBoxChanged); // // importTriggersCheckBox // this.importTriggersCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.importTriggersCheckBox.AutoSize = true; this.importTriggersCheckBox.Checked = true; this.importTriggersCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tableLayoutPanel1.SetColumnSpan(this.importTriggersCheckBox, 2); this.importTriggersCheckBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.importTriggersCheckBox.Location = new System.Drawing.Point(799, 5); this.importTriggersCheckBox.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3); this.importTriggersCheckBox.Name = "importTriggersCheckBox"; this.importTriggersCheckBox.Size = new System.Drawing.Size(72, 17); this.importTriggersCheckBox.TabIndex = 2; this.importTriggersCheckBox.Text = "Triggers"; this.importTriggersCheckBox.UseVisualStyleBackColor = true; this.importTriggersCheckBox.CheckedChanged += new System.EventHandler(this.importCheckBoxChanged); // // triggersCheckedListBox // this.tableLayoutPanel1.SetColumnSpan(this.triggersCheckedListBox, 2); this.triggersCheckedListBox.Dock = System.Windows.Forms.DockStyle.Fill; this.triggersCheckedListBox.FormattingEnabled = true; this.triggersCheckedListBox.Location = new System.Drawing.Point(719, 57); this.triggersCheckedListBox.Name = "triggersCheckedListBox"; this.triggersCheckedListBox.Size = new System.Drawing.Size(235, 482); this.triggersCheckedListBox.TabIndex = 12; // // spawnablesCheckAllButton // this.spawnablesCheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.spawnablesCheckAllButton.Location = new System.Drawing.Point(5, 28); this.spawnablesCheckAllButton.Name = "spawnablesCheckAllButton"; this.spawnablesCheckAllButton.Size = new System.Drawing.Size(113, 23); this.spawnablesCheckAllButton.TabIndex = 13; this.spawnablesCheckAllButton.Text = "Check All"; this.spawnablesCheckAllButton.UseVisualStyleBackColor = true; this.spawnablesCheckAllButton.Click += new System.EventHandler(this.checkAllButtonClicked); // // overworldsCheckAllButton // this.overworldsCheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.overworldsCheckAllButton.Location = new System.Drawing.Point(243, 28); this.overworldsCheckAllButton.Name = "overworldsCheckAllButton"; this.overworldsCheckAllButton.Size = new System.Drawing.Size(113, 23); this.overworldsCheckAllButton.TabIndex = 14; this.overworldsCheckAllButton.Text = "Check All"; this.overworldsCheckAllButton.UseVisualStyleBackColor = true; this.overworldsCheckAllButton.Click += new System.EventHandler(this.checkAllButtonClicked); // // warpsCheckAllButton // this.warpsCheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.warpsCheckAllButton.Location = new System.Drawing.Point(481, 28); this.warpsCheckAllButton.Name = "warpsCheckAllButton"; this.warpsCheckAllButton.Size = new System.Drawing.Size(113, 23); this.warpsCheckAllButton.TabIndex = 15; this.warpsCheckAllButton.Text = "Check All"; this.warpsCheckAllButton.UseVisualStyleBackColor = true; this.warpsCheckAllButton.Click += new System.EventHandler(this.checkAllButtonClicked); // // triggersCheckAllButton // this.triggersCheckAllButton.Dock = System.Windows.Forms.DockStyle.Fill; this.triggersCheckAllButton.Location = new System.Drawing.Point(719, 28); this.triggersCheckAllButton.Name = "triggersCheckAllButton"; this.triggersCheckAllButton.Size = new System.Drawing.Size(113, 23); this.triggersCheckAllButton.TabIndex = 16; this.triggersCheckAllButton.Text = "Check All"; this.triggersCheckAllButton.UseVisualStyleBackColor = true; this.triggersCheckAllButton.Click += new System.EventHandler(this.checkAllButtonClicked); // // blankCurrentEventFileCheckbox // this.blankCurrentEventFileCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.blankCurrentEventFileCheckbox.AutoSize = true; this.blankCurrentEventFileCheckbox.Checked = true; this.blankCurrentEventFileCheckbox.CheckState = System.Windows.Forms.CheckState.Checked; this.blankCurrentEventFileCheckbox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.blankCurrentEventFileCheckbox.Location = new System.Drawing.Point(600, 545); this.blankCurrentEventFileCheckbox.Margin = new System.Windows.Forms.Padding(3, 3, 5, 3); this.blankCurrentEventFileCheckbox.Name = "blankCurrentEventFileCheckbox"; this.blankCurrentEventFileCheckbox.Size = new System.Drawing.Size(111, 31); this.blankCurrentEventFileCheckbox.TabIndex = 21; this.blankCurrentEventFileCheckbox.Text = "Import on empty file"; this.blankCurrentEventFileCheckbox.UseVisualStyleBackColor = true; this.blankCurrentEventFileCheckbox.CheckedChanged += new System.EventHandler(this.blankCurrentEventFileCheckbox_CheckedChanged); // // EventFileImport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(965, 587); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EventFileImport"; this.Padding = new System.Windows.Forms.Padding(3); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Event Importer"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.CheckBox importTriggersCheckBox; private System.Windows.Forms.CheckBox importOverworldsCheckBox; private System.Windows.Forms.Button confirmButton; private System.Windows.Forms.CheckBox importWarpsCheckBox; private System.Windows.Forms.CheckBox importSpawnablesCheckBox; private System.Windows.Forms.CheckedListBox spawnablesCheckedListBox; private System.Windows.Forms.CheckedListBox overworldsCheckedListBox; private System.Windows.Forms.CheckedListBox warpsCheckedListBox; private System.Windows.Forms.CheckedListBox triggersCheckedListBox; private System.Windows.Forms.Button triggersUncheckAllButton; private System.Windows.Forms.Button warpsUncheckAllButton; private System.Windows.Forms.Button overworldsUncheckAllButton; private System.Windows.Forms.Button spawnablesUncheckAllButton; private System.Windows.Forms.Button spawnablesCheckAllButton; private System.Windows.Forms.Button overworldsCheckAllButton; private System.Windows.Forms.Button warpsCheckAllButton; private System.Windows.Forms.Button triggersCheckAllButton; private System.Windows.Forms.CheckBox blankCurrentEventFileCheckbox; } }