namespace HeuristicLab.OKB.AlgorithmHost {
partial class ParameterizedNamedItemContainerView {
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ParameterizedNamedItemContainerView));
this.tabControl = new System.Windows.Forms.TabControl();
this.itemPage = new System.Windows.Forms.TabPage();
this.newItemButton = new System.Windows.Forms.Button();
this.openItemButton = new System.Windows.Forms.Button();
this.itemPanel = new System.Windows.Forms.Panel();
this.itemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.parameterMappingPage = new System.Windows.Forms.TabPage();
this.parameterMappingView = new HeuristicLab.OKB.AlgorithmHost.MappingView();
this.progressBar = new System.Windows.Forms.ProgressBar();
this.refreshButton = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.backgroundWorker = new System.ComponentModel.BackgroundWorker();
this.tabControl.SuspendLayout();
this.itemPage.SuspendLayout();
this.itemPanel.SuspendLayout();
this.parameterMappingPage.SuspendLayout();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.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.tabControl.Controls.Add(this.itemPage);
this.tabControl.Controls.Add(this.parameterMappingPage);
this.tabControl.Location = new System.Drawing.Point(0, 0);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(404, 223);
this.tabControl.TabIndex = 0;
//
// itemPage
//
this.itemPage.Controls.Add(this.newItemButton);
this.itemPage.Controls.Add(this.openItemButton);
this.itemPage.Controls.Add(this.itemPanel);
this.itemPage.Location = new System.Drawing.Point(4, 22);
this.itemPage.Name = "itemPage";
this.itemPage.Padding = new System.Windows.Forms.Padding(3);
this.itemPage.Size = new System.Drawing.Size(396, 197);
this.itemPage.TabIndex = 0;
this.itemPage.Text = "Item";
this.itemPage.UseVisualStyleBackColor = true;
//
// newItemButton
//
this.newItemButton.Image = ((System.Drawing.Image)(resources.GetObject("newItemButton.Image")));
this.newItemButton.Location = new System.Drawing.Point(6, 6);
this.newItemButton.Name = "newItemButton";
this.newItemButton.Size = new System.Drawing.Size(24, 24);
this.newItemButton.TabIndex = 1;
this.toolTip.SetToolTip(this.newItemButton, "New Item");
this.newItemButton.UseVisualStyleBackColor = true;
this.newItemButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
//
// openItemButton
//
this.openItemButton.Image = ((System.Drawing.Image)(resources.GetObject("openItemButton.Image")));
this.openItemButton.Location = new System.Drawing.Point(36, 6);
this.openItemButton.Name = "openItemButton";
this.openItemButton.Size = new System.Drawing.Size(24, 24);
this.openItemButton.TabIndex = 3;
this.toolTip.SetToolTip(this.openItemButton, "Open Item");
this.openItemButton.UseVisualStyleBackColor = true;
this.openItemButton.Click += new System.EventHandler(this.openItemButton_Click);
//
// itemPanel
//
this.itemPanel.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.itemPanel.Controls.Add(this.itemViewHost);
this.itemPanel.Location = new System.Drawing.Point(0, 36);
this.itemPanel.Name = "itemPanel";
this.itemPanel.Size = new System.Drawing.Size(396, 161);
this.itemPanel.TabIndex = 4;
//
// itemViewHost
//
this.itemViewHost.Caption = "View";
this.itemViewHost.Content = null;
this.itemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.itemViewHost.Location = new System.Drawing.Point(0, 0);
this.itemViewHost.Name = "itemViewHost";
this.itemViewHost.ReadOnly = false;
this.itemViewHost.Size = new System.Drawing.Size(396, 161);
this.itemViewHost.TabIndex = 0;
this.itemViewHost.ViewType = null;
//
// parameterMappingPage
//
this.parameterMappingPage.Controls.Add(this.parameterMappingView);
this.parameterMappingPage.Location = new System.Drawing.Point(4, 22);
this.parameterMappingPage.Name = "parameterMappingPage";
this.parameterMappingPage.Padding = new System.Windows.Forms.Padding(3);
this.parameterMappingPage.Size = new System.Drawing.Size(396, 197);
this.parameterMappingPage.TabIndex = 1;
this.parameterMappingPage.Text = "Parameter Mapping";
this.parameterMappingPage.UseVisualStyleBackColor = true;
//
// parameterMappingView
//
this.parameterMappingView.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.parameterMappingView.Caption = "View";
this.parameterMappingView.Content = null;
this.parameterMappingView.Location = new System.Drawing.Point(0, 0);
this.parameterMappingView.Name = "parameterMappingView";
this.parameterMappingView.ReadOnly = false;
this.parameterMappingView.Size = new System.Drawing.Size(396, 197);
this.parameterMappingView.TabIndex = 3;
//
// progressBar
//
this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar.Location = new System.Drawing.Point(33, 229);
this.progressBar.MarqueeAnimationSpeed = 1;
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(368, 24);
this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
this.progressBar.TabIndex = 2;
this.progressBar.Visible = false;
//
// refreshButton
//
this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
this.refreshButton.Location = new System.Drawing.Point(3, 229);
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(24, 24);
this.refreshButton.TabIndex = 1;
this.toolTip.SetToolTip(this.refreshButton, "Refresh list of available DB parameters");
this.refreshButton.UseVisualStyleBackColor = true;
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "hl";
this.openFileDialog.FileName = "Algorithm";
this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
this.openFileDialog.Title = "Open Algorithm";
//
// backgroundWorker
//
this.backgroundWorker.WorkerReportsProgress = true;
this.backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork);
this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
this.backgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker_ProgressChanged);
//
// ParameterizedNamedItemContainerView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.refreshButton);
this.Controls.Add(this.progressBar);
this.Name = "ParameterizedNamedItemContainerView";
this.Size = new System.Drawing.Size(404, 256);
this.tabControl.ResumeLayout(false);
this.itemPage.ResumeLayout(false);
this.itemPanel.ResumeLayout(false);
this.parameterMappingPage.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage itemPage;
private System.Windows.Forms.TabPage parameterMappingPage;
private System.Windows.Forms.Panel itemPanel;
private HeuristicLab.MainForm.WindowsForms.ViewHost itemViewHost;
protected System.Windows.Forms.Button openItemButton;
private System.Windows.Forms.Button newItemButton;
private System.Windows.Forms.OpenFileDialog openFileDialog;
protected System.Windows.Forms.ToolTip toolTip;
protected System.ComponentModel.BackgroundWorker backgroundWorker;
protected System.Windows.Forms.ProgressBar progressBar;
protected System.Windows.Forms.Button refreshButton;
private MappingView parameterMappingView;
}
}