Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/14 16:10:24 (10 years ago)
Author:
psteiner
Message:

implementation FilterView and ComparisonFilterView

File:
1 edited

Legend:

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

    r10589 r10637  
    8484      this.cbAttr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    8585            | System.Windows.Forms.AnchorStyles.Right)));
     86      this.cbAttr.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    8687      this.cbAttr.FormattingEnabled = true;
    8788      this.cbAttr.Location = new System.Drawing.Point(92, 12);
     
    8990      this.cbAttr.Size = new System.Drawing.Size(247, 21);
    9091      this.cbAttr.TabIndex = 3;
     92      this.cbAttr.SelectedIndexChanged += new System.EventHandler(this.cbAttr_SelectedIndexChanged);
    9193      //
    9294      // cbFilterOperation
     
    9496      this.cbFilterOperation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    9597            | System.Windows.Forms.AnchorStyles.Right)));
     98      this.cbFilterOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    9699      this.cbFilterOperation.FormattingEnabled = true;
    97100      this.cbFilterOperation.Location = new System.Drawing.Point(92, 39);
     
    99102      this.cbFilterOperation.Size = new System.Drawing.Size(247, 21);
    100103      this.cbFilterOperation.TabIndex = 4;
     104      this.cbFilterOperation.SelectedIndexChanged += new System.EventHandler(this.cbFilterOperation_SelectedIndexChanged);
    101105      //
    102106      // tbFilterData
Note: See TracChangeset for help on using the changeset viewer.