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)

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/DataAnalysisProblemDataView.Designer.cs

    r5445 r5832  
    5151      // parameterCollectionView
    5252      //
    53       this.parameterCollectionView.Size = new System.Drawing.Size(585, 366);
     53      this.parameterCollectionView.Size = new System.Drawing.Size(585, 397);
    5454      //
    5555      // nameTextBox
     
    5757      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5858      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    59       this.nameTextBox.Size = new System.Drawing.Size(513, 20);
     59      this.nameTextBox.Location = new System.Drawing.Point(58, 0);
     60      this.nameTextBox.Size = new System.Drawing.Size(505, 20);
    6061      //
    61       // descriptionTextBox
     62      // infoLabel
    6263      //
    63       this.descriptionTextBox.Size = new System.Drawing.Size(513, 20);
     64      this.infoLabel.Location = new System.Drawing.Point(569, 3);
    6465      //
    6566      // importButton
     
    6768      this.importButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    6869                  | System.Windows.Forms.AnchorStyles.Right)));
    69       this.importButton.Location = new System.Drawing.Point(6, 424);
     70      this.importButton.Location = new System.Drawing.Point(0, 429);
    7071      this.importButton.Name = "importButton";
    71       this.importButton.Size = new System.Drawing.Size(579, 23);
     72      this.importButton.Size = new System.Drawing.Size(588, 23);
    7273      this.importButton.TabIndex = 4;
    7374      this.importButton.Text = "Import from CSV file";
     
    8182      this.Controls.Add(this.importButton);
    8283      this.Name = "DataAnalysisProblemDataView";
    83       this.Size = new System.Drawing.Size(588, 450);
     84      this.Size = new System.Drawing.Size(588, 452);
     85      this.Controls.SetChildIndex(this.importButton, 0);
     86      this.Controls.SetChildIndex(this.infoLabel, 0);
    8487      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    85       this.Controls.SetChildIndex(this.importButton, 0);
    8688      this.Controls.SetChildIndex(this.nameLabel, 0);
    87       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    8889      this.Controls.SetChildIndex(this.nameTextBox, 0);
    89       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    9090      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    9191      this.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/ConstantView.Designer.cs

    r5445 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(305, 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, 209);
     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();
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/LaggedVariableView.Designer.cs

    r5445 r5832  
    4949      this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
    5050      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
     51      this.initializationGroupBox.SuspendLayout();
     52      this.mutationGroupBox.SuspendLayout();
    5153      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5254      this.SuspendLayout();
    5355      //
     56      // weightMuLabel
     57      //
     58      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     59      //
     60      // weightInitializationMuTextBox
     61      //
     62      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(93, 19);
     63      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(309, 20);
     64      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
     65              "al weights.");
     66      //
    5467      // initializationGroupBox
    5568      //
    56       this.initializationGroupBox.Location = new System.Drawing.Point(3, 131);
    57       this.initializationGroupBox.Size = new System.Drawing.Size(399, 73);
     69      this.initializationGroupBox.Location = new System.Drawing.Point(0, 104);
     70      this.initializationGroupBox.Size = new System.Drawing.Size(408, 73);
     71      this.initializationGroupBox.TabIndex = 9;
     72      //
     73      // weightSigmaLabel
     74      //
     75      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     76      //
     77      // weightInitializationSigmaTextBox
     78      //
     79      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(93, 45);
     80      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(309, 20);
     81      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
     82              "weights.");
    5883      //
    5984      // mutationGroupBox
    6085      //
    61       this.mutationGroupBox.Location = new System.Drawing.Point(6, 210);
    62       this.mutationGroupBox.Size = new System.Drawing.Size(396, 73);
     86      this.mutationGroupBox.Location = new System.Drawing.Point(0, 183);
     87      this.mutationGroupBox.Size = new System.Drawing.Size(408, 73);
     88      this.mutationGroupBox.TabIndex = 10;
     89      //
     90      // multiplicativeWeightChangeLabel
     91      //
     92      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
     93              " change in weight.");
     94      //
     95      // multiplicativeWeightChangeSigmaTextBox
     96      //
     97      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(201, 20);
     98      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
     99              "tive change in weight.");
     100      //
     101      // additiveWeightChangeLabel
     102      //
     103      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     104              "change in weight.");
     105      //
     106      // additiveWeightChangeSigmaTextBox
     107      //
     108      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(201, 20);
     109      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     110              "change in weight.");
    63111      //
    64112      // initialFrequencyLabel
    65113      //
    66       this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
    67114      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
    68115      //
     
    70117      //
    71118      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    72       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
     119      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
    73120      //
    74121      // nameTextBox
     
    76123      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    77124      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    78       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
    79       //
    80       // descriptionTextBox
    81       //
    82       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    83       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
     125      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
     126      //
     127      // infoLabel
     128      //
     129      this.infoLabel.Location = new System.Drawing.Point(389, 3);
    84130      //
    85131      // minTimeOffsetLabel
    86132      //
    87133      this.minTimeOffsetLabel.AutoSize = true;
    88       this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);
     134      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
    89135      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
    90136      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
    91       this.minTimeOffsetLabel.TabIndex = 10;
     137      this.minTimeOffsetLabel.TabIndex = 5;
    92138      this.minTimeOffsetLabel.Text = "Min. time offset:";
    93139      //
     
    95141      //
    96142      this.maxTimeOffsetLabel.AutoSize = true;
    97       this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);
     143      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
    98144      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
    99145      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
    100       this.maxTimeOffsetLabel.TabIndex = 11;
     146      this.maxTimeOffsetLabel.TabIndex = 7;
    101147      this.maxTimeOffsetLabel.Text = "Max. time offset:";
    102148      //
    103149      // minTimeOffsetTextBox
    104150      //
    105       this.minTimeOffsetTextBox.Location = new System.Drawing.Point(117, 79);
     151      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
    106152      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
    107       this.minTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    108       this.minTimeOffsetTextBox.TabIndex = 12;
     153      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     154      this.minTimeOffsetTextBox.TabIndex = 6;
    109155      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
    110156      //
    111157      // maxTimeOffsetTextBox
    112158      //
    113       this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(117, 105);
     159      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
    114160      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
    115       this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    116       this.maxTimeOffsetTextBox.TabIndex = 13;
     161      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     162      this.maxTimeOffsetTextBox.TabIndex = 8;
    117163      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
    118164      //
     
    126172      this.Controls.Add(this.minTimeOffsetLabel);
    127173      this.Name = "LaggedVariableView";
    128       this.Size = new System.Drawing.Size(408, 292);
     174      this.Size = new System.Drawing.Size(408, 260);
     175      this.Controls.SetChildIndex(this.infoLabel, 0);
    129176      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    130177      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    131178      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    132179      this.Controls.SetChildIndex(this.nameLabel, 0);
    133       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    134180      this.Controls.SetChildIndex(this.nameTextBox, 0);
    135       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    136181      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    137182      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
     
    139184      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
    140185      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
     186      this.initializationGroupBox.ResumeLayout(false);
     187      this.initializationGroupBox.PerformLayout();
     188      this.mutationGroupBox.ResumeLayout(false);
     189      this.mutationGroupBox.PerformLayout();
    141190      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    142191      this.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/TimeLagView.Designer.cs

    r5445 r5832  
    5454      // initialFrequencyLabel
    5555      //
    56       this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
    5756      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
    5857      //
     
    6059      //
    6160      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    62       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
     61      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
    6362      //
    6463      // nameTextBox
     
    6665      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6766      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    68       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
     67      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
    6968      //
    70       // descriptionTextBox
     69      // infoLabel
    7170      //
    72       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    73       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
     71      this.infoLabel.Location = new System.Drawing.Point(389, 3);
    7472      //
    7573      // minTimeOffsetLabel
    7674      //
    7775      this.minTimeOffsetLabel.AutoSize = true;
    78       this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);
     76      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 55);
    7977      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
    8078      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
    81       this.minTimeOffsetLabel.TabIndex = 10;
     79      this.minTimeOffsetLabel.TabIndex = 5;
    8280      this.minTimeOffsetLabel.Text = "Min. time offset:";
    8381      //
     
    8583      //
    8684      this.maxTimeOffsetLabel.AutoSize = true;
    87       this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);
     85      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 81);
    8886      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
    8987      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
    90       this.maxTimeOffsetLabel.TabIndex = 11;
     88      this.maxTimeOffsetLabel.TabIndex = 7;
    9189      this.maxTimeOffsetLabel.Text = "Max. time offset:";
    9290      //
    9391      // minTimeOffsetTextBox
    9492      //
    95       this.minTimeOffsetTextBox.Location = new System.Drawing.Point(117, 79);
     93      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(93, 52);
    9694      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
    97       this.minTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    98       this.minTimeOffsetTextBox.TabIndex = 12;
     95      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     96      this.minTimeOffsetTextBox.TabIndex = 6;
    9997      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
    10098      //
    10199      // maxTimeOffsetTextBox
    102100      //
    103       this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(117, 105);
     101      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(93, 78);
    104102      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
    105       this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
    106       this.maxTimeOffsetTextBox.TabIndex = 13;
     103      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(315, 20);
     104      this.maxTimeOffsetTextBox.TabIndex = 8;
    107105      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
    108106      //
    109       // TimeLagView
     107      // LaggedSymbolView
    110108      //
    111109      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    115113      this.Controls.Add(this.maxTimeOffsetLabel);
    116114      this.Controls.Add(this.minTimeOffsetLabel);
    117       this.Name = "TimeLagView";
    118       this.Size = new System.Drawing.Size(408, 141);
     115      this.Name = "LaggedSymbolView";
     116      this.Size = new System.Drawing.Size(408, 105);
     117      this.Controls.SetChildIndex(this.infoLabel, 0);
    119118      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    120119      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    121120      this.Controls.SetChildIndex(this.nameLabel, 0);
    122       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    123121      this.Controls.SetChildIndex(this.nameTextBox, 0);
    124       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    125122      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
    126123      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableConditionView.Designer.cs

    r5467 r5832  
    7575      //
    7676      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    77       this.initialFrequencyTextBox.Size = new System.Drawing.Size(203, 20);
     77      this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
    7878      //
    7979      // nameTextBox
     
    8181      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    8282      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    83       this.nameTextBox.Size = new System.Drawing.Size(203, 20);
    84       //
    85       // descriptionTextBox
    86       //
    87       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    88       this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
     83      this.nameTextBox.Size = new System.Drawing.Size(208, 20);
     84      //
     85      // infoLabel
     86      //
     87      this.infoLabel.Location = new System.Drawing.Point(307, 3);
    8988      //
    9089      // thresholdInitializationMuLabel
     
    9493      this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
    9594      this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
    96       this.thresholdInitializationMuLabel.TabIndex = 6;
     95      this.thresholdInitializationMuLabel.TabIndex = 0;
    9796      this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
    9897      this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     
    104103      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
    105104      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
    106       this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
    107       this.thresholdInitializationMuTextBox.TabIndex = 7;
     105      this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
     106      this.thresholdInitializationMuTextBox.TabIndex = 1;
    108107      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    109108              "al thresholds.");
     
    122121      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
    123122      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
    124       this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
     123      this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
    125124      this.initializationGroupBox.Name = "initializationGroupBox";
    126       this.initializationGroupBox.Size = new System.Drawing.Size(320, 127);
    127       this.initializationGroupBox.TabIndex = 8;
     125      this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
     126      this.initializationGroupBox.TabIndex = 5;
    128127      this.initializationGroupBox.TabStop = false;
    129128      this.initializationGroupBox.Text = "Initialization";
     
    135134      this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
    136135      this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
    137       this.slopeInitializationSigmaLabel.TabIndex = 12;
     136      this.slopeInitializationSigmaLabel.TabIndex = 6;
    138137      this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
    139138      this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
     
    145144      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
    146145      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
    147       this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
    148       this.slopeInitializationSigmaTextBox.TabIndex = 13;
     146      this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
     147      this.slopeInitializationSigmaTextBox.TabIndex = 7;
    149148      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    150149              "slopes.");
     
    157156      this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
    158157      this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
    159       this.slopeInitializationMuLabel.TabIndex = 10;
     158      this.slopeInitializationMuLabel.TabIndex = 4;
    160159      this.slopeInitializationMuLabel.Text = "Slope (mu):";
    161160      this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
     
    167166      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
    168167      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
    169       this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
    170       this.slopeInitializationMuTextBox.TabIndex = 11;
     168      this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
     169      this.slopeInitializationMuTextBox.TabIndex = 5;
    171170      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    172171              "al slopes.");
     
    179178      this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
    180179      this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
    181       this.thresholdInitializationSigmaLabel.TabIndex = 8;
     180      this.thresholdInitializationSigmaLabel.TabIndex = 2;
    182181      this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
    183182      this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     
    189188      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
    190189      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
    191       this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
    192       this.thresholdInitializationSigmaTextBox.TabIndex = 9;
     190      this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
     191      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
    193192      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    194193              "thresholds.");
     
    207206      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
    208207      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
    209       this.mutationGroupBox.Location = new System.Drawing.Point(3, 212);
     208      this.mutationGroupBox.Location = new System.Drawing.Point(0, 185);
    210209      this.mutationGroupBox.Name = "mutationGroupBox";
    211       this.mutationGroupBox.Size = new System.Drawing.Size(320, 127);
    212       this.mutationGroupBox.TabIndex = 9;
     210      this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
     211      this.mutationGroupBox.TabIndex = 6;
    213212      this.mutationGroupBox.TabStop = false;
    214213      this.mutationGroupBox.Text = "Mutation";
     
    220219      this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
    221220      this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
    222       this.slopeChangeSigmaLabel.TabIndex = 12;
     221      this.slopeChangeSigmaLabel.TabIndex = 6;
    223222      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
    224223      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
     
    231230      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
    232231      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
    233       this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    234       this.slopeChangeSigmaTextBox.TabIndex = 13;
     232      this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
     233      this.slopeChangeSigmaTextBox.TabIndex = 7;
    235234      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    236235              "ope.");
     
    243242      this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
    244243      this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
    245       this.slopeChangeMuLabel.TabIndex = 10;
     244      this.slopeChangeMuLabel.TabIndex = 4;
    246245      this.slopeChangeMuLabel.Text = "Slope change (mu):";
    247246      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
     
    254253      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
    255254      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
    256       this.slopeChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    257       this.slopeChangeMuTextBox.TabIndex = 11;
     255      this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
     256      this.slopeChangeMuTextBox.TabIndex = 5;
    258257      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
    259258              ".");
     
    266265      this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
    267266      this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
    268       this.thresholdChangeSigmaLabel.TabIndex = 8;
     267      this.thresholdChangeSigmaLabel.TabIndex = 2;
    269268      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
    270269      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
     
    277276      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
    278277      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
    279       this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    280       this.thresholdChangeSigmaTextBox.TabIndex = 9;
     278      this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
     279      this.thresholdChangeSigmaTextBox.TabIndex = 3;
    281280      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
    282281              "reshold.");
     
    289288      this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
    290289      this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
    291       this.ThresholdChangeMuLabel.TabIndex = 6;
     290      this.ThresholdChangeMuLabel.TabIndex = 0;
    292291      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
    293292      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
     
    300299      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
    301300      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
    302       this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    303       this.thresholdChangeMuTextBox.TabIndex = 7;
     301      this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
     302      this.thresholdChangeMuTextBox.TabIndex = 1;
    304303      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
    305304              "hold.");
     
    313312      this.Controls.Add(this.initializationGroupBox);
    314313      this.Name = "VariableConditionView";
    315       this.Size = new System.Drawing.Size(326, 344);
     314      this.Size = new System.Drawing.Size(326, 315);
     315      this.Controls.SetChildIndex(this.infoLabel, 0);
    316316      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    317317      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    318318      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    319319      this.Controls.SetChildIndex(this.nameLabel, 0);
    320       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    321320      this.Controls.SetChildIndex(this.nameTextBox, 0);
    322       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    323321      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    324322      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableView.Designer.cs

    r5445 r5832  
    6767      //
    6868      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    69       this.initialFrequencyTextBox.Size = new System.Drawing.Size(203, 20);
     69      this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 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(203, 20);
    76       //
    77       // descriptionTextBox
    78       //
    79       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    80       this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
     75      this.nameTextBox.Size = new System.Drawing.Size(208, 20);
     76      //
     77      // infoLabel
     78      //
     79      this.infoLabel.Location = new System.Drawing.Point(307, 3);
    8180      //
    8281      // weightMuLabel
     
    8685      this.weightMuLabel.Name = "weightMuLabel";
    8786      this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
    88       this.weightMuLabel.TabIndex = 6;
     87      this.weightMuLabel.TabIndex = 0;
    8988      this.weightMuLabel.Text = "Weight (mu):";
    9089      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     
    9695      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
    9796      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
    98       this.weightInitializationMuTextBox.Size = new System.Drawing.Size(222, 20);
    99       this.weightInitializationMuTextBox.TabIndex = 7;
     97      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(228, 20);
     98      this.weightInitializationMuTextBox.TabIndex = 1;
    10099      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    101100              "al weights.");
     
    110109      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
    111110      this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
    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(320, 73);
    115       this.initializationGroupBox.TabIndex = 8;
     113      this.initializationGroupBox.Size = new System.Drawing.Size(326, 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(80, 13);
    125       this.weightSigmaLabel.TabIndex = 8;
     124      this.weightSigmaLabel.TabIndex = 2;
    126125      this.weightSigmaLabel.Text = "Weight (sigma):";
    127126      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     
    133132      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
    134133      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
    135       this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(222, 20);
    136       this.weightInitializationSigmaTextBox.TabIndex = 9;
     134      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(228, 20);
     135      this.weightInitializationSigmaTextBox.TabIndex = 3;
    137136      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    138137              "weights.");
     
    147146      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
    148147      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
    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(320, 73);
    152       this.mutationGroupBox.TabIndex = 9;
     150      this.mutationGroupBox.Size = new System.Drawing.Size(326, 73);
     151      this.mutationGroupBox.TabIndex = 6;
    153152      this.mutationGroupBox.TabStop = false;
    154153      this.mutationGroupBox.Text = "Mutation";
     
    160159      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
    161160      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
    162       this.multiplicativeWeightChangeLabel.TabIndex = 8;
     161      this.multiplicativeWeightChangeLabel.TabIndex = 2;
    163162      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
    164163      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
     
    171170      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
    172171      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
    173       this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
    174       this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;
     172      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(119, 20);
     173      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3;
    175174      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
    176175              "tive change in weight.");
     
    183182      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
    184183      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
    185       this.additiveWeightChangeLabel.TabIndex = 6;
     184      this.additiveWeightChangeLabel.TabIndex = 0;
    186185      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
    187186      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     
    194193      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
    195194      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
    196       this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
    197       this.additiveWeightChangeSigmaTextBox.TabIndex = 7;
     195      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(119, 20);
     196      this.additiveWeightChangeSigmaTextBox.TabIndex = 1;
    198197      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
    199198              "change in weight.");
     
    207206      this.Controls.Add(this.initializationGroupBox);
    208207      this.Name = "VariableView";
    209       this.Size = new System.Drawing.Size(326, 235);
     208      this.Size = new System.Drawing.Size(326, 208);
     209      this.Controls.SetChildIndex(this.infoLabel, 0);
    210210      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    211211      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    212212      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    213213      this.Controls.SetChildIndex(this.nameLabel, 0);
    214       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    215214      this.Controls.SetChildIndex(this.nameTextBox, 0);
    216       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    217215      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    218216      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     
    228226    #endregion
    229227
    230     private System.Windows.Forms.Label weightMuLabel;
    231     private System.Windows.Forms.TextBox weightInitializationMuTextBox;
     228    protected System.Windows.Forms.Label weightMuLabel;
     229    protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
    232230    protected System.Windows.Forms.GroupBox initializationGroupBox;
    233     private System.Windows.Forms.Label weightSigmaLabel;
    234     private System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
     231    protected System.Windows.Forms.Label weightSigmaLabel;
     232    protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
    235233    protected System.Windows.Forms.GroupBox mutationGroupBox;
    236     private System.Windows.Forms.Label multiplicativeWeightChangeLabel;
    237     private System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
    238     private System.Windows.Forms.Label additiveWeightChangeLabel;
    239     private System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
     234    protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
     235    protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
     236    protected System.Windows.Forms.Label additiveWeightChangeLabel;
     237    protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
    240238
    241239  }
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/DataAnalysisProblemView.Designer.cs

    r5809 r5832  
    5252      // parameterCollectionView
    5353      //
    54       this.parameterCollectionView.Location = new System.Drawing.Point(3, 81);
    55       this.parameterCollectionView.Size = new System.Drawing.Size(490, 253);
     54      this.parameterCollectionView.Location = new System.Drawing.Point(3, 55);
     55      this.parameterCollectionView.Size = new System.Drawing.Size(490, 279);
     56      this.parameterCollectionView.TabIndex = 4;
    5657      //
    5758      // nameTextBox
     
    5960      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    6061      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    61       this.nameTextBox.Size = new System.Drawing.Size(421, 20);
     62      this.nameTextBox.Size = new System.Drawing.Size(409, 20);
    6263      //
    63       // descriptionTextBox
     64      // infoLabel
    6465      //
    65       this.descriptionTextBox.Size = new System.Drawing.Size(421, 20);
     66      this.infoLabel.Location = new System.Drawing.Point(474, 3);
    6667      //
    6768      // ImportButton
     
    6970      this.ImportButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7071                  | System.Windows.Forms.AnchorStyles.Right)));
    71       this.ImportButton.Location = new System.Drawing.Point(0, 52);
     72      this.ImportButton.Location = new System.Drawing.Point(0, 26);
    7273      this.ImportButton.Name = "ImportButton";
    7374      this.ImportButton.Size = new System.Drawing.Size(493, 23);
    74       this.ImportButton.TabIndex = 5;
     75      this.ImportButton.TabIndex = 3;
    7576      this.ImportButton.Text = "Import from CSV file";
    7677      this.ImportButton.UseVisualStyleBackColor = true;
     
    8990      this.Size = new System.Drawing.Size(493, 334);
    9091      this.Controls.SetChildIndex(this.ImportButton, 0);
     92      this.Controls.SetChildIndex(this.infoLabel, 0);
    9193      this.Controls.SetChildIndex(this.nameTextBox, 0);
    9294      this.Controls.SetChildIndex(this.nameLabel, 0);
    93       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    94       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    9595      this.Controls.SetChildIndex(this.parameterCollectionView, 0);
    9696      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.