namespace Daya_Bay_Princeton_2009
{
partial class GraphGasMixture
{
///
/// 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.zedGraphControl1 = new ZedGraph.ZedGraphControl();
this.zedGraphControl2 = new ZedGraph.ZedGraphControl();
this.zedGraphControl3 = new ZedGraph.ZedGraphControl();
this.zedGraphControl4 = new ZedGraph.ZedGraphControl();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// zedGraphControl1
//
this.zedGraphControl1.Location = new System.Drawing.Point(15, 27);
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(536, 254);
this.zedGraphControl1.TabIndex = 0;
//
// zedGraphControl2
//
this.zedGraphControl2.Location = new System.Drawing.Point(578, 27);
this.zedGraphControl2.Name = "zedGraphControl2";
this.zedGraphControl2.ScrollGrace = 0;
this.zedGraphControl2.ScrollMaxX = 0;
this.zedGraphControl2.ScrollMaxY = 0;
this.zedGraphControl2.ScrollMaxY2 = 0;
this.zedGraphControl2.ScrollMinX = 0;
this.zedGraphControl2.ScrollMinY = 0;
this.zedGraphControl2.ScrollMinY2 = 0;
this.zedGraphControl2.Size = new System.Drawing.Size(536, 254);
this.zedGraphControl2.TabIndex = 1;
//
// zedGraphControl3
//
this.zedGraphControl3.Location = new System.Drawing.Point(578, 287);
this.zedGraphControl3.Name = "zedGraphControl3";
this.zedGraphControl3.ScrollGrace = 0;
this.zedGraphControl3.ScrollMaxX = 0;
this.zedGraphControl3.ScrollMaxY = 0;
this.zedGraphControl3.ScrollMaxY2 = 0;
this.zedGraphControl3.ScrollMinX = 0;
this.zedGraphControl3.ScrollMinY = 0;
this.zedGraphControl3.ScrollMinY2 = 0;
this.zedGraphControl3.Size = new System.Drawing.Size(536, 260);
this.zedGraphControl3.TabIndex = 2;
//
// zedGraphControl4
//
this.zedGraphControl4.Location = new System.Drawing.Point(15, 287);
this.zedGraphControl4.Name = "zedGraphControl4";
this.zedGraphControl4.ScrollGrace = 0;
this.zedGraphControl4.ScrollMaxX = 0;
this.zedGraphControl4.ScrollMaxY = 0;
this.zedGraphControl4.ScrollMaxY2 = 0;
this.zedGraphControl4.ScrollMinX = 0;
this.zedGraphControl4.ScrollMinY = 0;
this.zedGraphControl4.ScrollMinY2 = 0;
this.zedGraphControl4.Size = new System.Drawing.Size(536, 260);
this.zedGraphControl4.TabIndex = 3;
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// Graph_Gas
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1138, 661);
this.Controls.Add(this.zedGraphControl4);
this.Controls.Add(this.zedGraphControl3);
this.Controls.Add(this.zedGraphControl2);
this.Controls.Add(this.zedGraphControl1);
this.Name = "Graph_Gas";
this.Text = "Graph_Gas";
this.ResumeLayout(false);
}
#endregion
private ZedGraph.ZedGraphControl zedGraphControl1;
private ZedGraph.ZedGraphControl zedGraphControl2;
private ZedGraph.ZedGraphControl zedGraphControl3;
private ZedGraph.ZedGraphControl zedGraphControl4;
private System.Windows.Forms.Timer timer1;
}
}