Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 21:55:55 (13 years ago)
Author:
abeham
Message:

#1614

  • updated branch from trunk
Location:
branches/GeneralizedQAP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

  • branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabProblemsDataAnalysisSymbolicViewsPlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/ConstantView.Designer.cs

    r5832 r6878  
    6969      this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20);
    7070      //
     71      // minimumArityTextBox
     72      //
     73      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     74      this.minimumArityTextBox.Size = new System.Drawing.Size(280, 20);
     75      //
     76      // maximumArityTextBox
     77      //
     78      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     79      this.maximumArityTextBox.Size = new System.Drawing.Size(280, 20);
     80      //
    7181      // nameTextBox
    7282      //
     
    92102      //
    93103      this.minValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    94                   | System.Windows.Forms.AnchorStyles.Right)));
     104            | System.Windows.Forms.AnchorStyles.Right)));
    95105      this.errorProvider.SetIconAlignment(this.minValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    96106      this.minValueTextBox.Location = new System.Drawing.Point(92, 19);
     
    104114      //
    105115      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    106                   | System.Windows.Forms.AnchorStyles.Right)));
     116            | System.Windows.Forms.AnchorStyles.Right)));
    107117      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
    108118      this.initializationGroupBox.Controls.Add(this.maxValueTextBox);
    109119      this.initializationGroupBox.Controls.Add(this.weightNuLabel);
    110120      this.initializationGroupBox.Controls.Add(this.minValueTextBox);
    111       this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
     121      this.initializationGroupBox.Location = new System.Drawing.Point(0, 127);
    112122      this.initializationGroupBox.Name = "initializationGroupBox";
    113123      this.initializationGroupBox.Size = new System.Drawing.Size(398, 73);
     
    129139      //
    130140      this.maxValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    131                   | System.Windows.Forms.AnchorStyles.Right)));
     141            | System.Windows.Forms.AnchorStyles.Right)));
    132142      this.errorProvider.SetIconAlignment(this.maxValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    133143      this.maxValueTextBox.Location = new System.Drawing.Point(92, 45);
     
    141151      //
    142152      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    143                   | System.Windows.Forms.AnchorStyles.Right)));
     153            | System.Windows.Forms.AnchorStyles.Right)));
    144154      this.mutationGroupBox.Controls.Add(this.multiplicativeChangeLabel);
    145155      this.mutationGroupBox.Controls.Add(this.multiplicativeChangeSigmaTextBox);
    146156      this.mutationGroupBox.Controls.Add(this.additiveChangeLabel);
    147157      this.mutationGroupBox.Controls.Add(this.additiveChangeSigmaTextBox);
    148       this.mutationGroupBox.Location = new System.Drawing.Point(0, 131);
     158      this.mutationGroupBox.Location = new System.Drawing.Point(0, 206);
    149159      this.mutationGroupBox.Name = "mutationGroupBox";
    150160      this.mutationGroupBox.Size = new System.Drawing.Size(398, 73);
     
    162172      this.multiplicativeChangeLabel.Text = "Multiplicative change (sigma):";
    163173      this.toolTip.SetToolTip(this.multiplicativeChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " +
    164               "multiplicative change.");
     174        "multiplicative change.");
    165175      //
    166176      // multiplicativeChangeSigmaTextBox
    167177      //
    168178      this.multiplicativeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    169                   | System.Windows.Forms.AnchorStyles.Right)));
     179            | System.Windows.Forms.AnchorStyles.Right)));
    170180      this.errorProvider.SetIconAlignment(this.multiplicativeChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    171181      this.multiplicativeChangeSigmaTextBox.Location = new System.Drawing.Point(168, 45);
     
    174184      this.multiplicativeChangeSigmaTextBox.TabIndex = 3;
    175185      this.toolTip.SetToolTip(this.multiplicativeChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
    176               "ltiplicative change.");
     186        "ltiplicative change.");
    177187      this.multiplicativeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeChangeSigmaTextBox_TextChanged);
    178188      //
     
    186196      this.additiveChangeLabel.Text = "Additive change (sigma):";
    187197      this.toolTip.SetToolTip(this.additiveChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" +
    188               "e change.");
     198        "e change.");
    189199      //
    190200      // additiveChangeSigmaTextBox
    191201      //
    192202      this.additiveChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    193                   | System.Windows.Forms.AnchorStyles.Right)));
     203            | System.Windows.Forms.AnchorStyles.Right)));
    194204      this.errorProvider.SetIconAlignment(this.additiveChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    195205      this.additiveChangeSigmaTextBox.Location = new System.Drawing.Point(168, 19);
     
    198208      this.additiveChangeSigmaTextBox.TabIndex = 1;
    199209      this.toolTip.SetToolTip(this.additiveChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
    200               "dditive change.");
     210        "dditive change.");
    201211      this.additiveChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveChangeSigmaTextBox_TextChanged);
    202212      //
     
    208218      this.Controls.Add(this.initializationGroupBox);
    209219      this.Name = "ConstantView";
    210       this.Size = new System.Drawing.Size(398, 211);
     220      this.Size = new System.Drawing.Size(398, 284);
     221      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
     222      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
     223      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
     224      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
    211225      this.Controls.SetChildIndex(this.infoLabel, 0);
    212226      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
Note: See TracChangeset for help on using the changeset viewer.