Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/21 13:39:44 (3 years ago)
Author:
dpiringe
Message:

#3136

  • added linear scaling support for structure template parameter
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/StructureTemplate/StructureTemplateView.Designer.cs

    r18068 r18069  
    3232      this.infoLabel = new System.Windows.Forms.Label();
    3333      this.templateStructureGroupBox = new System.Windows.Forms.GroupBox();
     34      this.linearScalingCheckBox = new System.Windows.Forms.CheckBox();
    3435      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
    3536      this.splitContainer = new System.Windows.Forms.SplitContainer();
     
    4849      this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    4950            | System.Windows.Forms.AnchorStyles.Right)));
    50       this.expressionInput.Location = new System.Drawing.Point(6, 19);
     51      this.expressionInput.Location = new System.Drawing.Point(3, 19);
    5152      this.expressionInput.Name = "expressionInput";
    52       this.expressionInput.Size = new System.Drawing.Size(288, 20);
     53      this.expressionInput.Size = new System.Drawing.Size(291, 20);
    5354      this.expressionInput.TabIndex = 1;
    5455      this.expressionInput.TextChanged += new System.EventHandler(this.ExpressionInputTextChanged);
     56      this.expressionInput.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ExpressionInputKeyUp);
    5557      //
    5658      // parseButton
    5759      //
    58       this.parseButton.Location = new System.Drawing.Point(6, 45);
     60      this.parseButton.Location = new System.Drawing.Point(3, 45);
    5961      this.parseButton.Name = "parseButton";
    60       this.parseButton.Size = new System.Drawing.Size(143, 23);
     62      this.parseButton.Size = new System.Drawing.Size(140, 23);
    6163      this.parseButton.TabIndex = 3;
    6264      this.parseButton.Text = "Parse";
     
    6466      this.parseButton.Click += new System.EventHandler(this.ParseButtonClick);
    6567      //
    66       // errorLabel
     68      // infoLabel
    6769      //
    6870      this.infoLabel.AutoSize = true;
    69       this.infoLabel.Location = new System.Drawing.Point(155, 50);
    70       this.infoLabel.Name = "errorLabel";
     71      this.infoLabel.BackColor = System.Drawing.Color.White;
     72      this.infoLabel.Location = new System.Drawing.Point(3, 74);
     73      this.infoLabel.Name = "infoLabel";
    7174      this.infoLabel.Size = new System.Drawing.Size(54, 13);
    7275      this.infoLabel.TabIndex = 4;
     
    7578      // templateStructureGroupBox
    7679      //
     80      this.templateStructureGroupBox.Controls.Add(this.linearScalingCheckBox);
     81      this.templateStructureGroupBox.Controls.Add(this.infoLabel);
    7782      this.templateStructureGroupBox.Controls.Add(this.treeChart);
    7883      this.templateStructureGroupBox.Controls.Add(this.parseButton);
    79       this.templateStructureGroupBox.Controls.Add(this.infoLabel);
    8084      this.templateStructureGroupBox.Controls.Add(this.expressionInput);
    8185      this.templateStructureGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     
    8791      this.templateStructureGroupBox.Text = "Template Structure";
    8892      //
     93      // linearScalingCheckBox
     94      //
     95      this.linearScalingCheckBox.AutoSize = true;
     96      this.linearScalingCheckBox.Location = new System.Drawing.Point(149, 49);
     97      this.linearScalingCheckBox.Name = "linearScalingCheckBox";
     98      this.linearScalingCheckBox.Size = new System.Drawing.Size(122, 17);
     99      this.linearScalingCheckBox.TabIndex = 8;
     100      this.linearScalingCheckBox.Text = "Apply Linear Scaling";
     101      this.linearScalingCheckBox.UseVisualStyleBackColor = true;
     102      this.linearScalingCheckBox.CheckStateChanged += new System.EventHandler(this.LinearScalingCheckBoxCheckStateChanged);
     103      //
    89104      // treeChart
    90105      //
     
    94109      this.treeChart.BackgroundColor = System.Drawing.Color.White;
    95110      this.treeChart.LineColor = System.Drawing.Color.Black;
    96       this.treeChart.Location = new System.Drawing.Point(6, 74);
     111      this.treeChart.Location = new System.Drawing.Point(3, 74);
    97112      this.treeChart.MinimumHorizontalDistance = 30;
    98113      this.treeChart.MinimumHorizontalPadding = 20;
     
    102117      this.treeChart.PreferredNodeHeight = 46;
    103118      this.treeChart.PreferredNodeWidth = 70;
    104       this.treeChart.Size = new System.Drawing.Size(288, 320);
     119      this.treeChart.Size = new System.Drawing.Size(291, 320);
    105120      this.treeChart.SuspendRepaint = false;
    106121      this.treeChart.TabIndex = 7;
     
    180195    private MainForm.WindowsForms.ViewHost viewHost;
    181196    private System.Windows.Forms.GroupBox detailsGroupBox;
     197    private System.Windows.Forms.CheckBox linearScalingCheckBox;
    182198  }
    183199}
Note: See TracChangeset for help on using the changeset viewer.