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 |
|
---|
22 | namespace HeuristicLab.Networks.Programmable.Views {
|
---|
23 | partial class UserDefinedNodeView {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | /// <summary>
|
---|
30 | /// Clean up any resources being used.
|
---|
31 | /// </summary>
|
---|
32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
33 | protected override void Dispose(bool disposing) {
|
---|
34 | if (disposing && (components != null)) {
|
---|
35 | components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Windows Form Designer generated code
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// Required method for Designer support - do not modify
|
---|
44 | /// the contents of this method with the code editor.
|
---|
45 | /// </summary>
|
---|
46 | private void InitializeComponent() {
|
---|
47 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
48 | this.portsTabPage = new System.Windows.Forms.TabPage();
|
---|
49 | this.portCollectionView = new HeuristicLab.Core.Networks.Views.PortCollectionView();
|
---|
50 | this.codeTabPage = new System.Windows.Forms.TabPage();
|
---|
51 | this.programmableItemView = new HeuristicLab.Scripting.Views.ProgrammableItemView();
|
---|
52 | this.initializeButton = new System.Windows.Forms.Button();
|
---|
53 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
54 | this.tabControl.SuspendLayout();
|
---|
55 | this.portsTabPage.SuspendLayout();
|
---|
56 | this.codeTabPage.SuspendLayout();
|
---|
57 | this.SuspendLayout();
|
---|
58 | //
|
---|
59 | // nameTextBox
|
---|
60 | //
|
---|
61 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
62 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
63 | //
|
---|
64 | // tabControl
|
---|
65 | //
|
---|
66 | this.tabControl.AllowDrop = true;
|
---|
67 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
68 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
69 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
70 | this.tabControl.Controls.Add(this.portsTabPage);
|
---|
71 | this.tabControl.Controls.Add(this.codeTabPage);
|
---|
72 | this.tabControl.Location = new System.Drawing.Point(0, 26);
|
---|
73 | this.tabControl.Name = "tabControl";
|
---|
74 | this.tabControl.SelectedIndex = 0;
|
---|
75 | this.tabControl.Size = new System.Drawing.Size(645, 491);
|
---|
76 | this.tabControl.TabIndex = 3;
|
---|
77 | //
|
---|
78 | // portsTabPage
|
---|
79 | //
|
---|
80 | this.portsTabPage.Controls.Add(this.portCollectionView);
|
---|
81 | this.portsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
82 | this.portsTabPage.Name = "portsTabPage";
|
---|
83 | this.portsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
84 | this.portsTabPage.Size = new System.Drawing.Size(637, 465);
|
---|
85 | this.portsTabPage.TabIndex = 0;
|
---|
86 | this.portsTabPage.Text = "Ports";
|
---|
87 | this.portsTabPage.UseVisualStyleBackColor = true;
|
---|
88 | //
|
---|
89 | // portCollectionView
|
---|
90 | //
|
---|
91 | this.portCollectionView.Caption = "PortCollection View";
|
---|
92 | this.portCollectionView.Content = null;
|
---|
93 | this.portCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
94 | this.portCollectionView.Location = new System.Drawing.Point(3, 3);
|
---|
95 | this.portCollectionView.Name = "portCollectionView";
|
---|
96 | this.portCollectionView.ReadOnly = false;
|
---|
97 | this.portCollectionView.ShowDetails = true;
|
---|
98 | this.portCollectionView.Size = new System.Drawing.Size(631, 459);
|
---|
99 | this.portCollectionView.TabIndex = 0;
|
---|
100 | //
|
---|
101 | // codeTabPage
|
---|
102 | //
|
---|
103 | this.codeTabPage.Controls.Add(this.initializeButton);
|
---|
104 | this.codeTabPage.Controls.Add(this.programmableItemView);
|
---|
105 | this.codeTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
106 | this.codeTabPage.Name = "codeTabPage";
|
---|
107 | this.codeTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
108 | this.codeTabPage.Size = new System.Drawing.Size(637, 465);
|
---|
109 | this.codeTabPage.TabIndex = 1;
|
---|
110 | this.codeTabPage.Text = "Code";
|
---|
111 | this.codeTabPage.UseVisualStyleBackColor = true;
|
---|
112 | //
|
---|
113 | // programmableItemView
|
---|
114 | //
|
---|
115 | this.programmableItemView.Caption = "ProgrammableItem View";
|
---|
116 | this.programmableItemView.Content = null;
|
---|
117 | this.programmableItemView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
118 | this.programmableItemView.Location = new System.Drawing.Point(3, 3);
|
---|
119 | this.programmableItemView.Name = "programmableItemView";
|
---|
120 | this.programmableItemView.ReadOnly = false;
|
---|
121 | this.programmableItemView.Size = new System.Drawing.Size(631, 459);
|
---|
122 | this.programmableItemView.TabIndex = 0;
|
---|
123 | //
|
---|
124 | // initializeButton
|
---|
125 | //
|
---|
126 | this.initializeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
|
---|
127 | this.initializeButton.Location = new System.Drawing.Point(36, 6);
|
---|
128 | this.initializeButton.Name = "initializeButton";
|
---|
129 | this.initializeButton.Size = new System.Drawing.Size(24, 24);
|
---|
130 | this.initializeButton.TabIndex = 1;
|
---|
131 | this.toolTip.SetToolTip(this.initializeButton, "Initialize");
|
---|
132 | this.initializeButton.UseVisualStyleBackColor = true;
|
---|
133 | this.initializeButton.Click += new System.EventHandler(this.initializeButton_Click);
|
---|
134 | //
|
---|
135 | // UserDefinedNodeView
|
---|
136 | //
|
---|
137 | this.Controls.Add(this.tabControl);
|
---|
138 | this.Name = "UserDefinedNodeView";
|
---|
139 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
140 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
141 | this.Controls.SetChildIndex(this.infoLabel, 0);
|
---|
142 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
143 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
144 | this.tabControl.ResumeLayout(false);
|
---|
145 | this.portsTabPage.ResumeLayout(false);
|
---|
146 | this.codeTabPage.ResumeLayout(false);
|
---|
147 | this.ResumeLayout(false);
|
---|
148 | this.PerformLayout();
|
---|
149 |
|
---|
150 | }
|
---|
151 |
|
---|
152 | #endregion
|
---|
153 |
|
---|
154 | protected MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
155 | protected System.Windows.Forms.TabPage portsTabPage;
|
---|
156 | protected HeuristicLab.Core.Networks.Views.PortCollectionView portCollectionView;
|
---|
157 | protected System.Windows.Forms.TabPage codeTabPage;
|
---|
158 | protected HeuristicLab.Scripting.Views.ProgrammableItemView programmableItemView;
|
---|
159 | protected System.Windows.Forms.Button initializeButton;
|
---|
160 |
|
---|
161 | }
|
---|
162 | }
|
---|