1 | namespace HeuristicLab.Optimization.Views.RunCollectionViews {
|
---|
2 | partial class RunCollectionResultAggregationView {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.aggregatedResultsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
27 | this.resultsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
28 | this.resultsCheckedList = new System.Windows.Forms.CheckedListBox();
|
---|
29 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
30 | this.statisticsCheckedList = new System.Windows.Forms.CheckedListBox();
|
---|
31 | this.groupingGroupBox = new System.Windows.Forms.GroupBox();
|
---|
32 | this.secondCriterionComboBox = new System.Windows.Forms.ComboBox();
|
---|
33 | this.label2 = new System.Windows.Forms.Label();
|
---|
34 | this.firstCriterionComboBox = new System.Windows.Forms.ComboBox();
|
---|
35 | this.label1 = new System.Windows.Forms.Label();
|
---|
36 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
37 | this.orderByStatisticCheckbox = new System.Windows.Forms.CheckBox();
|
---|
38 | this.transposeMatrixCheckBox = new System.Windows.Forms.CheckBox();
|
---|
39 | this.resultsGroupBox.SuspendLayout();
|
---|
40 | this.groupBox1.SuspendLayout();
|
---|
41 | this.groupingGroupBox.SuspendLayout();
|
---|
42 | this.panel1.SuspendLayout();
|
---|
43 | this.SuspendLayout();
|
---|
44 | //
|
---|
45 | // aggregatedResultsMatrixView
|
---|
46 | //
|
---|
47 | this.aggregatedResultsMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
48 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
49 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
50 | this.aggregatedResultsMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
51 | this.aggregatedResultsMatrixView.Content = null;
|
---|
52 | this.aggregatedResultsMatrixView.Location = new System.Drawing.Point(368, 3);
|
---|
53 | this.aggregatedResultsMatrixView.Name = "aggregatedResultsMatrixView";
|
---|
54 | this.aggregatedResultsMatrixView.ReadOnly = true;
|
---|
55 | this.aggregatedResultsMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
56 | this.aggregatedResultsMatrixView.ShowStatisticalInformation = true;
|
---|
57 | this.aggregatedResultsMatrixView.Size = new System.Drawing.Size(665, 643);
|
---|
58 | this.aggregatedResultsMatrixView.TabIndex = 1;
|
---|
59 | //
|
---|
60 | // resultsGroupBox
|
---|
61 | //
|
---|
62 | this.resultsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
63 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
64 | this.resultsGroupBox.AutoSize = true;
|
---|
65 | this.resultsGroupBox.Controls.Add(this.resultsCheckedList);
|
---|
66 | this.resultsGroupBox.Location = new System.Drawing.Point(4, 245);
|
---|
67 | this.resultsGroupBox.Name = "resultsGroupBox";
|
---|
68 | this.resultsGroupBox.Size = new System.Drawing.Size(349, 349);
|
---|
69 | this.resultsGroupBox.TabIndex = 4;
|
---|
70 | this.resultsGroupBox.TabStop = false;
|
---|
71 | this.resultsGroupBox.Text = "Results";
|
---|
72 | //
|
---|
73 | // resultsCheckedList
|
---|
74 | //
|
---|
75 | this.resultsCheckedList.CheckOnClick = true;
|
---|
76 | this.resultsCheckedList.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
77 | this.resultsCheckedList.FormattingEnabled = true;
|
---|
78 | this.resultsCheckedList.Location = new System.Drawing.Point(3, 16);
|
---|
79 | this.resultsCheckedList.Name = "resultsCheckedList";
|
---|
80 | this.resultsCheckedList.Size = new System.Drawing.Size(343, 330);
|
---|
81 | this.resultsCheckedList.TabIndex = 0;
|
---|
82 | this.resultsCheckedList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.resultsCheckedList_ItemCheck);
|
---|
83 | //
|
---|
84 | // groupBox1
|
---|
85 | //
|
---|
86 | this.groupBox1.Controls.Add(this.statisticsCheckedList);
|
---|
87 | this.groupBox1.Location = new System.Drawing.Point(4, 85);
|
---|
88 | this.groupBox1.Name = "groupBox1";
|
---|
89 | this.groupBox1.Size = new System.Drawing.Size(349, 154);
|
---|
90 | this.groupBox1.TabIndex = 5;
|
---|
91 | this.groupBox1.TabStop = false;
|
---|
92 | this.groupBox1.Text = "Show";
|
---|
93 | //
|
---|
94 | // statisticsCheckedList
|
---|
95 | //
|
---|
96 | this.statisticsCheckedList.CheckOnClick = true;
|
---|
97 | this.statisticsCheckedList.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
98 | this.statisticsCheckedList.FormattingEnabled = true;
|
---|
99 | this.statisticsCheckedList.Location = new System.Drawing.Point(3, 16);
|
---|
100 | this.statisticsCheckedList.Name = "statisticsCheckedList";
|
---|
101 | this.statisticsCheckedList.Size = new System.Drawing.Size(343, 135);
|
---|
102 | this.statisticsCheckedList.TabIndex = 1;
|
---|
103 | this.statisticsCheckedList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.statisticsToCalculateCheckBox_ItemCheck);
|
---|
104 | //
|
---|
105 | // groupingGroupBox
|
---|
106 | //
|
---|
107 | this.groupingGroupBox.Controls.Add(this.secondCriterionComboBox);
|
---|
108 | this.groupingGroupBox.Controls.Add(this.label2);
|
---|
109 | this.groupingGroupBox.Controls.Add(this.firstCriterionComboBox);
|
---|
110 | this.groupingGroupBox.Controls.Add(this.label1);
|
---|
111 | this.groupingGroupBox.Location = new System.Drawing.Point(4, 3);
|
---|
112 | this.groupingGroupBox.Name = "groupingGroupBox";
|
---|
113 | this.groupingGroupBox.Size = new System.Drawing.Size(349, 76);
|
---|
114 | this.groupingGroupBox.TabIndex = 6;
|
---|
115 | this.groupingGroupBox.TabStop = false;
|
---|
116 | this.groupingGroupBox.Text = "Group by";
|
---|
117 | //
|
---|
118 | // secondCriterionComboBox
|
---|
119 | //
|
---|
120 | this.secondCriterionComboBox.FormattingEnabled = true;
|
---|
121 | this.secondCriterionComboBox.Location = new System.Drawing.Point(98, 44);
|
---|
122 | this.secondCriterionComboBox.Name = "secondCriterionComboBox";
|
---|
123 | this.secondCriterionComboBox.Size = new System.Drawing.Size(245, 21);
|
---|
124 | this.secondCriterionComboBox.TabIndex = 3;
|
---|
125 | this.secondCriterionComboBox.SelectedIndexChanged += new System.EventHandler(this.criterionComboBox_SelectedIndexChanged);
|
---|
126 | //
|
---|
127 | // label2
|
---|
128 | //
|
---|
129 | this.label2.AutoSize = true;
|
---|
130 | this.label2.Location = new System.Drawing.Point(3, 47);
|
---|
131 | this.label2.Name = "label2";
|
---|
132 | this.label2.Size = new System.Drawing.Size(84, 13);
|
---|
133 | this.label2.TabIndex = 2;
|
---|
134 | this.label2.Text = "Second criterion";
|
---|
135 | //
|
---|
136 | // firstCriterionComboBox
|
---|
137 | //
|
---|
138 | this.firstCriterionComboBox.FormattingEnabled = true;
|
---|
139 | this.firstCriterionComboBox.Location = new System.Drawing.Point(98, 17);
|
---|
140 | this.firstCriterionComboBox.Name = "firstCriterionComboBox";
|
---|
141 | this.firstCriterionComboBox.Size = new System.Drawing.Size(245, 21);
|
---|
142 | this.firstCriterionComboBox.TabIndex = 1;
|
---|
143 | this.firstCriterionComboBox.SelectedIndexChanged += new System.EventHandler(this.criterionComboBox_SelectedIndexChanged);
|
---|
144 | //
|
---|
145 | // label1
|
---|
146 | //
|
---|
147 | this.label1.AutoSize = true;
|
---|
148 | this.label1.Location = new System.Drawing.Point(3, 20);
|
---|
149 | this.label1.Name = "label1";
|
---|
150 | this.label1.Size = new System.Drawing.Size(66, 13);
|
---|
151 | this.label1.TabIndex = 0;
|
---|
152 | this.label1.Text = "First criterion";
|
---|
153 | //
|
---|
154 | // panel1
|
---|
155 | //
|
---|
156 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
157 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
158 | this.panel1.Controls.Add(this.orderByStatisticCheckbox);
|
---|
159 | this.panel1.Controls.Add(this.transposeMatrixCheckBox);
|
---|
160 | this.panel1.Controls.Add(this.groupingGroupBox);
|
---|
161 | this.panel1.Controls.Add(this.groupBox1);
|
---|
162 | this.panel1.Controls.Add(this.resultsGroupBox);
|
---|
163 | this.panel1.Location = new System.Drawing.Point(3, 3);
|
---|
164 | this.panel1.Name = "panel1";
|
---|
165 | this.panel1.Size = new System.Drawing.Size(359, 643);
|
---|
166 | this.panel1.TabIndex = 0;
|
---|
167 | //
|
---|
168 | // orderByStatisticCheckbox
|
---|
169 | //
|
---|
170 | this.orderByStatisticCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
171 | this.orderByStatisticCheckbox.AutoSize = true;
|
---|
172 | this.orderByStatisticCheckbox.Location = new System.Drawing.Point(4, 600);
|
---|
173 | this.orderByStatisticCheckbox.Name = "orderByStatisticCheckbox";
|
---|
174 | this.orderByStatisticCheckbox.Size = new System.Drawing.Size(129, 17);
|
---|
175 | this.orderByStatisticCheckbox.TabIndex = 7;
|
---|
176 | this.orderByStatisticCheckbox.Text = "Group similar statistics";
|
---|
177 | this.orderByStatisticCheckbox.UseVisualStyleBackColor = true;
|
---|
178 | this.orderByStatisticCheckbox.CheckedChanged += new System.EventHandler(this.orderByStatisticCheckbox_CheckedChanged);
|
---|
179 | //
|
---|
180 | // transposeMatrixCheckBox
|
---|
181 | //
|
---|
182 | this.transposeMatrixCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
183 | this.transposeMatrixCheckBox.AutoSize = true;
|
---|
184 | this.transposeMatrixCheckBox.Location = new System.Drawing.Point(4, 623);
|
---|
185 | this.transposeMatrixCheckBox.Name = "transposeMatrixCheckBox";
|
---|
186 | this.transposeMatrixCheckBox.Size = new System.Drawing.Size(106, 17);
|
---|
187 | this.transposeMatrixCheckBox.TabIndex = 7;
|
---|
188 | this.transposeMatrixCheckBox.Text = "Transpose matrix";
|
---|
189 | this.transposeMatrixCheckBox.UseVisualStyleBackColor = true;
|
---|
190 | this.transposeMatrixCheckBox.CheckedChanged += new System.EventHandler(this.transposeMatrixCheckBox_CheckedChanged);
|
---|
191 | //
|
---|
192 | // RunCollectionResultAggregationView
|
---|
193 | //
|
---|
194 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
195 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
196 | this.Controls.Add(this.aggregatedResultsMatrixView);
|
---|
197 | this.Controls.Add(this.panel1);
|
---|
198 | this.Name = "RunCollectionResultAggregationView";
|
---|
199 | this.Size = new System.Drawing.Size(1036, 649);
|
---|
200 | this.resultsGroupBox.ResumeLayout(false);
|
---|
201 | this.groupBox1.ResumeLayout(false);
|
---|
202 | this.groupingGroupBox.ResumeLayout(false);
|
---|
203 | this.groupingGroupBox.PerformLayout();
|
---|
204 | this.panel1.ResumeLayout(false);
|
---|
205 | this.panel1.PerformLayout();
|
---|
206 | this.ResumeLayout(false);
|
---|
207 |
|
---|
208 | }
|
---|
209 |
|
---|
210 | #endregion
|
---|
211 | private Data.Views.StringConvertibleMatrixView aggregatedResultsMatrixView;
|
---|
212 | private System.Windows.Forms.GroupBox resultsGroupBox;
|
---|
213 | private System.Windows.Forms.CheckedListBox resultsCheckedList;
|
---|
214 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
215 | private System.Windows.Forms.CheckedListBox statisticsCheckedList;
|
---|
216 | private System.Windows.Forms.GroupBox groupingGroupBox;
|
---|
217 | private System.Windows.Forms.ComboBox secondCriterionComboBox;
|
---|
218 | private System.Windows.Forms.Label label2;
|
---|
219 | private System.Windows.Forms.ComboBox firstCriterionComboBox;
|
---|
220 | private System.Windows.Forms.Label label1;
|
---|
221 | private System.Windows.Forms.Panel panel1;
|
---|
222 | private System.Windows.Forms.CheckBox orderByStatisticCheckbox;
|
---|
223 | private System.Windows.Forms.CheckBox transposeMatrixCheckBox;
|
---|
224 | }
|
---|
225 | }
|
---|