mirror of https://github.com/emgucv/emgucv.git
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.
64 lines
2.2 KiB
64 lines
2.2 KiB
namespace Emgu.CV.UI
|
|
{
|
|
partial class HistogramBox
|
|
{
|
|
/// <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 Component 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.zedGraphControl1 = new ZedGraph.ZedGraphControl();
|
|
this.SuspendLayout();
|
|
//
|
|
// zedGraphControl1
|
|
//
|
|
this.zedGraphControl1.Location = new System.Drawing.Point(26, 14);
|
|
this.zedGraphControl1.Name = "zedGraphControl1";
|
|
this.zedGraphControl1.ScrollGrace = 0;
|
|
this.zedGraphControl1.ScrollMaxX = 0;
|
|
this.zedGraphControl1.ScrollMaxY = 0;
|
|
this.zedGraphControl1.ScrollMaxY2 = 0;
|
|
this.zedGraphControl1.ScrollMinX = 0;
|
|
this.zedGraphControl1.ScrollMinY = 0;
|
|
this.zedGraphControl1.ScrollMinY2 = 0;
|
|
this.zedGraphControl1.Size = new System.Drawing.Size(207, 188);
|
|
this.zedGraphControl1.TabIndex = 0;
|
|
//
|
|
// HistogramViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.zedGraphControl1);
|
|
this.Name = "HistogramViewer";
|
|
this.Size = new System.Drawing.Size(270, 230);
|
|
this.Resize += new System.EventHandler(this.HistogramViewer_Resize);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ZedGraph.ZedGraphControl zedGraphControl1;
|
|
}
|
|
}
|