Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/14 14:07:32 (11 years ago)
Author:
sbreuer
Message:
  • start with search at the beginning when reached the end
File:
1 edited

Legend:

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

    r10705 r10706  
    3737      this.txtValue = new System.Windows.Forms.TextBox();
    3838      this.label1 = new System.Windows.Forms.Label();
    39       this.lblEndReached = new System.Windows.Forms.Label();
    4039      this.tabSearchReplace.SuspendLayout();
    4140      this.tabReplace.SuspendLayout();
     
    5251      this.tabSearchReplace.Name = "tabSearchReplace";
    5352      this.tabSearchReplace.SelectedIndex = 0;
    54       this.tabSearchReplace.Size = new System.Drawing.Size(564, 143);
     53      this.tabSearchReplace.Size = new System.Drawing.Size(564, 132);
    5554      this.tabSearchReplace.TabIndex = 0;
    5655      this.tabSearchReplace.SelectedIndexChanged += new System.EventHandler(this.tabSearchReplace_SelectedIndexChanged);
     
    6160      this.tabSearch.Name = "tabSearch";
    6261      this.tabSearch.Padding = new System.Windows.Forms.Padding(3);
    63       this.tabSearch.Size = new System.Drawing.Size(556, 109);
     62      this.tabSearch.Size = new System.Drawing.Size(556, 117);
    6463      this.tabSearch.TabIndex = 0;
    6564      this.tabSearch.Text = "Search";
     
    6867      // tabReplace
    6968      //
    70       this.tabReplace.Controls.Add(this.lblEndReached);
    7169      this.tabReplace.Controls.Add(this.txtSearchString);
    7270      this.tabReplace.Controls.Add(this.lblSearch);
     
    8280      this.tabReplace.Name = "tabReplace";
    8381      this.tabReplace.Padding = new System.Windows.Forms.Padding(3);
    84       this.tabReplace.Size = new System.Drawing.Size(556, 117);
     82      this.tabReplace.Size = new System.Drawing.Size(556, 106);
    8583      this.tabReplace.TabIndex = 1;
    8684      this.tabReplace.Text = "Replace";
     
    174172      this.label1.Text = "Replace with";
    175173      //
    176       // lblEndReached
    177       //
    178       this.lblEndReached.AutoSize = true;
    179       this.lblEndReached.Location = new System.Drawing.Point(218, 100);
    180       this.lblEndReached.Name = "lblEndReached";
    181       this.lblEndReached.Size = new System.Drawing.Size(139, 13);
    182       this.lblEndReached.TabIndex = 24;
    183       this.lblEndReached.Text = "No more occurences found.";
    184       //
    185174      // FindAndReplaceDialog
    186175      //
    187176      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    188177      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    189       this.ClientSize = new System.Drawing.Size(588, 167);
     178      this.ClientSize = new System.Drawing.Size(588, 156);
    190179      this.Controls.Add(this.tabSearchReplace);
    191180      this.Name = "FindAndReplaceDialog";
     
    213202    private System.Windows.Forms.TextBox txtValue;
    214203    private System.Windows.Forms.Label label1;
    215     private System.Windows.Forms.Label lblEndReached;
    216204  }
    217205}
Note: See TracChangeset for help on using the changeset viewer.