Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/07/09 16:50:07 (15 years ago)
Author:
gkronber
Message:
  • Reimplemented method to read a list of already executed algorithms and configurations from the results DB
  • Fixed a bug in the GridExecuter
  • Added a button in the dispatcher view to speed up configuration of input variables

#712

File:
1 edited

Legend:

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

    r2153 r2258  
    2929      this.inputVariablesLabel = new System.Windows.Forms.Label();
    3030      this.splitContainer = new System.Windows.Forms.SplitContainer();
     31      this.setAllButton = new System.Windows.Forms.Button();
    3132      this.splitContainer.Panel1.SuspendLayout();
    3233      this.splitContainer.Panel2.SuspendLayout();
     
    5758      this.inputVariableList.Location = new System.Drawing.Point(2, 16);
    5859      this.inputVariableList.Name = "inputVariableList";
    59       this.inputVariableList.Size = new System.Drawing.Size(221, 454);
     60      this.inputVariableList.Size = new System.Drawing.Size(221, 439);
    6061      this.inputVariableList.TabIndex = 1;
    6162      this.inputVariableList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputVariableList_ItemCheck);
     
    9293      // splitContainer.Panel2
    9394      //
     95      this.splitContainer.Panel2.Controls.Add(this.setAllButton);
    9496      this.splitContainer.Panel2.Controls.Add(this.inputVariablesLabel);
    9597      this.splitContainer.Panel2.Controls.Add(this.inputVariableList);
     
    98100      this.splitContainer.SplitterWidth = 1;
    99101      this.splitContainer.TabIndex = 4;
     102      //
     103      // setAllButton
     104      //
     105      this.setAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     106      this.setAllButton.Location = new System.Drawing.Point(3, 456);
     107      this.setAllButton.Name = "setAllButton";
     108      this.setAllButton.Size = new System.Drawing.Size(91, 23);
     109      this.setAllButton.TabIndex = 4;
     110      this.setAllButton.Text = "Use as default";
     111      this.setAllButton.UseVisualStyleBackColor = true;
     112      this.setAllButton.Click += new System.EventHandler(this.setAllButton_Click);
    100113      //
    101114      // DispatcherView
     
    122135    private System.Windows.Forms.Label inputVariablesLabel;
    123136    private System.Windows.Forms.SplitContainer splitContainer;
     137    private System.Windows.Forms.Button setAllButton;
    124138  }
    125139}
Note: See TracChangeset for help on using the changeset viewer.