Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/RunCollectionVariableInteractionNetworkView.Designer.cs @ 13773

Last change on this file since 13773 was 13773, checked in by bburlacu, 8 years ago

#2288: Refactor the RunCollectionVariableInteractionNetworkView and add online impact calculation (optimized method inside the view performs faster than the equivalent method provided by the RegressionSolutionVariableImpactsCalculator).

File size: 14.4 KB
Line 
1namespace HeuristicLab.VariableInteractionNetworks.Views {
2  partial class RunCollectionVariableInteractionNetworkView {
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
20    #region Component Designer generated code
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.components = new System.ComponentModel.Container();
27      this.settingsGroupBox = new System.Windows.Forms.GroupBox();
28      this.onlineImpactCalculationButton = new System.Windows.Forms.Button();
29      this.maximizationCheckBox = new System.Windows.Forms.CheckBox();
30      this.qualityResultNameComboBox = new System.Windows.Forms.ComboBox();
31      this.qualityResultNameLabel = new System.Windows.Forms.Label();
32      this.impactThresholdTextBox = new System.Windows.Forms.TextBox();
33      this.impactAggregationComboBox = new System.Windows.Forms.ComboBox();
34      this.impactResultNameComboBox = new System.Windows.Forms.ComboBox();
35      this.weightAggregationLabel = new System.Windows.Forms.Label();
36      this.label2 = new System.Windows.Forms.Label();
37      this.label1 = new System.Windows.Forms.Label();
38      this.layoutOptionsGroupBox = new System.Windows.Forms.GroupBox();
39      this.idealEdgeLengthTextBox = new System.Windows.Forms.TextBox();
40      this.edgeRoutingComboBox = new System.Windows.Forms.ComboBox();
41      this.label4 = new System.Windows.Forms.Label();
42      this.label3 = new System.Windows.Forms.Label();
43      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
44      this.graphChart = new HeuristicLab.VariableInteractionNetworks.Views.DirectedGraphChart();
45      this.settingsGroupBox.SuspendLayout();
46      this.layoutOptionsGroupBox.SuspendLayout();
47      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
48      this.SuspendLayout();
49      //
50      // settingsGroupBox
51      //
52      this.settingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
53            | System.Windows.Forms.AnchorStyles.Left)));
54      this.settingsGroupBox.Controls.Add(this.onlineImpactCalculationButton);
55      this.settingsGroupBox.Controls.Add(this.maximizationCheckBox);
56      this.settingsGroupBox.Controls.Add(this.qualityResultNameComboBox);
57      this.settingsGroupBox.Controls.Add(this.qualityResultNameLabel);
58      this.settingsGroupBox.Controls.Add(this.impactThresholdTextBox);
59      this.settingsGroupBox.Controls.Add(this.impactAggregationComboBox);
60      this.settingsGroupBox.Controls.Add(this.impactResultNameComboBox);
61      this.settingsGroupBox.Controls.Add(this.weightAggregationLabel);
62      this.settingsGroupBox.Controls.Add(this.label2);
63      this.settingsGroupBox.Controls.Add(this.label1);
64      this.settingsGroupBox.Location = new System.Drawing.Point(4, 4);
65      this.settingsGroupBox.Name = "settingsGroupBox";
66      this.settingsGroupBox.Size = new System.Drawing.Size(331, 230);
67      this.settingsGroupBox.TabIndex = 1;
68      this.settingsGroupBox.TabStop = false;
69      this.settingsGroupBox.Text = "Network Configuration";
70      //
71      // onlineImpactCalculationButton
72      //
73      this.onlineImpactCalculationButton.Location = new System.Drawing.Point(10, 201);
74      this.onlineImpactCalculationButton.Name = "onlineImpactCalculationButton";
75      this.onlineImpactCalculationButton.Size = new System.Drawing.Size(149, 23);
76      this.onlineImpactCalculationButton.TabIndex = 6;
77      this.onlineImpactCalculationButton.Text = "Online Impact Calculation";
78      this.onlineImpactCalculationButton.UseVisualStyleBackColor = true;
79      this.onlineImpactCalculationButton.Click += new System.EventHandler(this.onlineImpactCalculationButton_Click);
80      //
81      // maximizationCheckBox
82      //
83      this.maximizationCheckBox.AutoSize = true;
84      this.maximizationCheckBox.Location = new System.Drawing.Point(236, 44);
85      this.maximizationCheckBox.Name = "maximizationCheckBox";
86      this.maximizationCheckBox.Size = new System.Drawing.Size(86, 17);
87      this.maximizationCheckBox.TabIndex = 5;
88      this.maximizationCheckBox.Text = "Maximization";
89      this.maximizationCheckBox.UseVisualStyleBackColor = true;
90      this.maximizationCheckBox.CheckedChanged += new System.EventHandler(this.NetworkConfigurationChanged);
91      //
92      // qualityResultNameComboBox
93      //
94      this.qualityResultNameComboBox.FormattingEnabled = true;
95      this.qualityResultNameComboBox.Location = new System.Drawing.Point(121, 17);
96      this.qualityResultNameComboBox.Name = "qualityResultNameComboBox";
97      this.qualityResultNameComboBox.Size = new System.Drawing.Size(201, 21);
98      this.qualityResultNameComboBox.TabIndex = 4;
99      this.qualityResultNameComboBox.SelectedIndexChanged += new System.EventHandler(this.NetworkConfigurationChanged);
100      //
101      // qualityResultNameLabel
102      //
103      this.qualityResultNameLabel.AutoSize = true;
104      this.qualityResultNameLabel.Location = new System.Drawing.Point(7, 20);
105      this.qualityResultNameLabel.Name = "qualityResultNameLabel";
106      this.qualityResultNameLabel.Size = new System.Drawing.Size(96, 13);
107      this.qualityResultNameLabel.TabIndex = 3;
108      this.qualityResultNameLabel.Text = "Quality result name";
109      //
110      // impactThresholdTextBox
111      //
112      this.impactThresholdTextBox.Location = new System.Drawing.Point(121, 94);
113      this.impactThresholdTextBox.Name = "impactThresholdTextBox";
114      this.impactThresholdTextBox.Size = new System.Drawing.Size(201, 20);
115      this.impactThresholdTextBox.TabIndex = 2;
116      this.impactThresholdTextBox.Text = "0.2";
117      this.impactThresholdTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating);
118      this.impactThresholdTextBox.Validated += new System.EventHandler(this.ImpactThresholdTextBoxValidated);
119      //
120      // impactAggregationComboBox
121      //
122      this.impactAggregationComboBox.FormattingEnabled = true;
123      this.impactAggregationComboBox.Items.AddRange(new object[] {
124            "Best run",
125            "Runs average"});
126      this.impactAggregationComboBox.Location = new System.Drawing.Point(121, 120);
127      this.impactAggregationComboBox.Name = "impactAggregationComboBox";
128      this.impactAggregationComboBox.Size = new System.Drawing.Size(201, 21);
129      this.impactAggregationComboBox.TabIndex = 1;
130      this.impactAggregationComboBox.Text = "Best run";
131      this.impactAggregationComboBox.SelectedIndexChanged += new System.EventHandler(this.NetworkConfigurationChanged);
132      //
133      // impactResultNameComboBox
134      //
135      this.impactResultNameComboBox.FormattingEnabled = true;
136      this.impactResultNameComboBox.Location = new System.Drawing.Point(121, 67);
137      this.impactResultNameComboBox.Name = "impactResultNameComboBox";
138      this.impactResultNameComboBox.Size = new System.Drawing.Size(201, 21);
139      this.impactResultNameComboBox.TabIndex = 1;
140      this.impactResultNameComboBox.SelectedIndexChanged += new System.EventHandler(this.NetworkConfigurationChanged);
141      //
142      // weightAggregationLabel
143      //
144      this.weightAggregationLabel.AutoSize = true;
145      this.weightAggregationLabel.Location = new System.Drawing.Point(7, 123);
146      this.weightAggregationLabel.Name = "weightAggregationLabel";
147      this.weightAggregationLabel.Size = new System.Drawing.Size(98, 13);
148      this.weightAggregationLabel.TabIndex = 0;
149      this.weightAggregationLabel.Text = "Impact aggregation";
150      //
151      // label2
152      //
153      this.label2.AutoSize = true;
154      this.label2.Location = new System.Drawing.Point(7, 97);
155      this.label2.Name = "label2";
156      this.label2.Size = new System.Drawing.Size(85, 13);
157      this.label2.TabIndex = 0;
158      this.label2.Text = "Impact threshold";
159      //
160      // label1
161      //
162      this.label1.AutoSize = true;
163      this.label1.Location = new System.Drawing.Point(7, 70);
164      this.label1.Name = "label1";
165      this.label1.Size = new System.Drawing.Size(96, 13);
166      this.label1.TabIndex = 0;
167      this.label1.Text = "Impact result name";
168      //
169      // layoutOptionsGroupBox
170      //
171      this.layoutOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
172            | System.Windows.Forms.AnchorStyles.Left)));
173      this.layoutOptionsGroupBox.Controls.Add(this.idealEdgeLengthTextBox);
174      this.layoutOptionsGroupBox.Controls.Add(this.edgeRoutingComboBox);
175      this.layoutOptionsGroupBox.Controls.Add(this.label4);
176      this.layoutOptionsGroupBox.Controls.Add(this.label3);
177      this.layoutOptionsGroupBox.Location = new System.Drawing.Point(4, 240);
178      this.layoutOptionsGroupBox.Name = "layoutOptionsGroupBox";
179      this.layoutOptionsGroupBox.Size = new System.Drawing.Size(331, 222);
180      this.layoutOptionsGroupBox.TabIndex = 2;
181      this.layoutOptionsGroupBox.TabStop = false;
182      this.layoutOptionsGroupBox.Text = "Layout Options";
183      //
184      // idealEdgeLengthTextBox
185      //
186      this.idealEdgeLengthTextBox.Location = new System.Drawing.Point(121, 43);
187      this.idealEdgeLengthTextBox.Name = "idealEdgeLengthTextBox";
188      this.idealEdgeLengthTextBox.Size = new System.Drawing.Size(201, 20);
189      this.idealEdgeLengthTextBox.TabIndex = 2;
190      this.idealEdgeLengthTextBox.Text = "50";
191      this.idealEdgeLengthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.TextBoxValidating);
192      this.idealEdgeLengthTextBox.Validated += new System.EventHandler(this.LayoutConfigurationBoxValidated);
193      //
194      // edgeRoutingComboBox
195      //
196      this.edgeRoutingComboBox.FormattingEnabled = true;
197      this.edgeRoutingComboBox.Items.AddRange(new object[] {
198            "None",
199            "Polyline",
200            "Orthogonal"});
201      this.edgeRoutingComboBox.Location = new System.Drawing.Point(121, 17);
202      this.edgeRoutingComboBox.Name = "edgeRoutingComboBox";
203      this.edgeRoutingComboBox.Size = new System.Drawing.Size(201, 21);
204      this.edgeRoutingComboBox.TabIndex = 3;
205      this.edgeRoutingComboBox.Text = "None";
206      this.edgeRoutingComboBox.SelectedIndexChanged += new System.EventHandler(this.LayoutConfigurationChanged);
207      //
208      // label4
209      //
210      this.label4.AutoSize = true;
211      this.label4.Location = new System.Drawing.Point(6, 46);
212      this.label4.Name = "label4";
213      this.label4.Size = new System.Drawing.Size(89, 13);
214      this.label4.TabIndex = 0;
215      this.label4.Text = "Ideal edge length";
216      //
217      // label3
218      //
219      this.label3.AutoSize = true;
220      this.label3.Location = new System.Drawing.Point(7, 20);
221      this.label3.Name = "label3";
222      this.label3.Size = new System.Drawing.Size(67, 13);
223      this.label3.TabIndex = 0;
224      this.label3.Text = "Edge routing";
225      //
226      // errorProvider
227      //
228      this.errorProvider.ContainerControl = this;
229      //
230      // graphChart
231      //
232      this.graphChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
233            | System.Windows.Forms.AnchorStyles.Left)
234            | System.Windows.Forms.AnchorStyles.Right)));
235      this.graphChart.BackColor = System.Drawing.SystemColors.Control;
236      this.graphChart.Graph = null;
237      this.graphChart.IdealEdgeLength = 50D;
238      this.graphChart.Location = new System.Drawing.Point(341, 4);
239      this.graphChart.Mode = null;
240      this.graphChart.Name = "graphChart";
241      this.graphChart.PerformEdgeRouting = false;
242      this.graphChart.RoutingMode = HeuristicLab.VariableInteractionNetworks.Views.ConstrainedForceDirectedLayout.EdgeRouting.None;
243      this.graphChart.ScaleOnResize = true;
244      this.graphChart.ShowToolBar = true;
245      this.graphChart.Size = new System.Drawing.Size(411, 458);
246      this.graphChart.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
247      this.graphChart.TabIndex = 0;
248      //
249      // RunCollectionVariableInteractionNetworkView
250      //
251      this.Controls.Add(this.layoutOptionsGroupBox);
252      this.Controls.Add(this.settingsGroupBox);
253      this.Controls.Add(this.graphChart);
254      this.Name = "RunCollectionVariableInteractionNetworkView";
255      this.Size = new System.Drawing.Size(755, 465);
256      this.settingsGroupBox.ResumeLayout(false);
257      this.settingsGroupBox.PerformLayout();
258      this.layoutOptionsGroupBox.ResumeLayout(false);
259      this.layoutOptionsGroupBox.PerformLayout();
260      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
261      this.ResumeLayout(false);
262
263    }
264
265    #endregion
266
267    private DirectedGraphChart graphChart;
268    private System.Windows.Forms.GroupBox settingsGroupBox;
269    private System.Windows.Forms.Label label1;
270    private System.Windows.Forms.Label label2;
271    private System.Windows.Forms.ComboBox impactResultNameComboBox;
272    private System.Windows.Forms.TextBox impactThresholdTextBox;
273    private System.Windows.Forms.GroupBox layoutOptionsGroupBox;
274    private System.Windows.Forms.Label label3;
275    private System.Windows.Forms.ComboBox edgeRoutingComboBox;
276    private System.Windows.Forms.TextBox idealEdgeLengthTextBox;
277    private System.Windows.Forms.Label label4;
278    private System.Windows.Forms.ErrorProvider errorProvider;
279    private System.Windows.Forms.ComboBox impactAggregationComboBox;
280    private System.Windows.Forms.Label weightAggregationLabel;
281    private System.Windows.Forms.Label qualityResultNameLabel;
282    private System.Windows.Forms.ComboBox qualityResultNameComboBox;
283    private System.Windows.Forms.CheckBox maximizationCheckBox;
284    private System.Windows.Forms.Button onlineImpactCalculationButton;
285  }
286}
Note: See TracBrowser for help on using the repository browser.