Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2205: Worked on optimization networks

File size: 7.6 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      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
42      this.connectedPortGroupBox.SuspendLayout();
43      this.SuspendLayout();
44      //
45      // portParameterCollectionView
46      //
47      this.portParameterCollectionView.Location = new System.Drawing.Point(0, 82);
48      this.portParameterCollectionView.Size = new System.Drawing.Size(645, 435);
49      this.portParameterCollectionView.TabIndex = 4;
50      //
51      // nameTextBox
52      //
53      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
54      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
55      this.nameTextBox.Location = new System.Drawing.Point(71, 0);
56      this.nameTextBox.Size = new System.Drawing.Size(549, 20);
57      //
58      // connectedPortGroupBox
59      //
60      this.connectedPortGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
61            | System.Windows.Forms.AnchorStyles.Right)));
62      this.connectedPortGroupBox.Controls.Add(this.setConnectedPortButton);
63      this.connectedPortGroupBox.Controls.Add(this.clearConnectedPortButton);
64      this.connectedPortGroupBox.Controls.Add(this.connectedPortView);
65      this.connectedPortGroupBox.Location = new System.Drawing.Point(0, 26);
66      this.connectedPortGroupBox.Name = "connectedPortGroupBox";
67      this.connectedPortGroupBox.Size = new System.Drawing.Size(645, 50);
68      this.connectedPortGroupBox.TabIndex = 3;
69      this.connectedPortGroupBox.TabStop = false;
70      this.connectedPortGroupBox.Text = "&Connected Port";
71      //
72      // setConnectedPortButton
73      //
74      this.setConnectedPortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
75      this.setConnectedPortButton.Location = new System.Drawing.Point(6, 19);
76      this.setConnectedPortButton.Name = "setConnectedPortButton";
77      this.setConnectedPortButton.Size = new System.Drawing.Size(24, 24);
78      this.setConnectedPortButton.TabIndex = 0;
79      this.setConnectedPortButton.UseVisualStyleBackColor = true;
80      this.setConnectedPortButton.Click += new System.EventHandler(this.setConnectedPortButton_Click);
81      //
82      // clearConnectedPortButton
83      //
84      this.clearConnectedPortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
85      this.clearConnectedPortButton.Location = new System.Drawing.Point(36, 19);
86      this.clearConnectedPortButton.Name = "clearConnectedPortButton";
87      this.clearConnectedPortButton.Size = new System.Drawing.Size(24, 24);
88      this.clearConnectedPortButton.TabIndex = 1;
89      this.clearConnectedPortButton.UseVisualStyleBackColor = true;
90      this.clearConnectedPortButton.Click += new System.EventHandler(this.clearConnectedPortButton_Click);
91      //
92      // connectedPortView
93      //
94      this.connectedPortView.AllowDrop = true;
95      this.connectedPortView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
96            | System.Windows.Forms.AnchorStyles.Left)
97            | System.Windows.Forms.AnchorStyles.Right)));
98      this.connectedPortView.Caption = "Connected Port View";
99      this.connectedPortView.Content = null;
100      this.connectedPortView.Location = new System.Drawing.Point(66, 21);
101      this.connectedPortView.Name = "connectedPortView";
102      this.connectedPortView.ReadOnly = true;
103      this.connectedPortView.Size = new System.Drawing.Size(554, 23);
104      this.connectedPortView.TabIndex = 2;
105      this.connectedPortView.DragDrop += new System.Windows.Forms.DragEventHandler(this.connectedPortView_DragDrop);
106      this.connectedPortView.DragEnter += new System.Windows.Forms.DragEventHandler(this.connectedPortView_DragEnterOver);
107      this.connectedPortView.DragOver += new System.Windows.Forms.DragEventHandler(this.connectedPortView_DragEnterOver);
108      //
109      // cloneConnectedPortParametersButton
110      //
111      this.cloneConnectedPortParametersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone;
112      this.cloneConnectedPortParametersButton.Location = new System.Drawing.Point(156, 101);
113      this.cloneConnectedPortParametersButton.Name = "cloneConnectedPortParametersButton";
114      this.cloneConnectedPortParametersButton.Size = new System.Drawing.Size(24, 24);
115      this.cloneConnectedPortParametersButton.TabIndex = 5;
116      this.toolTip.SetToolTip(this.cloneConnectedPortParametersButton, "Clone Parameters from Connected Port");
117      this.cloneConnectedPortParametersButton.UseVisualStyleBackColor = true;
118      this.cloneConnectedPortParametersButton.Click += new System.EventHandler(this.cloneConnectedPortParametersButton_Click);
119      //
120      // GenericPortView
121      //
122      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
123      this.Controls.Add(this.cloneConnectedPortParametersButton);
124      this.Controls.Add(this.connectedPortGroupBox);
125      this.Name = "GenericPortView";
126      this.Controls.SetChildIndex(this.portParameterCollectionView, 0);
127      this.Controls.SetChildIndex(this.nameLabel, 0);
128      this.Controls.SetChildIndex(this.nameTextBox, 0);
129      this.Controls.SetChildIndex(this.infoLabel, 0);
130      this.Controls.SetChildIndex(this.connectedPortGroupBox, 0);
131      this.Controls.SetChildIndex(this.cloneConnectedPortParametersButton, 0);
132      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
133      this.connectedPortGroupBox.ResumeLayout(false);
134      this.ResumeLayout(false);
135      this.PerformLayout();
136
137    }
138
139    #endregion
140
141    protected System.Windows.Forms.GroupBox connectedPortGroupBox;
142    protected PortView connectedPortView;
143    protected System.Windows.Forms.Button clearConnectedPortButton;
144    protected System.Windows.Forms.Button setConnectedPortButton;
145    protected System.Windows.Forms.Button cloneConnectedPortParametersButton;
146
147
148
149
150
151  }
152}
Note: See TracBrowser for help on using the repository browser.