Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/10 06:04:49 (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/BatchRunView.Designer.cs

    r3246 r3260  
    5252      this.newAlgorithmButton = new System.Windows.Forms.Button();
    5353      this.algorithmViewHost = new HeuristicLab.Core.Views.ViewHost();
    54       this.resultsTabPage = new System.Windows.Forms.TabPage();
     54      this.runsTabPage = new System.Windows.Forms.TabPage();
    5555      this.startButton = new System.Windows.Forms.Button();
    5656      this.stopButton = new System.Windows.Forms.Button();
     
    6262      this.repetitionsLabel = new System.Windows.Forms.Label();
    6363      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
    64       this.resultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
     64      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    6565      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6666      this.tabControl.SuspendLayout();
    6767      this.algorithmTabPage.SuspendLayout();
    68       this.resultsTabPage.SuspendLayout();
     68      this.runsTabPage.SuspendLayout();
    6969      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).BeginInit();
    7070      this.SuspendLayout();
     
    8686                  | System.Windows.Forms.AnchorStyles.Right)));
    8787      this.tabControl.Controls.Add(this.algorithmTabPage);
    88       this.tabControl.Controls.Add(this.resultsTabPage);
     88      this.tabControl.Controls.Add(this.runsTabPage);
    8989      this.tabControl.Location = new System.Drawing.Point(0, 78);
    9090      this.tabControl.Name = "tabControl";
     
    152152      this.algorithmViewHost.ViewType = null;
    153153      //
    154       // resultsTabPage
    155       //
    156       this.resultsTabPage.Controls.Add(this.resultsView);
    157       this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
    158       this.resultsTabPage.Name = "resultsTabPage";
    159       this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
    160       this.resultsTabPage.Size = new System.Drawing.Size(671, 348);
    161       this.resultsTabPage.TabIndex = 2;
    162       this.resultsTabPage.Text = "Results";
    163       this.resultsTabPage.UseVisualStyleBackColor = true;
     154      // runsTabPage
     155      //
     156      this.runsTabPage.Controls.Add(this.runsView);
     157      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
     158      this.runsTabPage.Name = "runsTabPage";
     159      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
     160      this.runsTabPage.Size = new System.Drawing.Size(671, 348);
     161      this.runsTabPage.TabIndex = 2;
     162      this.runsTabPage.Text = "Runs";
     163      this.runsTabPage.UseVisualStyleBackColor = true;
    164164      //
    165165      // startButton
     
    268268      this.repetitionsNumericUpDown.ValueChanged += new System.EventHandler(this.repetitionsNumericUpDown_ValueChanged);
    269269      //
    270       // resultsView
    271       //
    272       this.resultsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     270      // runsView
     271      //
     272      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    273273                  | System.Windows.Forms.AnchorStyles.Left)
    274274                  | System.Windows.Forms.AnchorStyles.Right)));
    275       this.resultsView.Caption = "ResultCollection";
    276       this.resultsView.Content = null;
    277       this.resultsView.Location = new System.Drawing.Point(6, 6);
    278       this.resultsView.Name = "resultsView";
    279       this.resultsView.Size = new System.Drawing.Size(659, 336);
    280       this.resultsView.TabIndex = 0;
     275      this.runsView.Caption = "RunCollection";
     276      this.runsView.Content = null;
     277      this.runsView.Location = new System.Drawing.Point(6, 6);
     278      this.runsView.Name = "runsView";
     279      this.runsView.Size = new System.Drawing.Size(659, 336);
     280      this.runsView.TabIndex = 0;
    281281      //
    282282      // BatchRunView
     
    309309      this.tabControl.ResumeLayout(false);
    310310      this.algorithmTabPage.ResumeLayout(false);
    311       this.resultsTabPage.ResumeLayout(false);
     311      this.runsTabPage.ResumeLayout(false);
    312312      ((System.ComponentModel.ISupportInitialize)(this.repetitionsNumericUpDown)).EndInit();
    313313      this.ResumeLayout(false);
     
    331331    private System.Windows.Forms.OpenFileDialog openFileDialog;
    332332    private System.Windows.Forms.SaveFileDialog saveFileDialog;
    333     private System.Windows.Forms.TabPage resultsTabPage;
     333    private System.Windows.Forms.TabPage runsTabPage;
    334334    private System.Windows.Forms.Label repetitionsLabel;
    335335    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
    336     private ResultCollectionView resultsView;
     336    private RunCollectionView runsView;
    337337
    338338  }
Note: See TracChangeset for help on using the changeset viewer.