namespace HeuristicLab.Analysis.FitnessLandscape.MultiTrajectory { partial class MultiTrajectoryAnalysisView { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MultiTrajectoryAnalysisView)); this.tabControl = new System.Windows.Forms.TabControl(); this.parametersTabPage = new System.Windows.Forms.TabPage(); this.parametersView = new HeuristicLab.Core.Views.ParameterCollectionView(); this.sampleGenerationTabPage = new System.Windows.Forms.TabPage(); this.sampleGenerationAlgorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.openSampleGenerationAlgorithmButton = new System.Windows.Forms.Button(); this.newSampleGenerationAlgorithmButton = new System.Windows.Forms.Button(); this.algorithmTabPage = new System.Windows.Forms.TabPage(); this.openAlgorithmButton = new System.Windows.Forms.Button(); this.newAlgorithmButton = new System.Windows.Forms.Button(); this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.runsTabPage = new System.Windows.Forms.TabPage(); this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView(); this.resultsTabPage = new System.Windows.Forms.TabPage(); this.resultCollectionView = new HeuristicLab.Optimization.Views.ResultCollectionView(); this.startButton = new System.Windows.Forms.Button(); this.pauseButton = new System.Windows.Forms.Button(); this.stopButton = new System.Windows.Forms.Button(); this.prepareButton = new System.Windows.Forms.Button(); this.executionTimeTextBox = new System.Windows.Forms.TextBox(); this.executionTimeLabel = new System.Windows.Forms.Label(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.sampleGenerationTabPage.SuspendLayout(); this.algorithmTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.resultsTabPage.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Size = new System.Drawing.Size(489, 20); // // tabControl // this.tabControl.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.tabControl.Controls.Add(this.parametersTabPage); this.tabControl.Controls.Add(this.sampleGenerationTabPage); this.tabControl.Controls.Add(this.algorithmTabPage); this.tabControl.Controls.Add(this.runsTabPage); this.tabControl.Controls.Add(this.resultsTabPage); this.tabControl.Location = new System.Drawing.Point(0, 26); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(561, 357); this.tabControl.TabIndex = 4; this.tabControl.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); this.tabControl.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); this.tabControl.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); // // parametersTabPage // this.parametersTabPage.Controls.Add(this.parametersView); this.parametersTabPage.Location = new System.Drawing.Point(4, 22); this.parametersTabPage.Name = "parametersTabPage"; this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3); this.parametersTabPage.Size = new System.Drawing.Size(553, 331); this.parametersTabPage.TabIndex = 0; this.parametersTabPage.Text = "Parameters"; this.parametersTabPage.UseVisualStyleBackColor = true; // // parametersView // this.parametersView.AllowEditingOfHiddenParameters = true; this.parametersView.Caption = "ParameterCollection View"; this.parametersView.Content = null; this.parametersView.Dock = System.Windows.Forms.DockStyle.Fill; this.parametersView.Location = new System.Drawing.Point(3, 3); this.parametersView.Name = "parametersView"; this.parametersView.ReadOnly = false; this.parametersView.Size = new System.Drawing.Size(547, 325); this.parametersView.TabIndex = 0; // // sampleGenerationTabPage // this.sampleGenerationTabPage.AllowDrop = true; this.sampleGenerationTabPage.Controls.Add(this.sampleGenerationAlgorithmViewHost); this.sampleGenerationTabPage.Controls.Add(this.openSampleGenerationAlgorithmButton); this.sampleGenerationTabPage.Controls.Add(this.newSampleGenerationAlgorithmButton); this.sampleGenerationTabPage.Location = new System.Drawing.Point(4, 22); this.sampleGenerationTabPage.Name = "sampleGenerationTabPage"; this.sampleGenerationTabPage.Padding = new System.Windows.Forms.Padding(3); this.sampleGenerationTabPage.Size = new System.Drawing.Size(553, 331); this.sampleGenerationTabPage.TabIndex = 1; this.sampleGenerationTabPage.Text = "Sample Generation"; this.sampleGenerationTabPage.UseVisualStyleBackColor = true; this.sampleGenerationTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); this.sampleGenerationTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); this.sampleGenerationTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); // // sampleGenerationAlgorithmViewHost // this.sampleGenerationAlgorithmViewHost.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.sampleGenerationAlgorithmViewHost.Caption = "Algorithm View"; this.sampleGenerationAlgorithmViewHost.Content = null; this.sampleGenerationAlgorithmViewHost.Enabled = false; this.sampleGenerationAlgorithmViewHost.Location = new System.Drawing.Point(6, 36); this.sampleGenerationAlgorithmViewHost.Name = "sampleGenerationAlgorithmViewHost"; this.sampleGenerationAlgorithmViewHost.ReadOnly = false; this.sampleGenerationAlgorithmViewHost.Size = new System.Drawing.Size(541, 286); this.sampleGenerationAlgorithmViewHost.TabIndex = 0; this.sampleGenerationAlgorithmViewHost.ViewsLabelVisible = true; this.sampleGenerationAlgorithmViewHost.ViewType = null; // // openSampleGenerationAlgorithmButton // this.openSampleGenerationAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openSampleGenerationAlgorithmButton.Image"))); this.openSampleGenerationAlgorithmButton.Location = new System.Drawing.Point(36, 6); this.openSampleGenerationAlgorithmButton.Name = "openSampleGenerationAlgorithmButton"; this.openSampleGenerationAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.openSampleGenerationAlgorithmButton.TabIndex = 5; this.openSampleGenerationAlgorithmButton.UseVisualStyleBackColor = true; this.openSampleGenerationAlgorithmButton.Click += new System.EventHandler(this.openSampleGenerationAlgorithmButton_Click); // // newSampleGenerationAlgorithmButton // this.newSampleGenerationAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newSampleGenerationAlgorithmButton.Image"))); this.newSampleGenerationAlgorithmButton.Location = new System.Drawing.Point(6, 6); this.newSampleGenerationAlgorithmButton.Name = "newSampleGenerationAlgorithmButton"; this.newSampleGenerationAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.newSampleGenerationAlgorithmButton.TabIndex = 5; this.newSampleGenerationAlgorithmButton.UseVisualStyleBackColor = true; this.newSampleGenerationAlgorithmButton.Click += new System.EventHandler(this.newSampleGenerationAlgorithmButton_Click); // // algorithmTabPage // this.algorithmTabPage.AllowDrop = true; this.algorithmTabPage.Controls.Add(this.openAlgorithmButton); this.algorithmTabPage.Controls.Add(this.newAlgorithmButton); this.algorithmTabPage.Controls.Add(this.algorithmViewHost); this.algorithmTabPage.Location = new System.Drawing.Point(4, 22); this.algorithmTabPage.Name = "algorithmTabPage"; this.algorithmTabPage.Padding = new System.Windows.Forms.Padding(3); this.algorithmTabPage.Size = new System.Drawing.Size(553, 331); this.algorithmTabPage.TabIndex = 2; this.algorithmTabPage.Text = "Algorithm"; this.algorithmTabPage.UseVisualStyleBackColor = true; this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop); this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver); // // openAlgorithmButton // this.openAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("openAlgorithmButton.Image"))); this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6); this.openAlgorithmButton.Name = "openAlgorithmButton"; this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.openAlgorithmButton.TabIndex = 7; this.openAlgorithmButton.UseVisualStyleBackColor = true; this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click); // // newAlgorithmButton // this.newAlgorithmButton.Image = ((System.Drawing.Image)(resources.GetObject("newAlgorithmButton.Image"))); this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6); this.newAlgorithmButton.Name = "newAlgorithmButton"; this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24); this.newAlgorithmButton.TabIndex = 6; this.newAlgorithmButton.UseVisualStyleBackColor = true; this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click); // // algorithmViewHost // this.algorithmViewHost.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.algorithmViewHost.Caption = "Algorithm View"; this.algorithmViewHost.Content = null; this.algorithmViewHost.Enabled = false; this.algorithmViewHost.Location = new System.Drawing.Point(6, 36); this.algorithmViewHost.Name = "algorithmViewHost"; this.algorithmViewHost.ReadOnly = false; this.algorithmViewHost.Size = new System.Drawing.Size(541, 286); this.algorithmViewHost.TabIndex = 0; this.algorithmViewHost.ViewsLabelVisible = true; this.algorithmViewHost.ViewType = null; // // runsTabPage // this.runsTabPage.Controls.Add(this.runCollectionView); this.runsTabPage.Location = new System.Drawing.Point(4, 22); this.runsTabPage.Name = "runsTabPage"; this.runsTabPage.Padding = new System.Windows.Forms.Padding(3); this.runsTabPage.Size = new System.Drawing.Size(553, 331); this.runsTabPage.TabIndex = 3; this.runsTabPage.Text = "Runs"; this.runsTabPage.UseVisualStyleBackColor = true; // // runCollectionView // this.runCollectionView.Caption = "RunCollection View"; this.runCollectionView.Content = null; this.runCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; this.runCollectionView.Location = new System.Drawing.Point(3, 3); this.runCollectionView.Name = "runCollectionView"; this.runCollectionView.ReadOnly = false; this.runCollectionView.Size = new System.Drawing.Size(547, 325); this.runCollectionView.TabIndex = 0; // // resultsTabPage // this.resultsTabPage.Controls.Add(this.resultCollectionView); this.resultsTabPage.Location = new System.Drawing.Point(4, 22); this.resultsTabPage.Name = "resultsTabPage"; this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3); this.resultsTabPage.Size = new System.Drawing.Size(553, 331); this.resultsTabPage.TabIndex = 4; this.resultsTabPage.Text = "Results"; this.resultsTabPage.UseVisualStyleBackColor = true; // // resultCollectionView // this.resultCollectionView.Caption = "ResultCollection View"; this.resultCollectionView.Content = null; this.resultCollectionView.Dock = System.Windows.Forms.DockStyle.Fill; this.resultCollectionView.Location = new System.Drawing.Point(3, 3); this.resultCollectionView.Name = "resultCollectionView"; this.resultCollectionView.ReadOnly = true; this.resultCollectionView.Size = new System.Drawing.Size(547, 325); this.resultCollectionView.TabIndex = 0; // // startButton // this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image"))); this.startButton.Location = new System.Drawing.Point(3, 389); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(24, 24); this.startButton.TabIndex = 5; this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // pauseButton // this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image"))); this.pauseButton.Location = new System.Drawing.Point(33, 389); this.pauseButton.Name = "pauseButton"; this.pauseButton.Size = new System.Drawing.Size(24, 24); this.pauseButton.TabIndex = 5; this.pauseButton.UseVisualStyleBackColor = true; this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click); // // stopButton // this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image"))); this.stopButton.Location = new System.Drawing.Point(63, 389); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(24, 24); this.stopButton.TabIndex = 5; this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.stopButton_Click); // // prepareButton // this.prepareButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.prepareButton.Image = ((System.Drawing.Image)(resources.GetObject("prepareButton.Image"))); this.prepareButton.Location = new System.Drawing.Point(93, 389); this.prepareButton.Name = "prepareButton"; this.prepareButton.Size = new System.Drawing.Size(24, 24); this.prepareButton.TabIndex = 5; this.prepareButton.UseVisualStyleBackColor = true; this.prepareButton.Click += new System.EventHandler(this.prepareButton_Click); // // executionTimeTextBox // this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.executionTimeTextBox.Location = new System.Drawing.Point(419, 392); this.executionTimeTextBox.Name = "executionTimeTextBox"; this.executionTimeTextBox.ReadOnly = true; this.executionTimeTextBox.Size = new System.Drawing.Size(139, 20); this.executionTimeTextBox.TabIndex = 6; // // executionTimeLabel // this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.executionTimeLabel.AutoSize = true; this.executionTimeLabel.Location = new System.Drawing.Point(333, 395); this.executionTimeLabel.Name = "executionTimeLabel"; this.executionTimeLabel.Size = new System.Drawing.Size(80, 13); this.executionTimeLabel.TabIndex = 7; this.executionTimeLabel.Text = "ExecutionTime:"; // // openFileDialog // this.openFileDialog.FileName = "Algorithm"; this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*"; // // MultiTrajectoryAnalysisView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.startButton); this.Controls.Add(this.pauseButton); this.Controls.Add(this.stopButton); this.Controls.Add(this.prepareButton); this.Controls.Add(this.executionTimeTextBox); this.Controls.Add(this.executionTimeLabel); this.Controls.Add(this.tabControl); this.Name = "MultiTrajectoryAnalysisView"; this.Size = new System.Drawing.Size(561, 416); this.Controls.SetChildIndex(this.infoLabel, 0); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.executionTimeLabel, 0); this.Controls.SetChildIndex(this.executionTimeTextBox, 0); this.Controls.SetChildIndex(this.prepareButton, 0); this.Controls.SetChildIndex(this.stopButton, 0); this.Controls.SetChildIndex(this.pauseButton, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.startButton, 0); this.Controls.SetChildIndex(this.nameLabel, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.sampleGenerationTabPage.ResumeLayout(false); this.algorithmTabPage.ResumeLayout(false); this.runsTabPage.ResumeLayout(false); this.resultsTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage parametersTabPage; private System.Windows.Forms.TabPage sampleGenerationTabPage; private System.Windows.Forms.TabPage algorithmTabPage; private System.Windows.Forms.TabPage runsTabPage; private System.Windows.Forms.TabPage resultsTabPage; private HeuristicLab.Core.Views.ParameterCollectionView parametersView; private System.Windows.Forms.Button startButton; private System.Windows.Forms.Button pauseButton; private System.Windows.Forms.Button stopButton; private System.Windows.Forms.Button prepareButton; private System.Windows.Forms.TextBox executionTimeTextBox; private System.Windows.Forms.Label executionTimeLabel; private HeuristicLab.MainForm.WindowsForms.ViewHost sampleGenerationAlgorithmViewHost; private HeuristicLab.MainForm.WindowsForms.ViewHost algorithmViewHost; private HeuristicLab.Optimization.Views.RunCollectionView runCollectionView; private HeuristicLab.Optimization.Views.ResultCollectionView resultCollectionView; private System.Windows.Forms.Button newSampleGenerationAlgorithmButton; private System.Windows.Forms.Button openSampleGenerationAlgorithmButton; private System.Windows.Forms.Button openAlgorithmButton; private System.Windows.Forms.Button newAlgorithmButton; private System.Windows.Forms.OpenFileDialog openFileDialog; } }