namespace AutolaskuriControl { partial class AutolaskuriControl { /// /// 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.buttonHA = new System.Windows.Forms.Button(); this.labelHA = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonHA // this.buttonHA.BackColor = System.Drawing.SystemColors.Control; this.buttonHA.Location = new System.Drawing.Point(3, 34); this.buttonHA.Name = "buttonHA"; this.buttonHA.Size = new System.Drawing.Size(103, 24); this.buttonHA.TabIndex = 3; this.buttonHA.Text = "Lisää &henkilöauto"; this.buttonHA.UseVisualStyleBackColor = false; this.buttonHA.Click += new System.EventHandler(this.buttonHA_Click); // // labelHA // this.labelHA.BackColor = System.Drawing.Color.BurlyWood; this.labelHA.Location = new System.Drawing.Point(3, 12); this.labelHA.Name = "labelHA"; this.labelHA.Size = new System.Drawing.Size(103, 19); this.labelHA.TabIndex = 2; this.labelHA.Text = "0"; this.labelHA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // AutolaskuriControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.buttonHA); this.Controls.Add(this.labelHA); this.Name = "AutolaskuriControl"; this.Size = new System.Drawing.Size(108, 71); this.Load += new System.EventHandler(this.AutolaskuriControl_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonHA; private System.Windows.Forms.Label labelHA; } }