/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.progressBarEx = new Controls.ProgressBarEx();
     this.tmrAnim       = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // progressBarEx
     //
     this.progressBarEx.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.progressBarEx.ForeColor  = System.Drawing.Color.Gray;
     this.progressBarEx.Location   = new System.Drawing.Point(0, 0);
     this.progressBarEx.LowerValue = 0;
     this.progressBarEx.MaxColor   = System.Drawing.Color.Red;
     this.progressBarEx.MaxValue   = 100;
     this.progressBarEx.MinColor   = System.Drawing.Color.Gold;
     this.progressBarEx.MinValue   = 0;
     this.progressBarEx.Name       = "progressBarEx";
     this.progressBarEx.Size       = new System.Drawing.Size(200, 8);
     this.progressBarEx.TabIndex   = 0;
     this.progressBarEx.UpperValue = 0;
     //
     // tmrAnim
     //
     this.tmrAnim.Interval = 50;
     this.tmrAnim.Tick    += new System.EventHandler(this.tmrAnim_Tick);
     //
     // AnimatedProgressBarEx
     //
     this.Controls.Add(this.progressBarEx);
     this.Name = "AnimatedProgressBarEx";
     this.Size = new System.Drawing.Size(200, 8);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.progressBarEx = new Controls.ProgressBarEx();
     this.tmrAnim = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // progressBarEx
     //
     this.progressBarEx.Dock = System.Windows.Forms.DockStyle.Fill;
     this.progressBarEx.ForeColor = System.Drawing.Color.Gray;
     this.progressBarEx.Location = new System.Drawing.Point(0, 0);
     this.progressBarEx.LowerValue = 0;
     this.progressBarEx.MaxColor = System.Drawing.Color.Red;
     this.progressBarEx.MaxValue = 100;
     this.progressBarEx.MinColor = System.Drawing.Color.Gold;
     this.progressBarEx.MinValue = 0;
     this.progressBarEx.Name = "progressBarEx";
     this.progressBarEx.Size = new System.Drawing.Size(200, 8);
     this.progressBarEx.TabIndex = 0;
     this.progressBarEx.UpperValue = 0;
     //
     // tmrAnim
     //
     this.tmrAnim.Interval = 50;
     this.tmrAnim.Tick += new System.EventHandler(this.tmrAnim_Tick);
     //
     // AnimatedProgressBarEx
     //
     this.Controls.Add(this.progressBarEx);
     this.Name = "AnimatedProgressBarEx";
     this.Size = new System.Drawing.Size(200, 8);
     this.ResumeLayout(false);
 }