namespace WindowsFormsApplication1 { partial class Autot { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Autot)); this.liikkuvaAuto1 = new LiikkuvaAuto.LiikkuvaAuto(); ((System.ComponentModel.ISupportInitialize)(this.liikkuvaAuto1)).BeginInit(); this.SuspendLayout(); // // liikkuvaAuto1 // this.liikkuvaAuto1.Image = ((System.Drawing.Image)(resources.GetObject("liikkuvaAuto1.Image"))); this.liikkuvaAuto1.Location = new System.Drawing.Point(194, 26); this.liikkuvaAuto1.Name = "liikkuvaAuto1"; this.liikkuvaAuto1.Nopeus = 10; this.liikkuvaAuto1.Size = new System.Drawing.Size(89, 39); this.liikkuvaAuto1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.liikkuvaAuto1.SuuntaX = 1; this.liikkuvaAuto1.SuuntaY = 1; this.liikkuvaAuto1.TabIndex = 0; this.liikkuvaAuto1.TabStop = false; // // Autot // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(292, 273); this.Controls.Add(this.liikkuvaAuto1); this.Name = "Autot"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.liikkuvaAuto1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LiikkuvaAuto.LiikkuvaAuto liikkuvaAuto1; } }