Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/ServiceParameterView.Designer.cs @ 11454

Last change on this file since 11454 was 11454, checked in by swagner, 10 years ago

#2205: Worked on optimization networks

File size: 7.7 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.Optimization.Networks.Views {
23  partial class ServiceParameterView {
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) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component 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.valueGroupBox = new System.Windows.Forms.GroupBox();
48      this.valuePanel = new System.Windows.Forms.Panel();
49      this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.dataTypeLabel = new System.Windows.Forms.Label();
51      this.typeLabel = new System.Windows.Forms.Label();
52      this.dataTypeTextBox = new System.Windows.Forms.TextBox();
53      this.typeComboBox = new System.Windows.Forms.ComboBox();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.valueGroupBox.SuspendLayout();
56      this.valuePanel.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      // valueGroupBox
65      //
66      this.valueGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
67            | System.Windows.Forms.AnchorStyles.Left)
68            | System.Windows.Forms.AnchorStyles.Right)));
69      this.valueGroupBox.Controls.Add(this.valuePanel);
70      this.valueGroupBox.Location = new System.Drawing.Point(0, 79);
71      this.valueGroupBox.Name = "valueGroupBox";
72      this.valueGroupBox.Size = new System.Drawing.Size(645, 438);
73      this.valueGroupBox.TabIndex = 7;
74      this.valueGroupBox.TabStop = false;
75      this.valueGroupBox.Text = "Value";
76      //
77      // valuePanel
78      //
79      this.valuePanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
80            | System.Windows.Forms.AnchorStyles.Left)
81            | System.Windows.Forms.AnchorStyles.Right)));
82      this.valuePanel.Controls.Add(this.valueViewHost);
83      this.valuePanel.Location = new System.Drawing.Point(6, 19);
84      this.valuePanel.Name = "valuePanel";
85      this.valuePanel.Size = new System.Drawing.Size(633, 413);
86      this.valuePanel.TabIndex = 0;
87      //
88      // valueViewHost
89      //
90      this.valueViewHost.Caption = "View";
91      this.valueViewHost.Content = null;
92      this.valueViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
93      this.valueViewHost.Enabled = false;
94      this.valueViewHost.Location = new System.Drawing.Point(0, 0);
95      this.valueViewHost.Name = "valueViewHost";
96      this.valueViewHost.ReadOnly = false;
97      this.valueViewHost.Size = new System.Drawing.Size(633, 413);
98      this.valueViewHost.TabIndex = 0;
99      this.valueViewHost.ViewsLabelVisible = true;
100      this.valueViewHost.ViewType = null;
101      //
102      // dataTypeLabel
103      //
104      this.dataTypeLabel.AutoSize = true;
105      this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
106      this.dataTypeLabel.Name = "dataTypeLabel";
107      this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
108      this.dataTypeLabel.TabIndex = 3;
109      this.dataTypeLabel.Text = "&Data Type:";
110      //
111      // typeLabel
112      //
113      this.typeLabel.AutoSize = true;
114      this.typeLabel.Location = new System.Drawing.Point(3, 55);
115      this.typeLabel.Name = "typeLabel";
116      this.typeLabel.Size = new System.Drawing.Size(34, 13);
117      this.typeLabel.TabIndex = 5;
118      this.typeLabel.Text = "&Type:";
119      //
120      // dataTypeTextBox
121      //
122      this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
123            | System.Windows.Forms.AnchorStyles.Right)));
124      this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
125      this.dataTypeTextBox.Name = "dataTypeTextBox";
126      this.dataTypeTextBox.ReadOnly = true;
127      this.dataTypeTextBox.Size = new System.Drawing.Size(551, 20);
128      this.dataTypeTextBox.TabIndex = 4;
129      //
130      // typeComboBox
131      //
132      this.typeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
133      this.typeComboBox.FormattingEnabled = true;
134      this.typeComboBox.Items.AddRange(new object[] {
135            "Input",
136            "Output"});
137      this.typeComboBox.Location = new System.Drawing.Point(69, 52);
138      this.typeComboBox.Name = "typeComboBox";
139      this.typeComboBox.Size = new System.Drawing.Size(92, 21);
140      this.typeComboBox.TabIndex = 6;
141      this.typeComboBox.SelectedIndexChanged += new System.EventHandler(this.typeComboBox_SelectedIndexChanged);
142      //
143      // ServiceParameterView
144      //
145      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
146      this.Controls.Add(this.typeComboBox);
147      this.Controls.Add(this.dataTypeTextBox);
148      this.Controls.Add(this.typeLabel);
149      this.Controls.Add(this.dataTypeLabel);
150      this.Controls.Add(this.valueGroupBox);
151      this.Name = "ServiceParameterView";
152      this.Controls.SetChildIndex(this.nameLabel, 0);
153      this.Controls.SetChildIndex(this.nameTextBox, 0);
154      this.Controls.SetChildIndex(this.infoLabel, 0);
155      this.Controls.SetChildIndex(this.valueGroupBox, 0);
156      this.Controls.SetChildIndex(this.dataTypeLabel, 0);
157      this.Controls.SetChildIndex(this.typeLabel, 0);
158      this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
159      this.Controls.SetChildIndex(this.typeComboBox, 0);
160      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
161      this.valueGroupBox.ResumeLayout(false);
162      this.valuePanel.ResumeLayout(false);
163      this.ResumeLayout(false);
164      this.PerformLayout();
165
166    }
167
168    #endregion
169
170    protected System.Windows.Forms.GroupBox valueGroupBox;
171    protected System.Windows.Forms.Panel valuePanel;
172    protected MainForm.WindowsForms.ViewHost valueViewHost;
173    protected System.Windows.Forms.Label dataTypeLabel;
174    protected System.Windows.Forms.Label typeLabel;
175    protected System.Windows.Forms.TextBox dataTypeTextBox;
176    protected System.Windows.Forms.ComboBox typeComboBox;
177
178
179
180
181  }
182}
Note: See TracBrowser for help on using the repository browser.