Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2288: Added directed graph chart and layout class for the visualization of knowledge network graphs. Added RunCollectionVariableInteractionNetworkView and removed the old view.

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