namespace Autolaskuri { partial class FormAutolaskuri { /// /// 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() { this.buttonHA = new System.Windows.Forms.Button(); this.buttonKA = new System.Windows.Forms.Button(); this.labelHA = new System.Windows.Forms.Label(); this.labelKA = new System.Windows.Forms.Label(); this.buttonNollaa = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonHA // this.buttonHA.Location = new System.Drawing.Point(29, 20); this.buttonHA.Name = "buttonHA"; this.buttonHA.Size = new System.Drawing.Size(108, 34); this.buttonHA.TabIndex = 0; this.buttonHA.Text = "&Henkilöautoja"; this.buttonHA.UseVisualStyleBackColor = true; this.buttonHA.Click += new System.EventHandler(this.buttonHA_Click); // // buttonKA // this.buttonKA.Location = new System.Drawing.Point(174, 20); this.buttonKA.Name = "buttonKA"; this.buttonKA.Size = new System.Drawing.Size(108, 34); this.buttonKA.TabIndex = 1; this.buttonKA.Text = "&Kuorma-autoja"; this.buttonKA.UseVisualStyleBackColor = true; this.buttonKA.Click += new System.EventHandler(this.buttonKA_Click); // // labelHA // this.labelHA.BackColor = System.Drawing.Color.Cyan; this.labelHA.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHA.Location = new System.Drawing.Point(29, 77); this.labelHA.Name = "labelHA"; this.labelHA.Size = new System.Drawing.Size(108, 32); this.labelHA.TabIndex = 2; this.labelHA.Text = "0"; this.labelHA.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelKA // this.labelKA.BackColor = System.Drawing.Color.Cyan; this.labelKA.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelKA.Location = new System.Drawing.Point(174, 77); this.labelKA.Name = "labelKA"; this.labelKA.Size = new System.Drawing.Size(108, 32); this.labelKA.TabIndex = 3; this.labelKA.Text = "0"; this.labelKA.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // buttonNollaa // this.buttonNollaa.Location = new System.Drawing.Point(86, 136); this.buttonNollaa.Name = "buttonNollaa"; this.buttonNollaa.Size = new System.Drawing.Size(140, 35); this.buttonNollaa.TabIndex = 4; this.buttonNollaa.Text = "&Nollaa"; this.buttonNollaa.UseVisualStyleBackColor = true; this.buttonNollaa.Click += new System.EventHandler(this.buttonNollaa_Click); // // FormAutolaskuri // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(325, 198); this.Controls.Add(this.buttonNollaa); this.Controls.Add(this.labelKA); this.Controls.Add(this.labelHA); this.Controls.Add(this.buttonKA); this.Controls.Add(this.buttonHA); this.Name = "FormAutolaskuri"; this.Text = "Autolaskuri"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonHA; private System.Windows.Forms.Button buttonKA; private System.Windows.Forms.Label labelHA; private System.Windows.Forms.Label labelKA; private System.Windows.Forms.Button buttonNollaa; } }