#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 ClientNodeView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) components.Dispose(); } base.Dispose(disposing); } #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.portCollectionView = new HeuristicLab.Optimization.Networks.Views.PortCollectionView(); this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl(); this.portsTabPage = new System.Windows.Forms.TabPage(); this.callsTabPage = new System.Windows.Forms.TabPage(); this.serviceParameterCollectionCollectionView = new HeuristicLab.Optimization.Networks.Views.ServiceParameterCollectionCollectionView(); this.callButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.tabControl.SuspendLayout(); this.portsTabPage.SuspendLayout(); this.callsTabPage.SuspendLayout(); this.SuspendLayout(); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); // // portCollectionView // this.portCollectionView.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.portCollectionView.Caption = "PortCollection View"; this.portCollectionView.Content = null; this.portCollectionView.Location = new System.Drawing.Point(6, 6); this.portCollectionView.Name = "portCollectionView"; this.portCollectionView.ReadOnly = false; this.portCollectionView.ShowDetails = true; this.portCollectionView.Size = new System.Drawing.Size(625, 416); this.portCollectionView.TabIndex = 0; // // tabControl // this.tabControl.AllowDrop = true; this.tabControl.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.tabControl.Controls.Add(this.portsTabPage); this.tabControl.Controls.Add(this.callsTabPage); this.tabControl.Location = new System.Drawing.Point(0, 63); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(645, 454); this.tabControl.TabIndex = 4; // // portsTabPage // this.portsTabPage.Controls.Add(this.portCollectionView); this.portsTabPage.Location = new System.Drawing.Point(4, 22); this.portsTabPage.Name = "portsTabPage"; this.portsTabPage.Padding = new System.Windows.Forms.Padding(3); this.portsTabPage.Size = new System.Drawing.Size(637, 428); this.portsTabPage.TabIndex = 0; this.portsTabPage.Text = "Ports"; this.portsTabPage.UseVisualStyleBackColor = true; // // callsTabPage // this.callsTabPage.Controls.Add(this.serviceParameterCollectionCollectionView); this.callsTabPage.Location = new System.Drawing.Point(4, 22); this.callsTabPage.Name = "callsTabPage"; this.callsTabPage.Size = new System.Drawing.Size(637, 428); this.callsTabPage.TabIndex = 2; this.callsTabPage.Text = "Calls"; this.callsTabPage.UseVisualStyleBackColor = true; // // serviceParameterCollectionCollectionView // this.serviceParameterCollectionCollectionView.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.serviceParameterCollectionCollectionView.Caption = "ServiceParameterCollectionCollection View"; this.serviceParameterCollectionCollectionView.Content = null; this.serviceParameterCollectionCollectionView.Location = new System.Drawing.Point(3, 3); this.serviceParameterCollectionCollectionView.Name = "serviceParameterCollectionCollectionView"; this.serviceParameterCollectionCollectionView.ReadOnly = false; this.serviceParameterCollectionCollectionView.ShowDetails = true; this.serviceParameterCollectionCollectionView.Size = new System.Drawing.Size(631, 422); this.serviceParameterCollectionCollectionView.TabIndex = 0; // // callButton // this.callButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.callButton.Location = new System.Drawing.Point(69, 26); this.callButton.Name = "callButton"; this.callButton.Size = new System.Drawing.Size(551, 23); this.callButton.TabIndex = 3; this.callButton.Text = "&Call Services"; this.callButton.UseVisualStyleBackColor = true; this.callButton.Click += new System.EventHandler(this.callButton_Click); // // ClientNodeView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.callButton); this.Controls.Add(this.tabControl); this.Name = "ClientNodeView"; this.Controls.SetChildIndex(this.nameLabel, 0); this.Controls.SetChildIndex(this.nameTextBox, 0); this.Controls.SetChildIndex(this.infoLabel, 0); this.Controls.SetChildIndex(this.tabControl, 0); this.Controls.SetChildIndex(this.callButton, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.tabControl.ResumeLayout(false); this.portsTabPage.ResumeLayout(false); this.callsTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion protected PortCollectionView portCollectionView; protected System.Windows.Forms.TabPage portsTabPage; protected HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl; protected System.Windows.Forms.TabPage callsTabPage; protected ServiceParameterCollectionCollectionView serviceParameterCollectionCollectionView; protected System.Windows.Forms.Button callButton; } }