Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2288_HeuristicLab.VariableInteractionNetworks/HeuristicLab.VariableInteractionNetworks.Views/3.3/RunCollectionVariableInteractionNetworkView.Designer.cs @ 16295

Last change on this file since 16295 was 16295, checked in by bburlacu, 5 years ago

#2288: Refactor code (use HL impacts calculator instead of manually calculating impacts, various fixes and improvements)

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