142 lines
6.0 KiB
C#
142 lines
6.0 KiB
C#
namespace TBF.UiControls
|
|
{
|
|
partial class CameraPictureCtrl
|
|
{
|
|
/// <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.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBox = new System.Windows.Forms.GroupBox();
|
|
this.ledPictureBox = new System.Windows.Forms.PictureBox();
|
|
this.trackBar = new System.Windows.Forms.TrackBar();
|
|
this.liveButton = new System.Windows.Forms.Button();
|
|
this.focusButton = new System.Windows.Forms.Button();
|
|
this.grabButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.groupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ledPictureBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Location = new System.Drawing.Point(6, 19);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(320, 240);
|
|
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox.TabIndex = 0;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// groupBox
|
|
//
|
|
this.groupBox.Controls.Add(this.ledPictureBox);
|
|
this.groupBox.Controls.Add(this.trackBar);
|
|
this.groupBox.Controls.Add(this.liveButton);
|
|
this.groupBox.Controls.Add(this.focusButton);
|
|
this.groupBox.Controls.Add(this.grabButton);
|
|
this.groupBox.Controls.Add(this.pictureBox);
|
|
this.groupBox.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox.Name = "groupBox";
|
|
this.groupBox.Size = new System.Drawing.Size(332, 315);
|
|
this.groupBox.TabIndex = 1;
|
|
this.groupBox.TabStop = false;
|
|
this.groupBox.Text = "Camera ";
|
|
//
|
|
// ledPictureBox
|
|
//
|
|
this.ledPictureBox.Location = new System.Drawing.Point(6, 279);
|
|
this.ledPictureBox.Name = "ledPictureBox";
|
|
this.ledPictureBox.Size = new System.Drawing.Size(15, 15);
|
|
this.ledPictureBox.TabIndex = 5;
|
|
this.ledPictureBox.TabStop = false;
|
|
//
|
|
// trackBar
|
|
//
|
|
this.trackBar.Location = new System.Drawing.Point(200, 264);
|
|
this.trackBar.Name = "trackBar";
|
|
this.trackBar.Size = new System.Drawing.Size(126, 45);
|
|
this.trackBar.TabIndex = 4;
|
|
this.trackBar.Scroll += new System.EventHandler(this.trackBar_Scroll);
|
|
//
|
|
// liveButton
|
|
//
|
|
this.liveButton.Location = new System.Drawing.Point(81, 264);
|
|
this.liveButton.Name = "liveButton";
|
|
this.liveButton.Size = new System.Drawing.Size(56, 45);
|
|
this.liveButton.TabIndex = 3;
|
|
this.liveButton.Text = "Live";
|
|
this.liveButton.UseVisualStyleBackColor = true;
|
|
this.liveButton.Click += new System.EventHandler(this.liveButton_Click);
|
|
//
|
|
// focusButton
|
|
//
|
|
this.focusButton.Location = new System.Drawing.Point(138, 264);
|
|
this.focusButton.Name = "focusButton";
|
|
this.focusButton.Size = new System.Drawing.Size(56, 45);
|
|
this.focusButton.TabIndex = 2;
|
|
this.focusButton.Text = "Focus";
|
|
this.focusButton.UseVisualStyleBackColor = true;
|
|
this.focusButton.Click += new System.EventHandler(this.focusButton_Click);
|
|
//
|
|
// grabButton
|
|
//
|
|
this.grabButton.Location = new System.Drawing.Point(24, 264);
|
|
this.grabButton.Name = "grabButton";
|
|
this.grabButton.Size = new System.Drawing.Size(56, 45);
|
|
this.grabButton.TabIndex = 1;
|
|
this.grabButton.Text = "Grab";
|
|
this.grabButton.UseVisualStyleBackColor = true;
|
|
this.grabButton.Click += new System.EventHandler(this.grabButton_Click);
|
|
//
|
|
// CameraPictureCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.Controls.Add(this.groupBox);
|
|
this.Name = "CameraPictureCtrl";
|
|
this.Size = new System.Drawing.Size(334, 320);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.groupBox.ResumeLayout(false);
|
|
this.groupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ledPictureBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox;
|
|
private System.Windows.Forms.GroupBox groupBox;
|
|
private System.Windows.Forms.Button liveButton;
|
|
private System.Windows.Forms.Button focusButton;
|
|
private System.Windows.Forms.Button grabButton;
|
|
private System.Windows.Forms.PictureBox ledPictureBox;
|
|
private System.Windows.Forms.TrackBar trackBar;
|
|
}
|
|
}
|