125 lines
5.0 KiB
C#
125 lines
5.0 KiB
C#
namespace Hawkeye.VisionBuilder
|
|
{
|
|
partial class ActionSelector
|
|
{
|
|
/// <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 Windows Form 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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Location = new System.Drawing.Point(24, 24);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(176, 176);
|
|
this.pictureBox1.TabIndex = 3;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(56, 208);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(112, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "Select image set";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Location = new System.Drawing.Point(224, 24);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(176, 176);
|
|
this.pictureBox2.TabIndex = 5;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(256, 208);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(112, 23);
|
|
this.button2.TabIndex = 4;
|
|
this.button2.Text = "Build recipe";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Location = new System.Drawing.Point(424, 24);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(176, 176);
|
|
this.pictureBox3.TabIndex = 7;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(456, 208);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(112, 23);
|
|
this.button3.TabIndex = 6;
|
|
this.button3.Text = "Specify outputs";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
//
|
|
// Form2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(626, 258);
|
|
this.Controls.Add(this.pictureBox3);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form2";
|
|
this.Text = "Form2";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private PictureBox pictureBox1;
|
|
private Button button1;
|
|
private PictureBox pictureBox2;
|
|
private Button button2;
|
|
private PictureBox pictureBox3;
|
|
private Button button3;
|
|
}
|
|
} |