Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/14 13:47:19 (10 years ago)
Author:
sbreuer
Message:
  • enhanced usability
File:
1 edited

Legend:

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

    r10672 r10705  
    3737      this.txtValue = new System.Windows.Forms.TextBox();
    3838      this.label1 = new System.Windows.Forms.Label();
     39      this.lblEndReached = new System.Windows.Forms.Label();
    3940      this.tabSearchReplace.SuspendLayout();
    4041      this.tabReplace.SuspendLayout();
     
    5152      this.tabSearchReplace.Name = "tabSearchReplace";
    5253      this.tabSearchReplace.SelectedIndex = 0;
    53       this.tabSearchReplace.Size = new System.Drawing.Size(564, 135);
     54      this.tabSearchReplace.Size = new System.Drawing.Size(564, 143);
    5455      this.tabSearchReplace.TabIndex = 0;
    5556      this.tabSearchReplace.SelectedIndexChanged += new System.EventHandler(this.tabSearchReplace_SelectedIndexChanged);
     
    6768      // tabReplace
    6869      //
     70      this.tabReplace.Controls.Add(this.lblEndReached);
    6971      this.tabReplace.Controls.Add(this.txtSearchString);
    7072      this.tabReplace.Controls.Add(this.lblSearch);
     
    8082      this.tabReplace.Name = "tabReplace";
    8183      this.tabReplace.Padding = new System.Windows.Forms.Padding(3);
    82       this.tabReplace.Size = new System.Drawing.Size(556, 109);
     84      this.tabReplace.Size = new System.Drawing.Size(556, 117);
    8385      this.tabReplace.TabIndex = 1;
    8486      this.tabReplace.Text = "Replace";
     
    172174      this.label1.Text = "Replace with";
    173175      //
     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      //
    174185      // FindAndReplaceDialog
    175186      //
    176187      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    177188      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    178       this.ClientSize = new System.Drawing.Size(588, 159);
     189      this.ClientSize = new System.Drawing.Size(588, 167);
    179190      this.Controls.Add(this.tabSearchReplace);
    180191      this.Name = "FindAndReplaceDialog";
     
    202213    private System.Windows.Forms.TextBox txtValue;
    203214    private System.Windows.Forms.Label label1;
     215    private System.Windows.Forms.Label lblEndReached;
    204216  }
    205217}
Note: See TracChangeset for help on using the changeset viewer.