Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/25/11 17:18:58 (13 years ago)
Author:
swagner
Message:

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

File:
1 edited

Legend:

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

    r5809 r5832  
    6767      //
    6868      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    69       this.initialFrequencyTextBox.Size = new System.Drawing.Size(275, 20);
     69      this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20);
    7070      //
    7171      // nameTextBox
     
    7373      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7474      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    75       this.nameTextBox.Size = new System.Drawing.Size(275, 20);
    76       //
    77       // descriptionTextBox
    78       //
    79       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    80       this.descriptionTextBox.Size = new System.Drawing.Size(275, 20);
     75      this.nameTextBox.Size = new System.Drawing.Size(280, 20);
     76      //
     77      // infoLabel
     78      //
     79      this.infoLabel.Location = new System.Drawing.Point(379, 3);
    8180      //
    8281      // weightNuLabel
     
    8685      this.weightNuLabel.Name = "weightNuLabel";
    8786      this.weightNuLabel.Size = new System.Drawing.Size(56, 13);
    88       this.weightNuLabel.TabIndex = 6;
     87      this.weightNuLabel.TabIndex = 0;
    8988      this.weightNuLabel.Text = "Min value:";
    9089      this.toolTip.SetToolTip(this.weightNuLabel, "The minimal value to use for random initialization of constants.");
     
    9796      this.minValueTextBox.Location = new System.Drawing.Point(92, 19);
    9897      this.minValueTextBox.Name = "minValueTextBox";
    99       this.minValueTextBox.Size = new System.Drawing.Size(291, 20);
    100       this.minValueTextBox.TabIndex = 7;
     98      this.minValueTextBox.Size = new System.Drawing.Size(300, 20);
     99      this.minValueTextBox.TabIndex = 1;
    101100      this.toolTip.SetToolTip(this.minValueTextBox, "The minimal value to use for random initialization of constants.");
    102101      this.minValueTextBox.TextChanged += new System.EventHandler(this.minValueTextBox_TextChanged);
     
    110109      this.initializationGroupBox.Controls.Add(this.weightNuLabel);
    111110      this.initializationGroupBox.Controls.Add(this.minValueTextBox);
    112       this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
     111      this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
    113112      this.initializationGroupBox.Name = "initializationGroupBox";
    114       this.initializationGroupBox.Size = new System.Drawing.Size(389, 73);
    115       this.initializationGroupBox.TabIndex = 8;
     113      this.initializationGroupBox.Size = new System.Drawing.Size(398, 73);
     114      this.initializationGroupBox.TabIndex = 5;
    116115      this.initializationGroupBox.TabStop = false;
    117116      this.initializationGroupBox.Text = "Initialization";
     
    123122      this.weightSigmaLabel.Name = "weightSigmaLabel";
    124123      this.weightSigmaLabel.Size = new System.Drawing.Size(59, 13);
    125       this.weightSigmaLabel.TabIndex = 8;
     124      this.weightSigmaLabel.TabIndex = 2;
    126125      this.weightSigmaLabel.Text = "Max value:";
    127126      this.toolTip.SetToolTip(this.weightSigmaLabel, "The maximal value to use for random initialization of constants.");
     
    134133      this.maxValueTextBox.Location = new System.Drawing.Point(92, 45);
    135134      this.maxValueTextBox.Name = "maxValueTextBox";
    136       this.maxValueTextBox.Size = new System.Drawing.Size(291, 20);
    137       this.maxValueTextBox.TabIndex = 9;
     135      this.maxValueTextBox.Size = new System.Drawing.Size(300, 20);
     136      this.maxValueTextBox.TabIndex = 3;
    138137      this.toolTip.SetToolTip(this.maxValueTextBox, "The maximal value to use for random initialization of constants.");
    139138      this.maxValueTextBox.TextChanged += new System.EventHandler(this.maxValueTextBox_TextChanged);
     
    147146      this.mutationGroupBox.Controls.Add(this.additiveChangeLabel);
    148147      this.mutationGroupBox.Controls.Add(this.additiveChangeSigmaTextBox);
    149       this.mutationGroupBox.Location = new System.Drawing.Point(3, 158);
     148      this.mutationGroupBox.Location = new System.Drawing.Point(0, 131);
    150149      this.mutationGroupBox.Name = "mutationGroupBox";
    151       this.mutationGroupBox.Size = new System.Drawing.Size(389, 73);
    152       this.mutationGroupBox.TabIndex = 9;
     150      this.mutationGroupBox.Size = new System.Drawing.Size(398, 73);
     151      this.mutationGroupBox.TabIndex = 6;
    153152      this.mutationGroupBox.TabStop = false;
    154153      this.mutationGroupBox.Text = "Mutation";
     
    160159      this.multiplicativeChangeLabel.Name = "multiplicativeChangeLabel";
    161160      this.multiplicativeChangeLabel.Size = new System.Drawing.Size(146, 13);
    162       this.multiplicativeChangeLabel.TabIndex = 8;
     161      this.multiplicativeChangeLabel.TabIndex = 2;
    163162      this.multiplicativeChangeLabel.Text = "Multiplicative change (sigma):";
    164163      this.toolTip.SetToolTip(this.multiplicativeChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " +
     
    172171      this.multiplicativeChangeSigmaTextBox.Location = new System.Drawing.Point(168, 45);
    173172      this.multiplicativeChangeSigmaTextBox.Name = "multiplicativeChangeSigmaTextBox";
    174       this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(215, 20);
    175       this.multiplicativeChangeSigmaTextBox.TabIndex = 9;
     173      this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20);
     174      this.multiplicativeChangeSigmaTextBox.TabIndex = 3;
    176175      this.toolTip.SetToolTip(this.multiplicativeChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
    177176              "ltiplicative change.");
     
    184183      this.additiveChangeLabel.Name = "additiveChangeLabel";
    185184      this.additiveChangeLabel.Size = new System.Drawing.Size(123, 13);
    186       this.additiveChangeLabel.TabIndex = 6;
     185      this.additiveChangeLabel.TabIndex = 0;
    187186      this.additiveChangeLabel.Text = "Additive change (sigma):";
    188187      this.toolTip.SetToolTip(this.additiveChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" +
     
    196195      this.additiveChangeSigmaTextBox.Location = new System.Drawing.Point(168, 19);
    197196      this.additiveChangeSigmaTextBox.Name = "additiveChangeSigmaTextBox";
    198       this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(215, 20);
    199       this.additiveChangeSigmaTextBox.TabIndex = 7;
     197      this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20);
     198      this.additiveChangeSigmaTextBox.TabIndex = 1;
    200199      this.toolTip.SetToolTip(this.additiveChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
    201200              "dditive change.");
     
    209208      this.Controls.Add(this.initializationGroupBox);
    210209      this.Name = "ConstantView";
    211       this.Size = new System.Drawing.Size(398, 237);
     210      this.Size = new System.Drawing.Size(398, 211);
     211      this.Controls.SetChildIndex(this.infoLabel, 0);
    212212      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    213213      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    214214      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    215215      this.Controls.SetChildIndex(this.nameLabel, 0);
    216       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    217216      this.Controls.SetChildIndex(this.nameTextBox, 0);
    218       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    219217      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    220218      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.