Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/10 06:35:43 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r2864 r2865  
    6868      // problemTabPage
    6969      //
    70       this.problemTabPage.Size = new System.Drawing.Size(482, 148);
     70      this.problemTabPage.Size = new System.Drawing.Size(648, 252);
    7171      //
    7272      // parameterCollectionView
     
    9696      //
    9797      this.executionTimeLabel.Location = new System.Drawing.Point(430, 440);
    98       this.executionTimeLabel.TabIndex = 11;
     98      this.executionTimeLabel.TabIndex = 12;
    9999      //
    100100      // executionTimeTextBox
    101101      //
    102102      this.executionTimeTextBox.Location = new System.Drawing.Point(519, 437);
    103       this.executionTimeTextBox.TabIndex = 12;
     103      this.executionTimeTextBox.TabIndex = 13;
    104104      //
    105105      // nameTextBox
     
    150150      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 433);
    151151      this.createUserDefinedAlgorithmButton.Name = "createUserDefinedAlgorithmButton";
    152       this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(161, 24);
    153       this.createUserDefinedAlgorithmButton.TabIndex = 13;
     152      this.createUserDefinedAlgorithmButton.Size = new System.Drawing.Size(254, 24);
     153      this.createUserDefinedAlgorithmButton.TabIndex = 11;
    154154      this.createUserDefinedAlgorithmButton.Text = "&Create User Defined Algorithm";
    155155      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
Note: See TracChangeset for help on using the changeset viewer.