Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/11 14:35:05 (13 years ago)
Author:
mkommend
Message:

#1418: Added names and descriptions to grammars and adapted their view.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarView.Designer.cs

    r5685 r5688  
    2121
    2222namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views {
    23   partial class SymbolicExpressionTreeGrammarView {
     23  partial class SymbolicExpressionGrammarView {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    5050                  | System.Windows.Forms.AnchorStyles.Left)
    5151                  | System.Windows.Forms.AnchorStyles.Right)));
    52       this.checkedItemListView.Location = new System.Drawing.Point(3, 3);
     52      this.checkedItemListView.Location = new System.Drawing.Point(0, 52);
    5353      this.checkedItemListView.Name = "itemListView";
    54       this.checkedItemListView.Size = new System.Drawing.Size(274, 239);
     54      this.checkedItemListView.Size = new System.Drawing.Size(351, 190);
    5555      this.checkedItemListView.TabIndex = 0;
    56       //
     56      //                                        
    5757      // DefaultSymbolicExpressionGrammarView
    5858      //
     
    6161      this.Controls.Add(this.checkedItemListView);
    6262      this.Name = "DefaultSymbolicExpressionGrammarView";
    63       this.Size = new System.Drawing.Size(280, 245);
     63      this.Size = new System.Drawing.Size(351, 245);
    6464      this.ResumeLayout(false);
    6565
Note: See TracChangeset for help on using the changeset viewer.