Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/19 15:33:31 (5 years ago)
Author:
mkommend
Message:

#2978: Merged 16501-16506 into stable.

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.Designer.cs

    r15584 r17069  
    9494      // tabPage2
    9595      //
     96      this.tabPage2.BackColor = System.Drawing.SystemColors.Window;
    9697      this.tabPage2.Controls.Add(this.splitContainer1);
    9798      this.tabPage2.Location = new System.Drawing.Point(4, 22);
     
    101102      this.tabPage2.TabIndex = 1;
    102103      this.tabPage2.Text = "Code";
    103       this.tabPage2.UseVisualStyleBackColor = true;
    104104      //
    105105      // splitContainer1
     
    248248      // tabPage1
    249249      //
     250      this.tabPage1.BackColor = System.Drawing.SystemColors.Window;
    250251      this.tabPage1.Controls.Add(this.parameterCollectionView);
    251252      this.tabPage1.Location = new System.Drawing.Point(4, 22);
     
    255256      this.tabPage1.TabIndex = 0;
    256257      this.tabPage1.Text = "Parameters";
    257       this.tabPage1.UseVisualStyleBackColor = true;
    258258      //
    259259      // parameterCollectionView
Note: See TracChangeset for help on using the changeset viewer.