using HeuristicLab.Optimization; using HeuristicLab.Data; namespace HeuristicLab.Problems.MetaOptimization.Views { partial class RunCollectionItemDictionaryView { /// /// 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.tabControl = new System.Windows.Forms.TabControl(); this.itemsTabPage = new System.Windows.Forms.TabPage(); this.runsTabPage = new System.Windows.Forms.TabPage(); this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView(); this.runCollectionDictionaryView = new HeuristicLab.Problems.MetaOptimization.Views.RunCollectionDictionaryView(); this.tabControl.SuspendLayout(); this.itemsTabPage.SuspendLayout(); this.runsTabPage.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.itemsTabPage); this.tabControl.Controls.Add(this.runsTabPage); this.tabControl.Location = new System.Drawing.Point(0, 0); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(758, 450); this.tabControl.TabIndex = 0; // // itemsTabPage // this.itemsTabPage.Controls.Add(this.runCollectionDictionaryView); this.itemsTabPage.Location = new System.Drawing.Point(4, 22); this.itemsTabPage.Name = "itemsTabPage"; this.itemsTabPage.Padding = new System.Windows.Forms.Padding(3); this.itemsTabPage.Size = new System.Drawing.Size(750, 424); this.itemsTabPage.TabIndex = 0; this.itemsTabPage.Text = "Items"; this.itemsTabPage.UseVisualStyleBackColor = true; // // runsTabPage // this.runsTabPage.Controls.Add(this.runCollectionView); this.runsTabPage.Location = new System.Drawing.Point(4, 22); this.runsTabPage.Name = "runsTabPage"; this.runsTabPage.Padding = new System.Windows.Forms.Padding(3); this.runsTabPage.Size = new System.Drawing.Size(750, 424); this.runsTabPage.TabIndex = 1; this.runsTabPage.Text = "Runs"; this.runsTabPage.UseVisualStyleBackColor = true; // // runCollectionView // this.runCollectionView.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.runCollectionView.Caption = "RunCollection View"; this.runCollectionView.Content = null; this.runCollectionView.Location = new System.Drawing.Point(3, 3); this.runCollectionView.Name = "runCollectionView"; this.runCollectionView.ReadOnly = false; this.runCollectionView.Size = new System.Drawing.Size(744, 418); this.runCollectionView.TabIndex = 0; // // runCollectionDictionaryView // this.runCollectionDictionaryView.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.runCollectionDictionaryView.Caption = "RunCollectionDictionaryView"; this.runCollectionDictionaryView.Content = null; this.runCollectionDictionaryView.Location = new System.Drawing.Point(-4, 0); this.runCollectionDictionaryView.Name = "runCollectionDictionaryView"; this.runCollectionDictionaryView.ReadOnly = false; this.runCollectionDictionaryView.Size = new System.Drawing.Size(751, 421); this.runCollectionDictionaryView.TabIndex = 0; // // RunCollectionItemDictionaryView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "RunCollectionItemDictionaryView"; this.Size = new System.Drawing.Size(758, 450); this.tabControl.ResumeLayout(false); this.itemsTabPage.ResumeLayout(false); this.runsTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage itemsTabPage; private System.Windows.Forms.TabPage runsTabPage; private RunCollectionDictionaryView runCollectionDictionaryView; private Optimization.Views.RunCollectionView runCollectionView; } }