160 lines
5.8 KiB
C#
160 lines
5.8 KiB
C#
///
|
|
/// Copyright (c) 2017 Sensus Metering Systems
|
|
///
|
|
namespace TBF.BenchControl.TestMethods.GrabImage
|
|
{
|
|
partial class GrabImageCfgCtrl
|
|
{
|
|
/// <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.loResolutionCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.blackAndWhiteCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.imageNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.imageNameLabel = new System.Windows.Forms.Label();
|
|
this.imageRotationLabel = new System.Windows.Forms.Label();
|
|
this.imageRotationComboBox = new System.Windows.Forms.ComboBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(149, 69);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(171, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// 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(95, 13);
|
|
this.nameLabel.TabIndex = 1;
|
|
this.nameLabel.Text = "Test method name";
|
|
//
|
|
// classNameLabel
|
|
//
|
|
this.classNameLabel.AutoSize = true;
|
|
this.classNameLabel.Location = new System.Drawing.Point(146, 43);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComonentName";
|
|
//
|
|
// loResolutionCheckBox
|
|
//
|
|
this.loResolutionCheckBox.AutoSize = true;
|
|
this.loResolutionCheckBox.Enabled = false;
|
|
this.loResolutionCheckBox.Location = new System.Drawing.Point(149, 149);
|
|
this.loResolutionCheckBox.Name = "loResolutionCheckBox";
|
|
this.loResolutionCheckBox.Size = new System.Drawing.Size(94, 17);
|
|
this.loResolutionCheckBox.TabIndex = 6;
|
|
this.loResolutionCheckBox.Text = "Low resolution";
|
|
this.loResolutionCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// blackAndWhiteCheckBox
|
|
//
|
|
this.blackAndWhiteCheckBox.AutoSize = true;
|
|
this.blackAndWhiteCheckBox.Enabled = false;
|
|
this.blackAndWhiteCheckBox.Location = new System.Drawing.Point(149, 126);
|
|
this.blackAndWhiteCheckBox.Name = "blackAndWhiteCheckBox";
|
|
this.blackAndWhiteCheckBox.Size = new System.Drawing.Size(93, 17);
|
|
this.blackAndWhiteCheckBox.TabIndex = 5;
|
|
this.blackAndWhiteCheckBox.Text = "Black && White";
|
|
this.blackAndWhiteCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// imageNameTextBox
|
|
//
|
|
this.imageNameTextBox.Enabled = false;
|
|
this.imageNameTextBox.Location = new System.Drawing.Point(149, 95);
|
|
this.imageNameTextBox.Name = "imageNameTextBox";
|
|
this.imageNameTextBox.Size = new System.Drawing.Size(171, 20);
|
|
this.imageNameTextBox.TabIndex = 4;
|
|
//
|
|
// imageNameLabel
|
|
//
|
|
this.imageNameLabel.AutoSize = true;
|
|
this.imageNameLabel.Location = new System.Drawing.Point(24, 98);
|
|
this.imageNameLabel.Name = "imageNameLabel";
|
|
this.imageNameLabel.Size = new System.Drawing.Size(81, 13);
|
|
this.imageNameLabel.TabIndex = 3;
|
|
this.imageNameLabel.Text = "Image file name";
|
|
//
|
|
// imageRotationLabel
|
|
//
|
|
this.imageRotationLabel.AutoSize = true;
|
|
this.imageRotationLabel.Location = new System.Drawing.Point(24, 175);
|
|
this.imageRotationLabel.Name = "imageRotationLabel";
|
|
this.imageRotationLabel.Size = new System.Drawing.Size(103, 13);
|
|
this.imageRotationLabel.TabIndex = 7;
|
|
this.imageRotationLabel.Text = "Image rotation (ccw)";
|
|
//
|
|
// imageRotationComboBox
|
|
//
|
|
this.imageRotationComboBox.Enabled = false;
|
|
this.imageRotationComboBox.FormattingEnabled = true;
|
|
this.imageRotationComboBox.Location = new System.Drawing.Point(149, 172);
|
|
this.imageRotationComboBox.Name = "imageRotationComboBox";
|
|
this.imageRotationComboBox.Size = new System.Drawing.Size(93, 21);
|
|
this.imageRotationComboBox.TabIndex = 8;
|
|
//
|
|
// GrabImageCfgCtrl
|
|
//
|
|
this.Controls.Add(this.imageRotationComboBox);
|
|
this.Controls.Add(this.imageRotationLabel);
|
|
this.Controls.Add(this.imageNameTextBox);
|
|
this.Controls.Add(this.imageNameLabel);
|
|
this.Controls.Add(this.blackAndWhiteCheckBox);
|
|
this.Controls.Add(this.loResolutionCheckBox);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Name = "GrabImageCfgCtrl";
|
|
this.Size = new System.Drawing.Size(400, 250);
|
|
this.Load += new System.EventHandler(this.GrabImageCfgCtrl_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.CheckBox loResolutionCheckBox;
|
|
private System.Windows.Forms.CheckBox blackAndWhiteCheckBox;
|
|
private System.Windows.Forms.TextBox imageNameTextBox;
|
|
private System.Windows.Forms.Label imageNameLabel;
|
|
private System.Windows.Forms.Label imageRotationLabel;
|
|
private System.Windows.Forms.ComboBox imageRotationComboBox;
|
|
}
|
|
}
|