#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 ServiceParameterView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
#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.valueGroupBox = new System.Windows.Forms.GroupBox();
this.clearValueButton = new System.Windows.Forms.Button();
this.setValueButton = new System.Windows.Forms.Button();
this.valuePanel = new System.Windows.Forms.Panel();
this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.dataTypeLabel = new System.Windows.Forms.Label();
this.typeLabel = new System.Windows.Forms.Label();
this.dataTypeTextBox = new System.Windows.Forms.TextBox();
this.typeComboBox = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.valueGroupBox.SuspendLayout();
this.valuePanel.SuspendLayout();
this.SuspendLayout();
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
//
// valueGroupBox
//
this.valueGroupBox.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.valueGroupBox.Controls.Add(this.clearValueButton);
this.valueGroupBox.Controls.Add(this.setValueButton);
this.valueGroupBox.Controls.Add(this.valuePanel);
this.valueGroupBox.Location = new System.Drawing.Point(0, 79);
this.valueGroupBox.Name = "valueGroupBox";
this.valueGroupBox.Size = new System.Drawing.Size(645, 438);
this.valueGroupBox.TabIndex = 7;
this.valueGroupBox.TabStop = false;
this.valueGroupBox.Text = "Value";
//
// clearValueButton
//
this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
this.clearValueButton.Location = new System.Drawing.Point(35, 19);
this.clearValueButton.Name = "clearValueButton";
this.clearValueButton.Size = new System.Drawing.Size(23, 23);
this.clearValueButton.TabIndex = 1;
this.clearValueButton.UseVisualStyleBackColor = true;
this.clearValueButton.Click += new System.EventHandler(this.clearValueButton_Click);
//
// setValueButton
//
this.setValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Edit;
this.setValueButton.Location = new System.Drawing.Point(6, 19);
this.setValueButton.Name = "setValueButton";
this.setValueButton.Size = new System.Drawing.Size(23, 23);
this.setValueButton.TabIndex = 0;
this.setValueButton.UseVisualStyleBackColor = true;
this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click);
//
// valuePanel
//
this.valuePanel.AllowDrop = true;
this.valuePanel.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.valuePanel.Controls.Add(this.valueViewHost);
this.valuePanel.Location = new System.Drawing.Point(6, 48);
this.valuePanel.Name = "valuePanel";
this.valuePanel.Size = new System.Drawing.Size(633, 384);
this.valuePanel.TabIndex = 0;
this.valuePanel.DragDrop += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragDrop);
this.valuePanel.DragEnter += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
this.valuePanel.DragOver += new System.Windows.Forms.DragEventHandler(this.valuePanel_DragEnterOver);
//
// valueViewHost
//
this.valueViewHost.Caption = "View";
this.valueViewHost.Content = null;
this.valueViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.valueViewHost.Enabled = false;
this.valueViewHost.Location = new System.Drawing.Point(0, 0);
this.valueViewHost.Name = "valueViewHost";
this.valueViewHost.ReadOnly = false;
this.valueViewHost.Size = new System.Drawing.Size(633, 384);
this.valueViewHost.TabIndex = 0;
this.valueViewHost.ViewsLabelVisible = true;
this.valueViewHost.ViewType = null;
//
// dataTypeLabel
//
this.dataTypeLabel.AutoSize = true;
this.dataTypeLabel.Location = new System.Drawing.Point(3, 29);
this.dataTypeLabel.Name = "dataTypeLabel";
this.dataTypeLabel.Size = new System.Drawing.Size(60, 13);
this.dataTypeLabel.TabIndex = 3;
this.dataTypeLabel.Text = "&Data Type:";
//
// typeLabel
//
this.typeLabel.AutoSize = true;
this.typeLabel.Location = new System.Drawing.Point(3, 55);
this.typeLabel.Name = "typeLabel";
this.typeLabel.Size = new System.Drawing.Size(34, 13);
this.typeLabel.TabIndex = 5;
this.typeLabel.Text = "&Type:";
//
// dataTypeTextBox
//
this.dataTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataTypeTextBox.Location = new System.Drawing.Point(69, 26);
this.dataTypeTextBox.Name = "dataTypeTextBox";
this.dataTypeTextBox.ReadOnly = true;
this.dataTypeTextBox.Size = new System.Drawing.Size(551, 20);
this.dataTypeTextBox.TabIndex = 4;
//
// typeComboBox
//
this.typeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.typeComboBox.FormattingEnabled = true;
this.typeComboBox.Items.AddRange(new object[] {
"Input",
"Output"});
this.typeComboBox.Location = new System.Drawing.Point(69, 52);
this.typeComboBox.Name = "typeComboBox";
this.typeComboBox.Size = new System.Drawing.Size(92, 21);
this.typeComboBox.TabIndex = 6;
this.typeComboBox.SelectedIndexChanged += new System.EventHandler(this.typeComboBox_SelectedIndexChanged);
//
// ServiceParameterView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.typeComboBox);
this.Controls.Add(this.dataTypeTextBox);
this.Controls.Add(this.typeLabel);
this.Controls.Add(this.dataTypeLabel);
this.Controls.Add(this.valueGroupBox);
this.Name = "ServiceParameterView";
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.valueGroupBox, 0);
this.Controls.SetChildIndex(this.dataTypeLabel, 0);
this.Controls.SetChildIndex(this.typeLabel, 0);
this.Controls.SetChildIndex(this.dataTypeTextBox, 0);
this.Controls.SetChildIndex(this.typeComboBox, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.valueGroupBox.ResumeLayout(false);
this.valuePanel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
protected System.Windows.Forms.GroupBox valueGroupBox;
protected System.Windows.Forms.Panel valuePanel;
protected MainForm.WindowsForms.ViewHost valueViewHost;
protected System.Windows.Forms.Label dataTypeLabel;
protected System.Windows.Forms.Label typeLabel;
protected System.Windows.Forms.TextBox dataTypeTextBox;
protected System.Windows.Forms.ComboBox typeComboBox;
protected System.Windows.Forms.Button setValueButton;
protected System.Windows.Forms.Button clearValueButton;
}
}