131 lines
4.4 KiB
C#
131 lines
4.4 KiB
C#
namespace TBF.BenchControl.Cameras.CameraRoi
|
|
{
|
|
partial class CameraRoiCfgCtrl
|
|
{
|
|
/// <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.roiTextBox = new System.Windows.Forms.TextBox();
|
|
this.roiLabel = new System.Windows.Forms.Label();
|
|
this.parentNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.parentNameLabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(138, 72);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.nameTextBox.TabIndex = 2;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(28, 75);
|
|
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(135, 46);
|
|
this.classNameLabel.Name = "classNameLabel";
|
|
this.classNameLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.classNameLabel.TabIndex = 0;
|
|
this.classNameLabel.Text = "ComponentName";
|
|
//
|
|
// roiTextBox
|
|
//
|
|
this.roiTextBox.Enabled = false;
|
|
this.roiTextBox.Location = new System.Drawing.Point(138, 121);
|
|
this.roiTextBox.Name = "roiTextBox";
|
|
this.roiTextBox.Size = new System.Drawing.Size(80, 20);
|
|
this.roiTextBox.TabIndex = 4;
|
|
//
|
|
// roiLabel
|
|
//
|
|
this.roiLabel.AutoSize = true;
|
|
this.roiLabel.Location = new System.Drawing.Point(28, 124);
|
|
this.roiLabel.Name = "roiLabel";
|
|
this.roiLabel.Size = new System.Drawing.Size(94, 13);
|
|
this.roiLabel.TabIndex = 3;
|
|
this.roiLabel.Text = "Region of Interest:";
|
|
//
|
|
// parentNameComboBox
|
|
//
|
|
this.parentNameComboBox.Enabled = false;
|
|
this.parentNameComboBox.FormattingEnabled = true;
|
|
this.parentNameComboBox.Location = new System.Drawing.Point(138, 96);
|
|
this.parentNameComboBox.Name = "parentNameComboBox";
|
|
this.parentNameComboBox.Size = new System.Drawing.Size(130, 21);
|
|
this.parentNameComboBox.TabIndex = 6;
|
|
//
|
|
// parentNameLabel
|
|
//
|
|
this.parentNameLabel.AutoSize = true;
|
|
this.parentNameLabel.Location = new System.Drawing.Point(28, 99);
|
|
this.parentNameLabel.Name = "parentNameLabel";
|
|
this.parentNameLabel.Size = new System.Drawing.Size(69, 13);
|
|
this.parentNameLabel.TabIndex = 5;
|
|
this.parentNameLabel.Text = "Parent Name";
|
|
//
|
|
// CameraRoiCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.parentNameComboBox);
|
|
this.Controls.Add(this.parentNameLabel);
|
|
this.Controls.Add(this.nameTextBox);
|
|
this.Controls.Add(this.nameLabel);
|
|
this.Controls.Add(this.classNameLabel);
|
|
this.Controls.Add(this.roiTextBox);
|
|
this.Controls.Add(this.roiLabel);
|
|
this.Name = "CameraRoiCfgCtrl";
|
|
this.Size = new System.Drawing.Size(300, 240);
|
|
this.Load += new System.EventHandler(this.IdcCameraCfgCtrl_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.TextBox roiTextBox;
|
|
private System.Windows.Forms.Label roiLabel;
|
|
private System.Windows.Forms.ComboBox parentNameComboBox;
|
|
private System.Windows.Forms.Label parentNameLabel;
|
|
}
|
|
}
|