123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- namespace OINA.Extender.Testharness
- {
- partial class BCDialogVisualSettings
- {
- /// <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.PlotterBackgroundColorComboBox = new System.Windows.Forms.ComboBox();
- this.PlotterBackgroundColorPanel = new System.Windows.Forms.Panel();
- this.PlotterAxisColorComboBox = new System.Windows.Forms.ComboBox();
- this.PlotterAxisColorPanel = new System.Windows.Forms.Panel();
- this.ComboLineColorComboBox = new System.Windows.Forms.ComboBox();
- this.ComboLineColorPanel = new System.Windows.Forms.Panel();
- this.resetStyleButton = new System.Windows.Forms.Button();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.ControlBackgroundColorComboBox = new System.Windows.Forms.ComboBox();
- this.ControlBackgroundColorPanel = new System.Windows.Forms.Panel();
- this.BackgroundColorComboBox = new System.Windows.Forms.ComboBox();
- this.BackgroundColorPanel = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.HeaderFontStyleComboBox = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.HeaderFontColorComboBox = new System.Windows.Forms.ComboBox();
- this.HeaderFontColorPanel = new System.Windows.Forms.Panel();
- this.label4 = new System.Windows.Forms.Label();
- this.HeaderFontFamilyComboBox = new System.Windows.Forms.ComboBox();
- this.HeaderFontSizeComboBox = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.PlotterAxisTicksColorComboBox = new System.Windows.Forms.ComboBox();
- this.PlotterAxisTicksColorPanel = new System.Windows.Forms.Panel();
- this.PlotterLineColorComboBox = new System.Windows.Forms.ComboBox();
- this.PlotterLineColorPanel = new System.Windows.Forms.Panel();
- this.label7 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // PlotterBackgroundColorComboBox
- //
- this.PlotterBackgroundColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PlotterBackgroundColorComboBox.FormattingEnabled = true;
- this.PlotterBackgroundColorComboBox.Location = new System.Drawing.Point(186, 217);
- this.PlotterBackgroundColorComboBox.Name = "PlotterBackgroundColorComboBox";
- this.PlotterBackgroundColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.PlotterBackgroundColorComboBox.TabIndex = 0;
- //
- // PlotterBackgroundColorPanel
- //
- this.PlotterBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.PlotterBackgroundColorPanel.Location = new System.Drawing.Point(316, 217);
- this.PlotterBackgroundColorPanel.Name = "PlotterBackgroundColorPanel";
- this.PlotterBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.PlotterBackgroundColorPanel.TabIndex = 1;
- //
- // PlotterAxisColorComboBox
- //
- this.PlotterAxisColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PlotterAxisColorComboBox.FormattingEnabled = true;
- this.PlotterAxisColorComboBox.Location = new System.Drawing.Point(186, 271);
- this.PlotterAxisColorComboBox.Name = "PlotterAxisColorComboBox";
- this.PlotterAxisColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.PlotterAxisColorComboBox.TabIndex = 0;
- //
- // PlotterAxisColorPanel
- //
- this.PlotterAxisColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.PlotterAxisColorPanel.Location = new System.Drawing.Point(316, 271);
- this.PlotterAxisColorPanel.Name = "PlotterAxisColorPanel";
- this.PlotterAxisColorPanel.Size = new System.Drawing.Size(88, 21);
- this.PlotterAxisColorPanel.TabIndex = 1;
- //
- // ComboLineColorComboBox
- //
- this.ComboLineColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ComboLineColorComboBox.FormattingEnabled = true;
- this.ComboLineColorComboBox.Location = new System.Drawing.Point(186, 244);
- this.ComboLineColorComboBox.Name = "ComboLineColorComboBox";
- this.ComboLineColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.ComboLineColorComboBox.TabIndex = 0;
- //
- // ComboLineColorPanel
- //
- this.ComboLineColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ComboLineColorPanel.Location = new System.Drawing.Point(316, 244);
- this.ComboLineColorPanel.Name = "ComboLineColorPanel";
- this.ComboLineColorPanel.Size = new System.Drawing.Size(88, 21);
- this.ComboLineColorPanel.TabIndex = 1;
- //
- // resetStyleButton
- //
- this.resetStyleButton.Location = new System.Drawing.Point(155, 358);
- this.resetStyleButton.Name = "resetStyleButton";
- this.resetStyleButton.Size = new System.Drawing.Size(110, 28);
- this.resetStyleButton.TabIndex = 7;
- this.resetStyleButton.Text = "Reset Style";
- this.resetStyleButton.UseVisualStyleBackColor = true;
- this.resetStyleButton.Click += new System.EventHandler(this.ResetStyleButton_Click);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(12, 220);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(169, 13);
- this.label8.TabIndex = 12;
- this.label8.Text = "Plotter/Combo Background Colour";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(12, 247);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(96, 13);
- this.label9.TabIndex = 13;
- this.label9.Text = "Combo Line Colour";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(12, 274);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(92, 13);
- this.label10.TabIndex = 14;
- this.label10.Text = "Plotter Axis Colour";
- //
- // ControlBackgroundColorComboBox
- //
- this.ControlBackgroundColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.ControlBackgroundColorComboBox.FormattingEnabled = true;
- this.ControlBackgroundColorComboBox.Location = new System.Drawing.Point(186, 44);
- this.ControlBackgroundColorComboBox.Name = "ControlBackgroundColorComboBox";
- this.ControlBackgroundColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.ControlBackgroundColorComboBox.TabIndex = 18;
- //
- // ControlBackgroundColorPanel
- //
- this.ControlBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ControlBackgroundColorPanel.Location = new System.Drawing.Point(316, 44);
- this.ControlBackgroundColorPanel.Name = "ControlBackgroundColorPanel";
- this.ControlBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.ControlBackgroundColorPanel.TabIndex = 20;
- //
- // BackgroundColorComboBox
- //
- this.BackgroundColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.BackgroundColorComboBox.FormattingEnabled = true;
- this.BackgroundColorComboBox.Location = new System.Drawing.Point(186, 17);
- this.BackgroundColorComboBox.Name = "BackgroundColorComboBox";
- this.BackgroundColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.BackgroundColorComboBox.TabIndex = 19;
- //
- // BackgroundColorPanel
- //
- this.BackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.BackgroundColorPanel.Location = new System.Drawing.Point(316, 17);
- this.BackgroundColorPanel.Name = "BackgroundColorPanel";
- this.BackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.BackgroundColorPanel.TabIndex = 21;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 47);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(134, 13);
- this.label1.TabIndex = 22;
- this.label1.Text = "Control Background Colour";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 20);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(98, 13);
- this.label6.TabIndex = 23;
- this.label6.Text = "Background Colour";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.HeaderFontStyleComboBox);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.HeaderFontColorComboBox);
- this.groupBox1.Controls.Add(this.HeaderFontColorPanel);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.HeaderFontFamilyComboBox);
- this.groupBox1.Controls.Add(this.HeaderFontSizeComboBox);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Location = new System.Drawing.Point(8, 81);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(396, 125);
- this.groupBox1.TabIndex = 24;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Header Font Settings";
- //
- // HeaderFontStyleComboBox
- //
- this.HeaderFontStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.HeaderFontStyleComboBox.FormattingEnabled = true;
- this.HeaderFontStyleComboBox.Location = new System.Drawing.Point(18, 87);
- this.HeaderFontStyleComboBox.Name = "HeaderFontStyleComboBox";
- this.HeaderFontStyleComboBox.Size = new System.Drawing.Size(124, 21);
- this.HeaderFontStyleComboBox.TabIndex = 17;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(15, 69);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(54, 13);
- this.label3.TabIndex = 18;
- this.label3.Text = "Font Style";
- //
- // HeaderFontColorComboBox
- //
- this.HeaderFontColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.HeaderFontColorComboBox.FormattingEnabled = true;
- this.HeaderFontColorComboBox.Location = new System.Drawing.Point(156, 87);
- this.HeaderFontColorComboBox.Name = "HeaderFontColorComboBox";
- this.HeaderFontColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.HeaderFontColorComboBox.TabIndex = 15;
- //
- // HeaderFontColorPanel
- //
- this.HeaderFontColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.HeaderFontColorPanel.Location = new System.Drawing.Point(286, 87);
- this.HeaderFontColorPanel.Name = "HeaderFontColorPanel";
- this.HeaderFontColorPanel.Size = new System.Drawing.Size(88, 21);
- this.HeaderFontColorPanel.TabIndex = 16;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(153, 69);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(61, 13);
- this.label4.TabIndex = 8;
- this.label4.Text = "Font Colour";
- //
- // HeaderFontFamilyComboBox
- //
- this.HeaderFontFamilyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.HeaderFontFamilyComboBox.FormattingEnabled = true;
- this.HeaderFontFamilyComboBox.Location = new System.Drawing.Point(18, 40);
- this.HeaderFontFamilyComboBox.Name = "HeaderFontFamilyComboBox";
- this.HeaderFontFamilyComboBox.Size = new System.Drawing.Size(124, 21);
- this.HeaderFontFamilyComboBox.TabIndex = 0;
- //
- // HeaderFontSizeComboBox
- //
- this.HeaderFontSizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.HeaderFontSizeComboBox.FormattingEnabled = true;
- this.HeaderFontSizeComboBox.Location = new System.Drawing.Point(156, 40);
- this.HeaderFontSizeComboBox.Name = "HeaderFontSizeComboBox";
- this.HeaderFontSizeComboBox.Size = new System.Drawing.Size(66, 21);
- this.HeaderFontSizeComboBox.TabIndex = 0;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(15, 22);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(60, 13);
- this.label2.TabIndex = 9;
- this.label2.Text = "Font Family";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(153, 22);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(51, 13);
- this.label5.TabIndex = 9;
- this.label5.Text = "Font Size";
- //
- // PlotterAxisTicksColorComboBox
- //
- this.PlotterAxisTicksColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PlotterAxisTicksColorComboBox.FormattingEnabled = true;
- this.PlotterAxisTicksColorComboBox.Location = new System.Drawing.Point(186, 298);
- this.PlotterAxisTicksColorComboBox.Name = "PlotterAxisTicksColorComboBox";
- this.PlotterAxisTicksColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.PlotterAxisTicksColorComboBox.TabIndex = 25;
- //
- // PlotterAxisTicksColorPanel
- //
- this.PlotterAxisTicksColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.PlotterAxisTicksColorPanel.Location = new System.Drawing.Point(316, 298);
- this.PlotterAxisTicksColorPanel.Name = "PlotterAxisTicksColorPanel";
- this.PlotterAxisTicksColorPanel.Size = new System.Drawing.Size(88, 21);
- this.PlotterAxisTicksColorPanel.TabIndex = 27;
- //
- // PlotterLineColorComboBox
- //
- this.PlotterLineColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PlotterLineColorComboBox.FormattingEnabled = true;
- this.PlotterLineColorComboBox.Location = new System.Drawing.Point(186, 325);
- this.PlotterLineColorComboBox.Name = "PlotterLineColorComboBox";
- this.PlotterLineColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.PlotterLineColorComboBox.TabIndex = 26;
- //
- // PlotterLineColorPanel
- //
- this.PlotterLineColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.PlotterLineColorPanel.Location = new System.Drawing.Point(316, 325);
- this.PlotterLineColorPanel.Name = "PlotterLineColorPanel";
- this.PlotterLineColorPanel.Size = new System.Drawing.Size(88, 21);
- this.PlotterLineColorPanel.TabIndex = 28;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(12, 328);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(93, 13);
- this.label7.TabIndex = 30;
- this.label7.Text = "Plotter Line Colour";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(12, 301);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(121, 13);
- this.label11.TabIndex = 29;
- this.label11.Text = "Plotter Axis Ticks Colour";
- //
- // BCDialogVisualSettings
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(420, 398);
- this.Controls.Add(this.PlotterAxisTicksColorComboBox);
- this.Controls.Add(this.PlotterAxisTicksColorPanel);
- this.Controls.Add(this.PlotterLineColorComboBox);
- this.Controls.Add(this.PlotterLineColorPanel);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.ControlBackgroundColorComboBox);
- this.Controls.Add(this.ControlBackgroundColorPanel);
- this.Controls.Add(this.BackgroundColorComboBox);
- this.Controls.Add(this.BackgroundColorPanel);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.ComboLineColorComboBox);
- this.Controls.Add(this.ComboLineColorPanel);
- this.Controls.Add(this.PlotterAxisColorComboBox);
- this.Controls.Add(this.PlotterAxisColorPanel);
- this.Controls.Add(this.PlotterBackgroundColorComboBox);
- this.Controls.Add(this.PlotterBackgroundColorPanel);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.resetStyleButton);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "BCDialogVisualSettings";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Brightness/Contrast Dialog Visual Settings";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox PlotterBackgroundColorComboBox;
- private System.Windows.Forms.Panel PlotterBackgroundColorPanel;
- private System.Windows.Forms.ComboBox PlotterAxisColorComboBox;
- private System.Windows.Forms.Panel PlotterAxisColorPanel;
- private System.Windows.Forms.ComboBox ComboLineColorComboBox;
- private System.Windows.Forms.Panel ComboLineColorPanel;
- private System.Windows.Forms.Button resetStyleButton;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.ComboBox ControlBackgroundColorComboBox;
- private System.Windows.Forms.Panel ControlBackgroundColorPanel;
- private System.Windows.Forms.ComboBox BackgroundColorComboBox;
- private System.Windows.Forms.Panel BackgroundColorPanel;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ComboBox HeaderFontStyleComboBox;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox HeaderFontColorComboBox;
- private System.Windows.Forms.Panel HeaderFontColorPanel;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox HeaderFontFamilyComboBox;
- private System.Windows.Forms.ComboBox HeaderFontSizeComboBox;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox PlotterAxisTicksColorComboBox;
- private System.Windows.Forms.Panel PlotterAxisTicksColorPanel;
- private System.Windows.Forms.ComboBox PlotterLineColorComboBox;
- private System.Windows.Forms.Panel PlotterLineColorPanel;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label11;
- }
- }
|