12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- namespace bbiwarg.Output.GlassesOutput
- {
- partial class GlassesWindow
- {
- /// <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.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;
- }
- }
|