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

    r10658 r10736  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.optionsBox = new System.Windows.Forms.GroupBox();
     27      this.allInOneCheckBox = new System.Windows.Forms.CheckBox();
     28      this.optionsBox.SuspendLayout();
    2629      this.SuspendLayout();
     30      //
     31      // optionsBox
     32      //
     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, 263);
     36      this.optionsBox.Name = "optionsBox";
     37      this.optionsBox.Size = new System.Drawing.Size(152, 134);
     38      this.optionsBox.TabIndex = 7;
     39      this.optionsBox.TabStop = false;
     40      this.optionsBox.Text = "Options";
     41      //
     42      // allInOneCheckBox
     43      //
     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);
    2754      //
    2855      // HistogramView
     
    3057      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    3158      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     59      this.Controls.Add(this.optionsBox);
    3260      this.Name = "HistogramView";
     61      this.Controls.SetChildIndex(this.optionsBox, 0);
     62      this.optionsBox.ResumeLayout(false);
     63      this.optionsBox.PerformLayout();
    3364      this.ResumeLayout(false);
    3465
     
    3768    #endregion
    3869
     70    private System.Windows.Forms.GroupBox optionsBox;
     71    private System.Windows.Forms.CheckBox allInOneCheckBox;
     72
    3973  }
    4074}
Note: See TracChangeset for help on using the changeset viewer.