namespace HeuristicLab.Encodings.ParameterConfigurationEncoding.Views { partial class ValueView { /// /// 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 && (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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ValueView)); this.valueGroupBox = new System.Windows.Forms.GroupBox(); this.valueViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.clearValueButton = new System.Windows.Forms.Button(); this.setValueButton = new System.Windows.Forms.Button(); this.valueGroupBox.SuspendLayout(); this.SuspendLayout(); // // valueGroupBox // this.valueGroupBox.AllowDrop = true; 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.valueViewHost); this.valueGroupBox.Controls.Add(this.clearValueButton); this.valueGroupBox.Controls.Add(this.setValueButton); this.valueGroupBox.Location = new System.Drawing.Point(0, 0); this.valueGroupBox.Name = "valueGroupBox"; this.valueGroupBox.Size = new System.Drawing.Size(482, 274); this.valueGroupBox.TabIndex = 7; this.valueGroupBox.TabStop = false; this.valueGroupBox.Text = "Value"; // // valueViewHost // this.valueViewHost.AllowDrop = true; this.valueViewHost.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.valueViewHost.Caption = "View"; this.valueViewHost.Content = null; this.valueViewHost.Enabled = false; this.valueViewHost.Location = new System.Drawing.Point(6, 49); this.valueViewHost.Name = "valueViewHost"; this.valueViewHost.ReadOnly = false; this.valueViewHost.Size = new System.Drawing.Size(470, 219); this.valueViewHost.TabIndex = 3; this.valueViewHost.ViewsLabelVisible = false; this.valueViewHost.ViewType = null; // // clearValueButton // this.clearValueButton.Enabled = false; this.clearValueButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove; this.clearValueButton.Location = new System.Drawing.Point(36, 19); this.clearValueButton.Name = "clearValueButton"; this.clearValueButton.Size = new System.Drawing.Size(24, 24); 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(24, 24); this.setValueButton.TabIndex = 0; this.setValueButton.UseVisualStyleBackColor = true; this.setValueButton.Click += new System.EventHandler(this.setValueButton_Click); // // ValueView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.valueGroupBox); this.Name = "ValueView"; this.Size = new System.Drawing.Size(482, 274); this.valueGroupBox.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.GroupBox valueGroupBox; protected MainForm.WindowsForms.ViewHost valueViewHost; protected System.Windows.Forms.Button clearValueButton; protected System.Windows.Forms.Button setValueButton; } }