namespace HeuristicLab.DataPreprocessing { partial class DataPreprocessingView { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataPreprocessingView)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.undoButton = new System.Windows.Forms.Button(); this.contentListView = new System.Windows.Forms.ListView(); this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.saveButton = new System.Windows.Forms.Button(); this.tryOutAlgorithmButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.undoButton); this.splitContainer1.Panel1.Controls.Add(this.contentListView); this.splitContainer1.Panel1.Controls.Add(this.tryOutAlgorithmButton); this.splitContainer1.Panel1.Controls.Add(this.saveButton); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.viewHost); this.splitContainer1.Panel2.Controls.Add(this.saveButton); this.splitContainer1.Panel2.Controls.Add(this.tryOutAlgorithmButton); this.splitContainer1.Size = new System.Drawing.Size(838, 449); this.splitContainer1.SplitterDistance = 181; this.splitContainer1.TabIndex = 0; // // undoButton // this.undoButton.Image = ((System.Drawing.Image)(resources.GetObject("undoButton.Image"))); this.undoButton.Location = new System.Drawing.Point(72, 15); this.undoButton.Name = "undoButton"; this.undoButton.Size = new System.Drawing.Size(24, 24); this.undoButton.TabIndex = 3; this.toolTip.SetToolTip(this.undoButton, "Undo"); this.undoButton.UseVisualStyleBackColor = true; // // contentListView // this.contentListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.contentListView.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.contentListView.Location = new System.Drawing.Point(12, 44); this.contentListView.Name = "contentListView"; this.contentListView.Size = new System.Drawing.Size(157, 391); this.contentListView.TabIndex = 0; this.contentListView.UseCompatibleStateImageBehavior = false; this.contentListView.View = System.Windows.Forms.View.List; this.contentListView.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); this.contentListView.DoubleClick += new System.EventHandler(this.listView1_DoubleClick); // // tryOutAlgorithmButton // this.tryOutAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("tryOutAlgorithmButton.Image"))); this.tryOutAlgorithmButton.Location = new System.Drawing.Point(42, 15); this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; this.tryOutAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.tryOutAlgorithmButton.TabIndex = 2; this.toolTip.SetToolTip(this.tryOutAlgorithmButton, "Try Out Algorithm"); this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click); // // saveButton // this.saveButton.Image = ((System.Drawing.Image)(resources.GetObject("saveButton.Image"))); this.saveButton.Location = new System.Drawing.Point(12, 15); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(24, 24); this.saveButton.TabIndex = 1; this.toolTip.SetToolTip(this.saveButton, "Save"); this.saveButton.UseVisualStyleBackColor = true; // // viewHost // this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.viewHost.Caption = "View"; this.viewHost.Content = null; this.viewHost.Enabled = false; this.viewHost.Location = new System.Drawing.Point(16, 44); this.viewHost.Name = "viewHost"; this.viewHost.ReadOnly = false; this.viewHost.Size = new System.Drawing.Size(621, 391); this.viewHost.TabIndex = 4; this.viewHost.ViewsLabelVisible = true; this.viewHost.ViewType = null; // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.saveButton.Location = new System.Drawing.Point(343, 410); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 3; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = true; // // tryOutAlgorithmButton // this.tryOutAlgorithmButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.tryOutAlgorithmButton.Location = new System.Drawing.Point(443, 410); this.tryOutAlgorithmButton.Name = "tryOutAlgorithmButton"; this.tryOutAlgorithmButton.Size = new System.Drawing.Size(97, 23); this.tryOutAlgorithmButton.TabIndex = 2; this.tryOutAlgorithmButton.Text = "Try Out Algorithm"; this.tryOutAlgorithmButton.UseVisualStyleBackColor = true; this.tryOutAlgorithmButton.Click += new System.EventHandler(this.tryOutAlgorithmButton_Click); // // DataPreprocessingView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "DataPreprocessingView"; this.Size = new System.Drawing.Size(838, 449); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView contentListView; private System.Windows.Forms.Button exportProblemButton; private System.Windows.Forms.Button applyInNewTabButton; private MainForm.WindowsForms.ViewHost viewHost; } }