namespace HeuristicLab.VariableInteractionNetworks.Views { partial class RunCollectionVariableInteractionNetworkView { /// /// 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.settingsGroupBox = new System.Windows.Forms.GroupBox(); this.onlineImpactCalculationButton = new System.Windows.Forms.Button(); this.maximizationCheckBox = new System.Windows.Forms.CheckBox(); this.qualityResultNameComboBox = new System.Windows.Forms.ComboBox(); this.qualityResultNameLabel = new System.Windows.Forms.Label(); this.impactThresholdTextBox = new System.Windows.Forms.TextBox(); this.impactAggregationComboBox = new System.Windows.Forms.ComboBox(); this.impactResultNameComboBox = new System.Windows.Forms.ComboBox(); this.weightAggregationLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.layoutOptionsGroupBox = new System.Windows.Forms.GroupBox(); this.idealEdgeLengthTextBox = new System.Windows.Forms.TextBox(); this.edgeRoutingComboBox = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.graphChart = new HeuristicLab.VariableInteractionNetworks.Views.DirectedGraphChart(); this.settingsGroupBox.SuspendLayout(); this.layoutOptionsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // settingsGroupBox // this.settingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.settingsGroupBox.Controls.Add(this.onlineImpactCalculationButton); this.settingsGroupBox.Controls.Add(this.maximizationCheckBox); this.settingsGroupBox.Controls.Add(this.qualityResultNameComboBox); this.settingsGroupBox.Controls.Add(this.qualityResultNameLabel); this.settingsGroupBox.Controls.Add(this.impactThresholdTextBox); this.settingsGroupBox.Controls.Add(this.impactAggregationComboBox); this.settingsGroupBox.Controls.Add(this.impactResultNameComboBox); this.settingsGroupBox.Controls.Add(this.weightAggregationLabel); this.settingsGroupBox.Controls.Add(this.label2); this.settingsGroupBox.Controls.Add(this.label1); this.settingsGroupBox.Location = new System.Drawing.Point(4, 4); this.settingsGroupBox.Name = "settingsGroupBox"; this.settingsGroupBox.Size = new System.Drawing.Size(331, 230); this.settingsGroupBox.TabIndex = 1; this.settingsGroupBox.TabStop = false; this.settingsGroupBox.Text = "Network Configuration"; // // onlineImpactCalculationButton // this.onlineImpactCalculationButton.Location = new System.Drawing.Point(10, 201); this.onlineImpactCalculationButton.Name = "onlineImpactCalculationButton"; this.onlineImpactCalculationButton.Size = new System.Drawing.Size(149, 23); this.onlineImpactCalculationButton.TabIndex = 6; this.onlineImpactCalculationButton.Text = "Online Impact Calculation"; this.onlineImpactCalculationButton.UseVisualStyleBackColor = true; this.onlineImpactCalculationButton.Click += new System.EventHandler(this.onlineImpactCalculationButton_Click); // // maximizationCheckBox // this.maximizationCheckBox.AutoSize = true; this.maximizationCheckBox.Location = new System.Drawing.Point(236, 44); this.maximizationCheckBox.Name = "maximizationCheckBox"; this.maximizationCheckBox.Size = new System.Drawing.Size(86, 17); this.maximizationCheckBox.TabIndex = 5; this.maximizationCheckBox.Text = "Maximization"; this.maximizationCheckBox.UseVisualStyleBackColor = true; this.maximizationCheckBox.CheckedChanged += new System.EventHandler(this.NetworkConfigurationChanged); // // qualityResultNameComboBox // this.qualityResultNameComboBox.FormattingEnabled = true; this.qualityResultNameComboBox.Location = new System.Drawing.Point(121, 17); this.qualityResultNameComboBox.Name = "qualityResultNameComboBox"; this.qualityResultNameComboBox.Size = new System.Drawing.Size(201, 21); this.qualityResultNameComboBox.TabIndex = 4; this.qualityResultNameComboBox.SelectedIndexChanged += new System.EventHandler(this.NetworkConfigurationChanged); // // qualityResultNameLabel // this.qualityResultNameLabel.AutoSize = true; this.qualityResultNameLabel.Location = new System.Drawing.Point(7, 20); this.qualityResultNameLabel.Name = "qualityResultNameLabel"; this.qualityResultNameLabel.Size = new System.Drawing.Size(96, 13); this.qualityResultNameLabel.TabIndex = 3; this.qualityResultNameLabel.Text = "Quality result name"; // // impactThresholdTextBox // this.impactThresholdTextBox.Location = new System.Drawing.Point(121, 94); this.impactThresholdTextBox.Name = "impactThresholdTextBox"; this.impactThresholdTextBox.Size = new System.Drawing.Size(201, 20); this.impactThresholdTextBox.TabIndex = 2; this.impactThresholdTextBox.Text = "0.2"; this.impactThresholdTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating); this.impactThresholdTextBox.Validated += new System.EventHandler(this.ImpactThresholdTextBoxValidated); // // impactAggregationComboBox // this.impactAggregationComboBox.FormattingEnabled = true; this.impactAggregationComboBox.Items.AddRange(new object[] { "Best run", "Runs average"}); this.impactAggregationComboBox.Location = new System.Drawing.Point(121, 120); this.impactAggregationComboBox.Name = "impactAggregationComboBox"; this.impactAggregationComboBox.Size = new System.Drawing.Size(201, 21); this.impactAggregationComboBox.TabIndex = 1; this.impactAggregationComboBox.Text = "Best run"; this.impactAggregationComboBox.SelectedIndexChanged += new System.EventHandler(this.NetworkConfigurationChanged); // // impactResultNameComboBox // this.impactResultNameComboBox.FormattingEnabled = true; this.impactResultNameComboBox.Location = new System.Drawing.Point(121, 67); this.impactResultNameComboBox.Name = "impactResultNameComboBox"; this.impactResultNameComboBox.Size = new System.Drawing.Size(201, 21); this.impactResultNameComboBox.TabIndex = 1; this.impactResultNameComboBox.SelectedIndexChanged += new System.EventHandler(this.NetworkConfigurationChanged); // // weightAggregationLabel // this.weightAggregationLabel.AutoSize = true; this.weightAggregationLabel.Location = new System.Drawing.Point(7, 123); this.weightAggregationLabel.Name = "weightAggregationLabel"; this.weightAggregationLabel.Size = new System.Drawing.Size(98, 13); this.weightAggregationLabel.TabIndex = 0; this.weightAggregationLabel.Text = "Impact aggregation"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 97); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 13); this.label2.TabIndex = 0; this.label2.Text = "Impact threshold"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 13); this.label1.TabIndex = 0; this.label1.Text = "Impact result name"; // // layoutOptionsGroupBox // this.layoutOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.layoutOptionsGroupBox.Controls.Add(this.idealEdgeLengthTextBox); this.layoutOptionsGroupBox.Controls.Add(this.edgeRoutingComboBox); this.layoutOptionsGroupBox.Controls.Add(this.label4); this.layoutOptionsGroupBox.Controls.Add(this.label3); this.layoutOptionsGroupBox.Location = new System.Drawing.Point(4, 240); this.layoutOptionsGroupBox.Name = "layoutOptionsGroupBox"; this.layoutOptionsGroupBox.Size = new System.Drawing.Size(331, 222); this.layoutOptionsGroupBox.TabIndex = 2; this.layoutOptionsGroupBox.TabStop = false; this.layoutOptionsGroupBox.Text = "Layout Options"; // // idealEdgeLengthTextBox // this.idealEdgeLengthTextBox.Location = new System.Drawing.Point(121, 43); this.idealEdgeLengthTextBox.Name = "idealEdgeLengthTextBox"; this.idealEdgeLengthTextBox.Size = new System.Drawing.Size(201, 20); this.idealEdgeLengthTextBox.TabIndex = 2; this.idealEdgeLengthTextBox.Text = "50"; this.idealEdgeLengthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating); this.idealEdgeLengthTextBox.Validated += new System.EventHandler(this.LayoutConfigurationBoxValidated); // // edgeRoutingComboBox // this.edgeRoutingComboBox.FormattingEnabled = true; this.edgeRoutingComboBox.Items.AddRange(new object[] { "None", "Polyline", "Orthogonal"}); this.edgeRoutingComboBox.Location = new System.Drawing.Point(121, 17); this.edgeRoutingComboBox.Name = "edgeRoutingComboBox"; this.edgeRoutingComboBox.Size = new System.Drawing.Size(201, 21); this.edgeRoutingComboBox.TabIndex = 3; this.edgeRoutingComboBox.Text = "None"; this.edgeRoutingComboBox.SelectedIndexChanged += new System.EventHandler(this.LayoutConfigurationChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 46); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 13); this.label4.TabIndex = 0; this.label4.Text = "Ideal edge length"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 13); this.label3.TabIndex = 0; this.label3.Text = "Edge routing"; // // errorProvider // this.errorProvider.ContainerControl = this; // // graphChart // this.graphChart.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.graphChart.BackColor = System.Drawing.SystemColors.Control; this.graphChart.Graph = null; this.graphChart.IdealEdgeLength = 50D; this.graphChart.Location = new System.Drawing.Point(341, 4); this.graphChart.Mode = null; this.graphChart.Name = "graphChart"; this.graphChart.PerformEdgeRouting = false; this.graphChart.RoutingMode = HeuristicLab.VariableInteractionNetworks.Views.ConstrainedForceDirectedLayout.EdgeRouting.None; this.graphChart.ScaleOnResize = true; this.graphChart.ShowToolBar = true; this.graphChart.Size = new System.Drawing.Size(411, 458); this.graphChart.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality; this.graphChart.TabIndex = 0; // // RunCollectionVariableInteractionNetworkView // this.Controls.Add(this.layoutOptionsGroupBox); this.Controls.Add(this.settingsGroupBox); this.Controls.Add(this.graphChart); this.Name = "RunCollectionVariableInteractionNetworkView"; this.Size = new System.Drawing.Size(755, 465); this.settingsGroupBox.ResumeLayout(false); this.settingsGroupBox.PerformLayout(); this.layoutOptionsGroupBox.ResumeLayout(false); this.layoutOptionsGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); } #endregion private DirectedGraphChart graphChart; private System.Windows.Forms.GroupBox settingsGroupBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox impactResultNameComboBox; private System.Windows.Forms.TextBox impactThresholdTextBox; private System.Windows.Forms.GroupBox layoutOptionsGroupBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox edgeRoutingComboBox; private System.Windows.Forms.TextBox idealEdgeLengthTextBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.ComboBox impactAggregationComboBox; private System.Windows.Forms.Label weightAggregationLabel; private System.Windows.Forms.Label qualityResultNameLabel; private System.Windows.Forms.ComboBox qualityResultNameComboBox; private System.Windows.Forms.CheckBox maximizationCheckBox; private System.Windows.Forms.Button onlineImpactCalculationButton; } }