using HeuristicLab.Operators.Views;
namespace HeuristicLab.Operators {
partial class EngineAlgorithmOperatorView : AlgorithmOperatorView {
///
/// 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.algorithmTabPage = new System.Windows.Forms.TabPage();
this.algorithmViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.openAlgorithmButton = new System.Windows.Forms.Button();
this.newAlgorithmButton = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.tabControl.SuspendLayout();
this.parametersTabPage.SuspendLayout();
this.operatorGraphTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.algorithmTabPage.SuspendLayout();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.Controls.Add(this.algorithmTabPage);
this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
this.tabControl.Controls.SetChildIndex(this.algorithmTabPage, 0);
//
// breakpointCheckBox
//
this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been p" +
"rocessed.");
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
//
// algorithmTabPage
//
this.algorithmTabPage.Controls.Add(this.algorithmViewHost);
this.algorithmTabPage.Controls.Add(this.openAlgorithmButton);
this.algorithmTabPage.Controls.Add(this.newAlgorithmButton);
this.algorithmTabPage.Location = new System.Drawing.Point(4, 22);
this.algorithmTabPage.Name = "algorithmTabPage";
this.algorithmTabPage.Size = new System.Drawing.Size(478, 384);
this.algorithmTabPage.TabIndex = 2;
this.algorithmTabPage.Text = "Algorithm";
this.algorithmTabPage.UseVisualStyleBackColor = true;
this.algorithmTabPage.DragDrop += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragDrop);
this.algorithmTabPage.DragEnter += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
this.algorithmTabPage.DragOver += new System.Windows.Forms.DragEventHandler(this.algorithmTabPage_DragEnterOver);
//
// algorithmViewHost
//
this.algorithmViewHost.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.algorithmViewHost.Caption = "Algorithm View";
this.algorithmViewHost.Content = null;
this.algorithmViewHost.Enabled = false;
this.algorithmViewHost.Location = new System.Drawing.Point(3, 34);
this.algorithmViewHost.Name = "algorithmViewHost";
this.algorithmViewHost.ReadOnly = false;
this.algorithmViewHost.Size = new System.Drawing.Size(472, 347);
this.algorithmViewHost.TabIndex = 3;
this.algorithmViewHost.ViewsLabelVisible = true;
this.algorithmViewHost.ViewType = null;
//
// openAlgorithmButton
//
this.openAlgorithmButton.Location = new System.Drawing.Point(35, 4);
this.openAlgorithmButton.Name = "openAlgorithmButton";
this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
this.openAlgorithmButton.TabIndex = 2;
this.openAlgorithmButton.Text = "";
this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
this.openAlgorithmButton.UseVisualStyleBackColor = true;
this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
//
// newAlgorithmButton
//
this.newAlgorithmButton.Location = new System.Drawing.Point(4, 4);
this.newAlgorithmButton.Name = "newAlgorithmButton";
this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
this.newAlgorithmButton.TabIndex = 1;
this.newAlgorithmButton.Text = "";
this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
this.newAlgorithmButton.UseVisualStyleBackColor = true;
this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "hl";
this.openFileDialog.FileName = "Algorithm";
this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
this.openFileDialog.Title = "Open Algorithm";
//
// EngineAlgorithmOperatorView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "EngineAlgorithmOperatorView";
this.tabControl.ResumeLayout(false);
this.parametersTabPage.ResumeLayout(false);
this.operatorGraphTabPage.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.algorithmTabPage.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabPage algorithmTabPage;
private MainForm.WindowsForms.ViewHost algorithmViewHost;
private System.Windows.Forms.Button openAlgorithmButton;
private System.Windows.Forms.Button newAlgorithmButton;
private System.Windows.Forms.OpenFileDialog openFileDialog;
}
}