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.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);
Note: See TracChangeset for help on using the changeset viewer.