namespace OpenCV.Forms
{
partial class CVDialog
{
///
/// 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.picSource = new OpenCvSharp.UserInterface.PictureBoxIpl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.picConverted = new OpenCvSharp.UserInterface.PictureBoxIpl();
((System.ComponentModel.ISupportInitialize)(this.picSource)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picConverted)).BeginInit();
this.SuspendLayout();
//
// picSource
//
this.picSource.Dock = System.Windows.Forms.DockStyle.Fill;
this.picSource.Location = new System.Drawing.Point(3, 3);
this.picSource.Name = "picSource";
this.picSource.Size = new System.Drawing.Size(381, 419);
this.picSource.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picSource.TabIndex = 0;
this.picSource.TabStop = false;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.picSource, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.picConverted, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(774, 425);
this.tableLayoutPanel1.TabIndex = 1;
//
// picConverted
//
this.picConverted.Dock = System.Windows.Forms.DockStyle.Fill;
this.picConverted.Location = new System.Drawing.Point(390, 3);
this.picConverted.Name = "picConverted";
this.picConverted.Size = new System.Drawing.Size(381, 419);
this.picConverted.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picConverted.TabIndex = 0;
this.picConverted.TabStop = false;
//
// CVDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(774, 425);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "CVDialog";
this.Text = "CVDialog";
((System.ComponentModel.ISupportInitialize)(this.picSource)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picConverted)).EndInit();
this.ResumeLayout(false);
}
#endregion
private OpenCvSharp.UserInterface.PictureBoxIpl picSource;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private OpenCvSharp.UserInterface.PictureBoxIpl picConverted;
}
}