#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.Networks.Programmable.Views {
partial class UserDefinedNodeView {
///
/// 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 && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.portsTabPage = new System.Windows.Forms.TabPage();
this.portCollectionView = new HeuristicLab.Core.Networks.Views.PortCollectionView();
this.codeTabPage = new System.Windows.Forms.TabPage();
this.programmableItemView = new HeuristicLab.Scripting.Views.ProgrammableItemView();
this.initializeButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tabControl.SuspendLayout();
this.portsTabPage.SuspendLayout();
this.codeTabPage.SuspendLayout();
this.SuspendLayout();
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
//
// 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.codeTabPage);
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, 491);
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, 465);
this.portsTabPage.TabIndex = 0;
this.portsTabPage.Text = "Ports";
this.portsTabPage.UseVisualStyleBackColor = true;
//
// portCollectionView
//
this.portCollectionView.Caption = "PortCollection View";
this.portCollectionView.Content = null;
this.portCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
this.portCollectionView.Location = new System.Drawing.Point(3, 3);
this.portCollectionView.Name = "portCollectionView";
this.portCollectionView.ReadOnly = false;
this.portCollectionView.ShowDetails = true;
this.portCollectionView.Size = new System.Drawing.Size(631, 459);
this.portCollectionView.TabIndex = 0;
//
// codeTabPage
//
this.codeTabPage.Controls.Add(this.initializeButton);
this.codeTabPage.Controls.Add(this.programmableItemView);
this.codeTabPage.Location = new System.Drawing.Point(4, 22);
this.codeTabPage.Name = "codeTabPage";
this.codeTabPage.Padding = new System.Windows.Forms.Padding(3);
this.codeTabPage.Size = new System.Drawing.Size(637, 465);
this.codeTabPage.TabIndex = 1;
this.codeTabPage.Text = "Code";
this.codeTabPage.UseVisualStyleBackColor = true;
//
// programmableItemView
//
this.programmableItemView.Caption = "ProgrammableItem View";
this.programmableItemView.Content = null;
this.programmableItemView.Dock = System.Windows.Forms.DockStyle.Fill;
this.programmableItemView.Location = new System.Drawing.Point(3, 3);
this.programmableItemView.Name = "programmableItemView";
this.programmableItemView.ReadOnly = false;
this.programmableItemView.Size = new System.Drawing.Size(631, 459);
this.programmableItemView.TabIndex = 0;
//
// initializeButton
//
this.initializeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
this.initializeButton.Location = new System.Drawing.Point(36, 6);
this.initializeButton.Name = "initializeButton";
this.initializeButton.Size = new System.Drawing.Size(24, 24);
this.initializeButton.TabIndex = 1;
this.toolTip.SetToolTip(this.initializeButton, "Initialize");
this.initializeButton.UseVisualStyleBackColor = true;
this.initializeButton.Click += new System.EventHandler(this.initializeButton_Click);
//
// UserDefinedNodeView
//
this.Controls.Add(this.tabControl);
this.Name = "UserDefinedNodeView";
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.tabControl, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tabControl.ResumeLayout(false);
this.portsTabPage.ResumeLayout(false);
this.codeTabPage.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
protected MainForm.WindowsForms.DragOverTabControl tabControl;
protected System.Windows.Forms.TabPage portsTabPage;
protected HeuristicLab.Core.Networks.Views.PortCollectionView portCollectionView;
protected System.Windows.Forms.TabPage codeTabPage;
protected HeuristicLab.Scripting.Views.ProgrammableItemView programmableItemView;
protected System.Windows.Forms.Button initializeButton;
}
}