Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/11 23:56:39 (13 years ago)
Author:
mkommend
Message:

#1313: Implemented new views for data analysis solutions.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/GraphicalSymbolicDataAnalysisModelView.designer.cs

    r5818 r5829  
    2121
    2222namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
    23   partial class SymbolicExpressionModelView {
     23  partial class GraphicalSymbolicDataAnalysisModelView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.modelGroupBox = new System.Windows.Forms.GroupBox();
    48       this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    49       this.modelGroupBox.SuspendLayout();
     47      this.symbolicExpressionTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView();
    5048      this.SuspendLayout();
    5149      //
    52       // modelGroupBox
     50      // expressionTreeView
    5351      //
    54       this.modelGroupBox.Controls.Add(this.viewHost);
    55       this.modelGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    56       this.modelGroupBox.Location = new System.Drawing.Point(0, 0);
    57       this.modelGroupBox.Name = "modelGroupBox";
    58       this.modelGroupBox.Size = new System.Drawing.Size(352, 413);
    59       this.modelGroupBox.TabIndex = 0;
    60       this.modelGroupBox.TabStop = false;
    61       this.modelGroupBox.Text = "Symbolic Expression Model";
    62       //
    63       // viewHost
    64       //
    65       this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    66                   | System.Windows.Forms.AnchorStyles.Left)
    67                   | System.Windows.Forms.AnchorStyles.Right)));
    68       this.viewHost.Content = null;
    69       this.viewHost.Location = new System.Drawing.Point(6, 19);
    70       this.viewHost.Name = "viewHost";
    71       this.viewHost.ReadOnly = false;
    72       this.viewHost.Size = new System.Drawing.Size(340, 388);
    73       this.viewHost.TabIndex = 0;
    74       this.viewHost.ViewType = null;
     52      this.symbolicExpressionTreeView.AllowDrop = true;
     53      this.symbolicExpressionTreeView.Caption = "Graphical SymbolicExpressionTree View";
     54      this.symbolicExpressionTreeView.Content = null;
     55      this.symbolicExpressionTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     56      this.symbolicExpressionTreeView.Location = new System.Drawing.Point(0, 0);
     57      this.symbolicExpressionTreeView.Name = "expressionTreeView";
     58      this.symbolicExpressionTreeView.ReadOnly = false;
     59      this.symbolicExpressionTreeView.Size = new System.Drawing.Size(352, 413);
     60      this.symbolicExpressionTreeView.TabIndex = 0;
    7561      //
    7662      // SymbolicExpressionModelView
     
    7965      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8066      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    81       this.Controls.Add(this.modelGroupBox);
     67      this.Controls.Add(this.symbolicExpressionTreeView);
    8268      this.Name = "SymbolicExpressionModelView";
    8369      this.Size = new System.Drawing.Size(352, 413);
    84       this.modelGroupBox.ResumeLayout(false);
    8570      this.ResumeLayout(false);
    8671
     
    8873
    8974    #endregion
    90 
    91     private System.Windows.Forms.GroupBox modelGroupBox;
    92     private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
     75    private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView symbolicExpressionTreeView;
    9376
    9477  }
Note: See TracChangeset for help on using the changeset viewer.