Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/14 13:16:54 (10 years ago)
Author:
sbreuer
Message:
  • close find and replace dialog when switching to other view
  • scroll to found cell on find next
  • fix search bug (search even if nothing is selected)
  • set cursor in search field and set find next button to default
  • do not show any icon in find and replace dialog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/FindAndReplaceDialog.Designer.cs

    r10706 r10739  
    6060      this.tabSearch.Name = "tabSearch";
    6161      this.tabSearch.Padding = new System.Windows.Forms.Padding(3);
    62       this.tabSearch.Size = new System.Drawing.Size(556, 117);
     62      this.tabSearch.Size = new System.Drawing.Size(556, 106);
    6363      this.tabSearch.TabIndex = 0;
    6464      this.tabSearch.Text = "Search";
     
    178178      this.ClientSize = new System.Drawing.Size(588, 156);
    179179      this.Controls.Add(this.tabSearchReplace);
     180      this.MaximizeBox = false;
     181      this.MinimizeBox = false;
    180182      this.Name = "FindAndReplaceDialog";
     183      this.ShowIcon = false;
     184      this.ShowInTaskbar = false;
    181185      this.Text = "Find and Replace";
    182186      this.tabSearchReplace.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.