Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/11 11:12:10 (13 years ago)
Author:
mkommend
Message:

#1479: Merged grammar editor branch into trunk.

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/ConstantView.Designer.cs

    r5832 r6803  
    6969      this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20);
    7070      //
     71      // minimumArityLabel
     72      //
     73      this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");
     74      //
     75      // maximumArityLabel
     76      //
     77      this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");
     78      //
     79      // minimumArityTextBox
     80      //
     81      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     82      this.minimumArityTextBox.Size = new System.Drawing.Size(280, 20);
     83      //
     84      // maximumArityTextBox
     85      //
     86      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     87      this.maximumArityTextBox.Size = new System.Drawing.Size(280, 20);
     88      //
    7189      // nameTextBox
    7290      //
     
    91109      // minValueTextBox
    92110      //
    93       this.minValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    94                   | System.Windows.Forms.AnchorStyles.Right)));
     111      this.minValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     112            | System.Windows.Forms.AnchorStyles.Right)));
    95113      this.errorProvider.SetIconAlignment(this.minValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    96114      this.minValueTextBox.Location = new System.Drawing.Point(92, 19);
     
    103121      // initializationGroupBox
    104122      //
    105       this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    106                   | System.Windows.Forms.AnchorStyles.Right)));
     123      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     124            | System.Windows.Forms.AnchorStyles.Right)));
    107125      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
    108126      this.initializationGroupBox.Controls.Add(this.maxValueTextBox);
    109127      this.initializationGroupBox.Controls.Add(this.weightNuLabel);
    110128      this.initializationGroupBox.Controls.Add(this.minValueTextBox);
    111       this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
     129      this.initializationGroupBox.Location = new System.Drawing.Point(0, 127);
    112130      this.initializationGroupBox.Name = "initializationGroupBox";
    113131      this.initializationGroupBox.Size = new System.Drawing.Size(398, 73);
     
    128146      // maxValueTextBox
    129147      //
    130       this.maxValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    131                   | System.Windows.Forms.AnchorStyles.Right)));
     148      this.maxValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     149            | System.Windows.Forms.AnchorStyles.Right)));
    132150      this.errorProvider.SetIconAlignment(this.maxValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    133151      this.maxValueTextBox.Location = new System.Drawing.Point(92, 45);
     
    140158      // mutationGroupBox
    141159      //
    142       this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    143                   | System.Windows.Forms.AnchorStyles.Right)));
     160      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     161            | System.Windows.Forms.AnchorStyles.Right)));
    144162      this.mutationGroupBox.Controls.Add(this.multiplicativeChangeLabel);
    145163      this.mutationGroupBox.Controls.Add(this.multiplicativeChangeSigmaTextBox);
    146164      this.mutationGroupBox.Controls.Add(this.additiveChangeLabel);
    147165      this.mutationGroupBox.Controls.Add(this.additiveChangeSigmaTextBox);
    148       this.mutationGroupBox.Location = new System.Drawing.Point(0, 131);
     166      this.mutationGroupBox.Location = new System.Drawing.Point(0, 206);
    149167      this.mutationGroupBox.Name = "mutationGroupBox";
    150168      this.mutationGroupBox.Size = new System.Drawing.Size(398, 73);
     
    162180      this.multiplicativeChangeLabel.Text = "Multiplicative change (sigma):";
    163181      this.toolTip.SetToolTip(this.multiplicativeChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " +
    164               "multiplicative change.");
     182        "multiplicative change.");
    165183      //
    166184      // multiplicativeChangeSigmaTextBox
    167185      //
    168       this.multiplicativeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    169                   | System.Windows.Forms.AnchorStyles.Right)));
     186      this.multiplicativeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     187            | System.Windows.Forms.AnchorStyles.Right)));
    170188      this.errorProvider.SetIconAlignment(this.multiplicativeChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    171189      this.multiplicativeChangeSigmaTextBox.Location = new System.Drawing.Point(168, 45);
     
    174192      this.multiplicativeChangeSigmaTextBox.TabIndex = 3;
    175193      this.toolTip.SetToolTip(this.multiplicativeChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
    176               "ltiplicative change.");
     194        "ltiplicative change.");
    177195      this.multiplicativeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeChangeSigmaTextBox_TextChanged);
    178196      //
     
    186204      this.additiveChangeLabel.Text = "Additive change (sigma):";
    187205      this.toolTip.SetToolTip(this.additiveChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" +
    188               "e change.");
     206        "e change.");
    189207      //
    190208      // additiveChangeSigmaTextBox
    191209      //
    192       this.additiveChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    193                   | System.Windows.Forms.AnchorStyles.Right)));
     210      this.additiveChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     211            | System.Windows.Forms.AnchorStyles.Right)));
    194212      this.errorProvider.SetIconAlignment(this.additiveChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    195213      this.additiveChangeSigmaTextBox.Location = new System.Drawing.Point(168, 19);
     
    198216      this.additiveChangeSigmaTextBox.TabIndex = 1;
    199217      this.toolTip.SetToolTip(this.additiveChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
    200               "dditive change.");
     218        "dditive change.");
    201219      this.additiveChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveChangeSigmaTextBox_TextChanged);
    202220      //
     
    208226      this.Controls.Add(this.initializationGroupBox);
    209227      this.Name = "ConstantView";
    210       this.Size = new System.Drawing.Size(398, 211);
     228      this.Size = new System.Drawing.Size(398, 284);
     229      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
     230      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
     231      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
     232      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
    211233      this.Controls.SetChildIndex(this.infoLabel, 0);
    212234      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
Note: See TracChangeset for help on using the changeset viewer.