using System.Linq; namespace HeuristicLab.VariableInteractionNetworks.Views { partial class VariableInteractionNetworkView { /// /// 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() { this.components = new System.ComponentModel.Container(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.viewHost1 = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.viewHost2 = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.viewHost3 = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.selectTargetVariable = new System.Windows.Forms.Label(); this.targetVariablesCombo = new System.Windows.Forms.ComboBox(); this.selectedThreshold2 = new System.Windows.Forms.Label(); this.targetThreshold = new System.Windows.Forms.TextBox(); this.trackBar2 = new System.Windows.Forms.TrackBar(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.selectedThreshold1 = new System.Windows.Forms.Label(); this.genThreshold = new System.Windows.Forms.TextBox(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.viewHost1); this.groupBox1.Controls.Add(this.viewHost2); this.groupBox1.Location = new System.Drawing.Point(6, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(641, 276); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Adjacency Matrix. Node Impacts"; // // viewHost1 // this.viewHost1.Caption = "View"; this.viewHost1.Content = null; this.viewHost1.Enabled = false; this.viewHost1.Location = new System.Drawing.Point(6, 19); this.viewHost1.Name = "viewHost1"; this.viewHost1.ReadOnly = false; this.viewHost1.Size = new System.Drawing.Size(354, 247); this.viewHost1.TabIndex = 0; this.viewHost1.ViewsLabelVisible = true; this.viewHost1.ViewType = null; // // viewHost2 // this.viewHost2.Caption = "View"; this.viewHost2.Content = null; this.viewHost2.Enabled = false; this.viewHost2.Location = new System.Drawing.Point(365, 19); this.viewHost2.Name = "viewHost2"; this.viewHost2.ReadOnly = false; this.viewHost2.Size = new System.Drawing.Size(218, 247); this.viewHost2.TabIndex = 0; this.viewHost2.ViewsLabelVisible = true; this.viewHost2.ViewType = null; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupBox2.Controls.Add(this.viewHost3); this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Location = new System.Drawing.Point(6, 285); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(641, 283); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Updated Adjacency Matrix"; // // viewHost3 // this.viewHost3.Caption = "View"; this.viewHost3.Content = null; this.viewHost3.Enabled = false; this.viewHost3.Location = new System.Drawing.Point(6, 19); this.viewHost3.Name = "viewHost3"; this.viewHost3.ReadOnly = false; this.viewHost3.Size = new System.Drawing.Size(354, 239); this.viewHost3.TabIndex = 0; this.viewHost3.ViewsLabelVisible = true; this.viewHost3.ViewType = null; // // groupBox4 // this.groupBox4.Controls.Add(this.textBox4); this.groupBox4.Controls.Add(this.textBox3); this.groupBox4.Controls.Add(this.selectTargetVariable); this.groupBox4.Controls.Add(this.targetVariablesCombo); this.groupBox4.Controls.Add(this.selectedThreshold2); this.groupBox4.Controls.Add(this.targetThreshold); this.groupBox4.Controls.Add(this.trackBar2); this.groupBox4.Location = new System.Drawing.Point(365, 148); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(255, 123); this.groupBox4.TabIndex = 13; this.groupBox4.TabStop = false; this.groupBox4.Text = "Apply Edge Weights Threshold for a Chosen Target Variable"; // // textBox4 // this.textBox4.BackColor = System.Drawing.SystemColors.Control; this.textBox4.Location = new System.Drawing.Point(217, 60); this.textBox4.Name = "textBox4"; this.textBox4.ReadOnly = true; this.textBox4.Size = new System.Drawing.Size(32, 20); this.textBox4.TabIndex = 14; // // textBox3 // this.textBox3.BackColor = System.Drawing.SystemColors.Control; this.textBox3.Location = new System.Drawing.Point(6, 60); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(33, 20); this.textBox3.TabIndex = 14; // // selectTargetVariable // this.selectTargetVariable.AutoSize = true; this.selectTargetVariable.Location = new System.Drawing.Point(31, 36); this.selectTargetVariable.Name = "selectTargetVariable"; this.selectTargetVariable.Size = new System.Drawing.Size(112, 13); this.selectTargetVariable.TabIndex = 8; this.selectTargetVariable.Text = "Select Target Variable"; // // targetVariablesCombo // this.targetVariablesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.targetVariablesCombo.FormattingEnabled = true; this.targetVariablesCombo.Location = new System.Drawing.Point(159, 33); this.targetVariablesCombo.Name = "targetVariablesCombo"; this.targetVariablesCombo.Size = new System.Drawing.Size(61, 21); this.targetVariablesCombo.TabIndex = 1; this.targetVariablesCombo.DropDown += new System.EventHandler(this.targetVariablesCombo_Dropdown); this.targetVariablesCombo.SelectedIndexChanged += new System.EventHandler(this.targetVariablesCombo_SelectedIndexChanged); // // selectedThreshold2 // this.selectedThreshold2.AutoSize = true; this.selectedThreshold2.Location = new System.Drawing.Point(31, 93); this.selectedThreshold2.Name = "selectedThreshold2"; this.selectedThreshold2.Size = new System.Drawing.Size(93, 13); this.selectedThreshold2.TabIndex = 7; this.selectedThreshold2.Text = "Select Threshold: "; // // targetThreshold // this.targetThreshold.Location = new System.Drawing.Point(132, 90); this.targetThreshold.Name = "targetThreshold"; this.targetThreshold.Size = new System.Drawing.Size(48, 20); this.targetThreshold.TabIndex = 6; this.targetThreshold.Text = "0"; this.targetThreshold.TextChanged += new System.EventHandler(this.targetThreshold_TextChanged); this.targetThreshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.targetThreshold_KeyDown); // // trackBar2 // this.trackBar2.BackColor = System.Drawing.SystemColors.Control; this.trackBar2.Cursor = System.Windows.Forms.Cursors.Hand; this.trackBar2.LargeChange = 4; this.trackBar2.Location = new System.Drawing.Point(34, 60); this.trackBar2.Name = "trackBar2"; this.trackBar2.Size = new System.Drawing.Size(186, 45); this.trackBar2.TabIndex = 3; this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged); this.trackBar2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBar2_MouseDown); // // groupBox3 // this.groupBox3.Controls.Add(this.textBox2); this.groupBox3.Controls.Add(this.textBox1); this.groupBox3.Controls.Add(this.selectedThreshold1); this.groupBox3.Controls.Add(this.genThreshold); this.groupBox3.Controls.Add(this.trackBar1); this.groupBox3.Location = new System.Drawing.Point(365, 19); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(255, 95); this.groupBox3.TabIndex = 12; this.groupBox3.TabStop = false; this.groupBox3.Text = "Apply General Threshold for Edge Weights"; // // textBox2 // this.textBox2.BackColor = System.Drawing.SystemColors.Control; this.textBox2.Location = new System.Drawing.Point(217, 24); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(32, 20); this.textBox2.TabIndex = 13; // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.Control; this.textBox1.Location = new System.Drawing.Point(6, 24); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(33, 20); this.textBox1.TabIndex = 12; // // selectedThreshold1 // this.selectedThreshold1.AutoSize = true; this.selectedThreshold1.Location = new System.Drawing.Point(31, 62); this.selectedThreshold1.Name = "selectedThreshold1"; this.selectedThreshold1.Size = new System.Drawing.Size(93, 13); this.selectedThreshold1.TabIndex = 10; this.selectedThreshold1.Text = "Select Threshold: "; // // genThreshold // this.genThreshold.Location = new System.Drawing.Point(132, 59); this.genThreshold.Name = "genThreshold"; this.genThreshold.Size = new System.Drawing.Size(48, 20); this.genThreshold.TabIndex = 9; this.genThreshold.Text = "0"; this.genThreshold.TextChanged += new System.EventHandler(this.genThreshold_TextChanged); this.genThreshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.genThreshold_KeyDown); // // trackBar1 // this.trackBar1.Cursor = System.Windows.Forms.Cursors.Hand; this.trackBar1.LargeChange = 4; this.trackBar1.Location = new System.Drawing.Point(34, 24); this.trackBar1.Name = "trackBar1"; this.trackBar1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.trackBar1.Size = new System.Drawing.Size(186, 45); this.trackBar1.TabIndex = 2; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged); this.trackBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBar1_MouseDown); // // errorProvider // this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.errorProvider.ContainerControl = this; // // errorProvider2 // this.errorProvider2.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.errorProvider2.ContainerControl = this; // // VariableInteractionNetworkView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "VariableInteractionNetworkView"; this.Size = new System.Drawing.Size(810, 599); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.GroupBox groupBox4; private MainForm.WindowsForms.ViewHost viewHost1; private MainForm.WindowsForms.ViewHost viewHost2; private MainForm.WindowsForms.ViewHost viewHost3; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.TrackBar trackBar2; private System.Windows.Forms.ComboBox targetVariablesCombo; private System.Windows.Forms.TextBox genThreshold; private System.Windows.Forms.TextBox targetThreshold; private System.Windows.Forms.Label selectedThreshold2; private System.Windows.Forms.Label selectedThreshold1; private System.Windows.Forms.Label selectTargetVariable; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.ErrorProvider errorProvider2; } }