Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/Core.Networks.Views/NetworkView.Designer.cs @ 11530

Last change on this file since 11530 was 11530, checked in by swagner, 9 years ago

#2205: Implemented review comments

  • renamed GenericPort to MessagePort
  • refactored CanConnectToPort
  • refactored PrepareMessage
  • removed IConnectedPort

Additional changes:

  • added UserDefinedMessagePort
  • refactored CloneConnectedPortParameters to CloneParametersFromPort and moved it to ParameterizedPort
  • added ports to NetworkView
File size: 6.3 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.Core.Networks.Views {
23  partial class NetworkView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.nodeCollectionView = new HeuristicLab.Core.Networks.Views.NodeCollectionView();
48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
49      this.nodesTabPage = new System.Windows.Forms.TabPage();
50      this.portsTabPage = new System.Windows.Forms.TabPage();
51      this.portCollectionView = new HeuristicLab.Core.Networks.Views.PortCollectionView();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.tabControl.SuspendLayout();
54      this.nodesTabPage.SuspendLayout();
55      this.portsTabPage.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // nameTextBox
59      //
60      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
61      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
62      //
63      // nodeCollectionView
64      //
65      this.nodeCollectionView.Caption = "NodeCollection View";
66      this.nodeCollectionView.Content = null;
67      this.nodeCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
68      this.nodeCollectionView.Location = new System.Drawing.Point(3, 3);
69      this.nodeCollectionView.Name = "nodeCollectionView";
70      this.nodeCollectionView.ReadOnly = false;
71      this.nodeCollectionView.ShowDetails = true;
72      this.nodeCollectionView.Size = new System.Drawing.Size(631, 459);
73      this.nodeCollectionView.TabIndex = 0;
74      //
75      // tabControl
76      //
77      this.tabControl.AllowDrop = true;
78      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
79            | System.Windows.Forms.AnchorStyles.Left)
80            | System.Windows.Forms.AnchorStyles.Right)));
81      this.tabControl.Controls.Add(this.nodesTabPage);
82      this.tabControl.Controls.Add(this.portsTabPage);
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      // nodesTabPage
90      //
91      this.nodesTabPage.Controls.Add(this.nodeCollectionView);
92      this.nodesTabPage.Location = new System.Drawing.Point(4, 22);
93      this.nodesTabPage.Name = "nodesTabPage";
94      this.nodesTabPage.Padding = new System.Windows.Forms.Padding(3);
95      this.nodesTabPage.Size = new System.Drawing.Size(637, 465);
96      this.nodesTabPage.TabIndex = 0;
97      this.nodesTabPage.Text = "Nodes";
98      this.nodesTabPage.UseVisualStyleBackColor = true;
99      //
100      // portsTabPage
101      //
102      this.portsTabPage.Controls.Add(this.portCollectionView);
103      this.portsTabPage.Location = new System.Drawing.Point(4, 22);
104      this.portsTabPage.Name = "portsTabPage";
105      this.portsTabPage.Padding = new System.Windows.Forms.Padding(3);
106      this.portsTabPage.Size = new System.Drawing.Size(637, 465);
107      this.portsTabPage.TabIndex = 1;
108      this.portsTabPage.Text = "Ports";
109      this.portsTabPage.UseVisualStyleBackColor = true;
110      //
111      // portCollectionView
112      //
113      this.portCollectionView.Caption = "PortCollection View";
114      this.portCollectionView.Content = null;
115      this.portCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
116      this.portCollectionView.Location = new System.Drawing.Point(3, 3);
117      this.portCollectionView.Name = "portCollectionView";
118      this.portCollectionView.ReadOnly = false;
119      this.portCollectionView.ShowDetails = true;
120      this.portCollectionView.Size = new System.Drawing.Size(631, 459);
121      this.portCollectionView.TabIndex = 0;
122      //
123      // NetworkView
124      //
125      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
126      this.Controls.Add(this.tabControl);
127      this.Name = "NetworkView";
128      this.Controls.SetChildIndex(this.nameLabel, 0);
129      this.Controls.SetChildIndex(this.nameTextBox, 0);
130      this.Controls.SetChildIndex(this.infoLabel, 0);
131      this.Controls.SetChildIndex(this.tabControl, 0);
132      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
133      this.tabControl.ResumeLayout(false);
134      this.nodesTabPage.ResumeLayout(false);
135      this.portsTabPage.ResumeLayout(false);
136      this.ResumeLayout(false);
137      this.PerformLayout();
138
139    }
140
141    #endregion
142
143    protected NodeCollectionView nodeCollectionView;
144    protected MainForm.WindowsForms.DragOverTabControl tabControl;
145    protected System.Windows.Forms.TabPage nodesTabPage;
146    protected System.Windows.Forms.TabPage portsTabPage;
147    protected PortCollectionView portCollectionView;
148
149
150  }
151}
Note: See TracBrowser for help on using the repository browser.