Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/18 22:33:26 (7 years ago)
Author:
abeham
Message:

#1614:

  • reverted r15603 by reverse merging
  • added expert system plugins from #2457
File:
1 edited

Legend:

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

    r15605 r15721  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.components = new System.ComponentModel.Container();
    4847      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IOptimizerView));
    4948      this.startButton = new System.Windows.Forms.Button();
     
    5352      this.stopButton = new System.Windows.Forms.Button();
    5453      this.resetButton = new System.Windows.Forms.Button();
    55       this.executionTimer = new System.Windows.Forms.Timer(this.components);
    5654      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5755      this.SuspendLayout();
     
    134132      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
    135133      //
    136       // executionTimer
    137       //
    138       this.executionTimer.Interval = 200;
    139       this.executionTimer.Tick += new System.EventHandler(this.executionTimer_Tick);
    140       //
    141134      // IOptimizerView
    142135      //
     
    173166    protected System.Windows.Forms.Button pauseButton;
    174167    protected System.Windows.Forms.Button stopButton;
    175     protected System.Windows.Forms.Timer executionTimer;
    176168    protected System.Windows.Forms.Button resetButton;
    177169
Note: See TracChangeset for help on using the changeset viewer.