namespace Emgu.CV.UI { partial class HistogramBox { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }