#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.Core.Networks.Views { partial class MessageValueView { /// /// 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) { if (components != null) components.Dispose(); } base.Dispose(disposing); } #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.valuePanel = new System.Windows.Forms.Panel(); this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.dataTypeLabel = new System.Windows.Forms.Label(); this.dataTypeTextBox = new System.Windows.Forms.TextBox(); this.valueGroupBox.SuspendLayout(); this.valuePanel.SuspendLayout(); this.SuspendLayout(); // // 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.valuePanel); this.valueGroupBox.Location = new System.Drawing.Point(0, 26); this.valueGroupBox.Name = "valueGroupBox"; this.valueGroupBox.Size = new System.Drawing.Size(482, 271); this.valueGroupBox.TabIndex = 2; this.valueGroupBox.TabStop = false; this.valueGroupBox.Text = "Value"; // // 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, 19); this.valuePanel.Name = "valuePanel"; this.valuePanel.Size = new System.Drawing.Size(470, 246); this.valuePanel.TabIndex = 0; // // 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(470, 246); 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, 3); this.dataTypeLabel.Name = "dataTypeLabel"; this.dataTypeLabel.Size = new System.Drawing.Size(60, 13); this.dataTypeLabel.TabIndex = 0; this.dataTypeLabel.Text = "&Data 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, 0); this.dataTypeTextBox.Name = "dataTypeTextBox"; this.dataTypeTextBox.ReadOnly = true; this.dataTypeTextBox.Size = new System.Drawing.Size(413, 20); this.dataTypeTextBox.TabIndex = 1; // // MessageValueView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.dataTypeTextBox); this.Controls.Add(this.dataTypeLabel); this.Controls.Add(this.valueGroupBox); this.Name = "MessageValueView"; this.Size = new System.Drawing.Size(482, 297); 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.TextBox dataTypeTextBox; } }