Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/06/10 01:57: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

    r3267 r3274  
    4646    private void InitializeComponent() {
    4747      this.tabControl = new System.Windows.Forms.TabControl();
    48       this.batchRunsTabPage = new System.Windows.Forms.TabPage();
    49       this.resultsTabPage = new System.Windows.Forms.TabPage();
    50       this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
     48      this.optimizersTabPage = new System.Windows.Forms.TabPage();
    5149      this.startButton = new System.Windows.Forms.Button();
    5250      this.stopButton = new System.Windows.Forms.Button();
     
    5553      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
    5654      this.pauseButton = new System.Windows.Forms.Button();
    57       this.batchRunListView = new HeuristicLab.Optimization.Views.BatchRunListView();
     55      this.optimizerListView = new HeuristicLab.Optimization.Views.OptimizerListView();
    5856      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5957      this.tabControl.SuspendLayout();
    60       this.batchRunsTabPage.SuspendLayout();
    61       this.resultsTabPage.SuspendLayout();
     58      this.optimizersTabPage.SuspendLayout();
    6259      this.SuspendLayout();
    6360      //
     
    7774                  | System.Windows.Forms.AnchorStyles.Left)
    7875                  | System.Windows.Forms.AnchorStyles.Right)));
    79       this.tabControl.Controls.Add(this.batchRunsTabPage);
    80       this.tabControl.Controls.Add(this.resultsTabPage);
     76      this.tabControl.Controls.Add(this.optimizersTabPage);
    8177      this.tabControl.Location = new System.Drawing.Point(0, 52);
    8278      this.tabControl.Name = "tabControl";
     
    8581      this.tabControl.TabIndex = 4;
    8682      //
    87       // batchRunsTabPage
    88       //
    89       this.batchRunsTabPage.Controls.Add(this.batchRunListView);
    90       this.batchRunsTabPage.Location = new System.Drawing.Point(4, 22);
    91       this.batchRunsTabPage.Name = "batchRunsTabPage";
    92       this.batchRunsTabPage.Padding = new System.Windows.Forms.Padding(3);
    93       this.batchRunsTabPage.Size = new System.Drawing.Size(671, 374);
    94       this.batchRunsTabPage.TabIndex = 1;
    95       this.batchRunsTabPage.Text = "Batch Runs";
    96       this.batchRunsTabPage.UseVisualStyleBackColor = true;
    97       //
    98       // resultsTabPage
    99       //
    100       this.resultsTabPage.Controls.Add(this.runsView);
    101       this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
    102       this.resultsTabPage.Name = "resultsTabPage";
    103       this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
    104       this.resultsTabPage.Size = new System.Drawing.Size(671, 374);
    105       this.resultsTabPage.TabIndex = 2;
    106       this.resultsTabPage.Text = "Results";
    107       this.resultsTabPage.UseVisualStyleBackColor = true;
    108       //
    109       // runsView
    110       //
    111       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    112                   | System.Windows.Forms.AnchorStyles.Left)
    113                   | System.Windows.Forms.AnchorStyles.Right)));
    114       this.runsView.Caption = "RunCollection";
    115       this.runsView.Content = null;
    116       this.runsView.Location = new System.Drawing.Point(6, 6);
    117       this.runsView.Name = "runsView";
    118       this.runsView.Size = new System.Drawing.Size(659, 362);
    119       this.runsView.TabIndex = 0;
     83      // optimizersTabPage
     84      //
     85      this.optimizersTabPage.Controls.Add(this.optimizerListView);
     86      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
     87      this.optimizersTabPage.Name = "optimizersTabPage";
     88      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
     89      this.optimizersTabPage.Size = new System.Drawing.Size(671, 374);
     90      this.optimizersTabPage.TabIndex = 1;
     91      this.optimizersTabPage.Text = "Optimizers";
     92      this.optimizersTabPage.UseVisualStyleBackColor = true;
    12093      //
    12194      // startButton
     
    186159      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    187160      //
    188       // batchRunListView
    189       //
    190       this.batchRunListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     161      // optimizerListView
     162      //
     163      this.optimizerListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    191164                  | System.Windows.Forms.AnchorStyles.Left)
    192165                  | System.Windows.Forms.AnchorStyles.Right)));
    193       this.batchRunListView.Caption = "BatchRunList";
    194       this.batchRunListView.Content = null;
    195       this.batchRunListView.Location = new System.Drawing.Point(6, 6);
    196       this.batchRunListView.Name = "batchRunListView";
    197       this.batchRunListView.Size = new System.Drawing.Size(659, 362);
    198       this.batchRunListView.TabIndex = 0;
     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;
    199172      //
    200173      // ExperimentView
     
    224197      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    225198      this.tabControl.ResumeLayout(false);
    226       this.batchRunsTabPage.ResumeLayout(false);
    227       this.resultsTabPage.ResumeLayout(false);
     199      this.optimizersTabPage.ResumeLayout(false);
    228200      this.ResumeLayout(false);
    229201      this.PerformLayout();
     
    233205
    234206    private System.Windows.Forms.TabControl tabControl;
    235     private System.Windows.Forms.TabPage batchRunsTabPage;
     207    private System.Windows.Forms.TabPage optimizersTabPage;
    236208    private System.Windows.Forms.Button startButton;
    237209    private System.Windows.Forms.Button stopButton;
     
    239211    private System.Windows.Forms.Label executionTimeLabel;
    240212    private System.Windows.Forms.TextBox executionTimeTextBox;
    241     private System.Windows.Forms.TabPage resultsTabPage;
    242     private RunCollectionView runsView;
    243213    private System.Windows.Forms.Button pauseButton;
    244     private BatchRunListView batchRunListView;
     214    private OptimizerListView optimizerListView;
    245215
    246216  }
Note: See TracChangeset for help on using the changeset viewer.