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.impactThresholdLabel = new System.Windows.Forms.Label(); this.impactThresholdTrackBar = new System.Windows.Forms.TrackBar(); this.exportImpactsMatrixButton = new System.Windows.Forms.Button(); 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.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.relayoutGraphButton = new System.Windows.Forms.Button(); 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(); ((System.ComponentModel.ISupportInitialize)(this.impactThresholdTrackBar)).BeginInit(); 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.impactThresholdLabel); this.settingsGroupBox.Controls.Add(this.impactThresholdTrackBar); this.settingsGroupBox.Controls.Add(this.exportImpactsMatrixButton); 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.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, 235); this.settingsGroupBox.TabIndex = 1; this.settingsGroupBox.TabStop = false; this.settingsGroupBox.Text = "Network Configuration"; // // impactThresholdLabel // this.impactThresholdLabel.Location = new System.Drawing.Point(118, 92); this.impactThresholdLabel.Name = "impactThresholdLabel"; this.impactThresholdLabel.Size = new System.Drawing.Size(204, 23); this.impactThresholdLabel.TabIndex = 8; this.impactThresholdLabel.Text = "0"; this.impactThresholdLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // impactThresholdTrackBar // this.impactThresholdTrackBar.AutoSize = false; this.impactThresholdTrackBar.LargeChange = 1; this.impactThresholdTrackBar.Location = new System.Drawing.Point(10, 118); this.impactThresholdTrackBar.Maximum = 1000; this.impactThresholdTrackBar.Name = "impactThresholdTrackBar"; this.impactThresholdTrackBar.Size = new System.Drawing.Size(312, 23); this.impactThresholdTrackBar.TabIndex = 7; this.impactThresholdTrackBar.ValueChanged += new System.EventHandler(this.impactThresholdTrackBar_ValueChanged); // // exportImpactsMatrixButton // this.exportImpactsMatrixButton.Location = new System.Drawing.Point(10, 203); this.exportImpactsMatrixButton.Name = "exportImpactsMatrixButton"; this.exportImpactsMatrixButton.Size = new System.Drawing.Size(149, 23); this.exportImpactsMatrixButton.TabIndex = 6; this.exportImpactsMatrixButton.Text = "Export Impacts Matrix"; this.exportImpactsMatrixButton.UseVisualStyleBackColor = true; this.exportImpactsMatrixButton.Click += new System.EventHandler(this.exportImpactsMatrixButton_Click); // // onlineImpactCalculationButton // this.onlineImpactCalculationButton.Location = new System.Drawing.Point(10, 174); 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"; // // impactAggregationComboBox // this.impactAggregationComboBox.FormattingEnabled = true; this.impactAggregationComboBox.Items.AddRange(new object[] { "Best run", "Runs average"}); this.impactAggregationComboBox.Location = new System.Drawing.Point(121, 147); 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, 150); 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.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.layoutOptionsGroupBox.Controls.Add(this.relayoutGraphButton); 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, 360); this.layoutOptionsGroupBox.Name = "layoutOptionsGroupBox"; this.layoutOptionsGroupBox.Size = new System.Drawing.Size(331, 102); this.layoutOptionsGroupBox.TabIndex = 2; this.layoutOptionsGroupBox.TabStop = false; this.layoutOptionsGroupBox.Text = "Layout Options"; // // relayoutGraphButton // this.relayoutGraphButton.Location = new System.Drawing.Point(10, 69); this.relayoutGraphButton.Name = "relayoutGraphButton"; this.relayoutGraphButton.Size = new System.Drawing.Size(149, 23); this.relayoutGraphButton.TabIndex = 4; this.relayoutGraphButton.Text = "Recalculate Layout"; this.relayoutGraphButton.UseVisualStyleBackColor = true; this.relayoutGraphButton.Click += new System.EventHandler(this.relayoutGraphButton_Click); // // 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.DefaultEdgeLength = 50D; this.graphChart.Graph = null; 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(); ((System.ComponentModel.ISupportInitialize)(this.impactThresholdTrackBar)).EndInit(); 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.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; private System.Windows.Forms.Button exportImpactsMatrixButton; private System.Windows.Forms.TrackBar impactThresholdTrackBar; private System.Windows.Forms.Label impactThresholdLabel; private System.Windows.Forms.Button relayoutGraphButton; } }