namespace NVTest
{
partial class NVType
{
/// <summary>
/// 必要なデザイナー変数です。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 使用中のリソースをすべてクリーンアップします。
/// </summary>
/// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
/// <summary>
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.indicator2 = new System.Windows.Forms.Label();
this.indicator1 = new System.Windows.Forms.Label();
this.bar = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 380.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.label1.Location = new System.Drawing.Point(11, 9);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(323, 507);
this.label1.TabIndex = 0;
this.label1.Text = "!";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// indicator2
//
this.indicator2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.indicator2.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.indicator2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.indicator2.Location = new System.Drawing.Point(417, 469);
this.indicator2.Name = "indicator2";
this.indicator2.Size = new System.Drawing.Size(47, 33);
this.indicator2.TabIndex = 1;
this.indicator2.Text = "--";
this.indicator2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// indicator1
//
this.indicator1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.indicator1.AutoSize = true;
this.indicator1.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.indicator1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.indicator1.Location = new System.Drawing.Point(417, 525);
this.indicator1.Name = "indicator1";
this.indicator1.Size = new System.Drawing.Size(47, 33);
this.indicator1.TabIndex = 1;
this.indicator1.Text = "60";
this.indicator1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// bar
//
this.bar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bar.AutoSize = true;
this.bar.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.bar.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.bar.Location = new System.Drawing.Point(401, 502);
this.bar.Name = "bar";
this.bar.Size = new System.Drawing.Size(79, 33);
this.bar.TabIndex = 1;
this.bar.Text = "──";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label2.Location = new System.Drawing.Point(391, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(0, 33);
this.label2.TabIndex = 1;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label3.Font = new System.Drawing.Font("MS UI Gothic", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.label3.Location = new System.Drawing.Point(25, 525);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(355, 33);
this.label3.TabIndex = 1;
this.label3.Text = "_";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// NVType
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.ClientSize = new System.Drawing.Size(501, 567);
this.Controls.Add(this.label3);
this.Controls.Add(this.indicator1);
this.Controls.Add(this.label2);
this.Controls.Add(this.indicator2);
this.Controls.Add(this.bar);
this.Controls.Add(this.label1);
this.Name = "NVType";
this.Text = "NVTyping";
this.Load += new System.EventHandler(this.Form1_Load);
this.Shown += new System.EventHandler(this.Form1_Shown);
this.Resize += new System.EventHandler(this.NVType_Resize);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label indicator2;
private System.Windows.Forms.Label indicator1;
private System.Windows.Forms.Label bar;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
}
}