00001 namespace SimpleControls
00002 {
00003 partial class DoingStuff
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Component Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.components = new System.ComponentModel.Container();
00032 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DoingStuff));
00033 this.picAnim = new System.Windows.Forms.PictureBox();
00034 this.timAnimator = new System.Windows.Forms.Timer(this.components);
00035 ((System.ComponentModel.ISupportInitialize)(this.picAnim)).BeginInit();
00036 this.SuspendLayout();
00037
00038
00039
00040 this.picAnim.Image = ((System.Drawing.Image)(resources.GetObject("picAnim.Image")));
00041 this.picAnim.Location = new System.Drawing.Point(0, 0);
00042 this.picAnim.Name = "picAnim";
00043 this.picAnim.Size = new System.Drawing.Size(16, 256);
00044 this.picAnim.TabIndex = 0;
00045 this.picAnim.TabStop = false;
00046
00047
00048
00049 this.timAnimator.Interval = 50;
00050 this.timAnimator.Tick += new System.EventHandler(this.timAnimator_Tick);
00051
00052
00053
00054 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00055 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00056 this.Controls.Add(this.picAnim);
00057 this.Margin = new System.Windows.Forms.Padding(0);
00058 this.Name = "DoingStuff";
00059 this.Size = new System.Drawing.Size(16, 16);
00060 ((System.ComponentModel.ISupportInitialize)(this.picAnim)).EndInit();
00061 this.ResumeLayout(false);
00062
00063 }
00064
00065 #endregion
00066
00067 private System.Windows.Forms.PictureBox picAnim;
00068 private System.Windows.Forms.Timer timAnimator;
00069 }
00070 }