Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12185


Ignore:
Timestamp:
03/10/15 16:34:31 (9 years ago)
Author:
pfleck
Message:

#2025 Fixed Tab-order and search icon.

File:
1 edited

Legend:

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

    r12184 r12185  
    8888      // searchLabel
    8989      //
    90       this.searchLabel.Image = ((System.Drawing.Image)(resources.GetObject("searchLabel.Image")));
     90      this.searchLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
    9191      this.searchLabel.Location = new System.Drawing.Point(3, 3);
    9292      this.searchLabel.Name = "searchLabel";
    9393      this.searchLabel.Size = new System.Drawing.Size(20, 20);
    94       this.searchLabel.TabIndex = 1;
     94      this.searchLabel.TabIndex = 0;
    9595      this.toolTip.SetToolTip(this.searchLabel, "Enter string to search for items");
    9696      //
    9797      // splitContainer
    9898      //
    99       this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    100             | System.Windows.Forms.AnchorStyles.Left) 
     99      this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     100            | System.Windows.Forms.AnchorStyles.Left)
    101101            | System.Windows.Forms.AnchorStyles.Right)));
    102102      this.splitContainer.Location = new System.Drawing.Point(12, 12);
     
    115115      this.splitContainer.Size = new System.Drawing.Size(600, 391);
    116116      this.splitContainer.SplitterDistance = 292;
    117       this.splitContainer.TabIndex = 4;
     117      this.splitContainer.TabIndex = 0;
    118118      //
    119119      // searchTextBox
    120120      //
    121       this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     121      this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    122122            | System.Windows.Forms.AnchorStyles.Right)));
    123123      this.searchTextBox.Location = new System.Drawing.Point(29, 3);
     
    129129      // typesTreeView
    130130      //
    131       this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    132             | System.Windows.Forms.AnchorStyles.Left) 
     131      this.typesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     132            | System.Windows.Forms.AnchorStyles.Left)
    133133            | System.Windows.Forms.AnchorStyles.Right)));
    134134      this.typesTreeView.HideSelection = false;
Note: See TracChangeset for help on using the changeset viewer.