Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/RunCollectionModificationEvaluatorView.Designer.cs @ 6685

Last change on this file since 6685 was 6685, checked in by abeham, 13 years ago

#1628

  • Updated branch from trunk
  • Changed ReferenceEqualityComparer<T> to become a non-generic class (generic implementation probably was only made because of lacking support for co- and contravariance in C# 3.5)
  • Added finished experiment from sample algorithms to the tests
  • Wrote a unit test to instantiate every IDeepCloneable type, clone it and compare the objects in the object graph for equal references
  • Wrote a unit test to load the experiment, clone it and compare again the objects in the object graph
  • Preliminary fix for a potential bug in ThreadSafeLog
  • Preliminary fix for a potential bug in OperatorGraphVisualizationInfo
  • Preliminary fix for a potential bug in Calculator (and added license headers)
  • Preliminary fix for a potential bug in ScrambleMove
File size: 7.2 KB
Line 
1namespace HeuristicLab.Optimization.Views {
2  partial class RunCollectionModificationEvaluatorView {
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    #region Windows Form Designer generated code
20
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.evaluateButton = new System.Windows.Forms.Button();
27      this.tabControl = new System.Windows.Forms.TabControl();
28      this.runsTabPage = new System.Windows.Forms.TabPage();
29      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
30      this.modifiersTabPage = new System.Windows.Forms.TabPage();
31      this.modifiersViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
32      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
33      this.tabControl.SuspendLayout();
34      this.runsTabPage.SuspendLayout();
35      this.modifiersTabPage.SuspendLayout();
36      this.SuspendLayout();
37      //
38      // nameTextBox
39      //
40      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
41      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
42      this.nameTextBox.Size = new System.Drawing.Size(419, 20);
43      //
44      // infoLabel
45      //
46      this.infoLabel.Location = new System.Drawing.Point(483, 3);
47      //
48      // evaluateButton
49      //
50      this.evaluateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
51      this.evaluateButton.Location = new System.Drawing.Point(6, 266);
52      this.evaluateButton.Name = "evaluateButton";
53      this.evaluateButton.Size = new System.Drawing.Size(75, 23);
54      this.evaluateButton.TabIndex = 4;
55      this.evaluateButton.Text = "&Evaluate";
56      this.evaluateButton.UseVisualStyleBackColor = true;
57      this.evaluateButton.Click += new System.EventHandler(this.evaluateButton_Click);
58      //
59      // tabControl
60      //
61      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
62            | System.Windows.Forms.AnchorStyles.Left)
63            | System.Windows.Forms.AnchorStyles.Right)));
64      this.tabControl.Controls.Add(this.runsTabPage);
65      this.tabControl.Controls.Add(this.modifiersTabPage);
66      this.tabControl.Location = new System.Drawing.Point(3, 26);
67      this.tabControl.Name = "tabControl";
68      this.tabControl.SelectedIndex = 0;
69      this.tabControl.Size = new System.Drawing.Size(496, 318);
70      this.tabControl.TabIndex = 5;
71      //
72      // runsTabPage
73      //
74      this.runsTabPage.Controls.Add(this.runCollectionViewHost);
75      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
76      this.runsTabPage.Name = "runsTabPage";
77      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
78      this.runsTabPage.Size = new System.Drawing.Size(488, 292);
79      this.runsTabPage.TabIndex = 0;
80      this.runsTabPage.Text = "Runs";
81      this.runsTabPage.UseVisualStyleBackColor = true;
82      //
83      // runCollectionViewHost
84      //
85      this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
86            | System.Windows.Forms.AnchorStyles.Left)
87            | System.Windows.Forms.AnchorStyles.Right)));
88      this.runCollectionViewHost.Caption = "View";
89      this.runCollectionViewHost.Content = null;
90      this.runCollectionViewHost.Enabled = false;
91      this.runCollectionViewHost.Location = new System.Drawing.Point(6, 6);
92      this.runCollectionViewHost.Name = "runCollectionViewHost";
93      this.runCollectionViewHost.ReadOnly = false;
94      this.runCollectionViewHost.Size = new System.Drawing.Size(476, 280);
95      this.runCollectionViewHost.TabIndex = 0;
96      this.runCollectionViewHost.ViewsLabelVisible = true;
97      this.runCollectionViewHost.ViewType = null;
98      //
99      // modifiersTabPage
100      //
101      this.modifiersTabPage.Controls.Add(this.modifiersViewHost);
102      this.modifiersTabPage.Controls.Add(this.evaluateButton);
103      this.modifiersTabPage.Location = new System.Drawing.Point(4, 22);
104      this.modifiersTabPage.Name = "modifiersTabPage";
105      this.modifiersTabPage.Padding = new System.Windows.Forms.Padding(3);
106      this.modifiersTabPage.Size = new System.Drawing.Size(488, 292);
107      this.modifiersTabPage.TabIndex = 1;
108      this.modifiersTabPage.Text = "Modifiers";
109      this.modifiersTabPage.UseVisualStyleBackColor = true;
110      //
111      // modifiersViewHost
112      //
113      this.modifiersViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
114            | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.modifiersViewHost.Caption = "View";
117      this.modifiersViewHost.Content = null;
118      this.modifiersViewHost.Enabled = false;
119      this.modifiersViewHost.Location = new System.Drawing.Point(6, 6);
120      this.modifiersViewHost.Name = "modifiersViewHost";
121      this.modifiersViewHost.ReadOnly = false;
122      this.modifiersViewHost.Size = new System.Drawing.Size(476, 254);
123      this.modifiersViewHost.TabIndex = 0;
124      this.modifiersViewHost.ViewsLabelVisible = true;
125      this.modifiersViewHost.ViewType = null;
126      //
127      // RunCollectionModificationEvaluatorView
128      //
129      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
130      this.Controls.Add(this.tabControl);
131      this.Name = "RunCollectionModificationEvaluatorView";
132      this.Size = new System.Drawing.Size(502, 347);
133      this.Controls.SetChildIndex(this.tabControl, 0);
134      this.Controls.SetChildIndex(this.infoLabel, 0);
135      this.Controls.SetChildIndex(this.nameTextBox, 0);
136      this.Controls.SetChildIndex(this.nameLabel, 0);
137      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
138      this.tabControl.ResumeLayout(false);
139      this.runsTabPage.ResumeLayout(false);
140      this.modifiersTabPage.ResumeLayout(false);
141      this.ResumeLayout(false);
142      this.PerformLayout();
143
144    }
145
146    #endregion
147
148    private System.Windows.Forms.Button evaluateButton;
149    private System.Windows.Forms.TabControl tabControl;
150    private System.Windows.Forms.TabPage runsTabPage;
151    private MainForm.WindowsForms.ViewHost runCollectionViewHost;
152    private System.Windows.Forms.TabPage modifiersTabPage;
153    private MainForm.WindowsForms.ViewHost modifiersViewHost;
154  }
155}
Note: See TracBrowser for help on using the repository browser.