Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2288: Used localization when formatting strings. Add canceling in CreateTargetVariationExperimentDialog. Remove use of C# 4.6 language features.

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