123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- namespace OINA.Extender.Testharness
- {
- partial class ElementComboVisualSettings
- {
- /// <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.lblBackgroundColor = new System.Windows.Forms.Label();
- this.cbBackgroundColor = new System.Windows.Forms.ComboBox();
- this.lblForegroundColor = new System.Windows.Forms.Label();
- this.cbForegroundColor = new System.Windows.Forms.ComboBox();
- this.lblFontSize = new System.Windows.Forms.Label();
- this.cbFontSize = new System.Windows.Forms.ComboBox();
- this.backgroundColorPanel = new System.Windows.Forms.Panel();
- this.foregroundColorPanel = new System.Windows.Forms.Panel();
- this.btResetStyle = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // lblBackgroundColor
- //
- this.lblBackgroundColor.AutoSize = true;
- this.lblBackgroundColor.Location = new System.Drawing.Point(10, 14);
- this.lblBackgroundColor.Name = "lblBackgroundColor";
- this.lblBackgroundColor.Size = new System.Drawing.Size(92, 13);
- this.lblBackgroundColor.TabIndex = 0;
- this.lblBackgroundColor.Text = "Background Color";
- //
- // cbBackgroundColor
- //
- this.cbBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbBackgroundColor.FormattingEnabled = true;
- this.cbBackgroundColor.Location = new System.Drawing.Point(13, 30);
- this.cbBackgroundColor.Name = "cbBackgroundColor";
- this.cbBackgroundColor.Size = new System.Drawing.Size(124, 21);
- this.cbBackgroundColor.TabIndex = 1;
- //
- // lblForegroundColor
- //
- this.lblForegroundColor.AutoSize = true;
- this.lblForegroundColor.Location = new System.Drawing.Point(10, 54);
- this.lblForegroundColor.Name = "lblForegroundColor";
- this.lblForegroundColor.Size = new System.Drawing.Size(88, 13);
- this.lblForegroundColor.TabIndex = 2;
- this.lblForegroundColor.Text = "Foreground Color";
- //
- // cbForegroundColor
- //
- this.cbForegroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbForegroundColor.FormattingEnabled = true;
- this.cbForegroundColor.Location = new System.Drawing.Point(13, 70);
- this.cbForegroundColor.Name = "cbForegroundColor";
- this.cbForegroundColor.Size = new System.Drawing.Size(121, 21);
- this.cbForegroundColor.TabIndex = 3;
- //
- // lblFontSize
- //
- this.lblFontSize.AutoSize = true;
- this.lblFontSize.Location = new System.Drawing.Point(11, 95);
- this.lblFontSize.Name = "lblFontSize";
- this.lblFontSize.Size = new System.Drawing.Size(51, 13);
- this.lblFontSize.TabIndex = 4;
- this.lblFontSize.Text = "Font Size";
- //
- // cbFontSize
- //
- this.cbFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbFontSize.FormattingEnabled = true;
- this.cbFontSize.Location = new System.Drawing.Point(13, 111);
- this.cbFontSize.Name = "cbFontSize";
- this.cbFontSize.Size = new System.Drawing.Size(68, 21);
- this.cbFontSize.TabIndex = 5;
- //
- // backgroundColorPanel
- //
- this.backgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.backgroundColorPanel.Location = new System.Drawing.Point(143, 30);
- this.backgroundColorPanel.Name = "backgroundColorPanel";
- this.backgroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.backgroundColorPanel.TabIndex = 6;
- //
- // foregroundColorPanel
- //
- this.foregroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.foregroundColorPanel.Location = new System.Drawing.Point(143, 70);
- this.foregroundColorPanel.Name = "foregroundColorPanel";
- this.foregroundColorPanel.Size = new System.Drawing.Size(88, 21);
- this.foregroundColorPanel.TabIndex = 7;
- //
- // btResetStyle
- //
- this.btResetStyle.Location = new System.Drawing.Point(143, 110);
- this.btResetStyle.Name = "btResetStyle";
- this.btResetStyle.Size = new System.Drawing.Size(88, 21);
- this.btResetStyle.TabIndex = 8;
- this.btResetStyle.Text = "Reset Style";
- this.btResetStyle.UseVisualStyleBackColor = true;
- this.btResetStyle.Click += new System.EventHandler(this.BtResetStyle_Click);
- //
- // ElementComboVisualSettings
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(247, 143);
- this.Controls.Add(this.btResetStyle);
- this.Controls.Add(this.foregroundColorPanel);
- this.Controls.Add(this.backgroundColorPanel);
- this.Controls.Add(this.cbFontSize);
- this.Controls.Add(this.lblFontSize);
- this.Controls.Add(this.cbForegroundColor);
- this.Controls.Add(this.lblForegroundColor);
- this.Controls.Add(this.cbBackgroundColor);
- this.Controls.Add(this.lblBackgroundColor);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "ElementComboVisualSettings";
- this.ShowInTaskbar = false;
- this.Text = "Element Combo Visual Settings";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblBackgroundColor;
- private System.Windows.Forms.ComboBox cbBackgroundColor;
- private System.Windows.Forms.Label lblForegroundColor;
- private System.Windows.Forms.ComboBox cbForegroundColor;
- private System.Windows.Forms.Label lblFontSize;
- private System.Windows.Forms.ComboBox cbFontSize;
- private System.Windows.Forms.Panel backgroundColorPanel;
- private System.Windows.Forms.Panel foregroundColorPanel;
- private System.Windows.Forms.Button btResetStyle;
- }
- }
|