Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/10 03:14:37 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on engines and algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.SGA.Views/3.3/SGAView.Designer.cs

    r2885 r2916  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.engineTabPage.SuspendLayout();
    4748      this.tabControl.SuspendLayout();
    4849      this.parametersTabPage.SuspendLayout();
    4950      this.problemTabPage.SuspendLayout();
     51      this.resultsTabPage.SuspendLayout();
    5052      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5153      this.SuspendLayout();
     54      //
     55      // createUserDefinedAlgorithmButton
     56      //
     57      this.createUserDefinedAlgorithmButton.Location = new System.Drawing.Point(90, 552);
     58      this.toolTip.SetToolTip(this.createUserDefinedAlgorithmButton, "Create User Defined Algorithm from this Algorithm");
     59      //
     60      // engineComboBox
     61      //
     62      this.engineComboBox.Size = new System.Drawing.Size(675, 21);
     63      //
     64      // engineTabPage
     65      //
     66      this.engineTabPage.Size = new System.Drawing.Size(736, 401);
     67      //
     68      // engineViewHost
     69      //
     70      this.engineViewHost.Size = new System.Drawing.Size(724, 362);
     71      //
     72      // tabControl
     73      //
     74      this.tabControl.Size = new System.Drawing.Size(744, 427);
     75      //
     76      // parametersTabPage
     77      //
     78      this.parametersTabPage.Size = new System.Drawing.Size(736, 401);
     79      //
     80      // problemTabPage
     81      //
     82      this.problemTabPage.Size = new System.Drawing.Size(736, 401);
     83      //
     84      // parameterCollectionView
     85      //
     86      this.parameterCollectionView.Size = new System.Drawing.Size(724, 389);
     87      //
     88      // problemViewHost
     89      //
     90      this.problemViewHost.Size = new System.Drawing.Size(724, 359);
     91      //
     92      // newProblemButton
     93      //
     94      this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
     95      //
     96      // saveProblemButton
     97      //
     98      this.toolTip.SetToolTip(this.saveProblemButton, "Save Problem");
     99      //
     100      // openProblemButton
     101      //
     102      this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
     103      //
     104      // startButton
     105      //
     106      this.startButton.Location = new System.Drawing.Point(0, 552);
     107      this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
     108      //
     109      // stopButton
     110      //
     111      this.stopButton.Location = new System.Drawing.Point(30, 552);
     112      this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
     113      //
     114      // resetButton
     115      //
     116      this.resetButton.Location = new System.Drawing.Point(60, 552);
     117      this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
     118      //
     119      // executionTimeLabel
     120      //
     121      this.executionTimeLabel.Location = new System.Drawing.Point(518, 559);
     122      //
     123      // executionTimeTextBox
     124      //
     125      this.executionTimeTextBox.Location = new System.Drawing.Point(607, 556);
     126      //
     127      // resultsTabPage
     128      //
     129      this.resultsTabPage.Size = new System.Drawing.Size(736, 401);
     130      //
     131      // resultsView
     132      //
     133      this.resultsView.Size = new System.Drawing.Size(724, 389);
    52134      //
    53135      // nameTextBox
     
    55137      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    56138      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     139      this.nameTextBox.Size = new System.Drawing.Size(672, 20);
     140      //
     141      // descriptionTextBox
     142      //
     143      this.descriptionTextBox.Size = new System.Drawing.Size(672, 87);
    57144      //
    58145      // SGAView
     
    61148      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    62149      this.Name = "SGAView";
     150      this.Size = new System.Drawing.Size(744, 576);
     151      this.engineTabPage.ResumeLayout(false);
     152      this.engineTabPage.PerformLayout();
    63153      this.tabControl.ResumeLayout(false);
    64154      this.parametersTabPage.ResumeLayout(false);
    65155      this.problemTabPage.ResumeLayout(false);
     156      this.resultsTabPage.ResumeLayout(false);
    66157      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    67158      this.ResumeLayout(false);
     
    73164
    74165
     166
    75167  }
    76168}
Note: See TracChangeset for help on using the changeset viewer.