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

    r10681 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.
     
    4747    private void InitializeComponent() {
    4848      this.components = new System.ComponentModel.Container();
     49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InteractiveSymbolicDataAnalysisSolutionSimplifierView));
    4950      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    5051      this.splitContainer = new System.Windows.Forms.SplitContainer();
     
    5253      this.treeStatusValue = new System.Windows.Forms.Label();
    5354      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
     55      this.btnSimplify = new System.Windows.Forms.Button();
    5456      this.btnOptimizeConstants = new System.Windows.Forms.Button();
    55       this.btnSimplify = new System.Windows.Forms.Button();
    56       this.treeStatusLabel = new System.Windows.Forms.Label();
    57       this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
    5857      this.grpViewHost = new System.Windows.Forms.GroupBox();
     58      this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
     59      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    5960      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    6061      this.splitContainer.Panel1.SuspendLayout();
     
    104105      this.grpSimplify.Controls.Add(this.treeStatusValue);
    105106      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
    106       this.grpSimplify.Controls.Add(this.treeStatusLabel);
    107107      this.grpSimplify.Controls.Add(this.treeChart);
    108108      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
     
    116116      // treeStatusValue
    117117      //
     118      this.treeStatusValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    118119      this.treeStatusValue.AutoSize = true;
    119       this.treeStatusValue.BackColor = System.Drawing.Color.Transparent;
    120       this.treeStatusValue.ForeColor = System.Drawing.Color.Green;
    121       this.treeStatusValue.Location = new System.Drawing.Point(72, 16);
     120      this.treeStatusValue.BackColor = System.Drawing.Color.White;
     121      this.treeStatusValue.ForeColor = System.Drawing.Color.Red;
     122      this.treeStatusValue.Location = new System.Drawing.Point(6, 351);
    122123      this.treeStatusValue.Name = "treeStatusValue";
    123       this.treeStatusValue.Size = new System.Drawing.Size(30, 13);
     124      this.treeStatusValue.Size = new System.Drawing.Size(63, 13);
    124125      this.treeStatusValue.TabIndex = 3;
    125       this.treeStatusValue.Text = "Valid";
     126      this.treeStatusValue.Text = "Invalid Tree";
     127      this.treeStatusValue.Visible = false;
    126128      //
    127129      // flowLayoutPanel
     
    137139      this.flowLayoutPanel.WrapContents = false;
    138140      //
    139       // btnOptimizeConstants
    140       //       
    141       this.btnOptimizeConstants.AutoSize = true;
    142       this.btnOptimizeConstants.Enabled = false;
    143       this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
    144       this.btnOptimizeConstants.ImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
    145       this.btnOptimizeConstants.Location = new System.Drawing.Point(105, 3);
    146       this.btnOptimizeConstants.Name = "btnOptimizeConstants";
    147       this.btnOptimizeConstants.Size = new System.Drawing.Size(80, 24);
    148       this.btnOptimizeConstants.TabIndex = 2;
    149       this.btnOptimizeConstants.Text = "Optimize";
    150       this.btnOptimizeConstants.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    151       this.btnOptimizeConstants.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
    152       this.btnOptimizeConstants.UseVisualStyleBackColor = true;
    153       this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
    154       //
    155141      // btnSimplify
    156142      //
    157143      this.btnSimplify.AutoSize = true;
    158       this.btnSimplify.Enabled = true;
    159144      this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator;
    160       this.btnSimplify.ImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
    161145      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
    162146      this.btnSimplify.Name = "btnSimplify";
     
    164148      this.btnSimplify.TabIndex = 1;
    165149      this.btnSimplify.Text = "Simplify";
    166       this.btnSimplify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    167150      this.btnSimplify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     151      this.toolTip.SetToolTip(this.btnSimplify, "Simplifies the model structure based on mathematical simplification rules.");
    168152      this.btnSimplify.UseVisualStyleBackColor = true;
    169153      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
    170154      //
    171       // treeStatusLabel
    172       //
    173       this.treeStatusLabel.AutoSize = true;
    174       this.treeStatusLabel.BackColor = System.Drawing.Color.Transparent;
    175       this.treeStatusLabel.Location = new System.Drawing.Point(6, 16);
    176       this.treeStatusLabel.Name = "treeStatusLabel";
    177       this.treeStatusLabel.Size = new System.Drawing.Size(68, 13);
    178       this.treeStatusLabel.TabIndex = 2;
    179       this.treeStatusLabel.Text = "Tree Status: ";
    180       //
    181       // treeChart
    182       //
    183       this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    184             | System.Windows.Forms.AnchorStyles.Left)
    185             | System.Windows.Forms.AnchorStyles.Right)));
    186       this.treeChart.BackgroundColor = System.Drawing.Color.White;
    187       this.treeChart.LineColor = System.Drawing.Color.Black;
    188       this.treeChart.Location = new System.Drawing.Point(6, 32);
    189       this.treeChart.Name = "treeChart";
    190       this.treeChart.Size = new System.Drawing.Size(201, 332);
    191       this.treeChart.Spacing = 5;
    192       this.treeChart.SuspendRepaint = false;
    193       this.treeChart.TabIndex = 0;
    194       this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
    195       this.treeChart.Tree = null;
    196       this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
     155      // btnOptimizeConstants
     156      //
     157      this.btnOptimizeConstants.AutoSize = true;
     158      this.btnOptimizeConstants.Enabled = false;
     159      this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
     160      this.btnOptimizeConstants.Location = new System.Drawing.Point(89, 3);
     161      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
     162      this.btnOptimizeConstants.Size = new System.Drawing.Size(80, 24);
     163      this.btnOptimizeConstants.TabIndex = 2;
     164      this.btnOptimizeConstants.Text = "Optimize";
     165      this.btnOptimizeConstants.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     166      this.toolTip.SetToolTip(this.btnOptimizeConstants, "Optimizes the numerical constants of the model. \r\nIf the algorithm converges, opt" +
     167        "imization is stopped.");
     168      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
     169      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
    197170      //
    198171      // grpViewHost
     
    206179      this.grpViewHost.TabStop = false;
    207180      this.grpViewHost.Text = "Details";
     181      //
     182      // treeChart
     183      //
     184      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     185            | System.Windows.Forms.AnchorStyles.Left)
     186            | System.Windows.Forms.AnchorStyles.Right)));
     187      this.treeChart.BackgroundColor = System.Drawing.Color.White;
     188      this.treeChart.LineColor = System.Drawing.Color.Black;
     189      this.treeChart.Location = new System.Drawing.Point(6, 16);
     190      this.treeChart.ModifyTree = null;
     191      this.treeChart.Name = "treeChart";
     192      this.treeChart.Size = new System.Drawing.Size(201, 348);
     193      this.treeChart.SuspendRepaint = false;
     194      this.treeChart.TabIndex = 0;
     195      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
     196      this.treeChart.Tree = null;
     197      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
    208198      //
    209199      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
     
    223213      this.grpSimplify.PerformLayout();
    224214      this.flowLayoutPanel.ResumeLayout(false);
     215      this.flowLayoutPanel.PerformLayout();
    225216      this.grpViewHost.ResumeLayout(false);
    226217      this.ResumeLayout(false);
     
    230221    #endregion
    231222
    232     private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
     223    private HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart treeChart;
    233224    private System.Windows.Forms.SplitContainer splitContainer;
    234225    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
     
    239230    protected System.Windows.Forms.Button btnOptimizeConstants;
    240231    private System.Windows.Forms.Label treeStatusValue;
    241     private System.Windows.Forms.Label treeStatusLabel;
     232    private System.Windows.Forms.ToolTip toolTip;
    242233  }
    243234}
Note: See TracChangeset for help on using the changeset viewer.