namespace AutoLaskuri { partial class AutoLaskuri { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.buttonAutoLaskuri = new System.Windows.Forms.Button(); this.labelAutoLaskuri = new System.Windows.Forms.Label(); this.pictureBoxAuto = new System.Windows.Forms.PictureBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAuto)).BeginInit(); this.SuspendLayout(); // // buttonAutoLaskuri // this.buttonAutoLaskuri.Location = new System.Drawing.Point(0, 0); this.buttonAutoLaskuri.Name = "buttonAutoLaskuri"; this.buttonAutoLaskuri.Size = new System.Drawing.Size(64, 26); this.buttonAutoLaskuri.TabIndex = 0; this.buttonAutoLaskuri.Text = "&Lisää auto"; this.buttonAutoLaskuri.UseVisualStyleBackColor = true; this.buttonAutoLaskuri.Click += new System.EventHandler(this.buttonAutoLaskuri_Click); // // labelAutoLaskuri // this.labelAutoLaskuri.Location = new System.Drawing.Point(0, 29); this.labelAutoLaskuri.Name = "labelAutoLaskuri"; this.labelAutoLaskuri.Size = new System.Drawing.Size(68, 29); this.labelAutoLaskuri.TabIndex = 1; this.labelAutoLaskuri.Text = "0"; this.labelAutoLaskuri.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBoxAuto // this.pictureBoxAuto.Image = global::AutoLaskuri.Properties.Resources.car; this.pictureBoxAuto.Location = new System.Drawing.Point(23, 79); this.pictureBoxAuto.Name = "pictureBoxAuto"; this.pictureBoxAuto.Size = new System.Drawing.Size(59, 39); this.pictureBoxAuto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBoxAuto.TabIndex = 2; this.pictureBoxAuto.TabStop = false; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // AutoLaskuri // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.Controls.Add(this.pictureBoxAuto); this.Controls.Add(this.labelAutoLaskuri); this.Controls.Add(this.buttonAutoLaskuri); this.Name = "AutoLaskuri"; this.Size = new System.Drawing.Size(120, 121); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxAuto)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonAutoLaskuri; private System.Windows.Forms.Label labelAutoLaskuri; private System.Windows.Forms.PictureBox pictureBoxAuto; private System.Windows.Forms.Timer timer1; } }