Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/14 16:01:01 (10 years ago)
Author:
aesterer
Message:

Added chart per variable feature to preprocessing chart view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/LineChartView.Designer.cs

    r10658 r10717  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       components = new System.ComponentModel.Container();
     26      this.groupBox1 = new System.Windows.Forms.GroupBox();
     27      this.checkBox1 = new System.Windows.Forms.CheckBox();
     28      this.groupBox1.SuspendLayout();
     29      this.SuspendLayout();
     30      //
     31      // groupBox1
     32      //
     33      this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     34      this.groupBox1.Controls.Add(this.checkBox1);
     35      this.groupBox1.Location = new System.Drawing.Point(4, 262);
     36      this.groupBox1.Name = "groupBox1";
     37      this.groupBox1.Size = new System.Drawing.Size(151, 134);
     38      this.groupBox1.TabIndex = 7;
     39      this.groupBox1.TabStop = false;
     40      this.groupBox1.Text = "Options";
     41      //
     42      // checkBox1
     43      //
     44      this.checkBox1.AutoSize = true;
     45      this.checkBox1.Location = new System.Drawing.Point(7, 20);
     46      this.checkBox1.Name = "checkBox1";
     47      this.checkBox1.Size = new System.Drawing.Size(66, 17);
     48      this.checkBox1.TabIndex = 0;
     49      this.checkBox1.Text = "AllInOne";
     50      this.checkBox1.UseVisualStyleBackColor = true;
     51      this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     52      //
     53      // LineChartView
     54      //
     55      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    2756      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     57      this.Controls.Add(this.groupBox1);
     58      this.Name = "LineChartView";
     59      this.Controls.SetChildIndex(this.groupBox1, 0);
     60      this.groupBox1.ResumeLayout(false);
     61      this.groupBox1.PerformLayout();
     62      this.ResumeLayout(false);
     63
    2864    }
    2965
    3066    #endregion
     67
     68    private System.Windows.Forms.GroupBox groupBox1;
     69    private System.Windows.Forms.CheckBox checkBox1;
    3170  }
    3271}
Note: See TracChangeset for help on using the changeset viewer.