#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion using System.Windows.Forms; namespace HeuristicLab.DataImporter.DataProcessor { partial class DataProcessorView { /// /// 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() { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addTablesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addTablesWithSqlStringToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.lblConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.listCommands = new System.Windows.Forms.ListView(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.newToolStripButton = new System.Windows.Forms.ToolStripButton(); this.openToolStripButton = new System.Windows.Forms.ToolStripButton(); this.saveToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.recordMacroToolStripButton = new System.Windows.Forms.ToolStripButton(); this.openCommandChainToolStripButton = new System.Windows.Forms.ToolStripButton(); this.saveCommandChainToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.undoToolStripButton = new System.Windows.Forms.ToolStripButton(); this.redoToolStripButton = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.chbReorder = new HeuristicLab.DataImporter.DataProcessor.ToolStripCheckBox(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.menuStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.toolStrip.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.databaseToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1102, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.openToolStripMenuItem, this.toolStripSeparator3, this.saveToolStripMenuItem, this.saveAsToolStripMenuItem, this.toolStripSeparator2, this.importToolStripMenuItem, this.exportToolStripMenuItem, this.toolStripSeparator6, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.openToolStripMenuItem.Text = "Open"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(149, 6); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.saveAsToolStripMenuItem.Text = "Save As"; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6); // // importToolStripMenuItem // this.importToolStripMenuItem.Name = "importToolStripMenuItem"; this.importToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I))); this.importToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.importToolStripMenuItem.Text = "Import"; this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); // // exportToolStripMenuItem // this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; this.exportToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E))); this.exportToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exportToolStripMenuItem.Text = "Export"; this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(149, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.undoToolStripMenuItem, this.redoToolStripMenuItem}); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); this.editToolStripMenuItem.Text = "Edit"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_UndoHS; this.undoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.undoToolStripMenuItem.Text = "Undo"; this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); // // redoToolStripMenuItem // this.redoToolStripMenuItem.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_RedoHS; this.redoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black; this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22); this.redoToolStripMenuItem.Text = "Redo"; this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); // // databaseToolStripMenuItem // this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addTablesToolStripMenuItem, this.addTablesWithSqlStringToolStripMenuItem}); this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem"; this.databaseToolStripMenuItem.Size = new System.Drawing.Size(67, 20); this.databaseToolStripMenuItem.Text = "Database"; // // addTablesToolStripMenuItem // this.addTablesToolStripMenuItem.Name = "addTablesToolStripMenuItem"; this.addTablesToolStripMenuItem.Size = new System.Drawing.Size(241, 22); this.addTablesToolStripMenuItem.Text = "Add Tables"; this.addTablesToolStripMenuItem.Click += new System.EventHandler(this.addTablesToolStripMenuItem_Click); // // addTablesWithSqlStringToolStripMenuItem // this.addTablesWithSqlStringToolStripMenuItem.Name = "addTablesWithSqlStringToolStripMenuItem"; this.addTablesWithSqlStringToolStripMenuItem.Size = new System.Drawing.Size(241, 22); this.addTablesWithSqlStringToolStripMenuItem.Text = "Add Tables with SQL command"; this.addTablesWithSqlStringToolStripMenuItem.Click += new System.EventHandler(this.addTablesWithSqlStringToolStripMenuItem_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblConnectionStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 551); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1102, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // lblConnectionStatus // this.lblConnectionStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.lblConnectionStatus.Name = "lblConnectionStatus"; this.lblConnectionStatus.Size = new System.Drawing.Size(153, 17); this.lblConnectionStatus.Text = "Not connected to database!"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.listCommands); this.splitContainer1.Size = new System.Drawing.Size(1102, 502); this.splitContainer1.SplitterDistance = 165; this.splitContainer1.TabIndex = 0; // // listCommands // this.listCommands.Activation = System.Windows.Forms.ItemActivation.TwoClick; this.listCommands.Dock = System.Windows.Forms.DockStyle.Fill; this.listCommands.Location = new System.Drawing.Point(0, 0); this.listCommands.MultiSelect = false; this.listCommands.Name = "listCommands"; this.listCommands.Size = new System.Drawing.Size(165, 502); this.listCommands.TabIndex = 0; this.listCommands.TileSize = new System.Drawing.Size(100, 50); this.listCommands.UseCompatibleStateImageBehavior = false; this.listCommands.View = System.Windows.Forms.View.SmallIcon; this.listCommands.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listCommands_MouseDoubleClick); // // toolStrip // this.toolStrip.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripButton, this.openToolStripButton, this.saveToolStripButton, this.toolStripSeparator5, this.recordMacroToolStripButton, this.openCommandChainToolStripButton, this.saveCommandChainToolStripButton, this.toolStripSeparator, this.undoToolStripButton, this.redoToolStripButton, this.toolStripSeparator4, this.chbReorder}); this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(1102, 25); this.toolStrip.Stretch = true; this.toolStrip.TabIndex = 4; this.toolStrip.Text = "toolStrip1"; // // newToolStripButton // this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.newToolStripButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;// ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image"))); this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.newToolStripButton.Name = "newToolStripButton"; this.newToolStripButton.Size = new System.Drawing.Size(23, 22); this.newToolStripButton.Text = "&New"; this.newToolStripButton.Click += new System.EventHandler(this.newToolStripButton_Click); // // openToolStripButton // this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.openToolStripButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; // ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image"))); this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openToolStripButton.Name = "openToolStripButton"; this.openToolStripButton.Size = new System.Drawing.Size(23, 22); this.openToolStripButton.Text = "&Open"; this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click); // // saveToolStripButton // this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveToolStripButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Save; // ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image"))); this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.saveToolStripButton.Name = "saveToolStripButton"; this.saveToolStripButton.Size = new System.Drawing.Size(23, 22); this.saveToolStripButton.Text = "&Save"; this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); // // recordMacroToolStripButton // this.recordMacroToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.recordMacroToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.RecordHS; this.recordMacroToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; this.recordMacroToolStripButton.Name = "recordMacroToolStripButton"; this.recordMacroToolStripButton.Size = new System.Drawing.Size(23, 22); this.recordMacroToolStripButton.Text = "Start Macro recording"; this.recordMacroToolStripButton.Click += new System.EventHandler(this.recordMacroToolStripButton_Click); // // openCommandChainToolStripButton // this.openCommandChainToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.openCommandChainToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.OpenSelectedItemHS; this.openCommandChainToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; this.openCommandChainToolStripButton.Name = "openCommandChainToolStripButton"; this.openCommandChainToolStripButton.Size = new System.Drawing.Size(23, 22); this.openCommandChainToolStripButton.Text = "Open CommandChain"; this.openCommandChainToolStripButton.Click += new System.EventHandler(this.openCommandChainToolStripButton_Click); // // saveCommandChainToolStripButton // this.saveCommandChainToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.saveCommandChainToolStripButton.Enabled = false; this.saveCommandChainToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.SaveAllHS; this.saveCommandChainToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; this.saveCommandChainToolStripButton.Name = "saveCommandChainToolStripButton"; this.saveCommandChainToolStripButton.Size = new System.Drawing.Size(23, 22); this.saveCommandChainToolStripButton.Text = "Save CommandChain"; this.saveCommandChainToolStripButton.Click += new System.EventHandler(this.saveCommandChaingToolStripButton_Click); // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(6, 25); // // undoToolStripButton // this.undoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.undoToolStripButton.Enabled = false; this.undoToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_UndoHS; this.undoToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; this.undoToolStripButton.Name = "undoToolStripButton"; this.undoToolStripButton.Size = new System.Drawing.Size(23, 22); this.undoToolStripButton.Text = "Undo"; this.undoToolStripButton.Click += new System.EventHandler(this.undoToolStripButton_Click); // // redoToolStripButton // this.redoToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.redoToolStripButton.Enabled = false; this.redoToolStripButton.Image = global::HeuristicLab.DataImporter.DataProcessor.Properties.Resources.Edit_RedoHS; this.redoToolStripButton.ImageTransparentColor = System.Drawing.Color.Black; this.redoToolStripButton.Name = "redoToolStripButton"; this.redoToolStripButton.Size = new System.Drawing.Size(23, 22); this.redoToolStripButton.Text = "Redo"; this.redoToolStripButton.Click += new System.EventHandler(this.redoToolStripButton_Click); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); // // chbReorder // this.chbReorder.BackColor = System.Drawing.Color.Transparent; // // chbReorder // this.chbReorder.CheckBoxControl.AccessibleName = "chbReorder"; this.chbReorder.CheckBoxControl.BackColor = System.Drawing.Color.Transparent; this.chbReorder.CheckBoxControl.Location = new System.Drawing.Point(211, 1); this.chbReorder.CheckBoxControl.Name = "chbReorder"; this.chbReorder.CheckBoxControl.Size = new System.Drawing.Size(118, 22); this.chbReorder.CheckBoxControl.TabIndex = 1; this.chbReorder.CheckBoxControl.Text = "Reorder Columns"; this.chbReorder.CheckBoxControl.UseVisualStyleBackColor = false; this.chbReorder.Name = "chbReorder"; this.chbReorder.Size = new System.Drawing.Size(118, 22); this.chbReorder.Text = "Reorder Columns"; this.chbReorder.Click += new System.EventHandler(this.chbReorderColumns_CheckedChanged); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1102, 502); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 24); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(1102, 527); this.toolStripContainer1.TabIndex = 0; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 6); // // DataProcessorView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1102, 573); this.Controls.Add(this.toolStripContainer1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; this.MainMenuStrip = this.menuStrip1; this.Name = "DataProcessorView"; this.Text = "DataImporter"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DataProcessorView_FormClosing); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addTablesToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel lblConnectionStatus; private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.ToolStripButton newToolStripButton; private System.Windows.Forms.ToolStripButton openToolStripButton; private System.Windows.Forms.ToolStripButton saveToolStripButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton undoToolStripButton; private System.Windows.Forms.ToolStripButton redoToolStripButton; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ListView listCommands; private ToolStripSeparator toolStripSeparator4; private HeuristicLab.DataImporter.DataProcessor.ToolStripCheckBox chbReorder; private ToolStripButton saveCommandChainToolStripButton; private ToolStripSeparator toolStripSeparator5; private ToolStripButton openCommandChainToolStripButton; private ToolStripMenuItem addTablesWithSqlStringToolStripMenuItem; private ToolStripButton recordMacroToolStripButton; private ToolStripSeparator toolStripSeparator6; private ToolStripMenuItem exitToolStripMenuItem; } }