Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/13 13:13:41 (11 years ago)
Author:
spimming
Message:

#1888:

  • Merged revisions from trunk
Location:
branches/OaaS
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS

  • branches/OaaS/HeuristicLab.Problems.DataAnalysis.Symbolic.Views

    • Property svn:mergeinfo set to (toggle deleted branches)
      /trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Viewsmergedeligible
      /branches/Algorithms.GradientDescent/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5516-5520
      /branches/Benchmarking/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views6917-7005
      /branches/CloningRefactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views4656-4721
      /branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5471-5808
      /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5815-6180
      /branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.Symbolic.Views4458-4459,​4462,​4464
      /branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Symbolic.Views6284-6795
      /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5060
      /branches/HeuristicLab.TreeSimplifier/HeuristicLab.Problems.DataAnalysis.Symbolic.Views8388-8942
      /branches/NET40/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5138-5162
      /branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5175-5192
      /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Problems.DataAnalysis.Symbolic.Views7568-7810
      /branches/QAPAlgorithms/HeuristicLab.Problems.DataAnalysis.Symbolic.Views6350-6627
      /branches/Restructure trunk solution/HeuristicLab.Problems.DataAnalysis.Symbolic.Views6828
      /branches/RuntimeOptimizer/HeuristicLab.Problems.DataAnalysis.Symbolic.Views8943-9078
      /branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.DataAnalysis.Symbolic.Views7787-8333
      /branches/SlaveShutdown/HeuristicLab.Problems.DataAnalysis.Symbolic.Views8944-8956
      /branches/SuccessProgressAnalysis/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5370-5682
      /branches/Trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views6829-6865
      /branches/UnloadJobs/HeuristicLab.Problems.DataAnalysis.Symbolic.Views9168-9215
      /branches/VNS/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5594-5752
      /branches/histogram/HeuristicLab.Problems.DataAnalysis.Symbolic.Views5959-6341
  • branches/OaaS/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4

    • Property svn:ignore
      •  

        old new  
         1*.user
         2Plugin.cs
        13bin
        24obj
        3 *.user
        4 HeuristicLabProblemsDataAnalysisSymbolicViewsPlugin.cs
        5 *.vs10x
        6 Plugin.cs
  • branches/OaaS/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs

    r8053 r9363  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
     47      this.components = new System.ComponentModel.Container();
    4848      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    4949      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5050      this.grpSimplify = new System.Windows.Forms.GroupBox();
     51      this.treeStatusValue = new System.Windows.Forms.Label();
    5152      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
     53      this.btnOptimizeConstants = new System.Windows.Forms.Button();
    5254      this.btnSimplify = new System.Windows.Forms.Button();
    53       this.btnOptimizeConstants = new System.Windows.Forms.Button();
     55      this.treeStatusLabel = new System.Windows.Forms.Label();
     56      this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
    5457      this.grpViewHost = new System.Windows.Forms.GroupBox();
    5558      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     
    6265      this.SuspendLayout();
    6366      //
    64       // treeChart
    65       //
    66       this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    67             | System.Windows.Forms.AnchorStyles.Left)
    68             | System.Windows.Forms.AnchorStyles.Right)));
    69       this.treeChart.BackgroundColor = System.Drawing.Color.White;
    70       this.treeChart.LineColor = System.Drawing.Color.Black;
    71       this.treeChart.Location = new System.Drawing.Point(6, 16);
    72       this.treeChart.Name = "treeChart";
    73       this.treeChart.Size = new System.Drawing.Size(201, 291);
    74       this.treeChart.Spacing = 5;
    75       this.treeChart.TabIndex = 0;
    76       this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
    77       this.treeChart.Tree = null;
    78       this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
    79       //
    8067      // viewHost
    8168      //
     
    8976      this.viewHost.Name = "viewHost";
    9077      this.viewHost.ReadOnly = false;
    91       this.viewHost.Size = new System.Drawing.Size(335, 326);
     78      this.viewHost.Size = new System.Drawing.Size(336, 383);
    9279      this.viewHost.TabIndex = 0;
    9380      this.viewHost.ViewsLabelVisible = true;
     
    10794      //
    10895      this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
    109       this.splitContainer.Size = new System.Drawing.Size(564, 348);
     96      this.splitContainer.Size = new System.Drawing.Size(565, 405);
    11097      this.splitContainer.SplitterDistance = 213;
    11198      this.splitContainer.TabIndex = 1;
     
    113100      // grpSimplify
    114101      //
     102      this.grpSimplify.AutoSize = true;
     103      this.grpSimplify.Controls.Add(this.treeStatusValue);
    115104      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
     105      this.grpSimplify.Controls.Add(this.treeStatusLabel);
    116106      this.grpSimplify.Controls.Add(this.treeChart);
    117107      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
    118108      this.grpSimplify.Location = new System.Drawing.Point(0, 0);
    119109      this.grpSimplify.Name = "grpSimplify";
    120       this.grpSimplify.Size = new System.Drawing.Size(213, 348);
     110      this.grpSimplify.Size = new System.Drawing.Size(213, 405);
    121111      this.grpSimplify.TabIndex = 1;
    122112      this.grpSimplify.TabStop = false;
    123113      this.grpSimplify.Text = "Simplify";
     114      //
     115      // treeStatusValue
     116      //
     117      this.treeStatusValue.AutoSize = true;
     118      this.treeStatusValue.BackColor = System.Drawing.Color.Transparent;
     119      this.treeStatusValue.ForeColor = System.Drawing.Color.Green;
     120      this.treeStatusValue.Location = new System.Drawing.Point(72, 16);
     121      this.treeStatusValue.Name = "treeStatusValue";
     122      this.treeStatusValue.Size = new System.Drawing.Size(30, 13);
     123      this.treeStatusValue.TabIndex = 3;
     124      this.treeStatusValue.Text = "Valid";
    124125      //
    125126      // flowLayoutPanel
     
    129130      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
    130131      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
    131       this.flowLayoutPanel.Location = new System.Drawing.Point(6, 313);
     132      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
    132133      this.flowLayoutPanel.Name = "flowLayoutPanel";
    133134      this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
    134135      this.flowLayoutPanel.TabIndex = 2;
    135136      this.flowLayoutPanel.WrapContents = false;
    136       //
    137       // btnSimplify
    138       //
    139       this.btnSimplify.Location = new System.Drawing.Point(3, 3);
    140       this.btnSimplify.Name = "btnSimplify";
    141       this.btnSimplify.Size = new System.Drawing.Size(95, 23);
    142       this.btnSimplify.TabIndex = 1;
    143       this.btnSimplify.Text = "Simplify";
    144       this.btnSimplify.UseVisualStyleBackColor = true;
    145       this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
    146137      //
    147138      // btnOptimizeConstants
     
    157148      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
    158149      //
     150      // btnSimplify
     151      //
     152      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
     153      this.btnSimplify.Name = "btnSimplify";
     154      this.btnSimplify.Size = new System.Drawing.Size(95, 23);
     155      this.btnSimplify.TabIndex = 1;
     156      this.btnSimplify.Text = "Simplify";
     157      this.btnSimplify.UseVisualStyleBackColor = true;
     158      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
     159      //
     160      // treeStatusLabel
     161      //
     162      this.treeStatusLabel.AutoSize = true;
     163      this.treeStatusLabel.BackColor = System.Drawing.Color.Transparent;
     164      this.treeStatusLabel.Location = new System.Drawing.Point(6, 16);
     165      this.treeStatusLabel.Name = "treeStatusLabel";
     166      this.treeStatusLabel.Size = new System.Drawing.Size(68, 13);
     167      this.treeStatusLabel.TabIndex = 2;
     168      this.treeStatusLabel.Text = "Tree Status: ";
     169      //
     170      // treeChart
     171      //
     172      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     173            | System.Windows.Forms.AnchorStyles.Left)
     174            | System.Windows.Forms.AnchorStyles.Right)));
     175      this.treeChart.BackgroundColor = System.Drawing.Color.White;
     176      this.treeChart.LineColor = System.Drawing.Color.Black;
     177      this.treeChart.Location = new System.Drawing.Point(6, 32);
     178      this.treeChart.ModifyTree = null;
     179      this.treeChart.Name = "treeChart";
     180      this.treeChart.Size = new System.Drawing.Size(201, 332);
     181      this.treeChart.Spacing = 5;
     182      this.treeChart.SuspendRepaint = false;
     183      this.treeChart.TabIndex = 0;
     184      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
     185      this.treeChart.Tree = null;
     186      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
     187      //
    159188      // grpViewHost
    160189      //
     
    163192      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
    164193      this.grpViewHost.Name = "grpViewHost";
    165       this.grpViewHost.Size = new System.Drawing.Size(347, 348);
     194      this.grpViewHost.Size = new System.Drawing.Size(348, 405);
    166195      this.grpViewHost.TabIndex = 1;
    167196      this.grpViewHost.TabStop = false;
     
    171200      //
    172201      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    173       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     202      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    174203      this.Controls.Add(this.splitContainer);
     204      this.DoubleBuffered = true;
    175205      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
    176       this.Size = new System.Drawing.Size(564, 348);
     206      this.Size = new System.Drawing.Size(565, 405);
    177207      this.splitContainer.Panel1.ResumeLayout(false);
     208      this.splitContainer.Panel1.PerformLayout();
    178209      this.splitContainer.Panel2.ResumeLayout(false);
    179210      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    180211      this.splitContainer.ResumeLayout(false);
    181212      this.grpSimplify.ResumeLayout(false);
     213      this.grpSimplify.PerformLayout();
    182214      this.flowLayoutPanel.ResumeLayout(false);
    183215      this.grpViewHost.ResumeLayout(false);
     
    188220    #endregion
    189221
    190     private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
     222    private InteractiveSymbolicExpressionTreeChart treeChart;
    191223    private System.Windows.Forms.SplitContainer splitContainer;
    192224    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
     
    196228    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
    197229    protected System.Windows.Forms.Button btnOptimizeConstants;
     230    private System.Windows.Forms.Label treeStatusValue;
     231    private System.Windows.Forms.Label treeStatusLabel;
    198232  }
    199233}
Note: See TracChangeset for help on using the changeset viewer.