namespace HeuristicLab.Visualization.Options { partial class OptionsDialog { /// /// 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 Windows Form 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.OptionsDialogSelectColorBt = 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.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.labelposition = new System.Windows.Forms.Label(); this.cbLabelPosition = new System.Windows.Forms.ComboBox(); this.OptionsDialogCancelButton = new System.Windows.Forms.Button(); this.OptionsDialogOkButton = new System.Windows.Forms.Button(); this.OptionsDialogApplyBtn = new System.Windows.Forms.Button(); this.Optionstabs.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // Optionstabs // this.Optionstabs.Controls.Add(this.tabPage1); this.Optionstabs.Controls.Add(this.tabPage2); this.Optionstabs.Location = new System.Drawing.Point(0, 1); this.Optionstabs.Name = "Optionstabs"; this.Optionstabs.SelectedIndex = 0; this.Optionstabs.Size = new System.Drawing.Size(292, 225); this.Optionstabs.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.OptionsDialogSelectColorBt); 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(284, 199); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Linestyle"; this.tabPage1.UseVisualStyleBackColor = true; // // OptionsDialogSelectColorBt // this.OptionsDialogSelectColorBt.Location = new System.Drawing.Point(217, 126); this.OptionsDialogSelectColorBt.Name = "OptionsDialogSelectColorBt"; this.OptionsDialogSelectColorBt.Size = new System.Drawing.Size(50, 23); this.OptionsDialogSelectColorBt.TabIndex = 7; this.OptionsDialogSelectColorBt.Text = "Select"; this.OptionsDialogSelectColorBt.UseVisualStyleBackColor = true; this.OptionsDialogSelectColorBt.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; // // 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.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"; // // 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; // // 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.labelposition); this.tabPage2.Controls.Add(this.cbLabelPosition); 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(284, 199); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Legend"; this.tabPage2.UseVisualStyleBackColor = true; // // labelposition // this.labelposition.AutoSize = true; this.labelposition.Location = new System.Drawing.Point(8, 38); this.labelposition.Name = "labelposition"; this.labelposition.Size = new System.Drawing.Size(72, 13); this.labelposition.TabIndex = 1; this.labelposition.Text = "Labelposition:"; // // cbLabelPosition // this.cbLabelPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbLabelPosition.FormattingEnabled = true; this.cbLabelPosition.Items.AddRange(new object[] { "left", "right", "top", "bottom"}); this.cbLabelPosition.Location = new System.Drawing.Point(86, 34); this.cbLabelPosition.Name = "cbLabelPosition"; this.cbLabelPosition.Size = new System.Drawing.Size(121, 21); this.cbLabelPosition.TabIndex = 0; // // OptionsDialogCancelButton // this.OptionsDialogCancelButton.Location = new System.Drawing.Point(213, 232); this.OptionsDialogCancelButton.Name = "OptionsDialogCancelButton"; this.OptionsDialogCancelButton.Size = new System.Drawing.Size(75, 23); this.OptionsDialogCancelButton.TabIndex = 1; this.OptionsDialogCancelButton.Text = "Cancel"; this.OptionsDialogCancelButton.UseVisualStyleBackColor = true; this.OptionsDialogCancelButton.Click += new System.EventHandler(this.OptionsDialogCancelButton_Click); // // OptionsDialogOkButton // this.OptionsDialogOkButton.Location = new System.Drawing.Point(43, 232); this.OptionsDialogOkButton.Name = "OptionsDialogOkButton"; this.OptionsDialogOkButton.Size = new System.Drawing.Size(75, 23); this.OptionsDialogOkButton.TabIndex = 2; this.OptionsDialogOkButton.Text = "OK"; this.OptionsDialogOkButton.UseVisualStyleBackColor = true; this.OptionsDialogOkButton.Click += new System.EventHandler(this.OptionsDialogOkButton_Click); // // OptionsDialogApplyBtn // this.OptionsDialogApplyBtn.Location = new System.Drawing.Point(128, 231); this.OptionsDialogApplyBtn.Name = "OptionsDialogApplyBtn"; this.OptionsDialogApplyBtn.Size = new System.Drawing.Size(75, 23); this.OptionsDialogApplyBtn.TabIndex = 3; this.OptionsDialogApplyBtn.Text = "Apply"; this.OptionsDialogApplyBtn.UseVisualStyleBackColor = true; this.OptionsDialogApplyBtn.Click += new System.EventHandler(this.OptionsDialogApplyBtn_Click); // // OptionsDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(this.OptionsDialogApplyBtn); this.Controls.Add(this.OptionsDialogOkButton); this.Controls.Add(this.OptionsDialogCancelButton); this.Controls.Add(this.Optionstabs); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "OptionsDialog"; this.Text = "OptionsDialog"; this.Load += new System.EventHandler(this.OptionsDialog_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.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl Optionstabs; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox LineSelectCB; private System.Windows.Forms.Button OptionsDialogSelectColorBt; private System.Windows.Forms.TextBox ColorPreviewTB; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox LineThicknessCB; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox LinestyleCB; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button OptionsDialogCancelButton; private System.Windows.Forms.Button OptionsDialogOkButton; private System.Windows.Forms.ComboBox cbLabelPosition; private System.Windows.Forms.Label labelposition; private System.Windows.Forms.Button OptionsDialogApplyBtn; } }