namespace OpenCV { partial class Form1 { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { this.pictureBoxIpl1 = new OpenCvSharp.UserInterface.PictureBoxIpl(); this.pictureBoxIpl2 = new OpenCvSharp.UserInterface.PictureBoxIpl(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIpl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIpl2)).BeginInit(); this.SuspendLayout(); // // pictureBoxIpl1 // this.pictureBoxIpl1.Location = new System.Drawing.Point(12, 12); this.pictureBoxIpl1.Name = "pictureBoxIpl1"; this.pictureBoxIpl1.Size = new System.Drawing.Size(640, 480); this.pictureBoxIpl1.TabIndex = 0; this.pictureBoxIpl1.TabStop = false; // // pictureBoxIpl2 // this.pictureBoxIpl2.Location = new System.Drawing.Point(658, 11); this.pictureBoxIpl2.Name = "pictureBoxIpl2"; this.pictureBoxIpl2.Size = new System.Drawing.Size(640, 480); this.pictureBoxIpl2.TabIndex = 1; this.pictureBoxIpl2.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1302, 503); this.Controls.Add(this.pictureBoxIpl2); this.Controls.Add(this.pictureBoxIpl1); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIpl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxIpl2)).EndInit(); this.ResumeLayout(false); } #endregion private OpenCvSharp.UserInterface.PictureBoxIpl pictureBoxIpl1; private OpenCvSharp.UserInterface.PictureBoxIpl pictureBoxIpl2; } }