Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2205: Worked on optimization networks

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