namespace OINA.Extender.Testharness
{
partial class ImageViewerVisualSettings
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.cbBackgroundColor = new System.Windows.Forms.ComboBox();
this.backgroundPanel = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.cbForegroundColor = new System.Windows.Forms.ComboBox();
this.foregroundColorPanel = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.cbHeaderFontSize = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cbScaleBarFontSize = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.cbHeaderFontFamily = new System.Windows.Forms.ComboBox();
this.btResetStyle = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Background Color";
//
// cbBackgroundColor
//
this.cbBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBackgroundColor.FormattingEnabled = true;
this.cbBackgroundColor.Location = new System.Drawing.Point(123, 12);
this.cbBackgroundColor.Name = "cbBackgroundColor";
this.cbBackgroundColor.Size = new System.Drawing.Size(124, 21);
this.cbBackgroundColor.TabIndex = 1;
//
// backgroundPanel
//
this.backgroundPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.backgroundPanel.Location = new System.Drawing.Point(253, 12);
this.backgroundPanel.Name = "backgroundPanel";
this.backgroundPanel.Size = new System.Drawing.Size(88, 21);
this.backgroundPanel.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(88, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Foreground Color";
//
// cbForegroundColor
//
this.cbForegroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbForegroundColor.FormattingEnabled = true;
this.cbForegroundColor.Location = new System.Drawing.Point(123, 41);
this.cbForegroundColor.Name = "cbForegroundColor";
this.cbForegroundColor.Size = new System.Drawing.Size(124, 21);
this.cbForegroundColor.TabIndex = 4;
//
// foregroundColorPanel
//
this.foregroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.foregroundColorPanel.Location = new System.Drawing.Point(253, 41);
this.foregroundColorPanel.Name = "foregroundColorPanel";
this.foregroundColorPanel.Size = new System.Drawing.Size(88, 21);
this.foregroundColorPanel.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Header Font Size";
//
// cbHeaderFontSize
//
this.cbHeaderFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbHeaderFontSize.FormattingEnabled = true;
this.cbHeaderFontSize.Location = new System.Drawing.Point(123, 95);
this.cbHeaderFontSize.Name = "cbHeaderFontSize";
this.cbHeaderFontSize.Size = new System.Drawing.Size(53, 21);
this.cbHeaderFontSize.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 126);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(100, 13);
this.label4.TabIndex = 8;
this.label4.Text = "Scale Bar Font Size";
//
// cbScaleBarFontSize
//
this.cbScaleBarFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScaleBarFontSize.FormattingEnabled = true;
this.cbScaleBarFontSize.Location = new System.Drawing.Point(123, 123);
this.cbScaleBarFontSize.Name = "cbScaleBarFontSize";
this.cbScaleBarFontSize.Size = new System.Drawing.Size(53, 21);
this.cbScaleBarFontSize.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 71);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(98, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Header Font Family";
//
// cbHeaderFontFamily
//
this.cbHeaderFontFamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbHeaderFontFamily.FormattingEnabled = true;
this.cbHeaderFontFamily.Location = new System.Drawing.Point(123, 68);
this.cbHeaderFontFamily.Name = "cbHeaderFontFamily";
this.cbHeaderFontFamily.Size = new System.Drawing.Size(171, 21);
this.cbHeaderFontFamily.TabIndex = 11;
//
// btResetStyle
//
this.btResetStyle.Location = new System.Drawing.Point(229, 121);
this.btResetStyle.Name = "btResetStyle";
this.btResetStyle.Size = new System.Drawing.Size(112, 23);
this.btResetStyle.TabIndex = 12;
this.btResetStyle.Text = "Reset Style";
this.btResetStyle.UseVisualStyleBackColor = true;
this.btResetStyle.Click += new System.EventHandler(this.OnResetStyle);
//
// ImageViewerVisualSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(356, 161);
this.Controls.Add(this.btResetStyle);
this.Controls.Add(this.cbHeaderFontFamily);
this.Controls.Add(this.label5);
this.Controls.Add(this.cbScaleBarFontSize);
this.Controls.Add(this.label4);
this.Controls.Add(this.cbHeaderFontSize);
this.Controls.Add(this.label3);
this.Controls.Add(this.foregroundColorPanel);
this.Controls.Add(this.cbForegroundColor);
this.Controls.Add(this.label2);
this.Controls.Add(this.backgroundPanel);
this.Controls.Add(this.cbBackgroundColor);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "ImageViewerVisualSettings";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "ImageViewer Visual Settings";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbBackgroundColor;
private System.Windows.Forms.Panel backgroundPanel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbForegroundColor;
private System.Windows.Forms.Panel foregroundColorPanel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbHeaderFontSize;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cbScaleBarFontSize;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cbHeaderFontFamily;
private System.Windows.Forms.Button btResetStyle;
}
}