Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/24/22 21:45:48 (2 years ago)
Author:
gkronber
Message:

#3134: bugfixes and improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RunCollectionPartialDependencePlotView.Designer.cs

    r18052 r18208  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26             this.mainPanel = new System.Windows.Forms.Panel();
    27             this.SuspendLayout();
    28             //
    29             // mainPanel
    30             //
    31             this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    32             this.mainPanel.Location = new System.Drawing.Point(0, 0);
    33             this.mainPanel.Name = "mainPanel";
    34             this.mainPanel.Size = new System.Drawing.Size(490, 246);
    35             this.mainPanel.TabIndex = 0;
    36             //
    37             // RunCollectionPartialDependencePlotView
    38             //
    39             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    40             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    41             this.Controls.Add(this.mainPanel);
    42             this.Name = "RunCollectionPartialDependencePlotView";
    43             this.Size = new System.Drawing.Size(490, 246);
    44             this.ResumeLayout(false);
     26      this.tabControl = new System.Windows.Forms.TabControl();
     27      this.SuspendLayout();
     28      //
     29      // tabControl1
     30      //
     31      this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     32      this.tabControl.Location = new System.Drawing.Point(0, 0);
     33      this.tabControl.Name = "tabControl1";
     34      this.tabControl.SelectedIndex = 0;
     35      this.tabControl.Size = new System.Drawing.Size(490, 246);
     36      this.tabControl.TabIndex = 0;
     37      //
     38      // RunCollectionPartialDependencePlotView
     39      //
     40      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     41      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     42      this.Controls.Add(this.tabControl);
     43      this.Name = "RunCollectionPartialDependencePlotView";
     44      this.Size = new System.Drawing.Size(490, 246);
     45      this.ResumeLayout(false);
    4546
    4647    }
     
    4849    #endregion
    4950
    50     private System.Windows.Forms.Panel mainPanel;
     51    private System.Windows.Forms.TabControl tabControl;
    5152  }
    5253}
Note: See TracChangeset for help on using the changeset viewer.