Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/13 14:38:09 (11 years ago)
Author:
ascheibe
Message:

#2069 cleaned up views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode.Views/3.3/SolutionProgramView.Designer.cs

    r9790 r9889  
    2020#endregion
    2121
    22 using System.Windows.Forms;
    2322using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views;
    2423
    2524namespace HeuristicLab.Problems.Robocode {
    2625  partial class SolutionProgramView {
    27     private Panel panel;
    28     private GraphicalSymbolicExpressionTreeView graphTreeView;
    29 
    3026    private void InitializeComponent() {
    31       this.panel = new System.Windows.Forms.Panel();
     27      this.graphTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView();
    3228      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    3329      this.SuspendLayout();
     
    3834      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    3935      //
    40       // panel
     36      // graphTreeView
    4137      //
    42       this.panel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     38      this.graphTreeView.AllowDrop = true;
     39      this.graphTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    4340            | System.Windows.Forms.AnchorStyles.Left)
    4441            | System.Windows.Forms.AnchorStyles.Right)));
    45       this.panel.Location = new System.Drawing.Point(3, 26);
    46       this.panel.Name = "panel";
    47       this.panel.Size = new System.Drawing.Size(345, 190);
    48       this.panel.TabIndex = 3;
     42      this.graphTreeView.Caption = "Graphical SymbolicExpressionTree View";
     43      this.graphTreeView.Content = null;
     44      this.graphTreeView.Location = new System.Drawing.Point(6, 26);
     45      this.graphTreeView.Name = "graphTreeView";
     46      this.graphTreeView.ReadOnly = false;
     47      this.graphTreeView.Size = new System.Drawing.Size(342, 190);
     48      this.graphTreeView.TabIndex = 0;
    4949      //
    5050      // SolutionProgramView
    5151      //
    52       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    53       this.Controls.Add(this.panel);
     52      this.Controls.Add(this.graphTreeView);
    5453      this.Name = "SolutionProgramView";
    5554      this.Size = new System.Drawing.Size(351, 219);
    56       this.Controls.SetChildIndex(this.panel, 0);
    5755      this.Controls.SetChildIndex(this.nameLabel, 0);
    5856      this.Controls.SetChildIndex(this.nameTextBox, 0);
    5957      this.Controls.SetChildIndex(this.infoLabel, 0);
     58      this.Controls.SetChildIndex(this.graphTreeView, 0);
    6059      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    6160      this.ResumeLayout(false);
     
    6362
    6463    }
     64
     65    private GraphicalSymbolicExpressionTreeView graphTreeView;
    6566  }
    6667}
Note: See TracChangeset for help on using the changeset viewer.