#region License Information
/* HeuristicLab
* Copyright (C) 2002-2011 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.Operators.Programmable {
partial class ProgrammableOperatorView {
///
/// 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.tabPage2 = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.compilationLabel = new System.Windows.Forms.Label();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.assembliesBox = new System.Windows.Forms.GroupBox();
this.assembliesTreeView = new System.Windows.Forms.TreeView();
this.namespacesBox = new System.Windows.Forms.GroupBox();
this.namespacesTreeView = new System.Windows.Forms.TreeView();
this.showCodeButton = new System.Windows.Forms.Button();
this.compileButton = new System.Windows.Forms.Button();
this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.parameterCollectionView = new HeuristicLab.Core.Views.ParameterCollectionView();
this.breakpointCheckBox = new System.Windows.Forms.CheckBox();
this.breakpointLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.assembliesBox.SuspendLayout();
this.namespacesBox.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
this.nameTextBox.Location = new System.Drawing.Point(70, 0);
this.nameTextBox.Size = new System.Drawing.Size(890, 20);
//
// infoLabel
//
this.infoLabel.Location = new System.Drawing.Point(966, 3);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.splitContainer1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(977, 625);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Code";
this.tabPage2.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.compilationLabel);
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
this.splitContainer1.Panel1.Controls.Add(this.showCodeButton);
this.splitContainer1.Panel1.Controls.Add(this.compileButton);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.codeEditor);
this.splitContainer1.Size = new System.Drawing.Size(971, 619);
this.splitContainer1.SplitterDistance = 244;
this.splitContainer1.TabIndex = 0;
//
// compilationLabel
//
this.compilationLabel.AutoSize = true;
this.compilationLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.compilationLabel.Location = new System.Drawing.Point(63, 9);
this.compilationLabel.Name = "compilationLabel";
this.compilationLabel.Size = new System.Drawing.Size(69, 13);
this.compilationLabel.TabIndex = 2;
this.compilationLabel.Text = "Not compiled";
//
// splitContainer2
//
this.splitContainer2.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.splitContainer2.Location = new System.Drawing.Point(0, 33);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.assembliesBox);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.namespacesBox);
this.splitContainer2.Size = new System.Drawing.Size(242, 589);
this.splitContainer2.SplitterDistance = 292;
this.splitContainer2.TabIndex = 2;
//
// assembliesBox
//
this.assembliesBox.Controls.Add(this.assembliesTreeView);
this.assembliesBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.assembliesBox.Location = new System.Drawing.Point(0, 0);
this.assembliesBox.Name = "assembliesBox";
this.assembliesBox.Size = new System.Drawing.Size(242, 292);
this.assembliesBox.TabIndex = 0;
this.assembliesBox.TabStop = false;
this.assembliesBox.Text = "Assemblies";
//
// assembliesTreeView
//
this.assembliesTreeView.CheckBoxes = true;
this.assembliesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.assembliesTreeView.Location = new System.Drawing.Point(3, 16);
this.assembliesTreeView.Name = "assembliesTreeView";
this.assembliesTreeView.Size = new System.Drawing.Size(236, 273);
this.assembliesTreeView.TabIndex = 0;
this.assembliesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.assembliesTreeView_AfterCheck);
//
// namespacesBox
//
this.namespacesBox.Controls.Add(this.namespacesTreeView);
this.namespacesBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.namespacesBox.Location = new System.Drawing.Point(0, 0);
this.namespacesBox.Name = "namespacesBox";
this.namespacesBox.Size = new System.Drawing.Size(242, 293);
this.namespacesBox.TabIndex = 0;
this.namespacesBox.TabStop = false;
this.namespacesBox.Text = "Namespaces";
//
// namespacesTreeView
//
this.namespacesTreeView.CheckBoxes = true;
this.namespacesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
this.namespacesTreeView.Location = new System.Drawing.Point(3, 16);
this.namespacesTreeView.Name = "namespacesTreeView";
this.namespacesTreeView.PathSeparator = ".";
this.namespacesTreeView.Size = new System.Drawing.Size(236, 274);
this.namespacesTreeView.TabIndex = 0;
this.namespacesTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.namespacesTreeView_AfterCheck);
//
// showCodeButton
//
this.showCodeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.PrintPreview;
this.showCodeButton.Location = new System.Drawing.Point(33, 3);
this.showCodeButton.Name = "showCodeButton";
this.showCodeButton.Size = new System.Drawing.Size(24, 24);
this.showCodeButton.TabIndex = 1;
this.showCodeButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.toolTip.SetToolTip(this.showCodeButton, "Show generated code");
this.showCodeButton.UseVisualStyleBackColor = false;
this.showCodeButton.Click += new System.EventHandler(this.showCodeButton_Click);
//
// compileButton
//
this.compileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Script;
this.compileButton.Location = new System.Drawing.Point(3, 3);
this.compileButton.Name = "compileButton";
this.compileButton.Size = new System.Drawing.Size(24, 24);
this.compileButton.TabIndex = 0;
this.compileButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.toolTip.SetToolTip(this.compileButton, "Compile (F6)");
this.compileButton.UseVisualStyleBackColor = true;
this.compileButton.Click += new System.EventHandler(this.compileButton_Click);
//
// codeEditor
//
this.codeEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.codeEditor.Location = new System.Drawing.Point(0, 0);
this.codeEditor.Name = "codeEditor";
this.codeEditor.Prefix = "";
this.codeEditor.Size = new System.Drawing.Size(723, 619);
this.codeEditor.Suffix = "";
this.codeEditor.TabIndex = 0;
this.codeEditor.UserCode = "";
this.codeEditor.Validated += new System.EventHandler(this.codeEditor_Validated);
//
// tabControl1
//
this.tabControl1.AllowDrop = true;
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(0, 46);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(985, 651);
this.tabControl1.TabIndex = 5;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.parameterCollectionView);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(977, 625);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Parameters";
this.tabPage1.UseVisualStyleBackColor = true;
//
// parameterCollectionView
//
this.parameterCollectionView.Caption = "ParameterCollection View";
this.parameterCollectionView.Content = null;
this.parameterCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
this.parameterCollectionView.Location = new System.Drawing.Point(3, 3);
this.parameterCollectionView.Name = "parameterCollectionView";
this.parameterCollectionView.ReadOnly = false;
this.parameterCollectionView.Size = new System.Drawing.Size(971, 619);
this.parameterCollectionView.TabIndex = 0;
//
// breakpointCheckBox
//
this.breakpointCheckBox.AutoSize = true;
this.breakpointCheckBox.Location = new System.Drawing.Point(70, 26);
this.breakpointCheckBox.Name = "breakpointCheckBox";
this.breakpointCheckBox.Size = new System.Drawing.Size(15, 14);
this.breakpointCheckBox.TabIndex = 4;
this.breakpointCheckBox.UseVisualStyleBackColor = true;
this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
//
// breakpointLabel
//
this.breakpointLabel.AutoSize = true;
this.breakpointLabel.Location = new System.Drawing.Point(3, 26);
this.breakpointLabel.Name = "breakpointLabel";
this.breakpointLabel.Size = new System.Drawing.Size(61, 13);
this.breakpointLabel.TabIndex = 3;
this.breakpointLabel.Text = "Breakpoint:";
//
// ProgrammableOperatorView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.breakpointLabel);
this.Controls.Add(this.breakpointCheckBox);
this.Name = "ProgrammableOperatorView";
this.Size = new System.Drawing.Size(985, 697);
this.Controls.SetChildIndex(this.breakpointCheckBox, 0);
this.Controls.SetChildIndex(this.breakpointLabel, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.tabControl1, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.tabPage2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.assembliesBox.ResumeLayout(false);
this.namespacesBox.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
private System.Windows.Forms.SplitContainer splitContainer1;
private HeuristicLab.CodeEditor.CodeEditor codeEditor;
private System.Windows.Forms.Button compileButton;
private System.Windows.Forms.Button showCodeButton;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.TreeView assembliesTreeView;
private System.Windows.Forms.TreeView namespacesTreeView;
private System.Windows.Forms.GroupBox assembliesBox;
private System.Windows.Forms.GroupBox namespacesBox;
private System.Windows.Forms.CheckBox breakpointCheckBox;
private System.Windows.Forms.Label compilationLabel;
private System.Windows.Forms.Label breakpointLabel;
private System.Windows.Forms.TabPage tabPage2;
}
}