namespace dynaamiset { partial class Form1 { /// /// 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(Form1)); this.buttonLisaaKentta = new System.Windows.Forms.Button(); this.textBoxSyote = new System.Windows.Forms.TextBox(); this.buttonLisää = new System.Windows.Forms.Button(); this.buttonLisaaAuto = new System.Windows.Forms.Button(); this.labelTormaykset = new System.Windows.Forms.Label(); this.labelRikki = new System.Windows.Forms.Label(); this.liikkuvaAuto1 = new LiikkuvaAuto.LiikkuvaAuto(); this.positiveNumberTextBox1 = new PositiveNumberTexBox.PositiveNumberTextBox(); ((System.ComponentModel.ISupportInitialize)(this.liikkuvaAuto1)).BeginInit(); this.SuspendLayout(); // // buttonLisaaKentta // this.buttonLisaaKentta.Location = new System.Drawing.Point(12, 12); this.buttonLisaaKentta.Name = "buttonLisaaKentta"; this.buttonLisaaKentta.Size = new System.Drawing.Size(75, 23); this.buttonLisaaKentta.TabIndex = 0; this.buttonLisaaKentta.Text = "&Lisää tekstikenttä"; this.buttonLisaaKentta.UseVisualStyleBackColor = true; this.buttonLisaaKentta.Click += new System.EventHandler(this.buttonLisaaKentta_Click); // // textBoxSyote // this.textBoxSyote.Location = new System.Drawing.Point(110, 15); this.textBoxSyote.Name = "textBoxSyote"; this.textBoxSyote.Size = new System.Drawing.Size(100, 20); this.textBoxSyote.TabIndex = 1; this.textBoxSyote.Text = "1"; // // buttonLisää // this.buttonLisää.AutoSize = true; this.buttonLisää.Location = new System.Drawing.Point(1, 55); this.buttonLisää.Name = "buttonLisää"; this.buttonLisää.Size = new System.Drawing.Size(100, 23); this.buttonLisää.TabIndex = 2; this.buttonLisää.Text = "Kasvata numeroa"; this.buttonLisää.UseVisualStyleBackColor = true; this.buttonLisää.Click += new System.EventHandler(this.buttonLisää_Click); // // buttonLisaaAuto // this.buttonLisaaAuto.Location = new System.Drawing.Point(1, 97); this.buttonLisaaAuto.Name = "buttonLisaaAuto"; this.buttonLisaaAuto.Size = new System.Drawing.Size(89, 23); this.buttonLisaaAuto.TabIndex = 4; this.buttonLisaaAuto.Text = "Lisää &auto"; this.buttonLisaaAuto.UseVisualStyleBackColor = true; this.buttonLisaaAuto.Click += new System.EventHandler(this.buttonLisaaAuto_Click); // // labelTormaykset // this.labelTormaykset.Location = new System.Drawing.Point(-2, 133); this.labelTormaykset.Name = "labelTormaykset"; this.labelTormaykset.Size = new System.Drawing.Size(100, 23); this.labelTormaykset.TabIndex = 5; this.labelTormaykset.Text = "0"; this.labelTormaykset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelRikki // this.labelRikki.Location = new System.Drawing.Point(-2, 167); this.labelRikki.Name = "labelRikki"; this.labelRikki.Size = new System.Drawing.Size(100, 23); this.labelRikki.TabIndex = 6; this.labelRikki.Text = "0"; this.labelRikki.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // liikkuvaAuto1 // this.liikkuvaAuto1.Image = ((System.Drawing.Image)(resources.GetObject("liikkuvaAuto1.Image"))); this.liikkuvaAuto1.Location = new System.Drawing.Point(221, 210); this.liikkuvaAuto1.Name = "liikkuvaAuto1"; this.liikkuvaAuto1.Size = new System.Drawing.Size(59, 39); this.liikkuvaAuto1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.liikkuvaAuto1.TabIndex = 7; this.liikkuvaAuto1.TabStop = false; // // positiveNumberTextBox1 // this.positiveNumberTextBox1.Location = new System.Drawing.Point(119, 58); this.positiveNumberTextBox1.Name = "positiveNumberTextBox1"; this.positiveNumberTextBox1.Size = new System.Drawing.Size(100, 20); this.positiveNumberTextBox1.TabIndex = 8; this.positiveNumberTextBox1.OnNegativeNumber += new PositiveNumberTexBox.PositiveNumberTextBox.NegativeNumberHandler(this.positiveNumberTextBox1_OnNegativeNumber); // // Form1 // 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.positiveNumberTextBox1); this.Controls.Add(this.liikkuvaAuto1); this.Controls.Add(this.labelRikki); this.Controls.Add(this.labelTormaykset); this.Controls.Add(this.buttonLisaaAuto); this.Controls.Add(this.buttonLisää); this.Controls.Add(this.textBoxSyote); this.Controls.Add(this.buttonLisaaKentta); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.liikkuvaAuto1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonLisaaKentta; private System.Windows.Forms.TextBox textBoxSyote; private System.Windows.Forms.Button buttonLisää; private System.Windows.Forms.Button buttonLisaaAuto; private System.Windows.Forms.Label labelTormaykset; private System.Windows.Forms.Label labelRikki; private LiikkuvaAuto.LiikkuvaAuto liikkuvaAuto1; private PositiveNumberTexBox.PositiveNumberTextBox positiveNumberTextBox1; } }