Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/14 14:35:48 (10 years ago)
Author:
pfleck
Message:
  • changed ViewShortcutCollection(View) to ViewShortcutList(View)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessingView.designer.cs

    r10625 r10904  
    5151      this.exportProblemButton = new System.Windows.Forms.Button();
    5252      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    53       this.viewShortcutCollectionView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutCollectionView();
     53      this.viewShortcutListView = new HeuristicLab.DataPreprocessing.Views.ViewShortcutListView();
    5454      this.SuspendLayout();
    5555      //
     
    8787      this.exportProblemButton.Click += new System.EventHandler(this.exportProblemButton_Click);
    8888      //
    89       // viewShortcutCollectionView
     89      // ViewShortcutListView
    9090      //
    91       this.viewShortcutCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     91      this.viewShortcutListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    9292            | System.Windows.Forms.AnchorStyles.Left)
    9393            | System.Windows.Forms.AnchorStyles.Right)));
    94       this.viewShortcutCollectionView.Caption = "ViewShortcutCollection View";
    95       this.viewShortcutCollectionView.Content = null;
    96       this.viewShortcutCollectionView.Location = new System.Drawing.Point(4, 33);
    97       this.viewShortcutCollectionView.Name = "viewShortcutCollectionView";
    98       this.viewShortcutCollectionView.ReadOnly = false;
    99       this.viewShortcutCollectionView.ShowDetails = true;
    100       this.viewShortcutCollectionView.Size = new System.Drawing.Size(831, 413);
    101       this.viewShortcutCollectionView.TabIndex = 4;
     94      this.viewShortcutListView.Caption = "ViewShortcutCollection View";
     95      this.viewShortcutListView.Content = null;
     96      this.viewShortcutListView.Location = new System.Drawing.Point(4, 33);
     97      this.viewShortcutListView.Name = "viewShortcutListView";
     98      this.viewShortcutListView.ReadOnly = false;
     99      this.viewShortcutListView.Size = new System.Drawing.Size(831, 413);
     100      this.viewShortcutListView.TabIndex = 4;
    102101      //
    103102      // DataPreprocessingView
     
    105104      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    106105      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    107       this.Controls.Add(this.viewShortcutCollectionView);
     106      this.Controls.Add(this.viewShortcutListView);
    108107      this.Controls.Add(this.undoButton);
    109108      this.Controls.Add(this.applyInNewTabButton);
     
    121120    private System.Windows.Forms.Button undoButton;
    122121    private System.Windows.Forms.ToolTip toolTip;
    123     private ViewShortcutCollectionView viewShortcutCollectionView;
     122    private ViewShortcutListView viewShortcutListView;
    124123
    125124  }
Note: See TracChangeset for help on using the changeset viewer.