Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Core.Views/3.3/Networks/PortParameterView.Designer.cs @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File size: 10.4 KB
Line 
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
22namespace HeuristicLab.Core.Networks.Views {
23  partial class PortParameterView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    #region Component Designer generated code
30
31    /// <summary>
32    /// Required method for Designer support - do not modify
33    /// the contents of this method with the code editor.
34    /// </summary>
35    private void InitializeComponent() {
36      this.defaultValueGroupBox = new System.Windows.Forms.GroupBox();
37      this.clearDefaultValueButton = new System.Windows.Forms.Button();
38      this.setDefaultValueButton = new System.Windows.Forms.Button();
39      this.defaultValuePanel = new System.Windows.Forms.Panel();
40      this.defaultValueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
41      this.dataTypeLabel = new System.Windows.Forms.Label();
42      this.typeLabel = new System.Windows.Forms.Label();
43      this.dataTypeTextBox = new System.Windows.Forms.TextBox();
44      this.inputTypeCheckBox = new System.Windows.Forms.CheckBox();
45      this.outputTypeCheckBox = new System.Windows.Forms.CheckBox();
46      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
47      this.defaultValueGroupBox.SuspendLayout();
48      this.defaultValuePanel.SuspendLayout();
49      this.SuspendLayout();
50      //
51      // nameTextBox
52      //
53      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
54      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
55      //
56      // defaultValueGroupBox
57      //
58      this.defaultValueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
59            | System.Windows.Forms.AnchorStyles.Left)
60            | System.Windows.Forms.AnchorStyles.Right)));
61      this.defaultValueGroupBox.Controls.Add(this.clearDefaultValueButton);
62      this.defaultValueGroupBox.Controls.Add(this.setDefaultValueButton);
63      this.defaultValueGroupBox.Controls.Add(this.defaultValuePanel);
64      this.defaultValueGroupBox.Location = new System.Drawing.Point(0, 79);
65      this.defaultValueGroupBox.Name = "defaultValueGroupBox";
66      this.defaultValueGroupBox.Size = new System.Drawing.Size(645, 438);
67      this.defaultValueGroupBox.TabIndex = 8;
68      this.defaultValueGroupBox.TabStop = false;
69      this.defaultValueGroupBox.Text = "Default Value";
70      //
71      // clearDefaultValueButton
72      //
73      this.clearDefaultValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
74      this.clearDefaultValueButton.Location = new System.Drawing.Point(35, 19);
75      this.clearDefaultValueButton.Name = "clearDefaultValueButton";
76      this.clearDefaultValueButton.Size = new System.Drawing.Size(23, 23);
77      this.clearDefaultValueButton.TabIndex = 1;
78      this.clearDefaultValueButton.UseVisualStyleBackColor = true;
79      this.clearDefaultValueButton.Click += new System.EventHandler(this.clearDefaultValueButton_Click);
80      //
81      // setDefaultValueButton
82      //
83      this.setDefaultValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
84      this.setDefaultValueButton.Location = new System.Drawing.Point(6, 19);
85      this.setDefaultValueButton.Name = "setDefaultValueButton";
86      this.setDefaultValueButton.Size = new System.Drawing.Size(23, 23);
87      this.setDefaultValueButton.TabIndex = 0;
88      this.setDefaultValueButton.UseVisualStyleBackColor = true;
89      this.setDefaultValueButton.Click += new System.EventHandler(this.setDefaultValueButton_Click);
90      //
91      // defaultValuePanel
92      //
93      this.defaultValuePanel.AllowDrop = true;
94      this.defaultValuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
95            | System.Windows.Forms.AnchorStyles.Left)
96            | System.Windows.Forms.AnchorStyles.Right)));
97      this.defaultValuePanel.Controls.Add(this.defaultValueViewHost);
98      this.defaultValuePanel.Location = new System.Drawing.Point(6, 48);
99      this.defaultValuePanel.Name = "defaultValuePanel";
100      this.defaultValuePanel.Size = new System.Drawing.Size(633, 384);
101      this.defaultValuePanel.TabIndex = 0;
102      this.defaultValuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.defaultValuePanel_DragDrop);
103      this.defaultValuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.defaultValuePanel_DragEnterOver);
104      this.defaultValuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.defaultValuePanel_DragEnterOver);
105      //
106      // defaultValueViewHost
107      //
108      this.defaultValueViewHost.Caption = "View";
109      this.defaultValueViewHost.Content = null;
110      this.defaultValueViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
111      this.defaultValueViewHost.Enabled = false;
112      this.defaultValueViewHost.Location = new System.Drawing.Point(0, 0);
113      this.defaultValueViewHost.Name = "defaultValueViewHost";
114      this.defaultValueViewHost.ReadOnly = false;
115      this.defaultValueViewHost.Size = new System.Drawing.Size(633, 384);
116      this.defaultValueViewHost.TabIndex = 0;
117      this.defaultValueViewHost.ViewsLabelVisible = true;
118      this.defaultValueViewHost.ViewType = null;
119      //
120      // dataTypeLabel
121      //
122      this.dataTypeLabel.AutoSize = true;
123      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
124      this.dataTypeLabel.Name = "dataTypeLabel";
125      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
126      this.dataTypeLabel.TabIndex = 3;
127      this.dataTypeLabel.Text = "&Data Type:";
128      //
129      // typeLabel
130      //
131      this.typeLabel.AutoSize = true;
132      this.typeLabel.Location = new System.Drawing.Point(3, 55);
133      this.typeLabel.Name = "typeLabel";
134      this.typeLabel.Size = new System.Drawing.Size(34, 13);
135      this.typeLabel.TabIndex = 5;
136      this.typeLabel.Text = "&Type:";
137      //
138      // dataTypeTextBox
139      //
140      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
141            | System.Windows.Forms.AnchorStyles.Right)));
142      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
143      this.dataTypeTextBox.Name = "dataTypeTextBox";
144      this.dataTypeTextBox.ReadOnly = true;
145      this.dataTypeTextBox.Size = new System.Drawing.Size(551, 20);
146      this.dataTypeTextBox.TabIndex = 4;
147      //
148      // inputTypeCheckBox
149      //
150      this.inputTypeCheckBox.AutoSize = true;
151      this.inputTypeCheckBox.Location = new System.Drawing.Point(69, 54);
152      this.inputTypeCheckBox.Name = "inputTypeCheckBox";
153      this.inputTypeCheckBox.Size = new System.Drawing.Size(50, 17);
154      this.inputTypeCheckBox.TabIndex = 6;
155      this.inputTypeCheckBox.Text = "&Input";
156      this.inputTypeCheckBox.UseVisualStyleBackColor = true;
157      this.inputTypeCheckBox.CheckedChanged += new System.EventHandler(this.inputTypeCheckBox_CheckedChanged);
158      //
159      // outputTypeCheckBox
160      //
161      this.outputTypeCheckBox.AutoSize = true;
162      this.outputTypeCheckBox.Location = new System.Drawing.Point(125, 54);
163      this.outputTypeCheckBox.Name = "outputTypeCheckBox";
164      this.outputTypeCheckBox.Size = new System.Drawing.Size(58, 17);
165      this.outputTypeCheckBox.TabIndex = 7;
166      this.outputTypeCheckBox.Text = "&Output";
167      this.outputTypeCheckBox.UseVisualStyleBackColor = true;
168      this.outputTypeCheckBox.CheckedChanged += new System.EventHandler(this.outputTypeCheckBox_CheckedChanged);
169      //
170      // PortParameterView
171      //
172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
173      this.Controls.Add(this.outputTypeCheckBox);
174      this.Controls.Add(this.inputTypeCheckBox);
175      this.Controls.Add(this.dataTypeTextBox);
176      this.Controls.Add(this.typeLabel);
177      this.Controls.Add(this.dataTypeLabel);
178      this.Controls.Add(this.defaultValueGroupBox);
179      this.Name = "PortParameterView";
180      this.Controls.SetChildIndex(this.nameLabel, 0);
181      this.Controls.SetChildIndex(this.nameTextBox, 0);
182      this.Controls.SetChildIndex(this.infoLabel, 0);
183      this.Controls.SetChildIndex(this.defaultValueGroupBox, 0);
184      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
185      this.Controls.SetChildIndex(this.typeLabel, 0);
186      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
187      this.Controls.SetChildIndex(this.inputTypeCheckBox, 0);
188      this.Controls.SetChildIndex(this.outputTypeCheckBox, 0);
189      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
190      this.defaultValueGroupBox.ResumeLayout(false);
191      this.defaultValuePanel.ResumeLayout(false);
192      this.ResumeLayout(false);
193      this.PerformLayout();
194
195    }
196
197    #endregion
198
199    protected System.Windows.Forms.GroupBox defaultValueGroupBox;
200    protected System.Windows.Forms.Panel defaultValuePanel;
201    protected MainForm.WindowsForms.ViewHost defaultValueViewHost;
202    protected System.Windows.Forms.Label dataTypeLabel;
203    protected System.Windows.Forms.Label typeLabel;
204    protected System.Windows.Forms.TextBox dataTypeTextBox;
205    protected System.Windows.Forms.Button setDefaultValueButton;
206    protected System.Windows.Forms.Button clearDefaultValueButton;
207    protected System.Windows.Forms.CheckBox inputTypeCheckBox;
208    protected System.Windows.Forms.CheckBox outputTypeCheckBox;
209
210
211
212
213  }
214}
Note: See TracBrowser for help on using the repository browser.