Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/26/09 17:33:13 (15 years ago)
Author:
gkronber
Message:

Changed dispatcher to configure algorithms to use only the allowed input variables and changed dispatching to dispatch deterministic algorithms again when the input variable set is different.

#676 (Cockpit for the CEDMA Server to control algorithm settings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherView.Designer.cs

    r2088 r2119  
    3737      this.targetVariableList.Size = new System.Drawing.Size(171, 409);
    3838      this.targetVariableList.TabIndex = 0;
     39      this.targetVariableList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.targetVariableList_ItemCheck);
    3940      //
    4041      // inputVariableList
     
    4546      this.inputVariableList.Size = new System.Drawing.Size(170, 409);
    4647      this.inputVariableList.TabIndex = 1;
     48      this.inputVariableList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputVariableList_ItemCheck);
    4749      //
    4850      // targetVariablesLabel
     
    7375      this.Controls.Add(this.targetVariableList);
    7476      this.Name = "DispatcherView";
    75       this.Size = new System.Drawing.Size(417, 427);
     77      this.Size = new System.Drawing.Size(429, 482);
    7678      this.ResumeLayout(false);
    7779      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.