123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398 |
- namespace OINA.Extender.Testharness
- {
- partial class PeriodicTableVisualSettings
- {
- /// <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.excludedElementsColorComboBox = new System.Windows.Forms.ComboBox();
- this.excludedElementsColorPanel = new System.Windows.Forms.Panel();
- this.idleElementColorComboBox = new System.Windows.Forms.ComboBox();
- this.unsetElementsColorPanel = new System.Windows.Forms.Panel();
- this.elementHighlightColorComboBox = new System.Windows.Forms.ComboBox();
- this.elementHighlightColorPanel = new System.Windows.Forms.Panel();
- this.elementBorderColorComboBox = new System.Windows.Forms.ComboBox();
- this.elementBorderColorPanel = new System.Windows.Forms.Panel();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.label7 = new System.Windows.Forms.Label();
- this.fontSizeComboBox = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.fontColorPanel = new System.Windows.Forms.Panel();
- this.fontStyleComboBox = new System.Windows.Forms.ComboBox();
- this.elementFontColorComboBox = new System.Windows.Forms.ComboBox();
- this.fontFamilyComboBox = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.includedElementsColorPanel = new System.Windows.Forms.Panel();
- this.includedElementColorComboBox = new System.Windows.Forms.ComboBox();
- this.resetStyleButton = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.backgroundColorComboBox = new System.Windows.Forms.ComboBox();
- this.backgroundColorPanel = new System.Windows.Forms.Panel();
- this.groupBox6.SuspendLayout();
- this.SuspendLayout();
- //
- // excludedElementsColorComboBox
- //
- this.excludedElementsColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.excludedElementsColorComboBox.FormattingEnabled = true;
- this.excludedElementsColorComboBox.Location = new System.Drawing.Point(146, 60);
- this.excludedElementsColorComboBox.Name = "excludedElementsColorComboBox";
- this.excludedElementsColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.excludedElementsColorComboBox.TabIndex = 0;
- //
- // excludedElementsColorPanel
- //
- this.excludedElementsColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.excludedElementsColorPanel.Location = new System.Drawing.Point(276, 60);
- this.excludedElementsColorPanel.Name = "excludedElementsColorPanel";
- this.excludedElementsColorPanel.Size = new System.Drawing.Size(88, 21);
- this.excludedElementsColorPanel.TabIndex = 1;
- //
- // idleElementColorComboBox
- //
- this.idleElementColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.idleElementColorComboBox.FormattingEnabled = true;
- this.idleElementColorComboBox.Location = new System.Drawing.Point(146, 87);
- this.idleElementColorComboBox.Name = "idleElementColorComboBox";
- this.idleElementColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.idleElementColorComboBox.TabIndex = 0;
- //
- // unsetElementsColorPanel
- //
- this.unsetElementsColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.unsetElementsColorPanel.Location = new System.Drawing.Point(276, 87);
- this.unsetElementsColorPanel.Name = "unsetElementsColorPanel";
- this.unsetElementsColorPanel.Size = new System.Drawing.Size(88, 21);
- this.unsetElementsColorPanel.TabIndex = 1;
- //
- // elementHighlightColorComboBox
- //
- this.elementHighlightColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.elementHighlightColorComboBox.FormattingEnabled = true;
- this.elementHighlightColorComboBox.Location = new System.Drawing.Point(146, 141);
- this.elementHighlightColorComboBox.Name = "elementHighlightColorComboBox";
- this.elementHighlightColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.elementHighlightColorComboBox.TabIndex = 0;
- //
- // elementHighlightColorPanel
- //
- this.elementHighlightColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.elementHighlightColorPanel.Location = new System.Drawing.Point(276, 141);
- this.elementHighlightColorPanel.Name = "elementHighlightColorPanel";
- this.elementHighlightColorPanel.Size = new System.Drawing.Size(88, 21);
- this.elementHighlightColorPanel.TabIndex = 1;
- //
- // elementBorderColorComboBox
- //
- this.elementBorderColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.elementBorderColorComboBox.FormattingEnabled = true;
- this.elementBorderColorComboBox.Location = new System.Drawing.Point(146, 114);
- this.elementBorderColorComboBox.Name = "elementBorderColorComboBox";
- this.elementBorderColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.elementBorderColorComboBox.TabIndex = 0;
- //
- // elementBorderColorPanel
- //
- this.elementBorderColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.elementBorderColorPanel.Location = new System.Drawing.Point(276, 114);
- this.elementBorderColorPanel.Name = "elementBorderColorPanel";
- this.elementBorderColorPanel.Size = new System.Drawing.Size(88, 21);
- this.elementBorderColorPanel.TabIndex = 1;
- //
- // groupBox6
- //
- this.groupBox6.Controls.Add(this.label7);
- this.groupBox6.Controls.Add(this.fontSizeComboBox);
- this.groupBox6.Controls.Add(this.label2);
- this.groupBox6.Controls.Add(this.label1);
- this.groupBox6.Controls.Add(this.fontColorPanel);
- this.groupBox6.Controls.Add(this.fontStyleComboBox);
- this.groupBox6.Controls.Add(this.elementFontColorComboBox);
- this.groupBox6.Controls.Add(this.fontFamilyComboBox);
- this.groupBox6.Controls.Add(this.label3);
- this.groupBox6.Location = new System.Drawing.Point(12, 173);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(361, 114);
- this.groupBox6.TabIndex = 5;
- this.groupBox6.TabStop = false;
- this.groupBox6.Text = "Periodic Table Font Settings";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(210, 22);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(51, 13);
- this.label7.TabIndex = 5;
- this.label7.Text = "Font Size";
- //
- // fontSizeComboBox
- //
- this.fontSizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.fontSizeComboBox.FormattingEnabled = true;
- this.fontSizeComboBox.Location = new System.Drawing.Point(213, 38);
- this.fontSizeComboBox.Name = "fontSizeComboBox";
- this.fontSizeComboBox.Size = new System.Drawing.Size(139, 21);
- this.fontSizeComboBox.TabIndex = 4;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(11, 67);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(111, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "Font Style ";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(11, 22);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(60, 13);
- this.label1.TabIndex = 0;
- this.label1.Text = "Font Family";
- //
- // fontColorPanel
- //
- this.fontColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.fontColorPanel.Location = new System.Drawing.Point(264, 83);
- this.fontColorPanel.Name = "fontColorPanel";
- this.fontColorPanel.Size = new System.Drawing.Size(88, 21);
- this.fontColorPanel.TabIndex = 3;
- //
- // fontStyleComboBox
- //
- this.fontStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.fontStyleComboBox.FormattingEnabled = true;
- this.fontStyleComboBox.Location = new System.Drawing.Point(14, 83);
- this.fontStyleComboBox.Name = "fontStyleComboBox";
- this.fontStyleComboBox.Size = new System.Drawing.Size(110, 21);
- this.fontStyleComboBox.TabIndex = 2;
- //
- // elementFontColorComboBox
- //
- this.elementFontColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.elementFontColorComboBox.FormattingEnabled = true;
- this.elementFontColorComboBox.Location = new System.Drawing.Point(134, 83);
- this.elementFontColorComboBox.Name = "elementFontColorComboBox";
- this.elementFontColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.elementFontColorComboBox.TabIndex = 2;
- //
- // fontFamilyComboBox
- //
- this.fontFamilyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.fontFamilyComboBox.FormattingEnabled = true;
- this.fontFamilyComboBox.Location = new System.Drawing.Point(14, 38);
- this.fontFamilyComboBox.Name = "fontFamilyComboBox";
- this.fontFamilyComboBox.Size = new System.Drawing.Size(193, 21);
- this.fontFamilyComboBox.TabIndex = 1;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(131, 67);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(55, 13);
- this.label3.TabIndex = 3;
- this.label3.Text = "Font Color";
- //
- // includedElementsColorPanel
- //
- this.includedElementsColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.includedElementsColorPanel.Location = new System.Drawing.Point(276, 33);
- this.includedElementsColorPanel.Name = "includedElementsColorPanel";
- this.includedElementsColorPanel.Size = new System.Drawing.Size(88, 21);
- this.includedElementsColorPanel.TabIndex = 1;
- //
- // includedElementColorComboBox
- //
- this.includedElementColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.includedElementColorComboBox.FormattingEnabled = true;
- this.includedElementColorComboBox.Location = new System.Drawing.Point(146, 33);
- this.includedElementColorComboBox.Name = "includedElementColorComboBox";
- this.includedElementColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.includedElementColorComboBox.TabIndex = 0;
- //
- // resetStyleButton
- //
- this.resetStyleButton.Location = new System.Drawing.Point(138, 299);
- 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);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(12, 9);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(98, 13);
- this.label4.TabIndex = 8;
- this.label4.Text = "Background Colour";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(12, 36);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(122, 13);
- this.label5.TabIndex = 9;
- this.label5.Text = "Included Element Colour";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(12, 63);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(125, 13);
- this.label6.TabIndex = 10;
- this.label6.Text = "Excluded Element Colour";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(12, 90);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(98, 13);
- this.label8.TabIndex = 12;
- this.label8.Text = "Idle Element Colour";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(12, 117);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(112, 13);
- this.label9.TabIndex = 13;
- this.label9.Text = "Element Border Colour";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(12, 144);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(122, 13);
- this.label10.TabIndex = 14;
- this.label10.Text = "Element Highlight Colour";
- //
- // backgroundColorComboBox
- //
- this.backgroundColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.backgroundColorComboBox.FormattingEnabled = true;
- this.backgroundColorComboBox.Location = new System.Drawing.Point(146, 6);
- this.backgroundColorComboBox.Name = "backgroundColorComboBox";
- this.backgroundColorComboBox.Size = new System.Drawing.Size(124, 21);
- this.backgroundColorComboBox.TabIndex = 15;
- //
- // backgroundColorPanel
- //
- this.backgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.backgroundColorPanel.Location = new System.Drawing.Point(276, 6);
- this.backgroundColorPanel.Name = "backgroundColorPanel";
- this.backgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.backgroundColorPanel.TabIndex = 16;
- //
- // PeriodicTableVisualSettings
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(386, 337);
- this.Controls.Add(this.backgroundColorComboBox);
- this.Controls.Add(this.backgroundColorPanel);
- this.Controls.Add(this.elementBorderColorComboBox);
- this.Controls.Add(this.elementBorderColorPanel);
- this.Controls.Add(this.elementHighlightColorComboBox);
- this.Controls.Add(this.elementHighlightColorPanel);
- this.Controls.Add(this.idleElementColorComboBox);
- this.Controls.Add(this.unsetElementsColorPanel);
- this.Controls.Add(this.excludedElementsColorComboBox);
- this.Controls.Add(this.excludedElementsColorPanel);
- this.Controls.Add(this.includedElementColorComboBox);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.includedElementsColorPanel);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.resetStyleButton);
- this.Controls.Add(this.groupBox6);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "PeriodicTableVisualSettings";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Periodic Table Visual Settings";
- this.groupBox6.ResumeLayout(false);
- this.groupBox6.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox excludedElementsColorComboBox;
- private System.Windows.Forms.Panel excludedElementsColorPanel;
- private System.Windows.Forms.ComboBox idleElementColorComboBox;
- private System.Windows.Forms.Panel unsetElementsColorPanel;
- private System.Windows.Forms.ComboBox elementHighlightColorComboBox;
- private System.Windows.Forms.Panel elementHighlightColorPanel;
- private System.Windows.Forms.ComboBox elementBorderColorComboBox;
- private System.Windows.Forms.Panel elementBorderColorPanel;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.Panel fontColorPanel;
- private System.Windows.Forms.ComboBox elementFontColorComboBox;
- private System.Windows.Forms.ComboBox fontStyleComboBox;
- private System.Windows.Forms.ComboBox fontFamilyComboBox;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox includedElementColorComboBox;
- private System.Windows.Forms.Panel includedElementsColorPanel;
- private System.Windows.Forms.Button resetStyleButton;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.ComboBox backgroundColorComboBox;
- private System.Windows.Forms.Panel backgroundColorPanel;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.ComboBox fontSizeComboBox;
- }
- }
|