namespace Bubbler { partial class Form4 { /// /// 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.components = new System.ComponentModel.Container(); this.zedGraphControl13 = new ZedGraph.ZedGraphControl(); this.SuspendLayout(); // // zedGraphControl13 // this.zedGraphControl13.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.zedGraphControl13.Location = new System.Drawing.Point(12, 39); this.zedGraphControl13.Name = "zedGraphControl13"; this.zedGraphControl13.ScrollGrace = 0; this.zedGraphControl13.ScrollMaxX = 0; this.zedGraphControl13.ScrollMaxY = 0; this.zedGraphControl13.ScrollMaxY2 = 0; this.zedGraphControl13.ScrollMinX = 0; this.zedGraphControl13.ScrollMinY = 0; this.zedGraphControl13.ScrollMinY2 = 0; this.zedGraphControl13.Size = new System.Drawing.Size(597, 233); this.zedGraphControl13.TabIndex = 0; this.zedGraphControl13.Load += new System.EventHandler(this.zedGraphControl13_Load); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(616, 283); this.Controls.Add(this.zedGraphControl13); this.Name = "Form4"; this.Text = "Form4"; this.Load += new System.EventHandler(this.Form4_Load); this.ResumeLayout(false); } #endregion private ZedGraph.ZedGraphControl zedGraphControl13; } }