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/VariableConditionView.Designer.cs

    r5809 r5832  
    7676      //
    7777      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    78       this.initialFrequencyTextBox.Size = new System.Drawing.Size(203, 20);
     78      this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
    7979      //
    8080      // nameTextBox
     
    8383      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    8484      this.nameTextBox.Size = new System.Drawing.Size(203, 20);
    85       //
    86       // descriptionTextBox
    87       //
    88       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    89       this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
    9085      //
    9186      // thresholdInitializationMuLabel
     
    9590      this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
    9691      this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
    97       this.thresholdInitializationMuLabel.TabIndex = 6;
     92      this.thresholdInitializationMuLabel.TabIndex = 0;
    9893      this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
    9994      this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     
    105100      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
    106101      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
    107       this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
    108       this.thresholdInitializationMuTextBox.TabIndex = 7;
     102      this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
     103      this.thresholdInitializationMuTextBox.TabIndex = 1;
    109104      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    110105              "al thresholds.");
     
    123118      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
    124119      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
    125       this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
     120      this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
    126121      this.initializationGroupBox.Name = "initializationGroupBox";
    127       this.initializationGroupBox.Size = new System.Drawing.Size(320, 127);
    128       this.initializationGroupBox.TabIndex = 8;
     122      this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
     123      this.initializationGroupBox.TabIndex = 5;
    129124      this.initializationGroupBox.TabStop = false;
    130125      this.initializationGroupBox.Text = "Initialization";
     
    136131      this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
    137132      this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
    138       this.slopeInitializationSigmaLabel.TabIndex = 12;
     133      this.slopeInitializationSigmaLabel.TabIndex = 6;
    139134      this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
    140135      this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
     
    146141      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
    147142      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
    148       this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
    149       this.slopeInitializationSigmaTextBox.TabIndex = 13;
     143      this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
     144      this.slopeInitializationSigmaTextBox.TabIndex = 7;
    150145      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    151146              "slopes.");
     
    158153      this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
    159154      this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
    160       this.slopeInitializationMuLabel.TabIndex = 10;
     155      this.slopeInitializationMuLabel.TabIndex = 4;
    161156      this.slopeInitializationMuLabel.Text = "Slope (mu):";
    162157      this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
     
    168163      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
    169164      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
    170       this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(197, 20);
    171       this.slopeInitializationMuTextBox.TabIndex = 11;
     165      this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
     166      this.slopeInitializationMuTextBox.TabIndex = 5;
    172167      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    173168              "al slopes.");
     
    180175      this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
    181176      this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
    182       this.thresholdInitializationSigmaLabel.TabIndex = 8;
     177      this.thresholdInitializationSigmaLabel.TabIndex = 2;
    183178      this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
    184179      this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     
    190185      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
    191186      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
    192       this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(197, 20);
    193       this.thresholdInitializationSigmaTextBox.TabIndex = 9;
     187      this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
     188      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
    194189      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    195190              "thresholds.");
     
    208203      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
    209204      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
    210       this.mutationGroupBox.Location = new System.Drawing.Point(3, 212);
     205      this.mutationGroupBox.Location = new System.Drawing.Point(0, 185);
    211206      this.mutationGroupBox.Name = "mutationGroupBox";
    212       this.mutationGroupBox.Size = new System.Drawing.Size(320, 127);
    213       this.mutationGroupBox.TabIndex = 9;
     207      this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
     208      this.mutationGroupBox.TabIndex = 6;
    214209      this.mutationGroupBox.TabStop = false;
    215210      this.mutationGroupBox.Text = "Mutation";
     
    221216      this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
    222217      this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
    223       this.slopeChangeSigmaLabel.TabIndex = 12;
     218      this.slopeChangeSigmaLabel.TabIndex = 6;
    224219      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
    225220      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
     
    232227      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
    233228      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
    234       this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    235       this.slopeChangeSigmaTextBox.TabIndex = 13;
     229      this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
     230      this.slopeChangeSigmaTextBox.TabIndex = 7;
    236231      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
    237232              "ope.");
     
    244239      this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
    245240      this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
    246       this.slopeChangeMuLabel.TabIndex = 10;
     241      this.slopeChangeMuLabel.TabIndex = 4;
    247242      this.slopeChangeMuLabel.Text = "Slope change (mu):";
    248243      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
     
    255250      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
    256251      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
    257       this.slopeChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    258       this.slopeChangeMuTextBox.TabIndex = 11;
     252      this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
     253      this.slopeChangeMuTextBox.TabIndex = 5;
    259254      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
    260255              ".");
     
    267262      this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
    268263      this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
    269       this.thresholdChangeSigmaLabel.TabIndex = 8;
     264      this.thresholdChangeSigmaLabel.TabIndex = 2;
    270265      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
    271266      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
     
    278273      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
    279274      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
    280       this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
    281       this.thresholdChangeSigmaTextBox.TabIndex = 9;
     275      this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
     276      this.thresholdChangeSigmaTextBox.TabIndex = 3;
    282277      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
    283278              "reshold.");
     
    290285      this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
    291286      this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
    292       this.ThresholdChangeMuLabel.TabIndex = 6;
     287      this.ThresholdChangeMuLabel.TabIndex = 0;
    293288      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
    294289      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
     
    301296      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
    302297      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
    303       this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
    304       this.thresholdChangeMuTextBox.TabIndex = 7;
     298      this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
     299      this.thresholdChangeMuTextBox.TabIndex = 1;
    305300      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
    306301              "hold.");
     
    314309      this.Controls.Add(this.initializationGroupBox);
    315310      this.Name = "VariableConditionView";
    316       this.Size = new System.Drawing.Size(326, 344);
     311      this.Size = new System.Drawing.Size(326, 315);
     312      this.Controls.SetChildIndex(this.infoLabel, 0);
    317313      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
    318314      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    319315      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    320316      this.Controls.SetChildIndex(this.nameLabel, 0);
    321       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    322317      this.Controls.SetChildIndex(this.nameTextBox, 0);
    323       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    324318      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
    325319      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.