Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/14 10:51:34 (10 years ago)
Author:
rstoll
Message:
  • Disabled Replace tab in SearchAndReplaceDialog if a filter is active
  • Disabled Replace button in DataGridview if filter is active
  • Refactored/Changed IFilterLogic#IsFiltered from method to property
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/SearchAndReplaceDialog.Designer.cs

    r10870 r10930  
    2727      this.tabSearch = new System.Windows.Forms.TabPage();
    2828      this.tabReplace = new System.Windows.Forms.TabPage();
     29      this.cmbComparisonOperator = new System.Windows.Forms.ComboBox();
    2930      this.txtSearchString = new System.Windows.Forms.TextBox();
    3031      this.lblSearch = new System.Windows.Forms.Label();
     
    3738      this.txtValue = new System.Windows.Forms.TextBox();
    3839      this.label1 = new System.Windows.Forms.Label();
    39       this.cmbComparisonOperator = new System.Windows.Forms.ComboBox();
    4040      this.tabSearchReplace.SuspendLayout();
    4141      this.tabReplace.SuspendLayout();
     
    8787      this.tabReplace.UseVisualStyleBackColor = true;
    8888      //
     89      // cmbComparisonOperator
     90      //
     91      this.cmbComparisonOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     92      this.cmbComparisonOperator.FormattingEnabled = true;
     93      this.cmbComparisonOperator.Location = new System.Drawing.Point(103, 19);
     94      this.cmbComparisonOperator.Name = "cmbComparisonOperator";
     95      this.cmbComparisonOperator.Size = new System.Drawing.Size(45, 21);
     96      this.cmbComparisonOperator.TabIndex = 24;
     97      //
    8998      // txtSearchString
    9099      //
     
    173182      this.label1.TabIndex = 14;
    174183      this.label1.Text = "Replace with";
    175       //
    176       // cmbComparisonOperator
    177       //
    178       this.cmbComparisonOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    179       this.cmbComparisonOperator.FormattingEnabled = true;
    180       this.cmbComparisonOperator.Location = new System.Drawing.Point(103, 19);
    181       this.cmbComparisonOperator.Name = "cmbComparisonOperator";
    182       this.cmbComparisonOperator.Size = new System.Drawing.Size(45, 21);
    183       this.cmbComparisonOperator.TabIndex = 24;
    184184      //
    185185      // SearchAndReplaceDialog
Note: See TracChangeset for help on using the changeset viewer.