123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754 |
- namespace OINA.Extender.Testharness
- {
- partial class SpectrumViewerVisualSettings
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.spectrumBackgroundColorPanel = new System.Windows.Forms.Panel();
- this.cbSpectrumBackgroundColor = new System.Windows.Forms.ComboBox();
- this.spectrumTextColorPanel = new System.Windows.Forms.Panel();
- this.cbSpectrumTextColor = new System.Windows.Forms.ComboBox();
- this.spectrumVisualFillColorPanel = new System.Windows.Forms.Panel();
- this.cbSpectrumVisualFillColor = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.spectrumLabelChromeBorderBrushColorPanel = new System.Windows.Forms.Panel();
- this.cbPeakLabelBorderColor = new System.Windows.Forms.ComboBox();
- this.spectrumLabelChromeBackgroundColorPanel = new System.Windows.Forms.Panel();
- this.cbPeakLabelBackgroundColor = new System.Windows.Forms.ComboBox();
- this.spectrumLabelViewForegroundColorPanel = new System.Windows.Forms.Panel();
- this.cbPeakLabelTextColor = new System.Windows.Forms.ComboBox();
- this.groupBox25 = new System.Windows.Forms.GroupBox();
- this.alternatePeakLabelBackgroundColorPanel = new System.Windows.Forms.Panel();
- this.alternatePeakLabelTextColorPanel = new System.Windows.Forms.Panel();
- this.cbAlternatePeakLabelBackgroundColor = new System.Windows.Forms.ComboBox();
- this.cbAlternatePeakLabelTextColor = new System.Windows.Forms.ComboBox();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.btResetStyle = new System.Windows.Forms.Button();
- this.groupBox32 = new System.Windows.Forms.GroupBox();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.cbAxisMinorTickLength = new System.Windows.Forms.ComboBox();
- this.label15 = new System.Windows.Forms.Label();
- this.cbAxisMajorThickLength = new System.Windows.Forms.ComboBox();
- this.label16 = new System.Windows.Forms.Label();
- this.cbAxisFontSize = new System.Windows.Forms.ComboBox();
- this.label17 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.cbAxisLabelMargin = new System.Windows.Forms.ComboBox();
- this.cbAxisLineThickness = new System.Windows.Forms.ComboBox();
- this.cbAxisSubMinorTickLength = new System.Windows.Forms.ComboBox();
- this.cbAxisColor = new System.Windows.Forms.ComboBox();
- this.cbShowAxisLines = new System.Windows.Forms.CheckBox();
- this.cbAxisTextColor = new System.Windows.Forms.ComboBox();
- this.axisTickBrushColorPanel = new System.Windows.Forms.Panel();
- this.axisForegroundColorPanel = new System.Windows.Forms.Panel();
- this.groupBox21 = new System.Windows.Forms.GroupBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.cbQuantResultsBackgroundColor = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.cbShowQuantResults = new System.Windows.Forms.CheckBox();
- this.cbQuantResultsBackgroundOpacity = new System.Windows.Forms.ComboBox();
- this.cbQuantResultsFormat = new System.Windows.Forms.ComboBox();
- this.cbQuantResultsCategory = new System.Windows.Forms.ComboBox();
- this.quantResultsBackgroundColorPanel = new System.Windows.Forms.Panel();
- this.groupBox25.SuspendLayout();
- this.groupBox32.SuspendLayout();
- this.groupBox21.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // spectrumBackgroundColorPanel
- //
- this.spectrumBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.spectrumBackgroundColorPanel.Location = new System.Drawing.Point(345, 22);
- this.spectrumBackgroundColorPanel.Name = "spectrumBackgroundColorPanel";
- this.spectrumBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.spectrumBackgroundColorPanel.TabIndex = 1;
- //
- // cbSpectrumBackgroundColor
- //
- this.cbSpectrumBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbSpectrumBackgroundColor.FormattingEnabled = true;
- this.cbSpectrumBackgroundColor.Location = new System.Drawing.Point(214, 22);
- this.cbSpectrumBackgroundColor.Name = "cbSpectrumBackgroundColor";
- this.cbSpectrumBackgroundColor.Size = new System.Drawing.Size(124, 21);
- this.cbSpectrumBackgroundColor.TabIndex = 1;
- //
- // spectrumTextColorPanel
- //
- this.spectrumTextColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.spectrumTextColorPanel.Location = new System.Drawing.Point(345, 50);
- this.spectrumTextColorPanel.Name = "spectrumTextColorPanel";
- this.spectrumTextColorPanel.Size = new System.Drawing.Size(88, 21);
- this.spectrumTextColorPanel.TabIndex = 2;
- //
- // cbSpectrumTextColor
- //
- this.cbSpectrumTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbSpectrumTextColor.FormattingEnabled = true;
- this.cbSpectrumTextColor.Location = new System.Drawing.Point(214, 50);
- this.cbSpectrumTextColor.Name = "cbSpectrumTextColor";
- this.cbSpectrumTextColor.Size = new System.Drawing.Size(124, 21);
- this.cbSpectrumTextColor.TabIndex = 2;
- //
- // spectrumVisualFillColorPanel
- //
- this.spectrumVisualFillColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.spectrumVisualFillColorPanel.Location = new System.Drawing.Point(345, 78);
- this.spectrumVisualFillColorPanel.Name = "spectrumVisualFillColorPanel";
- this.spectrumVisualFillColorPanel.Size = new System.Drawing.Size(88, 21);
- this.spectrumVisualFillColorPanel.TabIndex = 4;
- //
- // cbSpectrumVisualFillColor
- //
- this.cbSpectrumVisualFillColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbSpectrumVisualFillColor.FormattingEnabled = true;
- this.cbSpectrumVisualFillColor.Location = new System.Drawing.Point(214, 78);
- this.cbSpectrumVisualFillColor.Name = "cbSpectrumVisualFillColor";
- this.cbSpectrumVisualFillColor.Size = new System.Drawing.Size(124, 21);
- this.cbSpectrumVisualFillColor.TabIndex = 0;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(8, 25);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(146, 13);
- this.label4.TabIndex = 12;
- this.label4.Text = "Spectrum Background Colour";
- //
- // spectrumLabelChromeBorderBrushColorPanel
- //
- this.spectrumLabelChromeBorderBrushColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.spectrumLabelChromeBorderBrushColorPanel.Location = new System.Drawing.Point(345, 25);
- this.spectrumLabelChromeBorderBrushColorPanel.Name = "spectrumLabelChromeBorderBrushColorPanel";
- this.spectrumLabelChromeBorderBrushColorPanel.Size = new System.Drawing.Size(88, 21);
- this.spectrumLabelChromeBorderBrushColorPanel.TabIndex = 4;
- //
- // cbPeakLabelBorderColor
- //
- this.cbPeakLabelBorderColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPeakLabelBorderColor.FormattingEnabled = true;
- this.cbPeakLabelBorderColor.Location = new System.Drawing.Point(214, 25);
- this.cbPeakLabelBorderColor.Name = "cbPeakLabelBorderColor";
- this.cbPeakLabelBorderColor.Size = new System.Drawing.Size(124, 21);
- this.cbPeakLabelBorderColor.TabIndex = 0;
- //
- // spectrumLabelChromeBackgroundColorPanel
- //
- this.spectrumLabelChromeBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.spectrumLabelChromeBackgroundColorPanel.Location = new System.Drawing.Point(345, 54);
- this.spectrumLabelChromeBackgroundColorPanel.Name = "spectrumLabelChromeBackgroundColorPanel";
- this.spectrumLabelChromeBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.spectrumLabelChromeBackgroundColorPanel.TabIndex = 4;
- //
- // cbPeakLabelBackgroundColor
- //
- this.cbPeakLabelBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPeakLabelBackgroundColor.FormattingEnabled = true;
- this.cbPeakLabelBackgroundColor.Location = new System.Drawing.Point(214, 53);
- this.cbPeakLabelBackgroundColor.Name = "cbPeakLabelBackgroundColor";
- this.cbPeakLabelBackgroundColor.Size = new System.Drawing.Size(124, 21);
- this.cbPeakLabelBackgroundColor.TabIndex = 0;
- //
- // spectrumLabelViewForegroundColorPanel
- //
- this.spectrumLabelViewForegroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.spectrumLabelViewForegroundColorPanel.Location = new System.Drawing.Point(345, 81);
- this.spectrumLabelViewForegroundColorPanel.Name = "spectrumLabelViewForegroundColorPanel";
- this.spectrumLabelViewForegroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.spectrumLabelViewForegroundColorPanel.TabIndex = 4;
- //
- // cbPeakLabelTextColor
- //
- this.cbPeakLabelTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPeakLabelTextColor.FormattingEnabled = true;
- this.cbPeakLabelTextColor.Location = new System.Drawing.Point(214, 81);
- this.cbPeakLabelTextColor.Name = "cbPeakLabelTextColor";
- this.cbPeakLabelTextColor.Size = new System.Drawing.Size(124, 21);
- this.cbPeakLabelTextColor.TabIndex = 0;
- //
- // groupBox25
- //
- this.groupBox25.Controls.Add(this.alternatePeakLabelBackgroundColorPanel);
- this.groupBox25.Controls.Add(this.alternatePeakLabelTextColorPanel);
- this.groupBox25.Controls.Add(this.cbAlternatePeakLabelBackgroundColor);
- this.groupBox25.Controls.Add(this.spectrumLabelViewForegroundColorPanel);
- this.groupBox25.Controls.Add(this.cbAlternatePeakLabelTextColor);
- this.groupBox25.Controls.Add(this.spectrumLabelChromeBackgroundColorPanel);
- this.groupBox25.Controls.Add(this.cbPeakLabelTextColor);
- this.groupBox25.Controls.Add(this.spectrumLabelChromeBorderBrushColorPanel);
- this.groupBox25.Controls.Add(this.cbPeakLabelBackgroundColor);
- this.groupBox25.Controls.Add(this.cbPeakLabelBorderColor);
- this.groupBox25.Controls.Add(this.label14);
- this.groupBox25.Controls.Add(this.label13);
- this.groupBox25.Controls.Add(this.label12);
- this.groupBox25.Controls.Add(this.label11);
- this.groupBox25.Controls.Add(this.label10);
- this.groupBox25.Location = new System.Drawing.Point(12, 132);
- this.groupBox25.Name = "groupBox25";
- this.groupBox25.Size = new System.Drawing.Size(448, 172);
- this.groupBox25.TabIndex = 29;
- this.groupBox25.TabStop = false;
- this.groupBox25.Text = "Spectrum Peak Label";
- //
- // alternatePeakLabelBackgroundColorPanel
- //
- this.alternatePeakLabelBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.alternatePeakLabelBackgroundColorPanel.Location = new System.Drawing.Point(345, 108);
- this.alternatePeakLabelBackgroundColorPanel.Name = "alternatePeakLabelBackgroundColorPanel";
- this.alternatePeakLabelBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.alternatePeakLabelBackgroundColorPanel.TabIndex = 4;
- //
- // alternatePeakLabelTextColorPanel
- //
- this.alternatePeakLabelTextColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.alternatePeakLabelTextColorPanel.Location = new System.Drawing.Point(345, 135);
- this.alternatePeakLabelTextColorPanel.Name = "alternatePeakLabelTextColorPanel";
- this.alternatePeakLabelTextColorPanel.Size = new System.Drawing.Size(88, 21);
- this.alternatePeakLabelTextColorPanel.TabIndex = 4;
- //
- // cbAlternatePeakLabelBackgroundColor
- //
- this.cbAlternatePeakLabelBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAlternatePeakLabelBackgroundColor.FormattingEnabled = true;
- this.cbAlternatePeakLabelBackgroundColor.Location = new System.Drawing.Point(214, 108);
- this.cbAlternatePeakLabelBackgroundColor.Name = "cbAlternatePeakLabelBackgroundColor";
- this.cbAlternatePeakLabelBackgroundColor.Size = new System.Drawing.Size(124, 21);
- this.cbAlternatePeakLabelBackgroundColor.TabIndex = 0;
- //
- // cbAlternatePeakLabelTextColor
- //
- this.cbAlternatePeakLabelTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAlternatePeakLabelTextColor.FormattingEnabled = true;
- this.cbAlternatePeakLabelTextColor.Location = new System.Drawing.Point(214, 135);
- this.cbAlternatePeakLabelTextColor.Name = "cbAlternatePeakLabelTextColor";
- this.cbAlternatePeakLabelTextColor.Size = new System.Drawing.Size(124, 21);
- this.cbAlternatePeakLabelTextColor.TabIndex = 0;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(9, 111);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(200, 13);
- this.label14.TabIndex = 12;
- this.label14.Text = "Alternate Peak Label Background Colour";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(9, 138);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(163, 13);
- this.label13.TabIndex = 12;
- this.label13.Text = "Alternate Peak Label Text Colour";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(8, 84);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(118, 13);
- this.label12.TabIndex = 12;
- this.label12.Text = "Peak Label Text Colour";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(8, 56);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(155, 13);
- this.label11.TabIndex = 12;
- this.label11.Text = "Peak Label Background Colour";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(8, 28);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(128, 13);
- this.label10.TabIndex = 12;
- this.label10.Text = "Peak Label Border Colour";
- //
- // btResetStyle
- //
- this.btResetStyle.Location = new System.Drawing.Point(759, 446);
- this.btResetStyle.Name = "btResetStyle";
- this.btResetStyle.Size = new System.Drawing.Size(126, 33);
- this.btResetStyle.TabIndex = 35;
- this.btResetStyle.Text = "Reset Style";
- this.btResetStyle.UseVisualStyleBackColor = true;
- this.btResetStyle.Click += new System.EventHandler(this.BtResetStyle_Click);
- //
- // groupBox32
- //
- this.groupBox32.Controls.Add(this.spectrumVisualFillColorPanel);
- this.groupBox32.Controls.Add(this.label9);
- this.groupBox32.Controls.Add(this.label8);
- this.groupBox32.Controls.Add(this.spectrumTextColorPanel);
- this.groupBox32.Controls.Add(this.label4);
- this.groupBox32.Controls.Add(this.cbSpectrumBackgroundColor);
- this.groupBox32.Controls.Add(this.cbSpectrumVisualFillColor);
- this.groupBox32.Controls.Add(this.cbSpectrumTextColor);
- this.groupBox32.Controls.Add(this.spectrumBackgroundColorPanel);
- this.groupBox32.Location = new System.Drawing.Point(12, 5);
- this.groupBox32.Name = "groupBox32";
- this.groupBox32.Size = new System.Drawing.Size(448, 111);
- this.groupBox32.TabIndex = 36;
- this.groupBox32.TabStop = false;
- this.groupBox32.Text = "Spectrum Color";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(9, 81);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(131, 13);
- this.label9.TabIndex = 12;
- this.label9.Text = "Spectrum Visual Fill Colour";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(9, 54);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(138, 13);
- this.label8.TabIndex = 12;
- this.label8.Text = "Spectrum Label Text Colour";
- //
- // cbAxisMinorTickLength
- //
- this.cbAxisMinorTickLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisMinorTickLength.FormattingEnabled = true;
- this.cbAxisMinorTickLength.Location = new System.Drawing.Point(151, 105);
- this.cbAxisMinorTickLength.Name = "cbAxisMinorTickLength";
- this.cbAxisMinorTickLength.Size = new System.Drawing.Size(68, 21);
- this.cbAxisMinorTickLength.TabIndex = 11;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(8, 25);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(59, 13);
- this.label15.TabIndex = 12;
- this.label15.Text = "Axis Colour";
- //
- // cbAxisMajorThickLength
- //
- this.cbAxisMajorThickLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisMajorThickLength.FormattingEnabled = true;
- this.cbAxisMajorThickLength.Location = new System.Drawing.Point(151, 78);
- this.cbAxisMajorThickLength.Name = "cbAxisMajorThickLength";
- this.cbAxisMajorThickLength.Size = new System.Drawing.Size(68, 21);
- this.cbAxisMajorThickLength.TabIndex = 9;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(8, 53);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(83, 13);
- this.label16.TabIndex = 12;
- this.label16.Text = "Axis Text Colour";
- //
- // cbAxisFontSize
- //
- this.cbAxisFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisFontSize.FormattingEnabled = true;
- this.cbAxisFontSize.Location = new System.Drawing.Point(151, 160);
- this.cbAxisFontSize.Name = "cbAxisFontSize";
- this.cbAxisFontSize.Size = new System.Drawing.Size(68, 21);
- this.cbAxisFontSize.TabIndex = 7;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Location = new System.Drawing.Point(8, 81);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(115, 13);
- this.label17.TabIndex = 12;
- this.label17.Text = "Axis Major Tick Length";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(8, 190);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(90, 13);
- this.label7.TabIndex = 18;
- this.label7.Text = "Axis Label Margin";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Location = new System.Drawing.Point(8, 108);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(115, 13);
- this.label18.TabIndex = 12;
- this.label18.Text = "Axis Minor Tick Length";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(8, 136);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(137, 13);
- this.label19.TabIndex = 12;
- this.label19.Text = "Axis Sub Minor Tick Length";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(8, 163);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(73, 13);
- this.label1.TabIndex = 6;
- this.label1.Text = "Axis Font Size";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(8, 217);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(101, 13);
- this.label6.TabIndex = 16;
- this.label6.Text = "Axis Line Thickness";
- //
- // cbAxisLabelMargin
- //
- this.cbAxisLabelMargin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisLabelMargin.FormattingEnabled = true;
- this.cbAxisLabelMargin.Location = new System.Drawing.Point(151, 187);
- this.cbAxisLabelMargin.Name = "cbAxisLabelMargin";
- this.cbAxisLabelMargin.Size = new System.Drawing.Size(68, 21);
- this.cbAxisLabelMargin.TabIndex = 19;
- //
- // cbAxisLineThickness
- //
- this.cbAxisLineThickness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisLineThickness.FormattingEnabled = true;
- this.cbAxisLineThickness.Location = new System.Drawing.Point(151, 214);
- this.cbAxisLineThickness.Name = "cbAxisLineThickness";
- this.cbAxisLineThickness.Size = new System.Drawing.Size(68, 21);
- this.cbAxisLineThickness.TabIndex = 17;
- //
- // cbAxisSubMinorTickLength
- //
- this.cbAxisSubMinorTickLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisSubMinorTickLength.FormattingEnabled = true;
- this.cbAxisSubMinorTickLength.Location = new System.Drawing.Point(151, 133);
- this.cbAxisSubMinorTickLength.Name = "cbAxisSubMinorTickLength";
- this.cbAxisSubMinorTickLength.Size = new System.Drawing.Size(68, 21);
- this.cbAxisSubMinorTickLength.TabIndex = 13;
- //
- // cbAxisColor
- //
- this.cbAxisColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisColor.FormattingEnabled = true;
- this.cbAxisColor.Location = new System.Drawing.Point(151, 22);
- this.cbAxisColor.Name = "cbAxisColor";
- this.cbAxisColor.Size = new System.Drawing.Size(124, 21);
- this.cbAxisColor.TabIndex = 0;
- //
- // cbShowAxisLines
- //
- this.cbShowAxisLines.AutoSize = true;
- this.cbShowAxisLines.Location = new System.Drawing.Point(8, 241);
- this.cbShowAxisLines.Name = "cbShowAxisLines";
- this.cbShowAxisLines.Size = new System.Drawing.Size(103, 17);
- this.cbShowAxisLines.TabIndex = 0;
- this.cbShowAxisLines.Text = "Show Axis Lines";
- this.cbShowAxisLines.UseVisualStyleBackColor = true;
- //
- // cbAxisTextColor
- //
- this.cbAxisTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbAxisTextColor.FormattingEnabled = true;
- this.cbAxisTextColor.Location = new System.Drawing.Point(151, 50);
- this.cbAxisTextColor.Name = "cbAxisTextColor";
- this.cbAxisTextColor.Size = new System.Drawing.Size(124, 21);
- this.cbAxisTextColor.TabIndex = 0;
- //
- // axisTickBrushColorPanel
- //
- this.axisTickBrushColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.axisTickBrushColorPanel.Location = new System.Drawing.Point(281, 22);
- this.axisTickBrushColorPanel.Name = "axisTickBrushColorPanel";
- this.axisTickBrushColorPanel.Size = new System.Drawing.Size(88, 21);
- this.axisTickBrushColorPanel.TabIndex = 4;
- //
- // axisForegroundColorPanel
- //
- this.axisForegroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.axisForegroundColorPanel.Location = new System.Drawing.Point(281, 50);
- this.axisForegroundColorPanel.Name = "axisForegroundColorPanel";
- this.axisForegroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.axisForegroundColorPanel.TabIndex = 4;
- //
- // groupBox21
- //
- this.groupBox21.Controls.Add(this.axisForegroundColorPanel);
- this.groupBox21.Controls.Add(this.axisTickBrushColorPanel);
- this.groupBox21.Controls.Add(this.cbAxisTextColor);
- this.groupBox21.Controls.Add(this.cbShowAxisLines);
- this.groupBox21.Controls.Add(this.cbAxisColor);
- this.groupBox21.Controls.Add(this.cbAxisSubMinorTickLength);
- this.groupBox21.Controls.Add(this.cbAxisLineThickness);
- this.groupBox21.Controls.Add(this.cbAxisLabelMargin);
- this.groupBox21.Controls.Add(this.label6);
- this.groupBox21.Controls.Add(this.label1);
- this.groupBox21.Controls.Add(this.label19);
- this.groupBox21.Controls.Add(this.label18);
- this.groupBox21.Controls.Add(this.label7);
- this.groupBox21.Controls.Add(this.label17);
- this.groupBox21.Controls.Add(this.cbAxisFontSize);
- this.groupBox21.Controls.Add(this.label16);
- this.groupBox21.Controls.Add(this.cbAxisMajorThickLength);
- this.groupBox21.Controls.Add(this.label15);
- this.groupBox21.Controls.Add(this.cbAxisMinorTickLength);
- this.groupBox21.Location = new System.Drawing.Point(466, 5);
- this.groupBox21.Name = "groupBox21";
- this.groupBox21.Size = new System.Drawing.Size(383, 267);
- this.groupBox21.TabIndex = 22;
- this.groupBox21.TabStop = false;
- this.groupBox21.Text = "Axis Property";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.quantResultsBackgroundColorPanel);
- this.groupBox1.Controls.Add(this.cbQuantResultsCategory);
- this.groupBox1.Controls.Add(this.cbQuantResultsFormat);
- this.groupBox1.Controls.Add(this.cbQuantResultsBackgroundOpacity);
- this.groupBox1.Controls.Add(this.cbShowQuantResults);
- this.groupBox1.Controls.Add(this.label20);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.cbQuantResultsBackgroundColor);
- this.groupBox1.Location = new System.Drawing.Point(466, 281);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(419, 159);
- this.groupBox1.TabIndex = 37;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Quant Results Property";
- //
- // cbQuantResultsBackgroundColor
- //
- this.cbQuantResultsBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbQuantResultsBackgroundColor.FormattingEnabled = true;
- this.cbQuantResultsBackgroundColor.Location = new System.Drawing.Point(188, 23);
- this.cbQuantResultsBackgroundColor.Name = "cbQuantResultsBackgroundColor";
- this.cbQuantResultsBackgroundColor.Size = new System.Drawing.Size(124, 21);
- this.cbQuantResultsBackgroundColor.TabIndex = 1;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(8, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(162, 13);
- this.label2.TabIndex = 2;
- this.label2.Text = "Quant Results Background Color";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(8, 52);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(174, 13);
- this.label3.TabIndex = 3;
- this.label3.Text = "Quant Results Background Opacity";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(8, 78);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(109, 13);
- this.label5.TabIndex = 4;
- this.label5.Text = "Quant Results Format";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Location = new System.Drawing.Point(8, 104);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(119, 13);
- this.label20.TabIndex = 5;
- this.label20.Text = "Quant Results Category";
- //
- // cbShowQuantResults
- //
- this.cbShowQuantResults.AutoSize = true;
- this.cbShowQuantResults.Location = new System.Drawing.Point(11, 130);
- this.cbShowQuantResults.Name = "cbShowQuantResults";
- this.cbShowQuantResults.Size = new System.Drawing.Size(123, 17);
- this.cbShowQuantResults.TabIndex = 6;
- this.cbShowQuantResults.Text = "Show Quant Results";
- this.cbShowQuantResults.UseVisualStyleBackColor = true;
- //
- // cbQuantResultsBackgroundOpacity
- //
- this.cbQuantResultsBackgroundOpacity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbQuantResultsBackgroundOpacity.FormattingEnabled = true;
- this.cbQuantResultsBackgroundOpacity.Location = new System.Drawing.Point(188, 49);
- this.cbQuantResultsBackgroundOpacity.Name = "cbQuantResultsBackgroundOpacity";
- this.cbQuantResultsBackgroundOpacity.Size = new System.Drawing.Size(68, 21);
- this.cbQuantResultsBackgroundOpacity.TabIndex = 20;
- //
- // cbQuantResultsFormat
- //
- this.cbQuantResultsFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbQuantResultsFormat.FormattingEnabled = true;
- this.cbQuantResultsFormat.Location = new System.Drawing.Point(188, 75);
- this.cbQuantResultsFormat.Name = "cbQuantResultsFormat";
- this.cbQuantResultsFormat.Size = new System.Drawing.Size(124, 21);
- this.cbQuantResultsFormat.TabIndex = 21;
- //
- // cbQuantResultsCategory
- //
- this.cbQuantResultsCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbQuantResultsCategory.FormattingEnabled = true;
- this.cbQuantResultsCategory.Location = new System.Drawing.Point(188, 101);
- this.cbQuantResultsCategory.Name = "cbQuantResultsCategory";
- this.cbQuantResultsCategory.Size = new System.Drawing.Size(124, 21);
- this.cbQuantResultsCategory.TabIndex = 22;
- //
- // quantResultsBackgroundColorPanel
- //
- this.quantResultsBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.quantResultsBackgroundColorPanel.Location = new System.Drawing.Point(318, 23);
- this.quantResultsBackgroundColorPanel.Name = "quantResultsBackgroundColorPanel";
- this.quantResultsBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.quantResultsBackgroundColorPanel.TabIndex = 23;
- //
- // SpectrumViewerVisualSettings
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(891, 489);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox25);
- this.Controls.Add(this.groupBox32);
- this.Controls.Add(this.btResetStyle);
- this.Controls.Add(this.groupBox21);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "SpectrumViewerVisualSettings";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.Text = "Spectrum Viewer Visual Settings";
- this.groupBox25.ResumeLayout(false);
- this.groupBox25.PerformLayout();
- this.groupBox32.ResumeLayout(false);
- this.groupBox32.PerformLayout();
- this.groupBox21.ResumeLayout(false);
- this.groupBox21.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox cbSpectrumBackgroundColor;
- private System.Windows.Forms.Panel spectrumBackgroundColorPanel;
- private System.Windows.Forms.Panel spectrumTextColorPanel;
- private System.Windows.Forms.ComboBox cbSpectrumTextColor;
- private System.Windows.Forms.Panel spectrumVisualFillColorPanel;
- private System.Windows.Forms.ComboBox cbSpectrumVisualFillColor;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Panel spectrumLabelChromeBorderBrushColorPanel;
- private System.Windows.Forms.ComboBox cbPeakLabelBorderColor;
- private System.Windows.Forms.Panel spectrumLabelChromeBackgroundColorPanel;
- private System.Windows.Forms.ComboBox cbPeakLabelBackgroundColor;
- private System.Windows.Forms.Panel spectrumLabelViewForegroundColorPanel;
- private System.Windows.Forms.ComboBox cbPeakLabelTextColor;
- private System.Windows.Forms.GroupBox groupBox25;
- private System.Windows.Forms.Panel alternatePeakLabelBackgroundColorPanel;
- private System.Windows.Forms.ComboBox cbAlternatePeakLabelBackgroundColor;
- private System.Windows.Forms.Panel alternatePeakLabelTextColorPanel;
- private System.Windows.Forms.ComboBox cbAlternatePeakLabelTextColor;
- private System.Windows.Forms.Button btResetStyle;
- private System.Windows.Forms.GroupBox groupBox32;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.ComboBox cbAxisMinorTickLength;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.ComboBox cbAxisMajorThickLength;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.ComboBox cbAxisFontSize;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox cbAxisLabelMargin;
- private System.Windows.Forms.ComboBox cbAxisLineThickness;
- private System.Windows.Forms.ComboBox cbAxisSubMinorTickLength;
- private System.Windows.Forms.ComboBox cbAxisColor;
- private System.Windows.Forms.CheckBox cbShowAxisLines;
- private System.Windows.Forms.ComboBox cbAxisTextColor;
- private System.Windows.Forms.Panel axisTickBrushColorPanel;
- private System.Windows.Forms.Panel axisForegroundColorPanel;
- private System.Windows.Forms.GroupBox groupBox21;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox cbQuantResultsBackgroundColor;
- private System.Windows.Forms.ComboBox cbQuantResultsCategory;
- private System.Windows.Forms.ComboBox cbQuantResultsFormat;
- private System.Windows.Forms.ComboBox cbQuantResultsBackgroundOpacity;
- private System.Windows.Forms.CheckBox cbShowQuantResults;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Panel quantResultsBackgroundColorPanel;
- }
- }
|