Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/06/10 03:37:29 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r3274 r3275  
    4747      this.tabControl = new System.Windows.Forms.TabControl();
    4848      this.optimizersTabPage = new System.Windows.Forms.TabPage();
     49      this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
    4950      this.startButton = new System.Windows.Forms.Button();
    5051      this.stopButton = new System.Windows.Forms.Button();
     
    5354      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    5455      this.pauseButton = new System.Windows.Forms.Button();
    55       this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
     56      this.runsTabPage = new System.Windows.Forms.TabPage();
     57      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    5658      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5759      this.tabControl.SuspendLayout();
    5860      this.optimizersTabPage.SuspendLayout();
     61      this.runsTabPage.SuspendLayout();
    5962      this.SuspendLayout();
    6063      //
     
    7578                  | System.Windows.Forms.AnchorStyles.Right)));
    7679      this.tabControl.Controls.Add(this.optimizersTabPage);
     80      this.tabControl.Controls.Add(this.runsTabPage);
    7781      this.tabControl.Location = new System.Drawing.Point(0, 52);
    7882      this.tabControl.Name = "tabControl";
     
    9195      this.optimizersTabPage.Text = "Optimizers";
    9296      this.optimizersTabPage.UseVisualStyleBackColor = true;
     97      //
     98      // optimizerListView
     99      //
     100      this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     101                  | System.Windows.Forms.AnchorStyles.Left)
     102                  | System.Windows.Forms.AnchorStyles.Right)));
     103      this.optimizerListView.Caption = "OptimizerList";
     104      this.optimizerListView.Content = null;
     105      this.optimizerListView.Location = new System.Drawing.Point(6, 6);
     106      this.optimizerListView.Name = "optimizerListView";
     107      this.optimizerListView.Size = new System.Drawing.Size(659, 362);
     108      this.optimizerListView.TabIndex = 0;
    93109      //
    94110      // startButton
     
    159175      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    160176      //
    161       // optimizerListView
    162       //
    163       this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     177      // runsTabPage
     178      //
     179      this.runsTabPage.Controls.Add(this.runsView);
     180      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     181      this.runsTabPage.Name = "runsTabPage";
     182      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
     183      this.runsTabPage.Size = new System.Drawing.Size(671, 374);
     184      this.runsTabPage.TabIndex = 2;
     185      this.runsTabPage.Text = "Runs";
     186      this.runsTabPage.UseVisualStyleBackColor = true;
     187      //
     188      // runsView
     189      //
     190      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    164191                  | System.Windows.Forms.AnchorStyles.Left)
    165192                  | System.Windows.Forms.AnchorStyles.Right)));
    166       this.optimizerListView.Caption = "OptimizerList";
    167       this.optimizerListView.Content = null;
    168       this.optimizerListView.Location = new System.Drawing.Point(6, 6);
    169       this.optimizerListView.Name = "optimizerListView";
    170       this.optimizerListView.Size = new System.Drawing.Size(659, 362);
    171       this.optimizerListView.TabIndex = 0;
     193      this.runsView.Caption = "RunCollection";
     194      this.runsView.Content = null;
     195      this.runsView.Location = new System.Drawing.Point(6, 6);
     196      this.runsView.Name = "runsView";
     197      this.runsView.Size = new System.Drawing.Size(659, 362);
     198      this.runsView.TabIndex = 0;
    172199      //
    173200      // ExperimentView
     
    198225      this.tabControl.ResumeLayout(false);
    199226      this.optimizersTabPage.ResumeLayout(false);
     227      this.runsTabPage.ResumeLayout(false);
    200228      this.ResumeLayout(false);
    201229      this.PerformLayout();
     
    213241    private System.Windows.Forms.Button pauseButton;
    214242    private OptimizerListView optimizerListView;
     243    private System.Windows.Forms.TabPage runsTabPage;
     244    private RunCollectionView runsView;
    215245
    216246  }
Note: See TracChangeset for help on using the changeset viewer.