namespace CaoProvOMRONNJTest
{
partial class FrmTest
{
///
/// 必要なデザイナー変数です。
///
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.panel1 = new System.Windows.Forms.Panel();
this.btnExecute = new System.Windows.Forms.Button();
this.txtLog = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.lstResult = new System.Windows.Forms.ListBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnExecute);
this.panel1.Controls.Add(this.txtLog);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtAddress);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(806, 87);
this.panel1.TabIndex = 0;
//
// btnExecute
//
this.btnExecute.Location = new System.Drawing.Point(709, 49);
this.btnExecute.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnExecute.Name = "btnExecute";
this.btnExecute.Size = new System.Drawing.Size(91, 27);
this.btnExecute.TabIndex = 4;
this.btnExecute.Text = "実行";
this.btnExecute.UseVisualStyleBackColor = true;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
//
// txtLog
//
this.txtLog.Location = new System.Drawing.Point(81, 29);
this.txtLog.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtLog.Name = "txtLog";
this.txtLog.Size = new System.Drawing.Size(720, 19);
this.txtLog.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 31);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 12);
this.label2.TabIndex = 2;
this.label2.Text = "ログファイル";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(81, 8);
this.txtAddress.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(720, 19);
this.txtAddress.TabIndex = 1;
this.txtAddress.Text = "192.168.1.4";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 10);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "接続先";
//
// lstResult
//
this.lstResult.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstResult.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.lstResult.FormattingEnabled = true;
this.lstResult.ItemHeight = 12;
this.lstResult.Location = new System.Drawing.Point(0, 87);
this.lstResult.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.lstResult.Name = "lstResult";
this.lstResult.Size = new System.Drawing.Size(806, 435);
this.lstResult.TabIndex = 1;
//
// FrmTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(806, 522);
this.Controls.Add(this.lstResult);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmTest";
this.Text = "OMRON NJ Provider Test Form";
this.Load += new System.EventHandler(this.FrmTest_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnExecute;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox lstResult;
}
}