namespace ImagesSample { partial class PictureBoxAnimationForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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.animatedPictureBox = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.animatedPictureBox)).BeginInit(); this.SuspendLayout(); // // animatedPictureBox // this.animatedPictureBox.AutoSize = true; this.animatedPictureBox.Location = new System.Drawing.Point(0, 0); this.animatedPictureBox.Margin = new System.Windows.Forms.Padding(0); this.animatedPictureBox.Name = "animatedPictureBox"; this.animatedPictureBox.Size = new System.Drawing.Size(283, 39); this.animatedPictureBox.TabIndex = 0; this.animatedPictureBox.TabStop = false; // // PictureBoxAnimationForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(296, 42); this.Controls.Add(this.animatedPictureBox); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "PictureBoxAnimationForm"; this.Padding = new System.Windows.Forms.Padding(0, 0, 13, 0); this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "PictureBox Animation"; this.Load += new System.EventHandler(this.AnimatedPictureBoxForm_Load); ((System.ComponentModel.ISupportInitialize)(this.animatedPictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox animatedPictureBox; } }