Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/09 12:48:18 (15 years ago)
Author:
gkronber
Message:

Merged change sets from CEDMA branch to trunk:

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP.StructureIdentification/OffSpringSelectionGpEditor.Designer.cs

    r1156 r1287  
    4949      this.tabControl = new System.Windows.Forms.TabControl();
    5050      this.parametersTabPage = new System.Windows.Forms.TabPage();
     51      this.selectionPressureTextBox = new System.Windows.Forms.TextBox();
     52      this.selectionPressureLabel = new System.Windows.Forms.Label();
    5153      this.viewProblemInitializationButton = new System.Windows.Forms.Button();
    5254      this.setProblemInitializationButton = new System.Windows.Forms.Button();
     
    5860      this.mutationRateTextBox = new System.Windows.Forms.TextBox();
    5961      this.mutationRateLabel = new System.Windows.Forms.Label();
    60       this.maximumGenerationsTextBox = new System.Windows.Forms.TextBox();
    61       this.maximumGenerationsLabel = new System.Windows.Forms.Label();
     62      this.maximumEvaluatedSolutionsTextBox = new System.Windows.Forms.TextBox();
     63      this.maxEvaluatedSolutionsLabel = new System.Windows.Forms.Label();
    6264      this.randomSeedTextBox = new System.Windows.Forms.TextBox();
    6365      this.populationSizeTextBox = new System.Windows.Forms.TextBox();
     
    101103      // parametersTabPage
    102104      //
     105      this.parametersTabPage.Controls.Add(this.selectionPressureTextBox);
     106      this.parametersTabPage.Controls.Add(this.selectionPressureLabel);
    103107      this.parametersTabPage.Controls.Add(this.viewProblemInitializationButton);
    104108      this.parametersTabPage.Controls.Add(this.setProblemInitializationButton);
     
    110114      this.parametersTabPage.Controls.Add(this.mutationRateTextBox);
    111115      this.parametersTabPage.Controls.Add(this.mutationRateLabel);
    112       this.parametersTabPage.Controls.Add(this.maximumGenerationsTextBox);
    113       this.parametersTabPage.Controls.Add(this.maximumGenerationsLabel);
     116      this.parametersTabPage.Controls.Add(this.maximumEvaluatedSolutionsTextBox);
     117      this.parametersTabPage.Controls.Add(this.maxEvaluatedSolutionsLabel);
    114118      this.parametersTabPage.Controls.Add(this.randomSeedTextBox);
    115119      this.parametersTabPage.Controls.Add(this.populationSizeTextBox);
     
    125129      this.parametersTabPage.UseVisualStyleBackColor = true;
    126130      //
     131      // selectionPressureTextBox
     132      //
     133      this.selectionPressureTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     134      this.selectionPressureTextBox.Location = new System.Drawing.Point(218, 130);
     135      this.selectionPressureTextBox.Name = "selectionPressureTextBox";
     136      this.selectionPressureTextBox.Size = new System.Drawing.Size(186, 20);
     137      this.selectionPressureTextBox.TabIndex = 17;
     138      //
     139      // selectionPressureLabel
     140      //
     141      this.selectionPressureLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
     142      this.selectionPressureLabel.AutoSize = true;
     143      this.selectionPressureLabel.Location = new System.Drawing.Point(65, 133);
     144      this.selectionPressureLabel.Name = "selectionPressureLabel";
     145      this.selectionPressureLabel.Size = new System.Drawing.Size(145, 13);
     146      this.selectionPressureLabel.TabIndex = 16;
     147      this.selectionPressureLabel.Text = "Maximum &Selection Pressure:";
     148      //
    127149      // viewProblemInitializationButton
    128150      //
    129151      this.viewProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
    130       this.viewProblemInitializationButton.Location = new System.Drawing.Point(410, 208);
     152      this.viewProblemInitializationButton.Location = new System.Drawing.Point(410, 241);
    131153      this.viewProblemInitializationButton.Name = "viewProblemInitializationButton";
    132154      this.viewProblemInitializationButton.Size = new System.Drawing.Size(53, 20);
     
    139161      //
    140162      this.setProblemInitializationButton.Anchor = System.Windows.Forms.AnchorStyles.None;
    141       this.setProblemInitializationButton.Location = new System.Drawing.Point(469, 208);
     163      this.setProblemInitializationButton.Location = new System.Drawing.Point(469, 241);
    142164      this.setProblemInitializationButton.Name = "setProblemInitializationButton";
    143165      this.setProblemInitializationButton.Size = new System.Drawing.Size(43, 20);
     
    150172      //
    151173      this.problemInitializationTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    152       this.problemInitializationTextBox.Location = new System.Drawing.Point(218, 208);
     174      this.problemInitializationTextBox.Location = new System.Drawing.Point(218, 241);
    153175      this.problemInitializationTextBox.Name = "problemInitializationTextBox";
    154176      this.problemInitializationTextBox.ReadOnly = true;
     
    165187      this.setRandomSeedRandomlyCheckBox.TabIndex = 1;
    166188      this.setRandomSeedRandomlyCheckBox.UseVisualStyleBackColor = true;
     189      this.setRandomSeedRandomlyCheckBox.CheckedChanged += new System.EventHandler(this.setRandomSeedRandomlyCheckBox_CheckedChanged);
    167190      //
    168191      // elitesTextBox
    169192      //
    170193      this.elitesTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    171       this.elitesTextBox.Location = new System.Drawing.Point(218, 156);
     194      this.elitesTextBox.Location = new System.Drawing.Point(218, 182);
    172195      this.elitesTextBox.Name = "elitesTextBox";
    173196      this.elitesTextBox.Size = new System.Drawing.Size(186, 20);
     
    178201      this.problemInitializationLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    179202      this.problemInitializationLabel.AutoSize = true;
    180       this.problemInitializationLabel.Location = new System.Drawing.Point(65, 211);
     203      this.problemInitializationLabel.Location = new System.Drawing.Point(65, 244);
    181204      this.problemInitializationLabel.Name = "problemInitializationLabel";
    182205      this.problemInitializationLabel.Size = new System.Drawing.Size(105, 13);
     
    188211      this.elitesLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    189212      this.elitesLabel.AutoSize = true;
    190       this.elitesLabel.Location = new System.Drawing.Point(65, 159);
     213      this.elitesLabel.Location = new System.Drawing.Point(66, 185);
    191214      this.elitesLabel.Name = "elitesLabel";
    192215      this.elitesLabel.Size = new System.Drawing.Size(35, 13);
     
    197220      //
    198221      this.mutationRateTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    199       this.mutationRateTextBox.Location = new System.Drawing.Point(218, 130);
     222      this.mutationRateTextBox.Location = new System.Drawing.Point(218, 156);
    200223      this.mutationRateTextBox.Name = "mutationRateTextBox";
    201224      this.mutationRateTextBox.Size = new System.Drawing.Size(186, 20);
     
    206229      this.mutationRateLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    207230      this.mutationRateLabel.AutoSize = true;
    208       this.mutationRateLabel.Location = new System.Drawing.Point(65, 133);
     231      this.mutationRateLabel.Location = new System.Drawing.Point(66, 159);
    209232      this.mutationRateLabel.Name = "mutationRateLabel";
    210233      this.mutationRateLabel.Size = new System.Drawing.Size(77, 13);
     
    212235      this.mutationRateLabel.Text = "&Mutation Rate:";
    213236      //
    214       // maximumGenerationsTextBox
    215       //
    216       this.maximumGenerationsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
    217       this.maximumGenerationsTextBox.Location = new System.Drawing.Point(218, 104);
    218       this.maximumGenerationsTextBox.Name = "maximumGenerationsTextBox";
    219       this.maximumGenerationsTextBox.Size = new System.Drawing.Size(186, 20);
    220       this.maximumGenerationsTextBox.TabIndex = 7;
    221       //
    222       // maximumGenerationsLabel
    223       //
    224       this.maximumGenerationsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
    225       this.maximumGenerationsLabel.AutoSize = true;
    226       this.maximumGenerationsLabel.Location = new System.Drawing.Point(65, 107);
    227       this.maximumGenerationsLabel.Name = "maximumGenerationsLabel";
    228       this.maximumGenerationsLabel.Size = new System.Drawing.Size(114, 13);
    229       this.maximumGenerationsLabel.TabIndex = 6;
    230       this.maximumGenerationsLabel.Text = "Maximum &Generations:";
     237      // maximumEvaluatedSolutionsTextBox
     238      //
     239      this.maximumEvaluatedSolutionsTextBox.Anchor = System.Windows.Forms.AnchorStyles.None;
     240      this.maximumEvaluatedSolutionsTextBox.Location = new System.Drawing.Point(218, 104);
     241      this.maximumEvaluatedSolutionsTextBox.Name = "maximumEvaluatedSolutionsTextBox";
     242      this.maximumEvaluatedSolutionsTextBox.Size = new System.Drawing.Size(186, 20);
     243      this.maximumEvaluatedSolutionsTextBox.TabIndex = 7;
     244      //
     245      // maxEvaluatedSolutionsLabel
     246      //
     247      this.maxEvaluatedSolutionsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
     248      this.maxEvaluatedSolutionsLabel.AutoSize = true;
     249      this.maxEvaluatedSolutionsLabel.Location = new System.Drawing.Point(65, 107);
     250      this.maxEvaluatedSolutionsLabel.Name = "maxEvaluatedSolutionsLabel";
     251      this.maxEvaluatedSolutionsLabel.Size = new System.Drawing.Size(130, 13);
     252      this.maxEvaluatedSolutionsLabel.TabIndex = 6;
     253      this.maxEvaluatedSolutionsLabel.Text = "Max. E&valuated Solutions:";
    231254      //
    232255      // randomSeedTextBox
     
    331354      this.cloneEngineButton.Click += new System.EventHandler(this.cloneEngineButton_Click);
    332355      //
    333       // StandardGpEditor
     356      // OffspringSelectionGpEditor
    334357      //
    335358      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     
    340363      this.Controls.Add(this.abortButton);
    341364      this.Controls.Add(this.executeButton);
    342       this.Name = "StandardGpEditor";
     365      this.Name = "OffspringSelectionGpEditor";
    343366      this.Size = new System.Drawing.Size(526, 419);
    344367      this.tabControl.ResumeLayout(false);
     
    353376
    354377    private System.Windows.Forms.Button executeButton;
    355     private System.Windows.Forms.TabControl tabControl;
    356     private System.Windows.Forms.TabPage parametersTabPage;
     378    protected System.Windows.Forms.TabControl tabControl;
     379    protected System.Windows.Forms.TabPage parametersTabPage;
    357380    private System.Windows.Forms.Button abortButton;
    358381    private System.Windows.Forms.Button resetButton;
     
    362385    private System.Windows.Forms.Label populationSizeLabel;
    363386    private System.Windows.Forms.TabPage scopesTabPage;
    364     private System.Windows.Forms.TextBox maximumGenerationsTextBox;
    365     private System.Windows.Forms.Label maximumGenerationsLabel;
     387    private System.Windows.Forms.TextBox maximumEvaluatedSolutionsTextBox;
     388    private System.Windows.Forms.Label maxEvaluatedSolutionsLabel;
    366389    private System.Windows.Forms.TextBox elitesTextBox;
    367390    private System.Windows.Forms.Label elitesLabel;
     
    376399    private HeuristicLab.Core.ScopeView scopeView;
    377400    private System.Windows.Forms.Button viewProblemInitializationButton;
     401    private System.Windows.Forms.TextBox selectionPressureTextBox;
     402    private System.Windows.Forms.Label selectionPressureLabel;
    378403  }
    379404}
Note: See TracChangeset for help on using the changeset viewer.