Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/05/10 03:17:25 (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

    r3261 r3265  
    5353      this.algorithmViewHost = new HeuristicLab.Core.Views.ViewHost();
    5454      this.runsTabPage = new System.Windows.Forms.TabPage();
     55      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
    5556      this.startButton = new System.Windows.Forms.Button();
    5657      this.stopButton = new System.Windows.Forms.Button();
     
    6263      this.repetitionsLabel = new System.Windows.Forms.Label();
    6364      this.repetitionsNumericUpDown = new System.Windows.Forms.NumericUpDown();
    64       this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
     65      this.pauseButton = new System.Windows.Forms.Button();
    6566      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6667      this.tabControl.SuspendLayout();
     
    163164      this.runsTabPage.UseVisualStyleBackColor = true;
    164165      //
     166      // runsView
     167      //
     168      this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     169                  | System.Windows.Forms.AnchorStyles.Left)
     170                  | System.Windows.Forms.AnchorStyles.Right)));
     171      this.runsView.Caption = "RunCollection";
     172      this.runsView.Content = null;
     173      this.runsView.Location = new System.Drawing.Point(6, 6);
     174      this.runsView.Name = "runsView";
     175      this.runsView.Size = new System.Drawing.Size(659, 336);
     176      this.runsView.TabIndex = 0;
     177      //
    165178      // startButton
    166179      //
     
    178191      //
    179192      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    180       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
    181       this.stopButton.Location = new System.Drawing.Point(30, 458);
     193      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     194      this.stopButton.Location = new System.Drawing.Point(60, 458);
    182195      this.stopButton.Name = "stopButton";
    183196      this.stopButton.Size = new System.Drawing.Size(24, 24);
    184       this.stopButton.TabIndex = 8;
    185       this.toolTip.SetToolTip(this.stopButton, "Pause Batch Run");
     197      this.stopButton.TabIndex = 9;
     198      this.toolTip.SetToolTip(this.stopButton, "Stop Batch Run");
    186199      this.stopButton.UseVisualStyleBackColor = true;
    187200      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
     
    191204      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    192205      this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
    193       this.resetButton.Location = new System.Drawing.Point(60, 458);
     206      this.resetButton.Location = new System.Drawing.Point(90, 458);
    194207      this.resetButton.Name = "resetButton";
    195208      this.resetButton.Size = new System.Drawing.Size(24, 24);
    196       this.resetButton.TabIndex = 9;
     209      this.resetButton.TabIndex = 10;
    197210      this.toolTip.SetToolTip(this.resetButton, "Reset Batch Run");
    198211      this.resetButton.UseVisualStyleBackColor = true;
     
    206219      this.executionTimeLabel.Name = "executionTimeLabel";
    207220      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
    208       this.executionTimeLabel.TabIndex = 10;
     221      this.executionTimeLabel.TabIndex = 11;
    209222      this.executionTimeLabel.Text = "&Execution Time:";
    210223      //
     
    216229      this.executionTimeTextBox.ReadOnly = true;
    217230      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
    218       this.executionTimeTextBox.TabIndex = 11;
     231      this.executionTimeTextBox.TabIndex = 12;
    219232      //
    220233      // openFileDialog
     
    266279            0,
    267280            0});
     281      this.repetitionsNumericUpDown.Validated += new System.EventHandler(repetitionsNumericUpDown_Validated);
    268282      this.repetitionsNumericUpDown.ValueChanged += new System.EventHandler(this.repetitionsNumericUpDown_ValueChanged);
    269283      //
    270       // runsView
    271       //
    272       this.runsView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    273                   | System.Windows.Forms.AnchorStyles.Left)
    274                   | System.Windows.Forms.AnchorStyles.Right)));
    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;
     284      // pauseButton
     285      //
     286      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     287      this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
     288      this.pauseButton.Location = new System.Drawing.Point(30, 458);
     289      this.pauseButton.Name = "pauseButton";
     290      this.pauseButton.Size = new System.Drawing.Size(24, 24);
     291      this.pauseButton.TabIndex = 8;
     292      this.toolTip.SetToolTip(this.pauseButton, "Pause Batch Run");
     293      this.pauseButton.UseVisualStyleBackColor = true;
     294      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
    281295      //
    282296      // BatchRunView
     
    286300      this.Controls.Add(this.tabControl);
    287301      this.Controls.Add(this.startButton);
    288       this.Controls.Add(this.stopButton);
    289302      this.Controls.Add(this.executionTimeTextBox);
    290303      this.Controls.Add(this.executionTimeLabel);
    291       this.Controls.Add(this.resetButton);
    292304      this.Controls.Add(this.repetitionsNumericUpDown);
    293305      this.Controls.Add(this.repetitionsLabel);
     306      this.Controls.Add(this.pauseButton);
     307      this.Controls.Add(this.stopButton);
     308      this.Controls.Add(this.resetButton);
    294309      this.Name = "BatchRunView";
    295310      this.Size = new System.Drawing.Size(679, 482);
     311      this.Controls.SetChildIndex(this.resetButton, 0);
     312      this.Controls.SetChildIndex(this.stopButton, 0);
     313      this.Controls.SetChildIndex(this.pauseButton, 0);
    296314      this.Controls.SetChildIndex(this.repetitionsLabel, 0);
    297315      this.Controls.SetChildIndex(this.repetitionsNumericUpDown, 0);
    298       this.Controls.SetChildIndex(this.resetButton, 0);
    299316      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    300317      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    301       this.Controls.SetChildIndex(this.stopButton, 0);
    302318      this.Controls.SetChildIndex(this.startButton, 0);
    303319      this.Controls.SetChildIndex(this.tabControl, 0);
     
    315331
    316332    }
    317 
    318333    #endregion
    319334
     
    335350    private System.Windows.Forms.NumericUpDown repetitionsNumericUpDown;
    336351    private RunCollectionView runsView;
     352    private System.Windows.Forms.Button pauseButton;
    337353
    338354  }
Note: See TracChangeset for help on using the changeset viewer.