Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/ClientPortView.Designer.cs @ 11454

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

#2205: Worked on optimization networks

File size: 6.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 ClientPortView {
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(ClientPortView));
37      this.servicePortGroupBox = new System.Windows.Forms.GroupBox();
38      this.setServicePortButton = new System.Windows.Forms.Button();
39      this.clearServicePortButton = new System.Windows.Forms.Button();
40      this.servicePortView = new HeuristicLab.Optimization.Networks.Views.PortView();
41      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
42      this.servicePortGroupBox.SuspendLayout();
43      this.SuspendLayout();
44      //
45      // serviceParameterCollectionView
46      //
47      this.serviceParameterCollectionView.Location = new System.Drawing.Point(0, 82);
48      this.serviceParameterCollectionView.Size = new System.Drawing.Size(645, 435);
49      this.serviceParameterCollectionView.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      // servicePortGroupBox
59      //
60      this.servicePortGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
61            | System.Windows.Forms.AnchorStyles.Right)));
62      this.servicePortGroupBox.Controls.Add(this.setServicePortButton);
63      this.servicePortGroupBox.Controls.Add(this.clearServicePortButton);
64      this.servicePortGroupBox.Controls.Add(this.servicePortView);
65      this.servicePortGroupBox.Location = new System.Drawing.Point(0, 26);
66      this.servicePortGroupBox.Name = "servicePortGroupBox";
67      this.servicePortGroupBox.Size = new System.Drawing.Size(645, 50);
68      this.servicePortGroupBox.TabIndex = 3;
69      this.servicePortGroupBox.TabStop = false;
70      this.servicePortGroupBox.Text = "&Service Port";
71      //
72      // setServicePortButton
73      //
74      this.setServicePortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
75      this.setServicePortButton.Location = new System.Drawing.Point(6, 19);
76      this.setServicePortButton.Name = "setServicePortButton";
77      this.setServicePortButton.Size = new System.Drawing.Size(24, 24);
78      this.setServicePortButton.TabIndex = 0;
79      this.setServicePortButton.UseVisualStyleBackColor = true;
80      this.setServicePortButton.Click += new System.EventHandler(this.setServicePortButton_Click);
81      //
82      // clearServicePortButton
83      //
84      this.clearServicePortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
85      this.clearServicePortButton.Location = new System.Drawing.Point(36, 19);
86      this.clearServicePortButton.Name = "clearServicePortButton";
87      this.clearServicePortButton.Size = new System.Drawing.Size(24, 24);
88      this.clearServicePortButton.TabIndex = 1;
89      this.clearServicePortButton.UseVisualStyleBackColor = true;
90      this.clearServicePortButton.Click += new System.EventHandler(this.clearServicePortButton_Click);
91      //
92      // servicePortView
93      //
94      this.servicePortView.AllowDrop = true;
95      this.servicePortView.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.servicePortView.Caption = "Service Port View";
99      this.servicePortView.Content = null;
100      this.servicePortView.Location = new System.Drawing.Point(66, 21);
101      this.servicePortView.Name = "servicePortView";
102      this.servicePortView.ReadOnly = true;
103      this.servicePortView.Size = new System.Drawing.Size(554, 23);
104      this.servicePortView.TabIndex = 2;
105      this.servicePortView.DragDrop += new System.Windows.Forms.DragEventHandler(this.servicePortView_DragDrop);
106      this.servicePortView.DragEnter += new System.Windows.Forms.DragEventHandler(this.servicePortView_DragEnterOver);
107      this.servicePortView.DragOver += new System.Windows.Forms.DragEventHandler(this.servicePortView_DragEnterOver);
108      //
109      // ClientPortView
110      //
111      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
112      this.Controls.Add(this.servicePortGroupBox);
113      this.Name = "ClientPortView";
114      this.Controls.SetChildIndex(this.serviceParameterCollectionView, 0);
115      this.Controls.SetChildIndex(this.nameLabel, 0);
116      this.Controls.SetChildIndex(this.nameTextBox, 0);
117      this.Controls.SetChildIndex(this.infoLabel, 0);
118      this.Controls.SetChildIndex(this.servicePortGroupBox, 0);
119      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
120      this.servicePortGroupBox.ResumeLayout(false);
121      this.ResumeLayout(false);
122      this.PerformLayout();
123
124    }
125
126    #endregion
127
128    protected System.Windows.Forms.GroupBox servicePortGroupBox;
129    protected PortView servicePortView;
130    protected System.Windows.Forms.Button clearServicePortButton;
131    protected System.Windows.Forms.Button setServicePortButton;
132
133
134
135
136
137  }
138}
Note: See TracBrowser for help on using the repository browser.