Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/13 15:21:04 (11 years ago)
Author:
ascheibe
Message:

#2069

  • changed Solution from NamedItem to Item
  • adapted views to be only ItemViews
  • some more minor improvements
File:
1 edited

Legend:

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

    r9889 r9890  
    2626    private void InitializeComponent() {
    2727      this.graphTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView();
    28       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    2928      this.SuspendLayout();
    30       //
    31       // nameTextBox
    32       //
    33       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    34       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    3529      //
    3630      // graphTreeView
    3731      //
    3832      this.graphTreeView.AllowDrop = true;
    39       this.graphTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    40             | System.Windows.Forms.AnchorStyles.Left)
     33      this.graphTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     34            | System.Windows.Forms.AnchorStyles.Left) 
    4135            | System.Windows.Forms.AnchorStyles.Right)));
    4236      this.graphTreeView.Caption = "Graphical SymbolicExpressionTree View";
    4337      this.graphTreeView.Content = null;
    44       this.graphTreeView.Location = new System.Drawing.Point(6, 26);
     38      this.graphTreeView.Location = new System.Drawing.Point(6, 3);
    4539      this.graphTreeView.Name = "graphTreeView";
    4640      this.graphTreeView.ReadOnly = false;
    47       this.graphTreeView.Size = new System.Drawing.Size(342, 190);
     41      this.graphTreeView.Size = new System.Drawing.Size(342, 213);
    4842      this.graphTreeView.TabIndex = 0;
    4943      //
     
    5347      this.Name = "SolutionProgramView";
    5448      this.Size = new System.Drawing.Size(351, 219);
    55       this.Controls.SetChildIndex(this.nameLabel, 0);
    56       this.Controls.SetChildIndex(this.nameTextBox, 0);
    57       this.Controls.SetChildIndex(this.infoLabel, 0);
    58       this.Controls.SetChildIndex(this.graphTreeView, 0);
    59       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    6049      this.ResumeLayout(false);
    61       this.PerformLayout();
    6250
    6351    }
Note: See TracChangeset for help on using the changeset viewer.