#region License Information /* HeuristicLab * Copyright (C) 2002-2012 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 namespace HeuristicLab.Analysis.AlgorithmBehavior.Views { partial class ParameterInfluenceView { /// /// 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.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); this.parameterComboBox = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.resultComboBox = new System.Windows.Forms.ComboBox(); this.calculateInfluence = new System.Windows.Forms.Button(); this.colorButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // stringConvertibleMatrixView // this.stringConvertibleMatrixView.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.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; this.stringConvertibleMatrixView.Content = null; this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59); this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView"; this.stringConvertibleMatrixView.ReadOnly = false; this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true; this.stringConvertibleMatrixView.ShowStatisticalInformation = true; this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294); this.stringConvertibleMatrixView.TabIndex = 0; // // parameterComboBox // this.parameterComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.parameterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.parameterComboBox.FormattingEnabled = true; this.parameterComboBox.Location = new System.Drawing.Point(71, 33); this.parameterComboBox.Name = "parameterComboBox"; this.parameterComboBox.Size = new System.Drawing.Size(424, 21); this.parameterComboBox.TabIndex = 8; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(5, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 13); this.label2.TabIndex = 7; this.label2.Text = "Parameter:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 13); this.label1.TabIndex = 6; this.label1.Text = "Result:"; // // resultComboBox // this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.resultComboBox.FormattingEnabled = true; this.resultComboBox.Location = new System.Drawing.Point(71, 3); this.resultComboBox.Name = "resultComboBox"; this.resultComboBox.Size = new System.Drawing.Size(424, 21); this.resultComboBox.TabIndex = 5; // // calculateInfluence // this.calculateInfluence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.calculateInfluence.Location = new System.Drawing.Point(386, 359); this.calculateInfluence.Name = "calculateInfluence"; this.calculateInfluence.Size = new System.Drawing.Size(109, 23); this.calculateInfluence.TabIndex = 9; this.calculateInfluence.Text = "Calculate Influence"; this.calculateInfluence.UseVisualStyleBackColor = true; this.calculateInfluence.Click += new System.EventHandler(this.calculateInfluence_Click); // // colorButton // this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.colorButton.Location = new System.Drawing.Point(305, 359); this.colorButton.Name = "colorButton"; this.colorButton.Size = new System.Drawing.Size(75, 23); this.colorButton.TabIndex = 11; this.colorButton.Text = "Color Rows"; this.colorButton.UseVisualStyleBackColor = true; this.colorButton.Click += new System.EventHandler(this.colorButton_Click); // // ParameterInfluenceView // this.Controls.Add(this.colorButton); this.Controls.Add(this.calculateInfluence); this.Controls.Add(this.parameterComboBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.resultComboBox); this.Controls.Add(this.stringConvertibleMatrixView); this.Name = "ParameterInfluenceView"; this.Size = new System.Drawing.Size(498, 385); this.ResumeLayout(false); this.PerformLayout(); } #endregion private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView; private System.Windows.Forms.ComboBox parameterComboBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox resultComboBox; private System.Windows.Forms.Button calculateInfluence; private System.Windows.Forms.Button colorButton; } }