namespace FL_netCaoTester
{
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.textBox_CtrlName = new System.Windows.Forms.TextBox();
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.textBox_ProvName = new System.Windows.Forms.TextBox();
this.textBox_MachineName = new System.Windows.Forms.TextBox();
this.textBox_Option = new System.Windows.Forms.TextBox();
this.button_Add = new System.Windows.Forms.Button();
this.button_Del = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBox_CtrlName
//
this.textBox_CtrlName.Location = new System.Drawing.Point(102, 18);
this.textBox_CtrlName.Name = "textBox_CtrlName";
this.textBox_CtrlName.Size = new System.Drawing.Size(239, 19);
this.textBox_CtrlName.TabIndex = 0;
this.textBox_CtrlName.Text = "TcAds";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(84, 12);
this.label1.TabIndex = 1;
this.label1.Text = "ControllerName";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(76, 12);
this.label2.TabIndex = 2;
this.label2.Text = "ProviderName";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 75);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(76, 12);
this.label3.TabIndex = 3;
this.label3.Text = "MachineName";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 102);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(38, 12);
this.label4.TabIndex = 4;
this.label4.Text = "Option";
//
// textBox_ProvName
//
this.textBox_ProvName.Location = new System.Drawing.Point(102, 45);
this.textBox_ProvName.Name = "textBox_ProvName";
this.textBox_ProvName.Size = new System.Drawing.Size(239, 19);
this.textBox_ProvName.TabIndex = 5;
this.textBox_ProvName.Text = "CaoProv.BECKHOFF.ADS";
//
// textBox_MachineName
//
this.textBox_MachineName.Location = new System.Drawing.Point(102, 72);
this.textBox_MachineName.Name = "textBox_MachineName";
this.textBox_MachineName.Size = new System.Drawing.Size(239, 19);
this.textBox_MachineName.TabIndex = 6;
//
// textBox_Option
//
this.textBox_Option.Location = new System.Drawing.Point(102, 99);
this.textBox_Option.Multiline = true;
this.textBox_Option.Name = "textBox_Option";
this.textBox_Option.Size = new System.Drawing.Size(239, 67);
this.textBox_Option.TabIndex = 7;
this.textBox_Option.Text = "NetId=169.254.139.156.1.1, Port=301";
//
// button_Add
//
this.button_Add.Location = new System.Drawing.Point(171, 177);
this.button_Add.Name = "button_Add";
this.button_Add.Size = new System.Drawing.Size(75, 23);
this.button_Add.TabIndex = 8;
this.button_Add.Text = "Add";
this.button_Add.UseVisualStyleBackColor = true;
this.button_Add.Click += new System.EventHandler(this.button_Add_Click);
//
// button_Del
//
this.button_Del.Location = new System.Drawing.Point(266, 177);
this.button_Del.Name = "button_Del";
this.button_Del.Size = new System.Drawing.Size(75, 23);
this.button_Del.TabIndex = 9;
this.button_Del.Text = "Del";
this.button_Del.UseVisualStyleBackColor = true;
this.button_Del.Click += new System.EventHandler(this.button_Del_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(357, 213);
this.Controls.Add(this.button_Del);
this.Controls.Add(this.button_Add);
this.Controls.Add(this.textBox_Option);
this.Controls.Add(this.textBox_MachineName);
this.Controls.Add(this.textBox_ProvName);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_CtrlName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "TcAdsCaoTester";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox_CtrlName;
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.TextBox textBox_ProvName;
private System.Windows.Forms.TextBox textBox_MachineName;
private System.Windows.Forms.TextBox textBox_Option;
private System.Windows.Forms.Button button_Add;
private System.Windows.Forms.Button button_Del;
}
}