#region License Information /* HeuristicLab * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Optimization.Networks.Views { partial class ClientPortView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.servicePortGroupBox = new System.Windows.Forms.GroupBox(); this.setServicePortButton = new System.Windows.Forms.Button(); this.clearServicePortButton = new System.Windows.Forms.Button(); this.servicePortView = new HeuristicLab.Optimization.Networks.Views.PortView(); this.cloneServicePortParametersButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.servicePortGroupBox.SuspendLayout(); this.SuspendLayout(); // // serviceParameterCollectionView // this.serviceParameterCollectionView.Location = new System.Drawing.Point(0, 82); this.serviceParameterCollectionView.Size = new System.Drawing.Size(645, 435); this.serviceParameterCollectionView.TabIndex = 4; // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); this.nameTextBox.Location = new System.Drawing.Point(71, 0); this.nameTextBox.Size = new System.Drawing.Size(549, 20); // // servicePortGroupBox // this.servicePortGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.servicePortGroupBox.Controls.Add(this.setServicePortButton); this.servicePortGroupBox.Controls.Add(this.clearServicePortButton); this.servicePortGroupBox.Controls.Add(this.servicePortView); this.servicePortGroupBox.Location = new System.Drawing.Point(0, 26); this.servicePortGroupBox.Name = "servicePortGroupBox"; this.servicePortGroupBox.Size = new System.Drawing.Size(645, 50); this.servicePortGroupBox.TabIndex = 3; this.servicePortGroupBox.TabStop = false; this.servicePortGroupBox.Text = "&Service Port"; // // setServicePortButton // this.setServicePortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit; this.setServicePortButton.Location = new System.Drawing.Point(6, 19); this.setServicePortButton.Name = "setServicePortButton"; this.setServicePortButton.Size = new System.Drawing.Size(24, 24); this.setServicePortButton.TabIndex = 0; this.setServicePortButton.UseVisualStyleBackColor = true; this.setServicePortButton.Click += new System.EventHandler(this.setServicePortButton_Click); // // clearServicePortButton // this.clearServicePortButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; this.clearServicePortButton.Location = new System.Drawing.Point(36, 19); this.clearServicePortButton.Name = "clearServicePortButton"; this.clearServicePortButton.Size = new System.Drawing.Size(24, 24); this.clearServicePortButton.TabIndex = 1; this.clearServicePortButton.UseVisualStyleBackColor = true; this.clearServicePortButton.Click += new System.EventHandler(this.clearServicePortButton_Click); // // servicePortView // this.servicePortView.AllowDrop = true; this.servicePortView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.servicePortView.Caption = "Service Port View"; this.servicePortView.Content = null; this.servicePortView.Location = new System.Drawing.Point(66, 21); this.servicePortView.Name = "servicePortView"; this.servicePortView.ReadOnly = true; this.servicePortView.Size = new System.Drawing.Size(554, 23); this.servicePortView.TabIndex = 2; this.servicePortView.DragDrop += new System.Windows.Forms.DragEventHandler(this.servicePortView_DragDrop); this.servicePortView.DragEnter += new System.Windows.Forms.DragEventHandler(this.servicePortView_DragEnterOver); this.servicePortView.DragOver += new System.Windows.Forms.DragEventHandler(this.servicePortView_DragEnterOver); // // cloneServicePortParametersButton // this.cloneServicePortParametersButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Clone; this.cloneServicePortParametersButton.Location = new System.Drawing.Point(156, 101); this.cloneServicePortParametersButton.Name = "cloneServicePortParametersButton"; this.cloneServicePortParametersButton.Size = new System.Drawing.Size(24, 24); this.cloneServicePortParametersButton.TabIndex = 5; this.toolTip.SetToolTip(this.cloneServicePortParametersButton, "Clone Parameters from Service Port"); this.cloneServicePortParametersButton.UseVisualStyleBackColor = true; this.cloneServicePortParametersButton.Click += new System.EventHandler(this.cloneServicePortParametersButton_Click); // // ClientPortView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.cloneServicePortParametersButton); this.Controls.Add(this.servicePortGroupBox); this.Name = "ClientPortView"; this.Controls.SetChildIndex(this.serviceParameterCollectionView, 0); this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.infoLabel, 0); this.Controls.SetChildIndex(this.servicePortGroupBox, 0); this.Controls.SetChildIndex(this.cloneServicePortParametersButton, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.servicePortGroupBox.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected System.Windows.Forms.GroupBox servicePortGroupBox; protected PortView servicePortView; protected System.Windows.Forms.Button clearServicePortButton; protected System.Windows.Forms.Button setServicePortButton; protected System.Windows.Forms.Button cloneServicePortParametersButton; } }