Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 17:42:44 (10 years ago)
Author:
mkommend
Message:

#2206: Clean up of data preprocessing code (removed unused code, used more appropriate collections, hiding of the backtransform button of symreg models).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.Optimization.Views/3.3/RunCollectionConstraintViews/RunCollectionComparisonConstraintView.Designer.cs

    r10589 r11070  
    4848      this.txtConstraintData = new System.Windows.Forms.TextBox();
    4949      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    50       this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
    5150      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5251      this.SuspendLayout();
     
    5453      // txtConstraintData
    5554      //
    56       this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     55      this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    5756            | System.Windows.Forms.AnchorStyles.Right)));
    5857      this.errorProvider.SetIconAlignment(this.txtConstraintData, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
     
    6867      //
    6968      this.errorProvider.ContainerControl = this;
    70       //
    71       // contextMenuStrip1
    72       //
    73       this.contextMenuStrip1.Name = "contextMenuStrip1";
    7469      //
    7570      // RunCollectionComparisonConstraintView
     
    9287    private System.Windows.Forms.TextBox txtConstraintData;
    9388    private System.Windows.Forms.ErrorProvider errorProvider;
    94     private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
    9589  }
    9690}
Note: See TracChangeset for help on using the changeset viewer.