namespace HeuristicLab.Problems.MetaOptimization.Views.ValueConfigurationViews { partial class OptimizableView { /// /// 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() { this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.optimizeCheckBox = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // viewHost // this.viewHost.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.viewHost.Caption = "View"; this.viewHost.Content = null; this.viewHost.Enabled = false; this.viewHost.Location = new System.Drawing.Point(0, 21); this.viewHost.Name = "viewHost"; this.viewHost.ReadOnly = false; this.viewHost.Size = new System.Drawing.Size(513, 345); this.viewHost.TabIndex = 0; this.viewHost.ViewType = null; // // optimizeCheckBox // this.optimizeCheckBox.AutoSize = true; this.optimizeCheckBox.Location = new System.Drawing.Point(3, 3); this.optimizeCheckBox.Name = "optimizeCheckBox"; this.optimizeCheckBox.Size = new System.Drawing.Size(66, 17); this.optimizeCheckBox.TabIndex = 1; this.optimizeCheckBox.Text = "Optimize"; this.optimizeCheckBox.UseVisualStyleBackColor = true; this.optimizeCheckBox.CheckedChanged += new System.EventHandler(this.optimizeCheckBox_CheckedChanged); // // OptimizableView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.optimizeCheckBox); this.Controls.Add(this.viewHost); this.Name = "OptimizableView"; this.Size = new System.Drawing.Size(513, 366); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MainForm.WindowsForms.ViewHost viewHost; private System.Windows.Forms.CheckBox optimizeCheckBox; } }