Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/18 13:33:23 (6 years ago)
Author:
abeham
Message:

#1614: Implemented changed behavior to measure execution time (cf. #2869)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/IOptimizerView.Designer.cs

    r14185 r15603  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IOptimizerView));
    4849      this.startButton = new System.Windows.Forms.Button();
     
    5253      this.stopButton = new System.Windows.Forms.Button();
    5354      this.resetButton = new System.Windows.Forms.Button();
     55      this.executionTimer = new System.Windows.Forms.Timer(this.components);
    5456      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5557      this.SuspendLayout();
     
    132134      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    133135      //
     136      // executionTimer
     137      //
     138      this.executionTimer.Interval = 200;
     139      this.executionTimer.Tick += new System.EventHandler(this.executionTimer_Tick);
     140      //
    134141      // IOptimizerView
    135142      //
     
    166173    protected System.Windows.Forms.Button pauseButton;
    167174    protected System.Windows.Forms.Button stopButton;
     175    protected System.Windows.Forms.Timer executionTimer;
    168176    protected System.Windows.Forms.Button resetButton;
    169177
Note: See TracChangeset for help on using the changeset viewer.