///
/// Copyright (c) 2017 Sensus Metering Systems
///
namespace TBF.BenchControl.Network.Adapter
{
partial class NetadapterCfgCtrl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.nameTextBox = new System.Windows.Forms.TextBox();
this.nameLabel = new System.Windows.Forms.Label();
this.classNameLabel = new System.Windows.Forms.Label();
this.adapterLabel = new System.Windows.Forms.Label();
this.adapterComboBox = new System.Windows.Forms.ComboBox();
this.tftpEnabledCheckBox = new System.Windows.Forms.CheckBox();
this.tftpDirectoryLabel = new System.Windows.Forms.Label();
this.tftpDirectoryTextBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// nameTextBox
//
this.nameTextBox.Enabled = false;
this.nameTextBox.Location = new System.Drawing.Point(101, 50);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(114, 20);
this.nameTextBox.TabIndex = 5;
//
// nameLabel
//
this.nameLabel.AutoSize = true;
this.nameLabel.Location = new System.Drawing.Point(9, 53);
this.nameLabel.Name = "nameLabel";
this.nameLabel.Size = new System.Drawing.Size(35, 13);
this.nameLabel.TabIndex = 4;
this.nameLabel.Text = "Name";
//
// classNameLabel
//
this.classNameLabel.AutoSize = true;
this.classNameLabel.Location = new System.Drawing.Point(98, 24);
this.classNameLabel.Name = "classNameLabel";
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
this.classNameLabel.TabIndex = 3;
this.classNameLabel.Text = "ComonentName";
//
// adapterLabel
//
this.adapterLabel.AutoSize = true;
this.adapterLabel.Location = new System.Drawing.Point(9, 80);
this.adapterLabel.Name = "adapterLabel";
this.adapterLabel.Size = new System.Drawing.Size(44, 13);
this.adapterLabel.TabIndex = 6;
this.adapterLabel.Text = "Adapter";
//
// adapterComboBox
//
this.adapterComboBox.Enabled = false;
this.adapterComboBox.Location = new System.Drawing.Point(101, 77);
this.adapterComboBox.Name = "adapterComboBox";
this.adapterComboBox.Size = new System.Drawing.Size(333, 21);
this.adapterComboBox.TabIndex = 7;
//
// tftpEnabledCheckBox
//
this.tftpEnabledCheckBox.AutoSize = true;
this.tftpEnabledCheckBox.Enabled = false;
this.tftpEnabledCheckBox.Location = new System.Drawing.Point(101, 115);
this.tftpEnabledCheckBox.Name = "tftpEnabledCheckBox";
this.tftpEnabledCheckBox.Size = new System.Drawing.Size(121, 17);
this.tftpEnabledCheckBox.TabIndex = 12;
this.tftpEnabledCheckBox.Text = "Enable TFTP server";
this.tftpEnabledCheckBox.UseVisualStyleBackColor = true;
//
// tftpDirectoryLabel
//
this.tftpDirectoryLabel.AutoSize = true;
this.tftpDirectoryLabel.Location = new System.Drawing.Point(9, 144);
this.tftpDirectoryLabel.Name = "tftpDirectoryLabel";
this.tftpDirectoryLabel.Size = new System.Drawing.Size(79, 13);
this.tftpDirectoryLabel.TabIndex = 13;
this.tftpDirectoryLabel.Text = "TFTP Directory";
//
// tftpDirectoryTextBox
//
this.tftpDirectoryTextBox.Enabled = false;
this.tftpDirectoryTextBox.Location = new System.Drawing.Point(101, 141);
this.tftpDirectoryTextBox.Name = "tftpDirectoryTextBox";
this.tftpDirectoryTextBox.Size = new System.Drawing.Size(333, 20);
this.tftpDirectoryTextBox.TabIndex = 14;
//
// NetadapterCfgCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tftpDirectoryTextBox);
this.Controls.Add(this.tftpDirectoryLabel);
this.Controls.Add(this.tftpEnabledCheckBox);
this.Controls.Add(this.adapterComboBox);
this.Controls.Add(this.adapterLabel);
this.Controls.Add(this.nameTextBox);
this.Controls.Add(this.nameLabel);
this.Controls.Add(this.classNameLabel);
this.Name = "NetadapterCfgCtrl";
this.Size = new System.Drawing.Size(450, 300);
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.Label nameLabel;
private System.Windows.Forms.Label classNameLabel;
private System.Windows.Forms.Label adapterLabel;
private System.Windows.Forms.ComboBox adapterComboBox;
private System.Windows.Forms.CheckBox tftpEnabledCheckBox;
private System.Windows.Forms.Label tftpDirectoryLabel;
private System.Windows.Forms.TextBox tftpDirectoryTextBox;
}
}