98 lines
3.0 KiB
C#
98 lines
3.0 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.TestMethods.LiveStream
|
|
{
|
|
partial class CfgCtrl
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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.hiResolutionCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(134, 69);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.nameTextBox.TabIndex = 7;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(24, 72);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 6;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(131, 43);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 5;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// hiResolutionCheckBox
|
|
//
|
|
this.hiResolutionCheckBox.AutoSize = true;
|
|
this.hiResolutionCheckBox.Enabled = false;
|
|
this.hiResolutionCheckBox.Location = new System.Drawing.Point(134, 104);
|
|
this.hiResolutionCheckBox.Name = "hiResolutionCheckBox";
|
|
this.hiResolutionCheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.hiResolutionCheckBox.TabIndex = 8;
|
|
this.hiResolutionCheckBox.Text = "High resolution";
|
|
this.hiResolutionCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// CfgCtrl
|
|
//
|
|
this.Controls.Add(this.hiResolutionCheckBox);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "CfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 240);
|
|
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.CheckBox hiResolutionCheckBox;
|
|
}
|
|
}
|