1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
4 | *
|
---|
5 | * This file is part of HeuristicLab.
|
---|
6 | *
|
---|
7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
8 | * it under the terms of the GNU General Public License as published by
|
---|
9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
10 | * (at your option) any later version.
|
---|
11 | *
|
---|
12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
15 | * GNU General Public License for more details.
|
---|
16 | *
|
---|
17 | * You should have received a copy of the GNU General Public License
|
---|
18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
19 | */
|
---|
20 | #endregion
|
---|
21 |
|
---|
22 | namespace HeuristicLab.Analysis.AlgorithmBehavior.Views {
|
---|
23 | partial class ParameterInfluenceView {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | /// <summary>
|
---|
30 | /// Clean up any resources being used.
|
---|
31 | /// </summary>
|
---|
32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
33 | protected override void Dispose(bool disposing) {
|
---|
34 | if (disposing && (components != null)) {
|
---|
35 | components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Windows Form Designer generated code
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// Required method for Designer support - do not modify
|
---|
44 | /// the contents of this method with the code editor.
|
---|
45 | /// </summary>
|
---|
46 | private void InitializeComponent() {
|
---|
47 | this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
48 | this.parameterComboBox = new System.Windows.Forms.ComboBox();
|
---|
49 | this.label2 = new System.Windows.Forms.Label();
|
---|
50 | this.label1 = new System.Windows.Forms.Label();
|
---|
51 | this.resultComboBox = new System.Windows.Forms.ComboBox();
|
---|
52 | this.calculateInfluence = new System.Windows.Forms.Button();
|
---|
53 | this.colorButton = new System.Windows.Forms.Button();
|
---|
54 | this.SuspendLayout();
|
---|
55 | //
|
---|
56 | // stringConvertibleMatrixView
|
---|
57 | //
|
---|
58 | this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
59 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
60 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
61 | this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
62 | this.stringConvertibleMatrixView.Content = null;
|
---|
63 | this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
|
---|
64 | this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
|
---|
65 | this.stringConvertibleMatrixView.ReadOnly = false;
|
---|
66 | this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
|
---|
67 | this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
|
---|
68 | this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
|
---|
69 | this.stringConvertibleMatrixView.TabIndex = 0;
|
---|
70 | //
|
---|
71 | // parameterComboBox
|
---|
72 | //
|
---|
73 | this.parameterComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
74 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
75 | this.parameterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
76 | this.parameterComboBox.FormattingEnabled = true;
|
---|
77 | this.parameterComboBox.Location = new System.Drawing.Point(71, 33);
|
---|
78 | this.parameterComboBox.Name = "parameterComboBox";
|
---|
79 | this.parameterComboBox.Size = new System.Drawing.Size(424, 21);
|
---|
80 | this.parameterComboBox.TabIndex = 8;
|
---|
81 | //
|
---|
82 | // label2
|
---|
83 | //
|
---|
84 | this.label2.AutoSize = true;
|
---|
85 | this.label2.Location = new System.Drawing.Point(5, 36);
|
---|
86 | this.label2.Name = "label2";
|
---|
87 | this.label2.Size = new System.Drawing.Size(58, 13);
|
---|
88 | this.label2.TabIndex = 7;
|
---|
89 | this.label2.Text = "Parameter:";
|
---|
90 | //
|
---|
91 | // label1
|
---|
92 | //
|
---|
93 | this.label1.AutoSize = true;
|
---|
94 | this.label1.Location = new System.Drawing.Point(5, 6);
|
---|
95 | this.label1.Name = "label1";
|
---|
96 | this.label1.Size = new System.Drawing.Size(40, 13);
|
---|
97 | this.label1.TabIndex = 6;
|
---|
98 | this.label1.Text = "Result:";
|
---|
99 | //
|
---|
100 | // resultComboBox
|
---|
101 | //
|
---|
102 | this.resultComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
103 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
104 | this.resultComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
105 | this.resultComboBox.FormattingEnabled = true;
|
---|
106 | this.resultComboBox.Location = new System.Drawing.Point(71, 3);
|
---|
107 | this.resultComboBox.Name = "resultComboBox";
|
---|
108 | this.resultComboBox.Size = new System.Drawing.Size(424, 21);
|
---|
109 | this.resultComboBox.TabIndex = 5;
|
---|
110 | //
|
---|
111 | // calculateInfluence
|
---|
112 | //
|
---|
113 | this.calculateInfluence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
114 | this.calculateInfluence.Location = new System.Drawing.Point(386, 359);
|
---|
115 | this.calculateInfluence.Name = "calculateInfluence";
|
---|
116 | this.calculateInfluence.Size = new System.Drawing.Size(109, 23);
|
---|
117 | this.calculateInfluence.TabIndex = 9;
|
---|
118 | this.calculateInfluence.Text = "Calculate Influence";
|
---|
119 | this.calculateInfluence.UseVisualStyleBackColor = true;
|
---|
120 | this.calculateInfluence.Click += new System.EventHandler(this.calculateInfluence_Click);
|
---|
121 | //
|
---|
122 | // colorButton
|
---|
123 | //
|
---|
124 | this.colorButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
125 | this.colorButton.Location = new System.Drawing.Point(305, 359);
|
---|
126 | this.colorButton.Name = "colorButton";
|
---|
127 | this.colorButton.Size = new System.Drawing.Size(75, 23);
|
---|
128 | this.colorButton.TabIndex = 11;
|
---|
129 | this.colorButton.Text = "Color Rows";
|
---|
130 | this.colorButton.UseVisualStyleBackColor = true;
|
---|
131 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
132 | //
|
---|
133 | // ParameterInfluenceView
|
---|
134 | //
|
---|
135 | this.Controls.Add(this.colorButton);
|
---|
136 | this.Controls.Add(this.calculateInfluence);
|
---|
137 | this.Controls.Add(this.parameterComboBox);
|
---|
138 | this.Controls.Add(this.label2);
|
---|
139 | this.Controls.Add(this.label1);
|
---|
140 | this.Controls.Add(this.resultComboBox);
|
---|
141 | this.Controls.Add(this.stringConvertibleMatrixView);
|
---|
142 | this.Name = "ParameterInfluenceView";
|
---|
143 | this.Size = new System.Drawing.Size(498, 385);
|
---|
144 | this.ResumeLayout(false);
|
---|
145 | this.PerformLayout();
|
---|
146 |
|
---|
147 | }
|
---|
148 | #endregion
|
---|
149 |
|
---|
150 | private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
|
---|
151 | private System.Windows.Forms.ComboBox parameterComboBox;
|
---|
152 | private System.Windows.Forms.Label label2;
|
---|
153 | private System.Windows.Forms.Label label1;
|
---|
154 | private System.Windows.Forms.ComboBox resultComboBox;
|
---|
155 | private System.Windows.Forms.Button calculateInfluence;
|
---|
156 | private System.Windows.Forms.Button colorButton;
|
---|
157 | }
|
---|
158 | }
|
---|