Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/GenericPortView.Designer.cs @ 11501

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

#2205: Worked on optimization networks

File size: 11.4 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 GenericPortView {
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      this.connectedPortGroupBox = new System.Windows.Forms.GroupBox();
37      this.setConnectedPortButton = new System.Windows.Forms.Button();
38      this.clearConnectedPortButton = new System.Windows.Forms.Button();
39      this.connectedPortView = new HeuristicLab.Optimization.Networks.Views.PortView();
40      this.cloneConnectedPortParametersButton = new System.Windows.Forms.Button();
41      this.sendMessageButton = new System.Windows.Forms.Button();
42      this.splitContainer = new System.Windows.Forms.SplitContainer();
43      this.portParameterCollectionView = new HeuristicLab.Optimization.Networks.Views.PortParameterCollectionView();
44      this.messageCollectionView = new HeuristicLab.Optimization.Networks.Views.MessageCollectionView();
45      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
46      this.connectedPortGroupBox.SuspendLayout();
47      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
48      this.splitContainer.Panel1.SuspendLayout();
49      this.splitContainer.Panel2.SuspendLayout();
50      this.splitContainer.SuspendLayout();
51      this.SuspendLayout();
52      //
53      // nameTextBox
54      //
55      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
56      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
57      this.nameTextBox.Location = new System.Drawing.Point(47, 0);
58      this.nameTextBox.Size = new System.Drawing.Size(573, 20);
59      //
60      // connectedPortGroupBox
61      //
62      this.connectedPortGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
63            | System.Windows.Forms.AnchorStyles.Right)));
64      this.connectedPortGroupBox.Controls.Add(this.setConnectedPortButton);
65      this.connectedPortGroupBox.Controls.Add(this.clearConnectedPortButton);
66      this.connectedPortGroupBox.Controls.Add(this.connectedPortView);
67      this.connectedPortGroupBox.Location = new System.Drawing.Point(47, 26);
68      this.connectedPortGroupBox.Name = "connectedPortGroupBox";
69      this.connectedPortGroupBox.Size = new System.Drawing.Size(598, 50);
70      this.connectedPortGroupBox.TabIndex = 4;
71      this.connectedPortGroupBox.TabStop = false;
72      this.connectedPortGroupBox.Text = "&Connected Port";
73      //
74      // setConnectedPortButton
75      //
76      this.setConnectedPortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
77      this.setConnectedPortButton.Location = new System.Drawing.Point(6, 19);
78      this.setConnectedPortButton.Name = "setConnectedPortButton";
79      this.setConnectedPortButton.Size = new System.Drawing.Size(24, 24);
80      this.setConnectedPortButton.TabIndex = 0;
81      this.setConnectedPortButton.UseVisualStyleBackColor = true;
82      this.setConnectedPortButton.Click += new System.EventHandler(this.setConnectedPortButton_Click);
83      //
84      // clearConnectedPortButton
85      //
86      this.clearConnectedPortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
87      this.clearConnectedPortButton.Location = new System.Drawing.Point(36, 19);
88      this.clearConnectedPortButton.Name = "clearConnectedPortButton";
89      this.clearConnectedPortButton.Size = new System.Drawing.Size(24, 24);
90      this.clearConnectedPortButton.TabIndex = 1;
91      this.clearConnectedPortButton.UseVisualStyleBackColor = true;
92      this.clearConnectedPortButton.Click += new System.EventHandler(this.clearConnectedPortButton_Click);
93      //
94      // connectedPortView
95      //
96      this.connectedPortView.AllowDrop = true;
97      this.connectedPortView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
98            | System.Windows.Forms.AnchorStyles.Left)
99            | System.Windows.Forms.AnchorStyles.Right)));
100      this.connectedPortView.Caption = "Connected Port View";
101      this.connectedPortView.Content = null;
102      this.connectedPortView.Location = new System.Drawing.Point(66, 21);
103      this.connectedPortView.Name = "connectedPortView";
104      this.connectedPortView.ReadOnly = true;
105      this.connectedPortView.Size = new System.Drawing.Size(507, 23);
106      this.connectedPortView.TabIndex = 2;
107      this.connectedPortView.DragDrop += new System.Windows.Forms.DragEventHandler(this.connectedPortView_DragDrop);
108      this.connectedPortView.DragEnter += new System.Windows.Forms.DragEventHandler(this.connectedPortView_DragEnterOver);
109      this.connectedPortView.DragOver += new System.Windows.Forms.DragEventHandler(this.connectedPortView_DragEnterOver);
110      //
111      // cloneConnectedPortParametersButton
112      //
113      this.cloneConnectedPortParametersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone;
114      this.cloneConnectedPortParametersButton.Location = new System.Drawing.Point(156, 101);
115      this.cloneConnectedPortParametersButton.Name = "cloneConnectedPortParametersButton";
116      this.cloneConnectedPortParametersButton.Size = new System.Drawing.Size(24, 24);
117      this.cloneConnectedPortParametersButton.TabIndex = 5;
118      this.toolTip.SetToolTip(this.cloneConnectedPortParametersButton, "Clone Parameters from Connected Port");
119      this.cloneConnectedPortParametersButton.UseVisualStyleBackColor = true;
120      this.cloneConnectedPortParametersButton.Click += new System.EventHandler(this.cloneConnectedPortParametersButton_Click);
121      //
122      // sendMessageButton
123      //
124      this.sendMessageButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Exception;
125      this.sendMessageButton.Location = new System.Drawing.Point(6, 45);
126      this.sendMessageButton.Name = "sendMessageButton";
127      this.sendMessageButton.Size = new System.Drawing.Size(24, 24);
128      this.sendMessageButton.TabIndex = 3;
129      this.toolTip.SetToolTip(this.sendMessageButton, "Send Message");
130      this.sendMessageButton.UseVisualStyleBackColor = true;
131      this.sendMessageButton.Click += new System.EventHandler(this.sendMessageButton_Click);
132      //
133      // splitContainer
134      //
135      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
136            | System.Windows.Forms.AnchorStyles.Left)
137            | System.Windows.Forms.AnchorStyles.Right)));
138      this.splitContainer.Location = new System.Drawing.Point(0, 82);
139      this.splitContainer.Name = "splitContainer";
140      this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
141      //
142      // splitContainer.Panel1
143      //
144      this.splitContainer.Panel1.Controls.Add(this.portParameterCollectionView);
145      //
146      // splitContainer.Panel2
147      //
148      this.splitContainer.Panel2.Controls.Add(this.messageCollectionView);
149      this.splitContainer.Size = new System.Drawing.Size(645, 435);
150      this.splitContainer.SplitterDistance = 218;
151      this.splitContainer.TabIndex = 7;
152      //
153      // portParameterCollectionView
154      //
155      this.portParameterCollectionView.Caption = "PortParameterCollection View";
156      this.portParameterCollectionView.Content = null;
157      this.portParameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
158      this.portParameterCollectionView.Location = new System.Drawing.Point(0, 0);
159      this.portParameterCollectionView.Name = "portParameterCollectionView";
160      this.portParameterCollectionView.ReadOnly = false;
161      this.portParameterCollectionView.ShowDetails = true;
162      this.portParameterCollectionView.Size = new System.Drawing.Size(645, 218);
163      this.portParameterCollectionView.TabIndex = 0;
164      //
165      // messageCollectionView
166      //
167      this.messageCollectionView.Caption = "MessageCollection View";
168      this.messageCollectionView.Content = null;
169      this.messageCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
170      this.messageCollectionView.Location = new System.Drawing.Point(0, 0);
171      this.messageCollectionView.Name = "messageCollectionView";
172      this.messageCollectionView.ReadOnly = false;
173      this.messageCollectionView.ShowDetails = true;
174      this.messageCollectionView.Size = new System.Drawing.Size(645, 213);
175      this.messageCollectionView.TabIndex = 0;
176      //
177      // GenericPortView
178      //
179      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
180      this.Controls.Add(this.sendMessageButton);
181      this.Controls.Add(this.cloneConnectedPortParametersButton);
182      this.Controls.Add(this.connectedPortGroupBox);
183      this.Controls.Add(this.splitContainer);
184      this.Name = "GenericPortView";
185      this.Controls.SetChildIndex(this.splitContainer, 0);
186      this.Controls.SetChildIndex(this.nameLabel, 0);
187      this.Controls.SetChildIndex(this.nameTextBox, 0);
188      this.Controls.SetChildIndex(this.infoLabel, 0);
189      this.Controls.SetChildIndex(this.connectedPortGroupBox, 0);
190      this.Controls.SetChildIndex(this.cloneConnectedPortParametersButton, 0);
191      this.Controls.SetChildIndex(this.sendMessageButton, 0);
192      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
193      this.connectedPortGroupBox.ResumeLayout(false);
194      this.splitContainer.Panel1.ResumeLayout(false);
195      this.splitContainer.Panel2.ResumeLayout(false);
196      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
197      this.splitContainer.ResumeLayout(false);
198      this.ResumeLayout(false);
199      this.PerformLayout();
200
201    }
202
203    #endregion
204
205    protected System.Windows.Forms.GroupBox connectedPortGroupBox;
206    protected PortView connectedPortView;
207    protected System.Windows.Forms.Button clearConnectedPortButton;
208    protected System.Windows.Forms.Button setConnectedPortButton;
209    protected System.Windows.Forms.Button cloneConnectedPortParametersButton;
210    protected System.Windows.Forms.Button sendMessageButton;
211    protected System.Windows.Forms.SplitContainer splitContainer;
212    protected PortParameterCollectionView portParameterCollectionView;
213    protected MessageCollectionView messageCollectionView;
214
215
216
217
218
219  }
220}
Note: See TracBrowser for help on using the repository browser.