namespace TBF.BenchControl.DataEntry.Munich { partial class EntryFormCfgCtrl { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.protocolTitle1TextBox = new System.Windows.Forms.TextBox(); this.protocolTitle2TextBox = new System.Windows.Forms.TextBox(); this.protocolTitle3TextBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(137, 57); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(130, 20); this.nameTextBox.TabIndex = 5; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(27, 60); 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(134, 33); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(83, 13); this.classNameLabel.TabIndex = 3; this.classNameLabel.Text = "ComonentName"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 86); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 13); this.label1.TabIndex = 6; this.label1.Text = "Protocol title 1"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 112); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(74, 13); this.label2.TabIndex = 7; this.label2.Text = "Protocol title 2"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 138); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(74, 13); this.label3.TabIndex = 8; this.label3.Text = "Protocol title 3"; // // protocolTitle1TextBox // this.protocolTitle1TextBox.Enabled = false; this.protocolTitle1TextBox.Location = new System.Drawing.Point(137, 83); this.protocolTitle1TextBox.Name = "protocolTitle1TextBox"; this.protocolTitle1TextBox.Size = new System.Drawing.Size(130, 20); this.protocolTitle1TextBox.TabIndex = 9; // // protocolTitle2TextBox // this.protocolTitle2TextBox.Enabled = false; this.protocolTitle2TextBox.Location = new System.Drawing.Point(137, 109); this.protocolTitle2TextBox.Name = "protocolTitle2TextBox"; this.protocolTitle2TextBox.Size = new System.Drawing.Size(130, 20); this.protocolTitle2TextBox.TabIndex = 10; // // protocolTitle3TextBox // this.protocolTitle3TextBox.Enabled = false; this.protocolTitle3TextBox.Location = new System.Drawing.Point(137, 135); this.protocolTitle3TextBox.Name = "protocolTitle3TextBox"; this.protocolTitle3TextBox.Size = new System.Drawing.Size(130, 20); this.protocolTitle3TextBox.TabIndex = 11; // // EntryFormCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.protocolTitle3TextBox); this.Controls.Add(this.protocolTitle2TextBox); this.Controls.Add(this.protocolTitle1TextBox); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "EntryFormCfgCtrl"; this.Size = new System.Drawing.Size(300, 200); 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 label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox protocolTitle1TextBox; private System.Windows.Forms.TextBox protocolTitle2TextBox; private System.Windows.Forms.TextBox protocolTitle3TextBox; } }