/// /// Copyright (c) 2017 Sensus Metering Systems /// namespace TBF.BenchControl.Various.ErrorFlags { partial class ErrorsCfgCtrl { /// /// 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.textBox1 = new System.Windows.Forms.TextBox(); this.q3NamesTextBox = new System.Windows.Forms.TextBox(); this.q2NamesTextBox = new System.Windows.Forms.TextBox(); this.q1NamesTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // nameTextBox // this.nameTextBox.Enabled = false; this.nameTextBox.Location = new System.Drawing.Point(130, 49); this.nameTextBox.Name = "nameTextBox"; this.nameTextBox.Size = new System.Drawing.Size(174, 20); this.nameTextBox.TabIndex = 2; // // nameLabel // this.nameLabel.AutoSize = true; this.nameLabel.Location = new System.Drawing.Point(20, 52); this.nameLabel.Name = "nameLabel"; this.nameLabel.Size = new System.Drawing.Size(35, 13); this.nameLabel.TabIndex = 1; this.nameLabel.Text = "Name"; // // classNameLabel // this.classNameLabel.AutoSize = true; this.classNameLabel.Location = new System.Drawing.Point(127, 26); this.classNameLabel.Name = "classNameLabel"; this.classNameLabel.Size = new System.Drawing.Size(114, 13); this.classNameLabel.TabIndex = 0; this.classNameLabel.Text = "ComponentClassName"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(-211, -147); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 5; this.label1.Text = "Arguments"; // // textBox1 // this.textBox1.Enabled = false; this.textBox1.Location = new System.Drawing.Point(-125, -150); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(372, 20); this.textBox1.TabIndex = 6; // // q3NamesTextBox // this.q3NamesTextBox.Enabled = false; this.q3NamesTextBox.Location = new System.Drawing.Point(130, 103); this.q3NamesTextBox.Name = "q3NamesTextBox"; this.q3NamesTextBox.Size = new System.Drawing.Size(174, 20); this.q3NamesTextBox.TabIndex = 7; // // q2NamesTextBox // this.q2NamesTextBox.Enabled = false; this.q2NamesTextBox.Location = new System.Drawing.Point(130, 129); this.q2NamesTextBox.Name = "q2NamesTextBox"; this.q2NamesTextBox.Size = new System.Drawing.Size(174, 20); this.q2NamesTextBox.TabIndex = 8; // // q1NamesTextBox // this.q1NamesTextBox.Enabled = false; this.q1NamesTextBox.Location = new System.Drawing.Point(130, 155); this.q1NamesTextBox.Name = "q1NamesTextBox"; this.q1NamesTextBox.Size = new System.Drawing.Size(174, 20); this.q1NamesTextBox.TabIndex = 9; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(20, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 13); this.label2.TabIndex = 10; this.label2.Text = "1st test name (Q3)"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(20, 132); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(97, 13); this.label3.TabIndex = 11; this.label3.Text = "2nd test name (Q2)"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(20, 158); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(94, 13); this.label4.TabIndex = 12; this.label4.Text = "3rd test name (Q1)"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(127, 82); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(250, 13); this.label5.TabIndex = 13; this.label5.Text = "Test names for E15, E16 evaluation separated by \';\'"; // // ErrorsCfgCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.q1NamesTextBox); this.Controls.Add(this.q2NamesTextBox); this.Controls.Add(this.q3NamesTextBox); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Controls.Add(this.nameTextBox); this.Controls.Add(this.nameLabel); this.Controls.Add(this.classNameLabel); this.Name = "ErrorsCfgCtrl"; this.Size = new System.Drawing.Size(500, 300); this.Load += new System.EventHandler(this.PumpCfgCtrl_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.TextBox textBox1; private System.Windows.Forms.TextBox q3NamesTextBox; private System.Windows.Forms.TextBox q2NamesTextBox; private System.Windows.Forms.TextBox q1NamesTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; } }