Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.OptimizationExpertSystem/3.3/Docking/AlgorithmControlForm.Designer.cs

Last change on this file was 13722, checked in by abeham, 8 years ago

#2457:

  • Renamed remaining files from ExpertSystem to KnowledgeCenter
  • Added ability to scatter plot to display a regression line
  • Allowed to execute multiple instances at once and displaying either only final result or tracking result
  • Split runs in seeded runs and instance runs
File size: 6.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.OptimizationExpertSystem {
23  partial class AlgorithmControlForm {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Windows Form Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      this.components = new System.ComponentModel.Container();
37      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmControlForm));
38      this.viewPanel = new System.Windows.Forms.Panel();
39      this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
40      this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41      this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42      this.closeAllButThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
44      this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45      this.stopButton = new System.Windows.Forms.Button();
46      this.contextMenuStrip.SuspendLayout();
47      this.SuspendLayout();
48      //
49      // viewPanel
50      //
51      this.viewPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
52            | System.Windows.Forms.AnchorStyles.Left)
53            | System.Windows.Forms.AnchorStyles.Right)));
54      this.viewPanel.Location = new System.Drawing.Point(12, 41);
55      this.viewPanel.Name = "viewPanel";
56      this.viewPanel.Size = new System.Drawing.Size(608, 393);
57      this.viewPanel.TabIndex = 0;
58      //
59      // contextMenuStrip
60      //
61      this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
62            this.closeToolStripMenuItem,
63            this.closeAllToolStripMenuItem,
64            this.closeAllButThisToolStripMenuItem,
65            this.toolStripSeparator1,
66            this.cloneToolStripMenuItem});
67      this.contextMenuStrip.Name = "contextMenuStrip";
68      this.contextMenuStrip.Size = new System.Drawing.Size(167, 98);
69      this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
70      //
71      // closeToolStripMenuItem
72      //
73      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
74      this.closeToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
75      this.closeToolStripMenuItem.Text = "Close";
76      this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
77      //
78      // closeAllToolStripMenuItem
79      //
80      this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
81      this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
82      this.closeAllToolStripMenuItem.Text = "Close All";
83      this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.closeAllToolStripMenuItem_Click);
84      //
85      // closeAllButThisToolStripMenuItem
86      //
87      this.closeAllButThisToolStripMenuItem.Name = "closeAllButThisToolStripMenuItem";
88      this.closeAllButThisToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
89      this.closeAllButThisToolStripMenuItem.Text = "Close All But This";
90      this.closeAllButThisToolStripMenuItem.Click += new System.EventHandler(this.closeAllButThisToolStripMenuItem_Click);
91      //
92      // toolStripSeparator1
93      //
94      this.toolStripSeparator1.Name = "toolStripSeparator1";
95      this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
96      //
97      // cloneToolStripMenuItem
98      //
99      this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem";
100      this.cloneToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
101      this.cloneToolStripMenuItem.Text = "Create Copy";
102      this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click);
103      //
104      // stopButton
105      //
106      this.stopButton.Location = new System.Drawing.Point(12, 12);
107      this.stopButton.Name = "stopButton";
108      this.stopButton.Size = new System.Drawing.Size(26, 23);
109      this.stopButton.TabIndex = 1;
110      this.stopButton.Text = "Stop";
111      this.stopButton.UseVisualStyleBackColor = true;
112      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
113      //
114      // AlgorithmControlForm
115      //
116      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
117      this.ClientSize = new System.Drawing.Size(632, 446);
118      this.Controls.Add(this.stopButton);
119      this.Controls.Add(this.viewPanel);
120      this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
122      this.Name = "AlgorithmControlForm";
123      this.ShowIcon = false;
124      this.ShowInTaskbar = false;
125      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
126      this.TabPageContextMenuStrip = this.contextMenuStrip;
127      this.contextMenuStrip.ResumeLayout(false);
128      this.ResumeLayout(false);
129
130    }
131
132    #endregion
133
134    private System.Windows.Forms.Panel viewPanel;
135    private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
136    private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
137    private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
138    private System.Windows.Forms.ToolStripMenuItem closeAllButThisToolStripMenuItem;
139    private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
140    private System.Windows.Forms.ToolStripMenuItem cloneToolStripMenuItem;
141    private System.Windows.Forms.Button stopButton;
142  }
143}
Note: See TracBrowser for help on using the repository browser.