namespace WindowsApplication1
{
partial class Form1
{
///
/// 必要なデザイナ変数です。
///
private System.ComponentModel.IContainer components = null;
///
/// 使用中のリソースをすべてクリーンアップします。
///
/// マネージ リソースが破棄される場合 true、破棄されない場合は false です。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナで生成されたコード
///
/// デザイナ サポートに必要なメソッドです。このメソッドの内容を
/// コード エディタで変更しないでください。
///
private void InitializeComponent()
{
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.progressBar2 = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.progressBar3 = new System.Windows.Forms.ProgressBar();
this.progressBar4 = new System.Windows.Forms.ProgressBar();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(58, 95);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(222, 23);
this.progressBar1.TabIndex = 0;
this.progressBar1.Click += new System.EventHandler(this.progressBar1_Click);
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(58, 124);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(222, 23);
this.progressBar2.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label1.Location = new System.Drawing.Point(5, 95);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(40, 15);
this.label1.TabIndex = 2;
this.label1.Text = "カラー";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label2.Location = new System.Drawing.Point(5, 124);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 15);
this.label2.TabIndex = 3;
this.label2.Text = "ブラック";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label3.Location = new System.Drawing.Point(5, 79);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(80, 16);
this.label3.TabIndex = 4;
this.label3.Text = "インク残量";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label4.Location = new System.Drawing.Point(5, 150);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(76, 16);
this.label4.TabIndex = 5;
this.label4.Text = "通信状況";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label5.Location = new System.Drawing.Point(5, 166);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(37, 15);
this.label5.TabIndex = 6;
this.label5.Text = "強度";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("MS UI Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label6.Location = new System.Drawing.Point(5, 198);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(42, 15);
this.label6.TabIndex = 7;
this.label6.Text = "レベル";
//
// progressBar3
//
this.progressBar3.Location = new System.Drawing.Point(58, 169);
this.progressBar3.Name = "progressBar3";
this.progressBar3.Size = new System.Drawing.Size(222, 23);
this.progressBar3.TabIndex = 8;
//
// progressBar4
//
this.progressBar4.Location = new System.Drawing.Point(58, 198);
this.progressBar4.Name = "progressBar4";
this.progressBar4.Size = new System.Drawing.Size(222, 23);
this.progressBar4.TabIndex = 9;
//
// richTextBox1
//
this.richTextBox1.Font = new System.Drawing.Font("MS UI Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.richTextBox1.Location = new System.Drawing.Point(8, 12);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(268, 54);
this.richTextBox1.TabIndex = 10;
this.richTextBox1.Text = "プリンターの動作状況が表示されます。";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 227);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.progressBar4);
this.Controls.Add(this.progressBar3);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.progressBar2);
this.Controls.Add(this.progressBar1);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "プリンターinfo forTS3100";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.ProgressBar progressBar2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ProgressBar progressBar3;
private System.Windows.Forms.ProgressBar progressBar4;
private System.Windows.Forms.RichTextBox richTextBox1;
}
}