Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/20 19:07:40 (4 years ago)
Author:
fbaching
Message:

#1837: merged changes from trunk

  • apply changes from Attic release to all SlidingWindow specific code files (replace StorableClass with StorableType)
Location:
branches/1837_Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1837_Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views

  • branches/1837_Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TreeEditDialogs/SymbolicExpressionTreeNodeInsertDialog.Designer.cs

    r9708 r17687  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    5757      this.okButton = new System.Windows.Forms.Button();
    5858      this.cancelButton = new System.Windows.Forms.Button();
     59      this.variableNameTextBox = new System.Windows.Forms.TextBox();
    5960      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    6061      this.SuspendLayout();
     
    6364      //
    6465      this.nodeSymbolLabel.AutoSize = true;
    65       this.nodeSymbolLabel.Location = new System.Drawing.Point(13, 13);
     66      this.nodeSymbolLabel.Location = new System.Drawing.Point(19, 13);
    6667      this.nodeSymbolLabel.Name = "nodeSymbolLabel";
    6768      this.nodeSymbolLabel.Size = new System.Drawing.Size(41, 13);
     
    7374      this.allowedSymbolsCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    7475      this.allowedSymbolsCombo.FormattingEnabled = true;
    75       this.allowedSymbolsCombo.Location = new System.Drawing.Point(120, 10);
     76      this.allowedSymbolsCombo.Location = new System.Drawing.Point(101, 10);
    7677      this.allowedSymbolsCombo.Name = "allowedSymbolsCombo";
    77       this.allowedSymbolsCombo.Size = new System.Drawing.Size(108, 21);
     78      this.allowedSymbolsCombo.Size = new System.Drawing.Size(127, 21);
    7879      this.allowedSymbolsCombo.TabIndex = 1;
    7980      this.allowedSymbolsCombo.SelectedIndexChanged += new System.EventHandler(this.allowedSymbolsCombo_SelectedIndexChanged);
     
    8384      //
    8485      this.variableWeightLabel.AutoSize = true;
    85       this.variableWeightLabel.Location = new System.Drawing.Point(13, 44);
     86      this.variableWeightLabel.Location = new System.Drawing.Point(19, 40);
    8687      this.variableWeightLabel.Name = "variableWeightLabel";
    8788      this.variableWeightLabel.Size = new System.Drawing.Size(41, 13);
     
    9394      //
    9495      this.variableNameLabel.AutoSize = true;
    95       this.variableNameLabel.Location = new System.Drawing.Point(13, 74);
     96      this.variableNameLabel.Location = new System.Drawing.Point(19, 66);
    9697      this.variableNameLabel.Name = "variableNameLabel";
    9798      this.variableNameLabel.Size = new System.Drawing.Size(35, 13);
     
    104105      this.variableNamesCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    105106      this.variableNamesCombo.FormattingEnabled = true;
    106       this.variableNamesCombo.Location = new System.Drawing.Point(120, 71);
     107      this.variableNamesCombo.Location = new System.Drawing.Point(101, 63);
    107108      this.variableNamesCombo.Name = "variableNamesCombo";
    108       this.variableNamesCombo.Size = new System.Drawing.Size(108, 21);
     109      this.variableNamesCombo.Size = new System.Drawing.Size(127, 21);
    109110      this.variableNamesCombo.TabIndex = 5;
    110111      this.variableNamesCombo.Visible = false;
     
    112113      // variableWeightTextBox
    113114      //
    114       this.variableWeightTextBox.Location = new System.Drawing.Point(120, 41);
     115      this.variableWeightTextBox.Location = new System.Drawing.Point(101, 37);
    115116      this.variableWeightTextBox.Name = "variableWeightTextBox";
    116       this.variableWeightTextBox.Size = new System.Drawing.Size(108, 20);
     117      this.variableWeightTextBox.Size = new System.Drawing.Size(127, 20);
    117118      this.variableWeightTextBox.TabIndex = 6;
    118119      this.variableWeightTextBox.Text = "0.0";
     
    122123      // constantValueTextBox
    123124      //
    124       this.constantValueTextBox.Location = new System.Drawing.Point(120, 41);
     125      this.constantValueTextBox.Location = new System.Drawing.Point(101, 37);
    125126      this.constantValueTextBox.Name = "constantValueTextBox";
    126       this.constantValueTextBox.Size = new System.Drawing.Size(108, 20);
     127      this.constantValueTextBox.Size = new System.Drawing.Size(127, 20);
    127128      this.constantValueTextBox.TabIndex = 7;
    128129      this.constantValueTextBox.Text = "0.0";
     
    133134      //
    134135      this.constantValueLabel.AutoSize = true;
    135       this.constantValueLabel.Location = new System.Drawing.Point(13, 44);
     136      this.constantValueLabel.Location = new System.Drawing.Point(19, 40);
    136137      this.constantValueLabel.Name = "constantValueLabel";
    137138      this.constantValueLabel.Size = new System.Drawing.Size(34, 13);
     
    149150      //
    150151      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
    151       this.okButton.Location = new System.Drawing.Point(12, 112);
     152      this.okButton.Location = new System.Drawing.Point(72, 98);
    152153      this.okButton.Name = "okButton";
    153154      this.okButton.Size = new System.Drawing.Size(75, 23);
     
    160161      //
    161162      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    162       this.cancelButton.Location = new System.Drawing.Point(153, 112);
     163      this.cancelButton.Location = new System.Drawing.Point(153, 98);
    163164      this.cancelButton.Name = "cancelButton";
    164165      this.cancelButton.Size = new System.Drawing.Size(75, 23);
     
    168169      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
    169170      //
     171      // variableNameTextBox
     172      //
     173      this.variableNameTextBox.Location = new System.Drawing.Point(101, 63);
     174      this.variableNameTextBox.Name = "variableNameTextBox";
     175      this.variableNameTextBox.Size = new System.Drawing.Size(127, 20);
     176      this.variableNameTextBox.TabIndex = 11;
     177      this.variableNameTextBox.Visible = false;
     178      //
    170179      // InsertNodeDialog
    171180      //
     
    173182      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    174183      this.CancelButton = this.cancelButton;
    175       this.ClientSize = new System.Drawing.Size(240, 147);
     184      this.ClientSize = new System.Drawing.Size(241, 133);
    176185      this.ControlBox = false;
     186      this.Controls.Add(this.variableNameTextBox);
    177187      this.Controls.Add(this.cancelButton);
    178188      this.Controls.Add(this.okButton);
     
    208218    private System.Windows.Forms.Button cancelButton;
    209219    private System.Windows.Forms.Button okButton;
     220    private System.Windows.Forms.TextBox variableNameTextBox;
    210221  }
    211222}
Note: See TracChangeset for help on using the changeset viewer.