namespace TBF.BenchControl.Elde { partial class ControlBoardCfgCtrl { /// /// 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.label1 = new System.Windows.Forms.Label(); this.comPortNrTextBox = new System.Windows.Forms.TextBox(); this.classNameLabel = new System.Windows.Forms.Label(); this.nameLabel = new System.Windows.Forms.Label(); this.nameTextBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(44, 113); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 13); this.label1.TabIndex = 0; this.label1.Text = "Serial Port Number:"; // // comPortNrTextBox // this.comPortNrTextBox.Enabled = false; this.comPortNrTextBox.Location = new System.Drawing.Point(154, 110); this.comPortNrTextBox.Name = "comPortNrTextBox"; this.comPortNrTextBox.Size = new System.Drawing.Size(105, 20); this.comPortNrTextBox.TabIndex = 1; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(151, 45); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 2; this.classNameLabel.Text = "ComonentName"; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(44, 79); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 3; this.nameLabel.Text = "Name"; // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(154, 76); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(105, 20); this.nameTextBox.TabIndex = 4; // // ControlBoardCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Controls.Add(this.comPortNrTextBox); this.Controls.Add(this.label1); this.Name = "ControlBoardCfgCtrl"; this.Size = new System.Drawing.Size(300, 200); this.Load += new System.EventHandler(this.ControlBoardCfgCtrl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox comPortNrTextBox; private System.Windows.Forms.Label classNameLabel; private System.Windows.Forms.Label nameLabel; private System.Windows.Forms.TextBox nameTextBox; } }