Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/11 12:50:28 (13 years ago)
Author:
gkronber
Message:

#1418 Implemented variable view that allows to add and remove variable strings (ported from external evaluation views). Implemented formatter and grammar for external evaluation plugin. Fixed bug in symbolic expression view. Fixed bug in run collection variable impact view. Removed unused plugin HeuristicLab.Problems.ExternalEvaluation.GP.Views. Renamed files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs

    r5693 r5750  
    5555      this.additiveWeightChangeLabel = new System.Windows.Forms.Label();
    5656      this.additiveWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
     57      this.tabControl = new System.Windows.Forms.TabControl();
     58      this.variableNamesTabPage = new System.Windows.Forms.TabPage();
     59      this.parametersTabPage = new System.Windows.Forms.TabPage();
    5760      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5861      this.initializationGroupBox.SuspendLayout();
    5962      this.mutationGroupBox.SuspendLayout();
     63      this.tabControl.SuspendLayout();
     64      this.parametersTabPage.SuspendLayout();
    6065      this.SuspendLayout();
    6166      //
     
    6772      //
    6873      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    69       this.initialFrequencyTextBox.Size = new System.Drawing.Size(203, 20);
     74      this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
    7075      //
    7176      // nameTextBox
     
    7378      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    7479      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    75       this.nameTextBox.Size = new System.Drawing.Size(203, 20);
     80      this.nameTextBox.Size = new System.Drawing.Size(285, 20);
    7681      //
    7782      // descriptionTextBox
    7883      //
    7984      this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    80       this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
     85      this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
    8186      //
    8287      // weightMuLabel
     
    96101      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
    97102      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
    98       this.weightInitializationMuTextBox.Size = new System.Drawing.Size(222, 20);
     103      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(266, 20);
    99104      this.weightInitializationMuTextBox.TabIndex = 7;
    100105      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
     
    110115      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
    111116      this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
    112       this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
     117      this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
    113118      this.initializationGroupBox.Name = "initializationGroupBox";
    114       this.initializationGroupBox.Size = new System.Drawing.Size(320, 73);
     119      this.initializationGroupBox.Size = new System.Drawing.Size(364, 73);
    115120      this.initializationGroupBox.TabIndex = 8;
    116121      this.initializationGroupBox.TabStop = false;
     
    133138      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
    134139      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
    135       this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(222, 20);
     140      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(266, 20);
    136141      this.weightInitializationSigmaTextBox.TabIndex = 9;
    137142      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
     
    147152      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
    148153      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
    149       this.mutationGroupBox.Location = new System.Drawing.Point(3, 158);
     154      this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
    150155      this.mutationGroupBox.Name = "mutationGroupBox";
    151       this.mutationGroupBox.Size = new System.Drawing.Size(320, 73);
     156      this.mutationGroupBox.Size = new System.Drawing.Size(364, 73);
    152157      this.mutationGroupBox.TabIndex = 9;
    153158      this.mutationGroupBox.TabStop = false;
     
    171176      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
    172177      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
    173       this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
     178      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(157, 20);
    174179      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;
    175180      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
     
    194199      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
    195200      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
    196       this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
     201      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(157, 20);
    197202      this.additiveWeightChangeSigmaTextBox.TabIndex = 7;
    198203      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
     
    200205      this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveWeightChangeSigmaTextBox_TextChanged);
    201206      //
     207      // tabControl
     208      //
     209      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     210                  | System.Windows.Forms.AnchorStyles.Left)
     211                  | System.Windows.Forms.AnchorStyles.Right)));
     212      this.tabControl.Controls.Add(this.variableNamesTabPage);
     213      this.tabControl.Controls.Add(this.parametersTabPage);
     214      this.tabControl.Location = new System.Drawing.Point(3, 79);
     215      this.tabControl.Name = "tabControl";
     216      this.tabControl.SelectedIndex = 0;
     217      this.tabControl.Size = new System.Drawing.Size(399, 212);
     218      this.tabControl.TabIndex = 10;
     219      //
     220      // variableNamesTabPage
     221      //
     222      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
     223      this.variableNamesTabPage.Name = "variableNamesTabPage";
     224      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
     225      this.variableNamesTabPage.Size = new System.Drawing.Size(391, 186);
     226      this.variableNamesTabPage.TabIndex = 0;
     227      this.variableNamesTabPage.Text = "Variable Names";
     228      this.variableNamesTabPage.UseVisualStyleBackColor = true;
     229      //
     230      // parametersTabPage
     231      //
     232      this.parametersTabPage.Controls.Add(this.mutationGroupBox);
     233      this.parametersTabPage.Controls.Add(this.initializationGroupBox);
     234      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
     235      this.parametersTabPage.Name = "parametersTabPage";
     236      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
     237      this.parametersTabPage.Size = new System.Drawing.Size(391, 186);
     238      this.parametersTabPage.TabIndex = 1;
     239      this.parametersTabPage.Text = "Parameters";
     240      this.parametersTabPage.UseVisualStyleBackColor = true;
     241      //
    202242      // VariableView
    203243      //
    204244      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    205245      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    206       this.Controls.Add(this.mutationGroupBox);
    207       this.Controls.Add(this.initializationGroupBox);
     246      this.Controls.Add(this.tabControl);
    208247      this.Name = "VariableView";
    209       this.Size = new System.Drawing.Size(326, 235);
    210       this.Controls.SetChildIndex(this.initializationGroupBox, 0);
     248      this.Size = new System.Drawing.Size(408, 294);
    211249      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
    212250      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
     
    215253      this.Controls.SetChildIndex(this.nameTextBox, 0);
    216254      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
    217       this.Controls.SetChildIndex(this.mutationGroupBox, 0);
     255      this.Controls.SetChildIndex(this.tabControl, 0);
    218256      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    219257      this.initializationGroupBox.ResumeLayout(false);
     
    221259      this.mutationGroupBox.ResumeLayout(false);
    222260      this.mutationGroupBox.PerformLayout();
     261      this.tabControl.ResumeLayout(false);
     262      this.parametersTabPage.ResumeLayout(false);
    223263      this.ResumeLayout(false);
    224264      this.PerformLayout();
     
    238278    private System.Windows.Forms.Label additiveWeightChangeLabel;
    239279    private System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
    240 
     280    private System.Windows.Forms.TabControl tabControl;
     281    private System.Windows.Forms.TabPage variableNamesTabPage;
     282    private System.Windows.Forms.TabPage parametersTabPage;
    241283  }
    242284}
Note: See TracChangeset for help on using the changeset viewer.