You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openCV/OpenCV/Forms/CVBinDialog.Designer.cs

111 lines
5.3 KiB

12 months ago
namespace OpenCV.Forms
{
partial class CVBinDialog
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.picSource = new OpenCvSharp.UserInterface.PictureBoxIpl();
this.picConverted = new OpenCvSharp.UserInterface.PictureBoxIpl();
this.picBinary = new OpenCvSharp.UserInterface.PictureBoxIpl();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picConverted)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBinary)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.picSource, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.picConverted, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.picBinary, 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, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
this.tableLayoutPanel1.TabIndex = 2;
//
// 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(260, 444);
this.picSource.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picSource.TabIndex = 0;
this.picSource.TabStop = false;
//
// picConverted
//
this.picConverted.Dock = System.Windows.Forms.DockStyle.Fill;
this.picConverted.Location = new System.Drawing.Point(535, 3);
this.picConverted.Name = "picConverted";
this.picConverted.Size = new System.Drawing.Size(262, 444);
this.picConverted.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picConverted.TabIndex = 0;
this.picConverted.TabStop = false;
//
// picBinary
//
this.picBinary.Dock = System.Windows.Forms.DockStyle.Fill;
this.picBinary.Location = new System.Drawing.Point(269, 3);
this.picBinary.Name = "picBinary";
this.picBinary.Size = new System.Drawing.Size(260, 444);
this.picBinary.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picBinary.TabIndex = 0;
this.picBinary.TabStop = false;
//
// CVBinDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "CVBinDialog";
this.Text = "CVBinDialog";
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picConverted)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBinary)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private OpenCvSharp.UserInterface.PictureBoxIpl picSource;
private OpenCvSharp.UserInterface.PictureBoxIpl picConverted;
private OpenCvSharp.UserInterface.PictureBoxIpl picBinary;
}
}