#region License Information /* HeuristicLab * Copyright (C) 2002-2010 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.Views { partial class UserDefinedAlgorithmView { /// /// 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.operatorGraphTabPage = new System.Windows.Forms.TabPage(); this.saveOperatorGraphButton = new System.Windows.Forms.Button(); this.openOperatorGraphButton = new System.Windows.Forms.Button(); this.newOperatorGraphButton = new System.Windows.Forms.Button(); this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.globalScopeTabPage = new System.Windows.Forms.TabPage(); this.globalScopeView = new HeuristicLab.Core.Views.ScopeView(); this.engineTabPage.SuspendLayout(); this.tabControl.SuspendLayout(); this.parametersTabPage.SuspendLayout(); this.problemTabPage.SuspendLayout(); this.resultsTabPage.SuspendLayout(); this.runsTabPage.SuspendLayout(); this.problemPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.operatorGraphTabPage.SuspendLayout(); this.globalScopeTabPage.SuspendLayout(); this.SuspendLayout(); // // createUserDefinedAlgorithmButton // this.createUserDefinedAlgorithmButton.Enabled = false; this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm"); this.createUserDefinedAlgorithmButton.Visible = false; // // tabControl // this.tabControl.Controls.Add(this.operatorGraphTabPage); this.tabControl.Controls.Add(this.globalScopeTabPage); this.tabControl.Controls.SetChildIndex(this.globalScopeTabPage, 0); this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0); this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0); this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0); this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0); this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0); this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0); // // newProblemButton // this.toolTip.SetToolTip(this.newProblemButton, "New Problem"); // // saveProblemButton // this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem"); // // openProblemButton // this.toolTip.SetToolTip(this.openProblemButton, "Open Problem"); // // startButton // this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm"); // // pauseButton // this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm"); // // resetButton // this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm"); // // stopButton // this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm"); // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); // // operatorGraphTabPage // this.operatorGraphTabPage.Controls.Add(this.saveOperatorGraphButton); this.operatorGraphTabPage.Controls.Add(this.openOperatorGraphButton); this.operatorGraphTabPage.Controls.Add(this.newOperatorGraphButton); this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost); this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22); this.operatorGraphTabPage.Name = "operatorGraphTabPage"; this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 441); this.operatorGraphTabPage.TabIndex = 2; this.operatorGraphTabPage.Text = "Operator Graph"; this.operatorGraphTabPage.UseVisualStyleBackColor = true; // // saveOperatorGraphButton // this.saveOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Save; this.saveOperatorGraphButton.Location = new System.Drawing.Point(63, 3); this.saveOperatorGraphButton.Name = "saveOperatorGraphButton"; this.saveOperatorGraphButton.Size = new System.Drawing.Size(24, 24); this.saveOperatorGraphButton.TabIndex = 1; this.toolTip.SetToolTip(this.saveOperatorGraphButton, "Save Operator Graph"); this.saveOperatorGraphButton.UseVisualStyleBackColor = true; this.saveOperatorGraphButton.Click += new System.EventHandler(this.saveOperatorGraphButton_Click); // // openOperatorGraphButton // this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open; this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3); this.openOperatorGraphButton.Name = "openOperatorGraphButton"; this.openOperatorGraphButton.Size = new System.Drawing.Size(24, 24); this.openOperatorGraphButton.TabIndex = 1; this.toolTip.SetToolTip(this.openOperatorGraphButton, "Open Operator Graph"); this.openOperatorGraphButton.UseVisualStyleBackColor = true; this.openOperatorGraphButton.Click += new System.EventHandler(this.openOperatorGraphButton_Click); // // newOperatorGraphButton // this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument; this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3); this.newOperatorGraphButton.Name = "newOperatorGraphButton"; this.newOperatorGraphButton.Size = new System.Drawing.Size(24, 24); this.newOperatorGraphButton.TabIndex = 1; this.toolTip.SetToolTip(this.newOperatorGraphButton, "New Operator Graph"); this.newOperatorGraphButton.UseVisualStyleBackColor = true; this.newOperatorGraphButton.Click += new System.EventHandler(this.newOperatorGraphButton_Click); // // operatorGraphViewHost // this.operatorGraphViewHost.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.operatorGraphViewHost.Content = null; this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33); this.operatorGraphViewHost.Name = "operatorGraphViewHost"; this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405); this.operatorGraphViewHost.TabIndex = 0; this.operatorGraphViewHost.ViewType = null; // // globalScopeTabPage // this.globalScopeTabPage.Controls.Add(this.globalScopeView); this.globalScopeTabPage.Location = new System.Drawing.Point(4, 22); this.globalScopeTabPage.Name = "globalScopeTabPage"; this.globalScopeTabPage.Size = new System.Drawing.Size(705, 441); this.globalScopeTabPage.TabIndex = 3; this.globalScopeTabPage.Text = "Global Scope"; this.globalScopeTabPage.UseVisualStyleBackColor = true; // // globalScopeView // this.globalScopeView.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.globalScopeView.Caption = "Scope"; this.globalScopeView.Content = null; this.globalScopeView.Location = new System.Drawing.Point(3, 3); this.globalScopeView.Name = "globalScopeView"; this.globalScopeView.Size = new System.Drawing.Size(699, 435); this.globalScopeView.TabIndex = 0; // // UserDefinedAlgorithmView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "UserDefinedAlgorithmView"; this.engineTabPage.ResumeLayout(false); this.engineTabPage.PerformLayout(); this.tabControl.ResumeLayout(false); this.parametersTabPage.ResumeLayout(false); this.problemTabPage.ResumeLayout(false); this.resultsTabPage.ResumeLayout(false); this.runsTabPage.ResumeLayout(false); this.problemPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.operatorGraphTabPage.ResumeLayout(false); this.globalScopeTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabPage operatorGraphTabPage; private System.Windows.Forms.TabPage globalScopeTabPage; private HeuristicLab.Core.Views.ScopeView globalScopeView; private System.Windows.Forms.Button saveOperatorGraphButton; private System.Windows.Forms.Button openOperatorGraphButton; private System.Windows.Forms.Button newOperatorGraphButton; private HeuristicLab.MainForm.WindowsForms.ViewHost operatorGraphViewHost; } }