#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.serviceCallsTabPage = new System.Windows.Forms.TabPage();
this.serviceParameterCollectionCollectionView = new HeuristicLab.Optimization.Networks.Views.ServiceParameterCollectionCollectionView();
this.callServicesButton = new System.Windows.Forms.Button();
this.cancelServicesButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tabControl.SuspendLayout();
this.portsTabPage.SuspendLayout();
this.serviceCallsTabPage.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, 424);
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.serviceCallsTabPage);
this.tabControl.Location = new System.Drawing.Point(0, 26);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(645, 462);
this.tabControl.TabIndex = 3;
//
// 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, 436);
this.portsTabPage.TabIndex = 0;
this.portsTabPage.Text = "Ports";
this.portsTabPage.UseVisualStyleBackColor = true;
//
// serviceCallsTabPage
//
this.serviceCallsTabPage.Controls.Add(this.serviceParameterCollectionCollectionView);
this.serviceCallsTabPage.Location = new System.Drawing.Point(4, 22);
this.serviceCallsTabPage.Name = "serviceCallsTabPage";
this.serviceCallsTabPage.Size = new System.Drawing.Size(637, 428);
this.serviceCallsTabPage.TabIndex = 2;
this.serviceCallsTabPage.Text = "Service Calls";
this.serviceCallsTabPage.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;
//
// callServicesButton
//
this.callServicesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.callServicesButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
this.callServicesButton.Location = new System.Drawing.Point(0, 494);
this.callServicesButton.Name = "callServicesButton";
this.callServicesButton.Size = new System.Drawing.Size(23, 23);
this.callServicesButton.TabIndex = 4;
this.callServicesButton.UseVisualStyleBackColor = true;
this.callServicesButton.Click += new System.EventHandler(this.callServicesButton_Click);
//
// cancelServicesButton
//
this.cancelServicesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelServicesButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
this.cancelServicesButton.Location = new System.Drawing.Point(29, 494);
this.cancelServicesButton.Name = "cancelServicesButton";
this.cancelServicesButton.Size = new System.Drawing.Size(23, 23);
this.cancelServicesButton.TabIndex = 5;
this.cancelServicesButton.UseVisualStyleBackColor = true;
this.cancelServicesButton.Click += new System.EventHandler(this.cancelServicesButton_Click);
//
// ClientNodeView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.cancelServicesButton);
this.Controls.Add(this.callServicesButton);
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.callServicesButton, 0);
this.Controls.SetChildIndex(this.cancelServicesButton, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tabControl.ResumeLayout(false);
this.portsTabPage.ResumeLayout(false);
this.serviceCallsTabPage.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 serviceCallsTabPage;
protected ServiceParameterCollectionCollectionView serviceParameterCollectionCollectionView;
protected System.Windows.Forms.Button callServicesButton;
protected System.Windows.Forms.Button cancelServicesButton;
}
}