Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/AlgorithmServiceNodeView.Designer.cs @ 11463

Last change on this file since 11463 was 11463, checked in by swagner, 10 years ago

#2205: Worked on optimization networks

File size: 10.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2014 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.Optimization.Networks.Views {
23  partial class AlgorithmServiceNodeView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component 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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlgorithmServiceNodeView));
37      this.portCollectionView = new HeuristicLab.Optimization.Networks.Views.PortCollectionView();
38      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
39      this.portsTabPage = new System.Windows.Forms.TabPage();
40      this.templateTabPage = new System.Windows.Forms.TabPage();
41      this.templatePanel = new System.Windows.Forms.Panel();
42      this.templateViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
43      this.clearTemplateButton = new System.Windows.Forms.Button();
44      this.setTemplateButton = new System.Windows.Forms.Button();
45      this.runsTabPage = new System.Windows.Forms.TabPage();
46      this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
47      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
48      this.tabControl.SuspendLayout();
49      this.portsTabPage.SuspendLayout();
50      this.templateTabPage.SuspendLayout();
51      this.templatePanel.SuspendLayout();
52      this.runsTabPage.SuspendLayout();
53      this.SuspendLayout();
54      //
55      // nameTextBox
56      //
57      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
58      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
59      //
60      // portCollectionView
61      //
62      this.portCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
63            | System.Windows.Forms.AnchorStyles.Left)
64            | System.Windows.Forms.AnchorStyles.Right)));
65      this.portCollectionView.Caption = "PortCollection View";
66      this.portCollectionView.Content = null;
67      this.portCollectionView.Location = new System.Drawing.Point(6, 6);
68      this.portCollectionView.Name = "portCollectionView";
69      this.portCollectionView.ReadOnly = false;
70      this.portCollectionView.ShowDetails = true;
71      this.portCollectionView.Size = new System.Drawing.Size(625, 453);
72      this.portCollectionView.TabIndex = 0;
73      //
74      // tabControl
75      //
76      this.tabControl.AllowDrop = true;
77      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
78            | System.Windows.Forms.AnchorStyles.Left)
79            | System.Windows.Forms.AnchorStyles.Right)));
80      this.tabControl.Controls.Add(this.portsTabPage);
81      this.tabControl.Controls.Add(this.templateTabPage);
82      this.tabControl.Controls.Add(this.runsTabPage);
83      this.tabControl.Location = new System.Drawing.Point(0, 26);
84      this.tabControl.Name = "tabControl";
85      this.tabControl.SelectedIndex = 0;
86      this.tabControl.Size = new System.Drawing.Size(645, 491);
87      this.tabControl.TabIndex = 3;
88      //
89      // portsTabPage
90      //
91      this.portsTabPage.Controls.Add(this.portCollectionView);
92      this.portsTabPage.Location = new System.Drawing.Point(4, 22);
93      this.portsTabPage.Name = "portsTabPage";
94      this.portsTabPage.Padding = new System.Windows.Forms.Padding(3);
95      this.portsTabPage.Size = new System.Drawing.Size(637, 465);
96      this.portsTabPage.TabIndex = 0;
97      this.portsTabPage.Text = "Ports";
98      this.portsTabPage.UseVisualStyleBackColor = true;
99      //
100      // templateTabPage
101      //
102      this.templateTabPage.Controls.Add(this.templatePanel);
103      this.templateTabPage.Controls.Add(this.clearTemplateButton);
104      this.templateTabPage.Controls.Add(this.setTemplateButton);
105      this.templateTabPage.Location = new System.Drawing.Point(4, 22);
106      this.templateTabPage.Name = "templateTabPage";
107      this.templateTabPage.Padding = new System.Windows.Forms.Padding(3);
108      this.templateTabPage.Size = new System.Drawing.Size(637, 465);
109      this.templateTabPage.TabIndex = 1;
110      this.templateTabPage.Text = "Algorithm Template";
111      this.templateTabPage.UseVisualStyleBackColor = true;
112      //
113      // templatePanel
114      //
115      this.templatePanel.AllowDrop = true;
116      this.templatePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
117            | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
119      this.templatePanel.Controls.Add(this.templateViewHost);
120      this.templatePanel.Location = new System.Drawing.Point(6, 36);
121      this.templatePanel.Name = "templatePanel";
122      this.templatePanel.Size = new System.Drawing.Size(625, 423);
123      this.templatePanel.TabIndex = 2;
124      this.templatePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.templatePanel_DragDrop);
125      this.templatePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.templatePanel_DragEnterOver);
126      this.templatePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.templatePanel_DragEnterOver);
127      //
128      // templateViewHost
129      //
130      this.templateViewHost.Caption = "View";
131      this.templateViewHost.Content = null;
132      this.templateViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
133      this.templateViewHost.Enabled = false;
134      this.templateViewHost.Location = new System.Drawing.Point(0, 0);
135      this.templateViewHost.Name = "templateViewHost";
136      this.templateViewHost.ReadOnly = false;
137      this.templateViewHost.Size = new System.Drawing.Size(625, 423);
138      this.templateViewHost.TabIndex = 0;
139      this.templateViewHost.ViewsLabelVisible = true;
140      this.templateViewHost.ViewType = null;
141      //
142      // clearTemplateButton
143      //
144      this.clearTemplateButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
145      this.clearTemplateButton.Location = new System.Drawing.Point(36, 6);
146      this.clearTemplateButton.Name = "clearTemplateButton";
147      this.clearTemplateButton.Size = new System.Drawing.Size(24, 24);
148      this.clearTemplateButton.TabIndex = 1;
149      this.clearTemplateButton.UseVisualStyleBackColor = true;
150      this.clearTemplateButton.Click += new System.EventHandler(this.clearTemplateButton_Click);
151      //
152      // setTemplateButton
153      //
154      this.setTemplateButton.Image =HeuristicLab.Common.Resources.VSImageLibrary.Edit;
155      this.setTemplateButton.Location = new System.Drawing.Point(6, 6);
156      this.setTemplateButton.Name = "setTemplateButton";
157      this.setTemplateButton.Size = new System.Drawing.Size(24, 24);
158      this.setTemplateButton.TabIndex = 0;
159      this.setTemplateButton.UseVisualStyleBackColor = true;
160      this.setTemplateButton.Click += new System.EventHandler(this.setTemplateButton_Click);
161      //
162      // runsTabPage
163      //
164      this.runsTabPage.Controls.Add(this.runCollectionView);
165      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
166      this.runsTabPage.Name = "runsTabPage";
167      this.runsTabPage.Size = new System.Drawing.Size(637, 465);
168      this.runsTabPage.TabIndex = 2;
169      this.runsTabPage.Text = "Runs";
170      this.runsTabPage.UseVisualStyleBackColor = true;
171      //
172      // runCollectionView
173      //
174      this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
175            | System.Windows.Forms.AnchorStyles.Left)
176            | System.Windows.Forms.AnchorStyles.Right)));
177      this.runCollectionView.Caption = "RunCollection View";
178      this.runCollectionView.Content = null;
179      this.runCollectionView.Location = new System.Drawing.Point(3, 3);
180      this.runCollectionView.Name = "runCollectionView";
181      this.runCollectionView.ReadOnly = false;
182      this.runCollectionView.Size = new System.Drawing.Size(631, 459);
183      this.runCollectionView.TabIndex = 0;
184      //
185      // AlgorithmServiceNodeView
186      //
187      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
188      this.Controls.Add(this.tabControl);
189      this.Name = "AlgorithmServiceNodeView";
190      this.Controls.SetChildIndex(this.nameLabel, 0);
191      this.Controls.SetChildIndex(this.nameTextBox, 0);
192      this.Controls.SetChildIndex(this.infoLabel, 0);
193      this.Controls.SetChildIndex(this.tabControl, 0);
194      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
195      this.tabControl.ResumeLayout(false);
196      this.portsTabPage.ResumeLayout(false);
197      this.templateTabPage.ResumeLayout(false);
198      this.templatePanel.ResumeLayout(false);
199      this.runsTabPage.ResumeLayout(false);
200      this.ResumeLayout(false);
201      this.PerformLayout();
202
203    }
204
205    #endregion
206
207    protected PortCollectionView portCollectionView;
208    protected System.Windows.Forms.TabPage portsTabPage;
209    protected System.Windows.Forms.Button setTemplateButton;
210    protected System.Windows.Forms.Button clearTemplateButton;
211    protected System.Windows.Forms.Panel templatePanel;
212    protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
213    protected System.Windows.Forms.TabPage templateTabPage;
214    protected MainForm.WindowsForms.ViewHost templateViewHost;
215    protected System.Windows.Forms.TabPage runsTabPage;
216    private Optimization.Views.RunCollectionView runCollectionView;
217
218
219  }
220}
Note: See TracBrowser for help on using the repository browser.