namespace CRVM { partial class Plot_energy { /// /// 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.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // zedGraphControl1 // this.zedGraphControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.zedGraphControl1.Location = new System.Drawing.Point(0, 0); this.zedGraphControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.zedGraphControl1.Name = "zedGraphControl1"; this.zedGraphControl1.ScrollGrace = 0D; this.zedGraphControl1.ScrollMaxX = 0D; this.zedGraphControl1.ScrollMaxY = 0D; this.zedGraphControl1.ScrollMaxY2 = 0D; this.zedGraphControl1.ScrollMinX = 0D; this.zedGraphControl1.ScrollMinY = 0D; this.zedGraphControl1.ScrollMinY2 = 0D; this.zedGraphControl1.Size = new System.Drawing.Size(688, 411); this.zedGraphControl1.TabIndex = 1; this.zedGraphControl1.ContextMenuBuilder += new ZedGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zedGraphControl1_ContextMenuBuilder); this.zedGraphControl1.PointValueEvent += new ZedGraph.ZedGraphControl.PointValueHandler(this.zedGraphControl1_PointValueEvent); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // Plot_energy // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(688, 411); this.Controls.Add(this.zedGraphControl1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Plot_energy"; this.Text = "Plot_energy"; this.Load += new System.EventHandler(this.Plot_energy_Load); this.ResumeLayout(false); } #endregion private ZedGraph.ZedGraphControl zedGraphControl1; private System.Windows.Forms.Timer timer1; } }