Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/14 17:37:19 (10 years ago)
Author:
psteiner
Message:

Implemented Filterview, ComparisonFilterView

File:
1 edited

Legend:

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

    r9456 r10589  
    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);
    5051      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5152      this.SuspendLayout();
     
    5354      // txtConstraintData
    5455      //
    55       this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    56                   | System.Windows.Forms.AnchorStyles.Right)));
     56      this.txtConstraintData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
     57            | System.Windows.Forms.AnchorStyles.Right)));
    5758      this.errorProvider.SetIconAlignment(this.txtConstraintData, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    5859      this.errorProvider.SetIconPadding(this.txtConstraintData, 2);
     
    6162      this.txtConstraintData.Size = new System.Drawing.Size(246, 20);
    6263      this.txtConstraintData.TabIndex = 9;
     64      this.txtConstraintData.Validating += new System.ComponentModel.CancelEventHandler(this.txtConstraintData_Validating);
    6365      this.txtConstraintData.Validated += new System.EventHandler(this.txtConstraintData_Validated);
    64       this.txtConstraintData.Validating += new System.ComponentModel.CancelEventHandler(this.txtConstraintData_Validating);
    6566      //
    6667      // errorProvider
     
    6869      this.errorProvider.ContainerControl = this;
    6970      //
     71      // contextMenuStrip1
     72      //
     73      this.contextMenuStrip1.Name = "contextMenuStrip1";
     74      //
    7075      // RunCollectionComparisonConstraintView
    7176      //
    72       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7377      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    7478      this.Controls.Add(this.txtConstraintData);
     
    8892    private System.Windows.Forms.TextBox txtConstraintData;
    8993    private System.Windows.Forms.ErrorProvider errorProvider;
     94    private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
    9095  }
    9196}
Note: See TracChangeset for help on using the changeset viewer.