Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/15 12:03:52 (9 years ago)
Author:
pfleck
Message:

#2025 Changed tab indices and focus behavior on first show.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NewItemDialog/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs

    r12201 r12202  
    127127      this.expandAllButton.Name = "expandAllButton";
    128128      this.expandAllButton.Size = new System.Drawing.Size(23, 23);
    129       this.expandAllButton.TabIndex = 4;
     129      this.expandAllButton.TabIndex = 1;
    130130      this.expandAllButton.UseVisualStyleBackColor = true;
    131131      this.expandAllButton.Click += new System.EventHandler(this.expandAllButton_Click);
     
    137137      this.collapseAllButton.Name = "collapseAllButton";
    138138      this.collapseAllButton.Size = new System.Drawing.Size(23, 23);
    139       this.collapseAllButton.TabIndex = 5;
     139      this.collapseAllButton.TabIndex = 2;
    140140      this.collapseAllButton.UseVisualStyleBackColor = true;
    141141      this.collapseAllButton.Click += new System.EventHandler(this.collapseAllButton_Click);
     
    148148      this.searchTextBox.Name = "searchTextBox";
    149149      this.searchTextBox.Size = new System.Drawing.Size(514, 20);
    150       this.searchTextBox.TabIndex = 1;
     150      this.searchTextBox.TabIndex = 3;
    151151      this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
    152152      //
     
    164164      this.typesTreeView.ShowNodeToolTips = true;
    165165      this.typesTreeView.Size = new System.Drawing.Size(594, 260);
    166       this.typesTreeView.TabIndex = 2;
     166      this.typesTreeView.TabIndex = 4;
    167167      this.typesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.itemsTreeView_AfterSelect);
    168168      this.typesTreeView.VisibleChanged += new System.EventHandler(this.itemsTreeView_VisibleChanged);
Note: See TracChangeset for help on using the changeset viewer.