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:
2 edited

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/IntervalConstraintView.Designer.cs

    r17607 r17891  
    3636      this.label1 = new System.Windows.Forms.Label();
    3737      this.numberderivationInput = new System.Windows.Forms.ComboBox();
    38       this.ischeckedCheckBox = new System.Windows.Forms.CheckBox();
    39       this.expressionInput = new System.Windows.Forms.TextBox();
    40       this.expressionLabel = new System.Windows.Forms.Label();
    4138      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
    4239      this.groupBox1.SuspendLayout();
     
    116113      this.groupBox1.Controls.Add(this.label1);
    117114      this.groupBox1.Controls.Add(this.numberderivationInput);
    118       this.groupBox1.Controls.Add(this.ischeckedCheckBox);
    119       this.groupBox1.Controls.Add(this.expressionInput);
    120       this.groupBox1.Controls.Add(this.expressionLabel);
    121115      this.groupBox1.Controls.Add(this.variableInput);
    122116      this.groupBox1.Controls.Add(this.lowerboundInput);
     
    162156      this.numberderivationInput.TabIndex = 27;
    163157      this.numberderivationInput.SelectedIndexChanged += new System.EventHandler(this.numberderivationInput_SelectedIndexChanged);
    164       //
    165       // ischeckedCheckBox
    166       //
    167       this.ischeckedCheckBox.AutoSize = true;
    168       this.ischeckedCheckBox.Location = new System.Drawing.Point(108, 154);
    169       this.ischeckedCheckBox.Name = "ischeckedCheckBox";
    170       this.ischeckedCheckBox.Size = new System.Drawing.Size(18, 17);
    171       this.ischeckedCheckBox.TabIndex = 26;
    172       this.ischeckedCheckBox.UseVisualStyleBackColor = true;
    173       this.ischeckedCheckBox.CheckedChanged += new System.EventHandler(this.ischeckedCheckBox_CheckedChanged);
    174       //
    175       // expressionInput
    176       //
    177       this.expressionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    178             | System.Windows.Forms.AnchorStyles.Right)));
    179       this.expressionInput.Location = new System.Drawing.Point(108, 19);
    180       this.expressionInput.Name = "expressionInput";
    181       this.expressionInput.Size = new System.Drawing.Size(473, 22);
    182       this.expressionInput.TabIndex = 25;
    183       //
    184       // expressionLabel
    185       //
    186       this.expressionLabel.AutoSize = true;
    187       this.expressionLabel.Location = new System.Drawing.Point(8, 22);
    188       this.expressionLabel.Name = "expressionLabel";
    189       this.expressionLabel.Size = new System.Drawing.Size(81, 17);
    190       this.expressionLabel.TabIndex = 24;
    191       this.expressionLabel.Text = "Expression:";
     158     
    192159      //
    193160      // errorProvider
     
    218185    private System.Windows.Forms.TextBox       variableInput;
    219186    private System.Windows.Forms.GroupBox      groupBox1;
    220     private System.Windows.Forms.TextBox       expressionInput;
    221     private System.Windows.Forms.Label         expressionLabel;
    222187    private System.Windows.Forms.ErrorProvider errorProvider;
    223     private System.Windows.Forms.CheckBox      ischeckedCheckBox;
    224188    private System.Windows.Forms.ComboBox      numberderivationInput;
    225189    private System.Windows.Forms.Label         label1;
Note: See TracChangeset for help on using the changeset viewer.