[12320] | 1 | using System.Linq;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.VariableInteractionNetworks.Views
|
---|
[12198] | 4 | {
|
---|
| 5 | partial class VariableInteractionNetworkView
|
---|
| 6 | {
|
---|
| 7 | /// <summary>
|
---|
| 8 | /// Required designer variable.
|
---|
| 9 | /// </summary>
|
---|
| 10 | private System.ComponentModel.IContainer components = null;
|
---|
| 11 |
|
---|
| 12 | /// <summary>
|
---|
| 13 | /// Clean up any resources being used.
|
---|
| 14 | /// </summary>
|
---|
| 15 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 16 | protected override void Dispose(bool disposing)
|
---|
| 17 | {
|
---|
| 18 | if (disposing && (components != null))
|
---|
| 19 | {
|
---|
| 20 | components.Dispose();
|
---|
| 21 | }
|
---|
| 22 | base.Dispose(disposing);
|
---|
| 23 | }
|
---|
| 24 |
|
---|
[12320] | 25 |
|
---|
[12198] | 26 | #region Component Designer generated code
|
---|
| 27 |
|
---|
| 28 | /// <summary>
|
---|
| 29 | /// Required method for Designer support - do not modify
|
---|
| 30 | /// the contents of this method with the code editor.
|
---|
| 31 | /// </summary>
|
---|
| 32 | private void InitializeComponent()
|
---|
| 33 | {
|
---|
[12320] | 34 | this.components = new System.ComponentModel.Container();
|
---|
[12229] | 35 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
| 36 | this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[12263] | 37 | this.viewHost2 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 38 | this.groupBox2 = new System.Windows.Forms.GroupBox();
|
---|
| 39 | this.viewHost3 = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[12320] | 40 | this.groupBox4 = new System.Windows.Forms.GroupBox();
|
---|
| 41 | this.textBox4 = new System.Windows.Forms.TextBox();
|
---|
| 42 | this.textBox3 = new System.Windows.Forms.TextBox();
|
---|
| 43 | this.selectTargetVariable = new System.Windows.Forms.Label();
|
---|
| 44 | this.targetVariablesCombo = new System.Windows.Forms.ComboBox();
|
---|
| 45 | this.selectedThreshold2 = new System.Windows.Forms.Label();
|
---|
| 46 | this.targetThreshold = new System.Windows.Forms.TextBox();
|
---|
| 47 | this.trackBar2 = new System.Windows.Forms.TrackBar();
|
---|
| 48 | this.groupBox3 = new System.Windows.Forms.GroupBox();
|
---|
| 49 | this.textBox2 = new System.Windows.Forms.TextBox();
|
---|
| 50 | this.textBox1 = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.selectedThreshold1 = new System.Windows.Forms.Label();
|
---|
| 52 | this.genThreshold = new System.Windows.Forms.TextBox();
|
---|
| 53 | this.trackBar1 = new System.Windows.Forms.TrackBar();
|
---|
| 54 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
| 55 | this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[12229] | 56 | this.groupBox1.SuspendLayout();
|
---|
[12263] | 57 | this.groupBox2.SuspendLayout();
|
---|
[12320] | 58 | this.groupBox4.SuspendLayout();
|
---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
|
---|
| 60 | this.groupBox3.SuspendLayout();
|
---|
| 61 | ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
|
---|
| 62 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
| 63 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit();
|
---|
[12229] | 64 | this.SuspendLayout();
|
---|
| 65 | //
|
---|
| 66 | // groupBox1
|
---|
| 67 | //
|
---|
| 68 | this.groupBox1.Controls.Add(this.viewHost1);
|
---|
[12263] | 69 | this.groupBox1.Controls.Add(this.viewHost2);
|
---|
[12320] | 70 | this.groupBox1.Location = new System.Drawing.Point(6, 3);
|
---|
[12229] | 71 | this.groupBox1.Name = "groupBox1";
|
---|
[12320] | 72 | this.groupBox1.Size = new System.Drawing.Size(641, 276);
|
---|
[12229] | 73 | this.groupBox1.TabIndex = 0;
|
---|
| 74 | this.groupBox1.TabStop = false;
|
---|
[12263] | 75 | this.groupBox1.Text = "Adjacency Matrix. Node Impacts";
|
---|
[12229] | 76 | //
|
---|
| 77 | // viewHost1
|
---|
| 78 | //
|
---|
| 79 | this.viewHost1.Caption = "View";
|
---|
| 80 | this.viewHost1.Content = null;
|
---|
| 81 | this.viewHost1.Enabled = false;
|
---|
| 82 | this.viewHost1.Location = new System.Drawing.Point(6, 19);
|
---|
| 83 | this.viewHost1.Name = "viewHost1";
|
---|
| 84 | this.viewHost1.ReadOnly = false;
|
---|
[12263] | 85 | this.viewHost1.Size = new System.Drawing.Size(354, 247);
|
---|
[12229] | 86 | this.viewHost1.TabIndex = 0;
|
---|
| 87 | this.viewHost1.ViewsLabelVisible = true;
|
---|
| 88 | this.viewHost1.ViewType = null;
|
---|
| 89 | //
|
---|
[12263] | 90 | // viewHost2
|
---|
| 91 | //
|
---|
| 92 | this.viewHost2.Caption = "View";
|
---|
| 93 | this.viewHost2.Content = null;
|
---|
| 94 | this.viewHost2.Enabled = false;
|
---|
| 95 | this.viewHost2.Location = new System.Drawing.Point(365, 19);
|
---|
| 96 | this.viewHost2.Name = "viewHost2";
|
---|
| 97 | this.viewHost2.ReadOnly = false;
|
---|
[12320] | 98 | this.viewHost2.Size = new System.Drawing.Size(218, 247);
|
---|
[12263] | 99 | this.viewHost2.TabIndex = 0;
|
---|
| 100 | this.viewHost2.ViewsLabelVisible = true;
|
---|
| 101 | this.viewHost2.ViewType = null;
|
---|
| 102 | //
|
---|
| 103 | // groupBox2
|
---|
| 104 | //
|
---|
[12320] | 105 | this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 106 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
[12263] | 107 | this.groupBox2.Controls.Add(this.viewHost3);
|
---|
[12320] | 108 | this.groupBox2.Controls.Add(this.groupBox4);
|
---|
| 109 | this.groupBox2.Controls.Add(this.groupBox3);
|
---|
| 110 | this.groupBox2.Location = new System.Drawing.Point(6, 285);
|
---|
[12263] | 111 | this.groupBox2.Name = "groupBox2";
|
---|
[12320] | 112 | this.groupBox2.Size = new System.Drawing.Size(641, 283);
|
---|
[12263] | 113 | this.groupBox2.TabIndex = 1;
|
---|
| 114 | this.groupBox2.TabStop = false;
|
---|
[12320] | 115 | this.groupBox2.Text = "Updated Adjacency Matrix";
|
---|
[12263] | 116 | //
|
---|
| 117 | // viewHost3
|
---|
| 118 | //
|
---|
| 119 | this.viewHost3.Caption = "View";
|
---|
| 120 | this.viewHost3.Content = null;
|
---|
| 121 | this.viewHost3.Enabled = false;
|
---|
| 122 | this.viewHost3.Location = new System.Drawing.Point(6, 19);
|
---|
| 123 | this.viewHost3.Name = "viewHost3";
|
---|
| 124 | this.viewHost3.ReadOnly = false;
|
---|
[12320] | 125 | this.viewHost3.Size = new System.Drawing.Size(354, 239);
|
---|
[12263] | 126 | this.viewHost3.TabIndex = 0;
|
---|
| 127 | this.viewHost3.ViewsLabelVisible = true;
|
---|
| 128 | this.viewHost3.ViewType = null;
|
---|
| 129 | //
|
---|
[12320] | 130 | // groupBox4
|
---|
| 131 | //
|
---|
| 132 | this.groupBox4.Controls.Add(this.textBox4);
|
---|
| 133 | this.groupBox4.Controls.Add(this.textBox3);
|
---|
| 134 | this.groupBox4.Controls.Add(this.selectTargetVariable);
|
---|
| 135 | this.groupBox4.Controls.Add(this.targetVariablesCombo);
|
---|
| 136 | this.groupBox4.Controls.Add(this.selectedThreshold2);
|
---|
| 137 | this.groupBox4.Controls.Add(this.targetThreshold);
|
---|
| 138 | this.groupBox4.Controls.Add(this.trackBar2);
|
---|
| 139 | this.groupBox4.Location = new System.Drawing.Point(365, 148);
|
---|
| 140 | this.groupBox4.Name = "groupBox4";
|
---|
| 141 | this.groupBox4.Size = new System.Drawing.Size(255, 123);
|
---|
| 142 | this.groupBox4.TabIndex = 13;
|
---|
| 143 | this.groupBox4.TabStop = false;
|
---|
| 144 | this.groupBox4.Text = "Apply Edge Weights Threshold for a Chosen Target Variable";
|
---|
| 145 | //
|
---|
| 146 | // textBox4
|
---|
| 147 | //
|
---|
| 148 | this.textBox4.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 149 | this.textBox4.Location = new System.Drawing.Point(217, 60);
|
---|
| 150 | this.textBox4.Name = "textBox4";
|
---|
| 151 | this.textBox4.ReadOnly = true;
|
---|
| 152 | this.textBox4.Size = new System.Drawing.Size(32, 20);
|
---|
| 153 | this.textBox4.TabIndex = 14;
|
---|
| 154 | //
|
---|
| 155 | // textBox3
|
---|
| 156 | //
|
---|
| 157 | this.textBox3.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 158 | this.textBox3.Location = new System.Drawing.Point(6, 60);
|
---|
| 159 | this.textBox3.Name = "textBox3";
|
---|
| 160 | this.textBox3.ReadOnly = true;
|
---|
| 161 | this.textBox3.Size = new System.Drawing.Size(33, 20);
|
---|
| 162 | this.textBox3.TabIndex = 14;
|
---|
| 163 | //
|
---|
| 164 | // selectTargetVariable
|
---|
| 165 | //
|
---|
| 166 | this.selectTargetVariable.AutoSize = true;
|
---|
| 167 | this.selectTargetVariable.Location = new System.Drawing.Point(31, 36);
|
---|
| 168 | this.selectTargetVariable.Name = "selectTargetVariable";
|
---|
| 169 | this.selectTargetVariable.Size = new System.Drawing.Size(112, 13);
|
---|
| 170 | this.selectTargetVariable.TabIndex = 8;
|
---|
| 171 | this.selectTargetVariable.Text = "Select Target Variable";
|
---|
| 172 | //
|
---|
| 173 | // targetVariablesCombo
|
---|
| 174 | //
|
---|
| 175 | this.targetVariablesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 176 | this.targetVariablesCombo.FormattingEnabled = true;
|
---|
| 177 | this.targetVariablesCombo.Location = new System.Drawing.Point(159, 33);
|
---|
| 178 | this.targetVariablesCombo.Name = "targetVariablesCombo";
|
---|
| 179 | this.targetVariablesCombo.Size = new System.Drawing.Size(61, 21);
|
---|
| 180 | this.targetVariablesCombo.TabIndex = 1;
|
---|
| 181 | this.targetVariablesCombo.DropDown += new System.EventHandler(this.targetVariablesCombo_Dropdown);
|
---|
| 182 | this.targetVariablesCombo.SelectedIndexChanged += new System.EventHandler(this.targetVariablesCombo_SelectedIndexChanged);
|
---|
| 183 | //
|
---|
| 184 | // selectedThreshold2
|
---|
| 185 | //
|
---|
| 186 | this.selectedThreshold2.AutoSize = true;
|
---|
| 187 | this.selectedThreshold2.Location = new System.Drawing.Point(31, 93);
|
---|
| 188 | this.selectedThreshold2.Name = "selectedThreshold2";
|
---|
| 189 | this.selectedThreshold2.Size = new System.Drawing.Size(93, 13);
|
---|
| 190 | this.selectedThreshold2.TabIndex = 7;
|
---|
| 191 | this.selectedThreshold2.Text = "Select Threshold: ";
|
---|
| 192 | //
|
---|
| 193 | // targetThreshold
|
---|
| 194 | //
|
---|
| 195 | this.targetThreshold.Location = new System.Drawing.Point(132, 90);
|
---|
| 196 | this.targetThreshold.Name = "targetThreshold";
|
---|
| 197 | this.targetThreshold.Size = new System.Drawing.Size(48, 20);
|
---|
| 198 | this.targetThreshold.TabIndex = 6;
|
---|
| 199 | this.targetThreshold.Text = "0";
|
---|
| 200 | this.targetThreshold.TextChanged += new System.EventHandler(this.targetThreshold_TextChanged);
|
---|
| 201 | this.targetThreshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.targetThreshold_KeyDown);
|
---|
| 202 | //
|
---|
| 203 | // trackBar2
|
---|
| 204 | //
|
---|
| 205 | this.trackBar2.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 206 | this.trackBar2.Cursor = System.Windows.Forms.Cursors.Hand;
|
---|
| 207 | this.trackBar2.LargeChange = 4;
|
---|
| 208 | this.trackBar2.Location = new System.Drawing.Point(34, 60);
|
---|
| 209 | this.trackBar2.Name = "trackBar2";
|
---|
| 210 | this.trackBar2.Size = new System.Drawing.Size(186, 45);
|
---|
| 211 | this.trackBar2.TabIndex = 3;
|
---|
| 212 | this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
| 213 | this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged);
|
---|
| 214 | this.trackBar2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBar2_MouseDown);
|
---|
| 215 | //
|
---|
| 216 | // groupBox3
|
---|
| 217 | //
|
---|
| 218 | this.groupBox3.Controls.Add(this.textBox2);
|
---|
| 219 | this.groupBox3.Controls.Add(this.textBox1);
|
---|
| 220 | this.groupBox3.Controls.Add(this.selectedThreshold1);
|
---|
| 221 | this.groupBox3.Controls.Add(this.genThreshold);
|
---|
| 222 | this.groupBox3.Controls.Add(this.trackBar1);
|
---|
| 223 | this.groupBox3.Location = new System.Drawing.Point(365, 19);
|
---|
| 224 | this.groupBox3.Name = "groupBox3";
|
---|
| 225 | this.groupBox3.Size = new System.Drawing.Size(255, 95);
|
---|
| 226 | this.groupBox3.TabIndex = 12;
|
---|
| 227 | this.groupBox3.TabStop = false;
|
---|
| 228 | this.groupBox3.Text = "Apply General Threshold for Edge Weights";
|
---|
| 229 | //
|
---|
| 230 | // textBox2
|
---|
| 231 | //
|
---|
| 232 | this.textBox2.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 233 | this.textBox2.Location = new System.Drawing.Point(217, 24);
|
---|
| 234 | this.textBox2.Name = "textBox2";
|
---|
| 235 | this.textBox2.ReadOnly = true;
|
---|
| 236 | this.textBox2.Size = new System.Drawing.Size(32, 20);
|
---|
| 237 | this.textBox2.TabIndex = 13;
|
---|
| 238 | //
|
---|
| 239 | // textBox1
|
---|
| 240 | //
|
---|
| 241 | this.textBox1.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 242 | this.textBox1.Location = new System.Drawing.Point(6, 24);
|
---|
| 243 | this.textBox1.Name = "textBox1";
|
---|
| 244 | this.textBox1.ReadOnly = true;
|
---|
| 245 | this.textBox1.Size = new System.Drawing.Size(33, 20);
|
---|
| 246 | this.textBox1.TabIndex = 12;
|
---|
| 247 | //
|
---|
| 248 | // selectedThreshold1
|
---|
| 249 | //
|
---|
| 250 | this.selectedThreshold1.AutoSize = true;
|
---|
| 251 | this.selectedThreshold1.Location = new System.Drawing.Point(31, 62);
|
---|
| 252 | this.selectedThreshold1.Name = "selectedThreshold1";
|
---|
| 253 | this.selectedThreshold1.Size = new System.Drawing.Size(93, 13);
|
---|
| 254 | this.selectedThreshold1.TabIndex = 10;
|
---|
| 255 | this.selectedThreshold1.Text = "Select Threshold: ";
|
---|
| 256 | //
|
---|
| 257 | // genThreshold
|
---|
| 258 | //
|
---|
| 259 | this.genThreshold.Location = new System.Drawing.Point(132, 59);
|
---|
| 260 | this.genThreshold.Name = "genThreshold";
|
---|
| 261 | this.genThreshold.Size = new System.Drawing.Size(48, 20);
|
---|
| 262 | this.genThreshold.TabIndex = 9;
|
---|
| 263 | this.genThreshold.Text = "0";
|
---|
| 264 | this.genThreshold.TextChanged += new System.EventHandler(this.genThreshold_TextChanged);
|
---|
| 265 | this.genThreshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.genThreshold_KeyDown);
|
---|
| 266 | //
|
---|
| 267 | // trackBar1
|
---|
| 268 | //
|
---|
| 269 | this.trackBar1.Cursor = System.Windows.Forms.Cursors.Hand;
|
---|
| 270 | this.trackBar1.LargeChange = 4;
|
---|
| 271 | this.trackBar1.Location = new System.Drawing.Point(34, 24);
|
---|
| 272 | this.trackBar1.Name = "trackBar1";
|
---|
| 273 | this.trackBar1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
---|
| 274 | this.trackBar1.Size = new System.Drawing.Size(186, 45);
|
---|
| 275 | this.trackBar1.TabIndex = 2;
|
---|
| 276 | this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
| 277 | this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
|
---|
| 278 | this.trackBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBar1_MouseDown);
|
---|
| 279 | //
|
---|
| 280 | // errorProvider
|
---|
| 281 | //
|
---|
| 282 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 283 | this.errorProvider.ContainerControl = this;
|
---|
| 284 | //
|
---|
| 285 | // errorProvider2
|
---|
| 286 | //
|
---|
| 287 | this.errorProvider2.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 288 | this.errorProvider2.ContainerControl = this;
|
---|
| 289 | //
|
---|
[12229] | 290 | // VariableInteractionNetworkView
|
---|
| 291 | //
|
---|
| 292 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[12198] | 293 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[12263] | 294 | this.Controls.Add(this.groupBox2);
|
---|
[12229] | 295 | this.Controls.Add(this.groupBox1);
|
---|
| 296 | this.Name = "VariableInteractionNetworkView";
|
---|
[12320] | 297 | this.Size = new System.Drawing.Size(810, 599);
|
---|
[12229] | 298 | this.groupBox1.ResumeLayout(false);
|
---|
[12263] | 299 | this.groupBox2.ResumeLayout(false);
|
---|
[12320] | 300 | this.groupBox4.ResumeLayout(false);
|
---|
| 301 | this.groupBox4.PerformLayout();
|
---|
| 302 | ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
|
---|
| 303 | this.groupBox3.ResumeLayout(false);
|
---|
| 304 | this.groupBox3.PerformLayout();
|
---|
| 305 | ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
|
---|
| 306 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
| 307 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit();
|
---|
[12229] | 308 | this.ResumeLayout(false);
|
---|
| 309 |
|
---|
[12198] | 310 | }
|
---|
| 311 |
|
---|
| 312 | #endregion
|
---|
[12229] | 313 |
|
---|
| 314 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
[12320] | 315 | private System.Windows.Forms.GroupBox groupBox2;
|
---|
| 316 | private System.Windows.Forms.GroupBox groupBox3;
|
---|
| 317 | private System.Windows.Forms.GroupBox groupBox4;
|
---|
[12229] | 318 | private MainForm.WindowsForms.ViewHost viewHost1;
|
---|
[12263] | 319 | private MainForm.WindowsForms.ViewHost viewHost2;
|
---|
| 320 | private MainForm.WindowsForms.ViewHost viewHost3;
|
---|
[12320] | 321 | private System.Windows.Forms.TrackBar trackBar1;
|
---|
| 322 | private System.Windows.Forms.TrackBar trackBar2;
|
---|
| 323 | private System.Windows.Forms.ComboBox targetVariablesCombo;
|
---|
| 324 | private System.Windows.Forms.TextBox genThreshold;
|
---|
| 325 | private System.Windows.Forms.TextBox targetThreshold;
|
---|
| 326 | private System.Windows.Forms.Label selectedThreshold2;
|
---|
| 327 | private System.Windows.Forms.Label selectedThreshold1;
|
---|
| 328 | private System.Windows.Forms.Label selectTargetVariable;
|
---|
| 329 | private System.Windows.Forms.TextBox textBox2;
|
---|
| 330 | private System.Windows.Forms.TextBox textBox1;
|
---|
| 331 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
| 332 | private System.Windows.Forms.TextBox textBox4;
|
---|
| 333 | private System.Windows.Forms.TextBox textBox3;
|
---|
| 334 | private System.Windows.Forms.ErrorProvider errorProvider2;
|
---|
[12198] | 335 | }
|
---|
| 336 | }
|
---|