Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/21 16:41:42 (3 years ago)
Author:
gkronber
Message:

#3073 refactoring to prepare for trunk reintegration

Location:
branches/3073_IA_constraint_splitting_reintegration
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/3073_IA_constraint_splitting_reintegration

    • Property svn:ignore
      •  

        old new  
        11bin
         2TestResults
  • branches/3073_IA_constraint_splitting_reintegration/HeuristicLab.Problems.DataAnalysis.Views/3.4/ShapeConstraintsView.Designer.cs

    r17890 r17891  
    2727
    2828namespace HeuristicLab.Problems.DataAnalysis.Views {
    29   partial class ProblemDataConstraintView {
     29  partial class ShapeConstraintsView {
    3030    /// <summary>
    3131    /// Required designer variable.
     
    3838    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    3939    protected override void Dispose(bool disposing) {
    40         if (disposing && (components != null)) {
    41             components.Dispose();
    42         }
    43         base.Dispose(disposing);
     40      if (disposing && (components != null)) {
     41        components.Dispose();
     42      }
     43      base.Dispose(disposing);
    4444    }
    4545
     
    5151    /// </summary>
    5252    private void InitializeComponent() {
    53       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProblemDataConstraintView));
     53      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShapeConstraintsView));
    5454      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    5555      this.groupBox1 = new System.Windows.Forms.GroupBox();
     
    179179    #endregion
    180180
    181     private System.Windows.Forms.SplitContainer                             splitContainer1;
    182     private System.Windows.Forms.GroupBox                                   groupBox1;
    183     private System.Windows.Forms.Button                                     parseBtn;
    184     private System.Windows.Forms.Label                                      label1;
     181    private System.Windows.Forms.SplitContainer splitContainer1;
     182    private System.Windows.Forms.GroupBox groupBox1;
     183    private System.Windows.Forms.Button parseBtn;
     184    private System.Windows.Forms.Label label1;
    185185    private HeuristicLab.Core.Views.CheckedItemListView<ShapeConstraint> intervalConstraintsView;
    186     private System.Windows.Forms.TextBox                                    constraintsInput;
    187     private Label                                                           errorOutput;
    188     }
     186    private System.Windows.Forms.TextBox constraintsInput;
     187    private Label errorOutput;
     188  }
    189189}
Note: See TracChangeset for help on using the changeset viewer.