/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.pushGraph = new NuGenPushGraphBar(); this.SuspendLayout(); // // pushGraph // this.pushGraph.BackGradientEndColor = System.Drawing.Color.Coral; this.pushGraph.BackGradientStartColor = System.Drawing.Color.Yellow; this.pushGraph.BackTubeGradientEndColor = System.Drawing.Color.Coral; this.pushGraph.BackTubeGradientStartColor = System.Drawing.Color.Yellow; this.pushGraph.Dock = System.Windows.Forms.DockStyle.Fill; this.pushGraph.Location = new System.Drawing.Point(0, 0); this.pushGraph.Name = "pushGraph"; this.pushGraph.Size = new System.Drawing.Size(250, 100); this.pushGraph.TabIndex = 0; // // NuGenGraphHost // this.Controls.Add(this.pushGraph); this.Name = "NuGenGraphHost"; this.Size = new System.Drawing.Size(250, 100); this.ResumeLayout(false); }