namespace HeuristicLab.DataPreprocessing.Views {
partial class LineChartView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.optionsBox = new System.Windows.Forms.GroupBox();
this.allInOneCheckBox = new System.Windows.Forms.CheckBox();
this.optionsBox.SuspendLayout();
this.SuspendLayout();
//
// optionsBox
//
this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.optionsBox.Controls.Add(this.allInOneCheckBox);
this.optionsBox.Location = new System.Drawing.Point(4, 262);
this.optionsBox.Name = "optionsBox";
this.optionsBox.Size = new System.Drawing.Size(151, 134);
this.optionsBox.TabIndex = 7;
this.optionsBox.TabStop = false;
this.optionsBox.Text = "Options";
//
// allInOneCheckBox
//
this.allInOneCheckBox.AutoSize = true;
this.allInOneCheckBox.Checked = true;
this.allInOneCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.allInOneCheckBox.Location = new System.Drawing.Point(6, 19);
this.allInOneCheckBox.Name = "allInOneCheckBox";
this.allInOneCheckBox.Size = new System.Drawing.Size(69, 17);
this.allInOneCheckBox.TabIndex = 0;
this.allInOneCheckBox.Text = "All in one";
this.allInOneCheckBox.UseVisualStyleBackColor = true;
this.allInOneCheckBox.CheckedChanged += new System.EventHandler(this.allInOneCheckBox_CheckedChanged);
//
// LineChartView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.optionsBox);
this.Name = "LineChartView";
this.Controls.SetChildIndex(this.optionsBox, 0);
this.optionsBox.ResumeLayout(false);
this.optionsBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox optionsBox;
private System.Windows.Forms.CheckBox allInOneCheckBox;
}
}