Changeset 2957
- Timestamp:
- 03/07/10 05:47:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs
r2952 r2957 73 73 this.typesTreeView.ShowNodeToolTips = true; 74 74 this.typesTreeView.Size = new System.Drawing.Size(291, 166); 75 this.typesTreeView.TabIndex = 2;75 this.typesTreeView.TabIndex = 0; 76 76 this.typesTreeView.VisibleChanged += new System.EventHandler(this.typesTreeView_VisibleChanged); 77 77 this.typesTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.typesTreeView_AfterSelect); … … 121 121 this.searchLabel.Name = "searchLabel"; 122 122 this.searchLabel.Size = new System.Drawing.Size(20, 20); 123 this.searchLabel.TabIndex = 0;123 this.searchLabel.TabIndex = 1; 124 124 this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for types"); 125 125 // … … 131 131 this.searchTextBox.Name = "searchTextBox"; 132 132 this.searchTextBox.Size = new System.Drawing.Size(265, 20); 133 this.searchTextBox.TabIndex = 1;133 this.searchTextBox.TabIndex = 2; 134 134 this.toolTip.SetToolTip(this.searchTextBox, "Enter string to search for types"); 135 135 this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
Note: See TracChangeset
for help on using the changeset viewer.