namespace bbiwarg.Output.GlassesOutput
{
partial class GlassesWindow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.imageBox = new Emgu.CV.UI.ImageBox();
((System.ComponentModel.ISupportInitialize)(this.imageBox)).BeginInit();
this.SuspendLayout();
//
// imageBox
//
this.imageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
this.imageBox.Location = new System.Drawing.Point(0, 0);
this.imageBox.Margin = new System.Windows.Forms.Padding(0);
this.imageBox.Name = "imageBox";
this.imageBox.Size = new System.Drawing.Size(1280, 720);
this.imageBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.imageBox.TabIndex = 2;
this.imageBox.TabStop = false;
//
// GlassesWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(1284, 702);
this.Controls.Add(this.imageBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "GlassesWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "GlassesWindow";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GlassesWindow_OnKeyDown);
((System.ComponentModel.ISupportInitialize)(this.imageBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Emgu.CV.UI.ImageBox imageBox;
}
}