Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/10 05:47:17 (14 years ago)
Author:
swagner
Message:

Changed tab order of search textbox and types treeview (#894)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs

    r2952 r2957  
    7373      this.typesTreeView.ShowNodeToolTips = true;
    7474      this.typesTreeView.Size = new System.Drawing.Size(291, 166);
    75       this.typesTreeView.TabIndex = 2;
     75      this.typesTreeView.TabIndex = 0;
    7676      this.typesTreeView.VisibleChanged += new System.EventHandler(this.typesTreeView_VisibleChanged);
    7777      this.typesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.typesTreeView_AfterSelect);
     
    121121      this.searchLabel.Name = "searchLabel";
    122122      this.searchLabel.Size = new System.Drawing.Size(20, 20);
    123       this.searchLabel.TabIndex = 0;
     123      this.searchLabel.TabIndex = 1;
    124124      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for types");
    125125      //
     
    131131      this.searchTextBox.Name = "searchTextBox";
    132132      this.searchTextBox.Size = new System.Drawing.Size(265, 20);
    133       this.searchTextBox.TabIndex = 1;
     133      this.searchTextBox.TabIndex = 2;
    134134      this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for types");
    135135      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
Note: See TracChangeset for help on using the changeset viewer.