Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/14 13:05:38 (10 years ago)
Author:
aesterer
Message:

Update chart when data changed

File:
1 edited

Legend:

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

    r10717 r10736  
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       this.groupBox1 = new System.Windows.Forms.GroupBox();
    27       this.checkBox1 = new System.Windows.Forms.CheckBox();
    28       this.groupBox1.SuspendLayout();
     26      this.optionsBox = new System.Windows.Forms.GroupBox();
     27      this.allInOneCheckBox = new System.Windows.Forms.CheckBox();
     28      this.optionsBox.SuspendLayout();
    2929      this.SuspendLayout();
    3030      //
    31       // groupBox1
     31      // optionsBox
    3232      //
    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";
     33      this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     34      this.optionsBox.Controls.Add(this.allInOneCheckBox);
     35      this.optionsBox.Location = new System.Drawing.Point(4, 262);
     36      this.optionsBox.Name = "optionsBox";
     37      this.optionsBox.Size = new System.Drawing.Size(151, 134);
     38      this.optionsBox.TabIndex = 7;
     39      this.optionsBox.TabStop = false;
     40      this.optionsBox.Text = "Options";
    4141      //
    42       // checkBox1
     42      // allInOneCheckBox
    4343      //
    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);
     44      this.allInOneCheckBox.AutoSize = true;
     45      this.allInOneCheckBox.Checked = true;
     46      this.allInOneCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     47      this.allInOneCheckBox.Location = new System.Drawing.Point(6, 19);
     48      this.allInOneCheckBox.Name = "allInOneCheckBox";
     49      this.allInOneCheckBox.Size = new System.Drawing.Size(69, 17);
     50      this.allInOneCheckBox.TabIndex = 0;
     51      this.allInOneCheckBox.Text = "All in one";
     52      this.allInOneCheckBox.UseVisualStyleBackColor = true;
     53      this.allInOneCheckBox.CheckedChanged += new System.EventHandler(this.allInOneCheckBox_CheckedChanged);
    5254      //
    5355      // LineChartView
     
    5557      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    5658      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    57       this.Controls.Add(this.groupBox1);
     59      this.Controls.Add(this.optionsBox);
    5860      this.Name = "LineChartView";
    59       this.Controls.SetChildIndex(this.groupBox1, 0);
    60       this.groupBox1.ResumeLayout(false);
    61       this.groupBox1.PerformLayout();
     61      this.Controls.SetChildIndex(this.optionsBox, 0);
     62      this.optionsBox.ResumeLayout(false);
     63      this.optionsBox.PerformLayout();
    6264      this.ResumeLayout(false);
    6365
     
    6668    #endregion
    6769
    68     private System.Windows.Forms.GroupBox groupBox1;
    69     private System.Windows.Forms.CheckBox checkBox1;
     70    private System.Windows.Forms.GroupBox optionsBox;
     71    private System.Windows.Forms.CheckBox allInOneCheckBox;
    7072  }
    7173}
Note: See TracChangeset for help on using the changeset viewer.