namespace HeuristicLab.Visualization.Options {
partial class Options {
///
/// 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.Optionstabs = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.OptionsDialogSelectColorBtn = new System.Windows.Forms.Button();
this.ColorPreviewTB = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.LinestyleCB = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.LineSelectCB = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.MarkercheckBox = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.LineThicknessCB = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnChangeLegendFont = new System.Windows.Forms.Button();
this.legendposition = new System.Windows.Forms.Label();
this.cbLegendPosition = new System.Windows.Forms.ComboBox();
this.tpTitle = new System.Windows.Forms.TabPage();
this.btnChangeTitleFont = new System.Windows.Forms.Button();
this.tpXAxis = new System.Windows.Forms.TabPage();
this.btnChangeXAxisFont = new System.Windows.Forms.Button();
this.tpYAxes = new System.Windows.Forms.TabPage();
this.gbxYAxisClipChangeable = new System.Windows.Forms.GroupBox();
this.flpYAxisClipChangeable = new System.Windows.Forms.FlowLayoutPanel();
this.gbxShowYAxis = new System.Windows.Forms.GroupBox();
this.flpShowYAxis = new System.Windows.Forms.FlowLayoutPanel();
this.fdFont = new System.Windows.Forms.FontDialog();
this.Optionstabs.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tpTitle.SuspendLayout();
this.tpXAxis.SuspendLayout();
this.tpYAxes.SuspendLayout();
this.gbxYAxisClipChangeable.SuspendLayout();
this.gbxShowYAxis.SuspendLayout();
this.SuspendLayout();
//
// Optionstabs
//
this.Optionstabs.Controls.Add(this.tabPage1);
this.Optionstabs.Controls.Add(this.tabPage2);
this.Optionstabs.Controls.Add(this.tpTitle);
this.Optionstabs.Controls.Add(this.tpXAxis);
this.Optionstabs.Controls.Add(this.tpYAxes);
this.Optionstabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.Optionstabs.Location = new System.Drawing.Point(0, 0);
this.Optionstabs.Name = "Optionstabs";
this.Optionstabs.SelectedIndex = 0;
this.Optionstabs.Size = new System.Drawing.Size(298, 232);
this.Optionstabs.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBtn);
this.tabPage1.Controls.Add(this.ColorPreviewTB);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.LinestyleCB);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.LineSelectCB);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(290, 206);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Linestyle";
this.tabPage1.UseVisualStyleBackColor = true;
//
// OptionsDialogSelectColorBtn
//
this.OptionsDialogSelectColorBtn.Location = new System.Drawing.Point(217, 126);
this.OptionsDialogSelectColorBtn.Name = "OptionsDialogSelectColorBtn";
this.OptionsDialogSelectColorBtn.Size = new System.Drawing.Size(50, 23);
this.OptionsDialogSelectColorBtn.TabIndex = 7;
this.OptionsDialogSelectColorBtn.Text = "Select";
this.OptionsDialogSelectColorBtn.UseVisualStyleBackColor = true;
this.OptionsDialogSelectColorBtn.Click += new System.EventHandler(this.OptionsDialogSelectColorBtn_Click);
//
// ColorPreviewTB
//
this.ColorPreviewTB.Location = new System.Drawing.Point(146, 127);
this.ColorPreviewTB.Name = "ColorPreviewTB";
this.ColorPreviewTB.ReadOnly = true;
this.ColorPreviewTB.Size = new System.Drawing.Size(64, 20);
this.ColorPreviewTB.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(36, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(30, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Style";
//
// LinestyleCB
//
this.LinestyleCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LinestyleCB.FormattingEnabled = true;
this.LinestyleCB.Location = new System.Drawing.Point(146, 73);
this.LinestyleCB.Name = "LinestyleCB";
this.LinestyleCB.Size = new System.Drawing.Size(121, 21);
this.LinestyleCB.TabIndex = 2;
this.LinestyleCB.SelectedIndexChanged += new System.EventHandler(this.LinestyleCB_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Selected Line";
//
// LineSelectCB
//
this.LineSelectCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LineSelectCB.FormattingEnabled = true;
this.LineSelectCB.Location = new System.Drawing.Point(146, 30);
this.LineSelectCB.Name = "LineSelectCB";
this.LineSelectCB.Size = new System.Drawing.Size(121, 21);
this.LineSelectCB.TabIndex = 0;
this.LineSelectCB.SelectedIndexChanged += new System.EventHandler(this.LineSelectCB_SelectedIndexChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.MarkercheckBox);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.LineThicknessCB);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(4, 54);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(274, 129);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Details";
//
// MarkercheckBox
//
this.MarkercheckBox.AutoSize = true;
this.MarkercheckBox.Location = new System.Drawing.Point(142, 106);
this.MarkercheckBox.Name = "MarkercheckBox";
this.MarkercheckBox.Size = new System.Drawing.Size(59, 17);
this.MarkercheckBox.TabIndex = 9;
this.MarkercheckBox.Text = "Marker";
this.MarkercheckBox.UseVisualStyleBackColor = true;
this.MarkercheckBox.CheckedChanged += new System.EventHandler(this.MarkercheckBox_CheckedChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(33, 77);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(31, 13);
this.label4.TabIndex = 8;
this.label4.Text = "Color";
//
// LineThicknessCB
//
this.LineThicknessCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LineThicknessCB.FormattingEnabled = true;
this.LineThicknessCB.Location = new System.Drawing.Point(142, 46);
this.LineThicknessCB.Name = "LineThicknessCB";
this.LineThicknessCB.Size = new System.Drawing.Size(121, 21);
this.LineThicknessCB.TabIndex = 4;
this.LineThicknessCB.SelectedIndexChanged += new System.EventHandler(this.LineThicknessCB_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Thickness";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btnChangeLegendFont);
this.tabPage2.Controls.Add(this.legendposition);
this.tabPage2.Controls.Add(this.cbLegendPosition);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(290, 206);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Legend";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btnChangeLegendFont
//
this.btnChangeLegendFont.Location = new System.Drawing.Point(3, 6);
this.btnChangeLegendFont.Name = "btnChangeLegendFont";
this.btnChangeLegendFont.Size = new System.Drawing.Size(94, 23);
this.btnChangeLegendFont.TabIndex = 2;
this.btnChangeLegendFont.Text = "Change Font";
this.btnChangeLegendFont.UseVisualStyleBackColor = true;
this.btnChangeLegendFont.Click += new System.EventHandler(this.btnChangeLegendFont_Click);
//
// legendposition
//
this.legendposition.AutoSize = true;
this.legendposition.Location = new System.Drawing.Point(8, 38);
this.legendposition.Name = "legendposition";
this.legendposition.Size = new System.Drawing.Size(82, 13);
this.legendposition.TabIndex = 1;
this.legendposition.Text = "Legendposition:";
//
// cbLegendPosition
//
this.cbLegendPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLegendPosition.FormattingEnabled = true;
this.cbLegendPosition.Location = new System.Drawing.Point(96, 35);
this.cbLegendPosition.Name = "cbLegendPosition";
this.cbLegendPosition.Size = new System.Drawing.Size(121, 21);
this.cbLegendPosition.TabIndex = 0;
this.cbLegendPosition.SelectedIndexChanged += new System.EventHandler(this.cbLegendPosition_SelectedIndexChanged);
//
// tpTitle
//
this.tpTitle.Controls.Add(this.btnChangeTitleFont);
this.tpTitle.Location = new System.Drawing.Point(4, 22);
this.tpTitle.Name = "tpTitle";
this.tpTitle.Size = new System.Drawing.Size(290, 206);
this.tpTitle.TabIndex = 2;
this.tpTitle.Text = "Title";
this.tpTitle.UseVisualStyleBackColor = true;
//
// btnChangeTitleFont
//
this.btnChangeTitleFont.Location = new System.Drawing.Point(3, 3);
this.btnChangeTitleFont.Name = "btnChangeTitleFont";
this.btnChangeTitleFont.Size = new System.Drawing.Size(94, 23);
this.btnChangeTitleFont.TabIndex = 1;
this.btnChangeTitleFont.Text = "Change Font";
this.btnChangeTitleFont.UseVisualStyleBackColor = true;
this.btnChangeTitleFont.Click += new System.EventHandler(this.btnChangeTitleFont_Click);
//
// tpXAxis
//
this.tpXAxis.Controls.Add(this.btnChangeXAxisFont);
this.tpXAxis.Location = new System.Drawing.Point(4, 22);
this.tpXAxis.Name = "tpXAxis";
this.tpXAxis.Size = new System.Drawing.Size(290, 206);
this.tpXAxis.TabIndex = 3;
this.tpXAxis.Text = "X-Axis";
this.tpXAxis.UseVisualStyleBackColor = true;
//
// btnChangeXAxisFont
//
this.btnChangeXAxisFont.Location = new System.Drawing.Point(3, 3);
this.btnChangeXAxisFont.Name = "btnChangeXAxisFont";
this.btnChangeXAxisFont.Size = new System.Drawing.Size(94, 23);
this.btnChangeXAxisFont.TabIndex = 2;
this.btnChangeXAxisFont.Text = "Change Font";
this.btnChangeXAxisFont.UseVisualStyleBackColor = true;
this.btnChangeXAxisFont.Click += new System.EventHandler(this.btnChangeXAxisFont_Click);
//
// tpYAxes
//
this.tpYAxes.Controls.Add(this.gbxYAxisClipChangeable);
this.tpYAxes.Controls.Add(this.gbxShowYAxis);
this.tpYAxes.Location = new System.Drawing.Point(4, 22);
this.tpYAxes.Name = "tpYAxes";
this.tpYAxes.Padding = new System.Windows.Forms.Padding(3);
this.tpYAxes.Size = new System.Drawing.Size(290, 206);
this.tpYAxes.TabIndex = 4;
this.tpYAxes.Text = "Y-Axes";
this.tpYAxes.UseVisualStyleBackColor = true;
//
// gbxYAxisClipChangeable
//
this.gbxYAxisClipChangeable.AutoSize = true;
this.gbxYAxisClipChangeable.Controls.Add(this.flpYAxisClipChangeable);
this.gbxYAxisClipChangeable.Location = new System.Drawing.Point(0, 82);
this.gbxYAxisClipChangeable.Name = "gbxYAxisClipChangeable";
this.gbxYAxisClipChangeable.Size = new System.Drawing.Size(281, 76);
this.gbxYAxisClipChangeable.TabIndex = 1;
this.gbxYAxisClipChangeable.TabStop = false;
this.gbxYAxisClipChangeable.Text = "Y-Axis-Clip changeable";
//
// flpYAxisClipChangeable
//
this.flpYAxisClipChangeable.AutoSize = true;
this.flpYAxisClipChangeable.Dock = System.Windows.Forms.DockStyle.Fill;
this.flpYAxisClipChangeable.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flpYAxisClipChangeable.Location = new System.Drawing.Point(3, 16);
this.flpYAxisClipChangeable.Name = "flpYAxisClipChangeable";
this.flpYAxisClipChangeable.Size = new System.Drawing.Size(275, 57);
this.flpYAxisClipChangeable.TabIndex = 0;
//
// gbxShowYAxis
//
this.gbxShowYAxis.AutoSize = true;
this.gbxShowYAxis.Controls.Add(this.flpShowYAxis);
this.gbxShowYAxis.Location = new System.Drawing.Point(0, 0);
this.gbxShowYAxis.Name = "gbxShowYAxis";
this.gbxShowYAxis.Size = new System.Drawing.Size(281, 76);
this.gbxShowYAxis.TabIndex = 0;
this.gbxShowYAxis.TabStop = false;
this.gbxShowYAxis.Text = "Show Y-Axis";
//
// flpShowYAxis
//
this.flpShowYAxis.AutoSize = true;
this.flpShowYAxis.Dock = System.Windows.Forms.DockStyle.Fill;
this.flpShowYAxis.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flpShowYAxis.Location = new System.Drawing.Point(3, 16);
this.flpShowYAxis.Name = "flpShowYAxis";
this.flpShowYAxis.Size = new System.Drawing.Size(275, 57);
this.flpShowYAxis.TabIndex = 0;
//
// Options
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.Optionstabs);
this.Name = "Options";
this.Size = new System.Drawing.Size(298, 232);
this.Load += new System.EventHandler(this.Options_Load);
this.Optionstabs.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tpTitle.ResumeLayout(false);
this.tpXAxis.ResumeLayout(false);
this.tpYAxes.ResumeLayout(false);
this.tpYAxes.PerformLayout();
this.gbxYAxisClipChangeable.ResumeLayout(false);
this.gbxYAxisClipChangeable.PerformLayout();
this.gbxShowYAxis.ResumeLayout(false);
this.gbxShowYAxis.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl Optionstabs;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button OptionsDialogSelectColorBtn;
private System.Windows.Forms.TextBox ColorPreviewTB;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox LinestyleCB;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox LineSelectCB;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox MarkercheckBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox LineThicknessCB;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btnChangeLegendFont;
private System.Windows.Forms.Label legendposition;
private System.Windows.Forms.ComboBox cbLegendPosition;
private System.Windows.Forms.TabPage tpTitle;
private System.Windows.Forms.Button btnChangeTitleFont;
private System.Windows.Forms.TabPage tpXAxis;
private System.Windows.Forms.Button btnChangeXAxisFont;
private System.Windows.Forms.TabPage tpYAxes;
private System.Windows.Forms.GroupBox gbxYAxisClipChangeable;
private System.Windows.Forms.FlowLayoutPanel flpYAxisClipChangeable;
private System.Windows.Forms.GroupBox gbxShowYAxis;
private System.Windows.Forms.FlowLayoutPanel flpShowYAxis;
private System.Windows.Forms.FontDialog fdFont;
}
}