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

    r5809 r5832  
    7272      //
    7373      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    74       this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
     74      this.initialFrequencyTextBox.Size = new System.Drawing.Size(315, 20);
    7575      //
    7676      // nameTextBox
     
    7878      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7979      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    80       this.nameTextBox.Size = new System.Drawing.Size(285, 20);
    81       //
    82       // descriptionTextBox
    83       //
    84       this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    85       this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
     80      this.nameTextBox.Size = new System.Drawing.Size(290, 20);
     81      //
     82      // infoLabel
     83      //
     84      this.infoLabel.Location = new System.Drawing.Point(389, 3);
    8685      //
    8786      // weightMuLabel
     
    9190      this.weightMuLabel.Name = "weightMuLabel";
    9291      this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
    93       this.weightMuLabel.TabIndex = 6;
     92      this.weightMuLabel.TabIndex = 0;
    9493      this.weightMuLabel.Text = "Weight (mu):";
    9594      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
     
    101100      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
    102101      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
    103       this.weightInitializationMuTextBox.Size = new System.Drawing.Size(266, 20);
    104       this.weightInitializationMuTextBox.TabIndex = 7;
     102      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(275, 20);
     103      this.weightInitializationMuTextBox.TabIndex = 1;
    105104      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
    106105              "al weights.");
     
    117116      this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
    118117      this.initializationGroupBox.Name = "initializationGroupBox";
    119       this.initializationGroupBox.Size = new System.Drawing.Size(364, 73);
    120       this.initializationGroupBox.TabIndex = 8;
     118      this.initializationGroupBox.Size = new System.Drawing.Size(373, 73);
     119      this.initializationGroupBox.TabIndex = 0;
    121120      this.initializationGroupBox.TabStop = false;
    122121      this.initializationGroupBox.Text = "Initialization";
     
    128127      this.weightSigmaLabel.Name = "weightSigmaLabel";
    129128      this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
    130       this.weightSigmaLabel.TabIndex = 8;
     129      this.weightSigmaLabel.TabIndex = 2;
    131130      this.weightSigmaLabel.Text = "Weight (sigma):";
    132131      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
     
    138137      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
    139138      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
    140       this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(266, 20);
    141       this.weightInitializationSigmaTextBox.TabIndex = 9;
     139      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(275, 20);
     140      this.weightInitializationSigmaTextBox.TabIndex = 3;
    142141      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
    143142              "weights.");
     
    154153      this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
    155154      this.mutationGroupBox.Name = "mutationGroupBox";
    156       this.mutationGroupBox.Size = new System.Drawing.Size(364, 73);
    157       this.mutationGroupBox.TabIndex = 9;
     155      this.mutationGroupBox.Size = new System.Drawing.Size(373, 73);
     156      this.mutationGroupBox.TabIndex = 1;
    158157      this.mutationGroupBox.TabStop = false;
    159158      this.mutationGroupBox.Text = "Mutation";
     
    165164      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
    166165      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
    167       this.multiplicativeWeightChangeLabel.TabIndex = 8;
     166      this.multiplicativeWeightChangeLabel.TabIndex = 2;
    168167      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
    169168      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
     
    176175      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
    177176      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
    178       this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(157, 20);
    179       this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;
     177      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(166, 20);
     178      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3;
    180179      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
    181180              "tive change in weight.");
     
    188187      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
    189188      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
    190       this.additiveWeightChangeLabel.TabIndex = 6;
     189      this.additiveWeightChangeLabel.TabIndex = 0;
    191190      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
    192191      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     
    199198      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
    200199      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
    201       this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(157, 20);
    202       this.additiveWeightChangeSigmaTextBox.TabIndex = 7;
     200      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(166, 20);
     201      this.additiveWeightChangeSigmaTextBox.TabIndex = 1;
    203202      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
    204203              "change in weight.");
     
    212211      this.tabControl.Controls.Add(this.variableNamesTabPage);
    213212      this.tabControl.Controls.Add(this.parametersTabPage);
    214       this.tabControl.Location = new System.Drawing.Point(3, 79);
     213      this.tabControl.Location = new System.Drawing.Point(0, 52);
    215214      this.tabControl.Name = "tabControl";
    216215      this.tabControl.SelectedIndex = 0;
    217       this.tabControl.Size = new System.Drawing.Size(399, 212);
    218       this.tabControl.TabIndex = 10;
     216      this.tabControl.Size = new System.Drawing.Size(408, 242);
     217      this.tabControl.TabIndex = 5;
    219218      //
    220219      // variableNamesTabPage
     
    223222      this.variableNamesTabPage.Name = "variableNamesTabPage";
    224223      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
    225       this.variableNamesTabPage.Size = new System.Drawing.Size(391, 186);
     224      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 216);
    226225      this.variableNamesTabPage.TabIndex = 0;
    227226      this.variableNamesTabPage.Text = "Variable Names";
     
    235234      this.parametersTabPage.Name = "parametersTabPage";
    236235      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
    237       this.parametersTabPage.Size = new System.Drawing.Size(391, 186);
     236      this.parametersTabPage.Size = new System.Drawing.Size(400, 216);
    238237      this.parametersTabPage.TabIndex = 1;
    239238      this.parametersTabPage.Text = "Parameters";
     
    247246      this.Name = "VariableView";
    248247      this.Size = new System.Drawing.Size(408, 294);
     248      this.Controls.SetChildIndex(this.infoLabel, 0);
    249249      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    250250      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
    251251      this.Controls.SetChildIndex(this.nameLabel, 0);
    252       this.Controls.SetChildIndex(this.descriptionLabel, 0);
    253252      this.Controls.SetChildIndex(this.nameTextBox, 0);
    254       this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    255253      this.Controls.SetChildIndex(this.tabControl, 0);
    256254      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     
    268266    #endregion
    269267
    270     private System.Windows.Forms.Label weightMuLabel;
    271     private System.Windows.Forms.TextBox weightInitializationMuTextBox;
     268    protected System.Windows.Forms.Label weightMuLabel;
     269    protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
    272270    protected System.Windows.Forms.GroupBox initializationGroupBox;
    273     private System.Windows.Forms.Label weightSigmaLabel;
    274     private System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
     271    protected System.Windows.Forms.Label weightSigmaLabel;
     272    protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
    275273    protected System.Windows.Forms.GroupBox mutationGroupBox;
    276     private System.Windows.Forms.Label multiplicativeWeightChangeLabel;
    277     private System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
    278     private System.Windows.Forms.Label additiveWeightChangeLabel;
    279     private System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
    280     private System.Windows.Forms.TabControl tabControl;
    281     private System.Windows.Forms.TabPage variableNamesTabPage;
    282     private System.Windows.Forms.TabPage parametersTabPage;
     274    protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
     275    protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
     276    protected System.Windows.Forms.Label additiveWeightChangeLabel;
     277    protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
     278    protected System.Windows.Forms.TabPage variableNamesTabPage;
     279    protected System.Windows.Forms.TabPage parametersTabPage;
     280    protected System.Windows.Forms.TabControl tabControl;
    283281  }
    284282}
Note: See TracChangeset for help on using the changeset viewer.