namespace Laskuri
{
partial class Laskuri
{
///
/// 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.buttonLisaa = new System.Windows.Forms.Button();
this.labelLaskuri = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonLisaa
//
this.buttonLisaa.Location = new System.Drawing.Point(3, 3);
this.buttonLisaa.Name = "buttonLisaa";
this.buttonLisaa.Size = new System.Drawing.Size(75, 23);
this.buttonLisaa.TabIndex = 0;
this.buttonLisaa.Text = "&Lisää";
this.buttonLisaa.UseVisualStyleBackColor = true;
this.buttonLisaa.Click += new System.EventHandler(this.buttonLisaa_Click);
//
// labelLaskuri
//
this.labelLaskuri.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelLaskuri.Location = new System.Drawing.Point(3, 38);
this.labelLaskuri.Name = "labelLaskuri";
this.labelLaskuri.Size = new System.Drawing.Size(72, 19);
this.labelLaskuri.TabIndex = 1;
this.labelLaskuri.Text = "0";
this.labelLaskuri.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Laskuri
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.Controls.Add(this.labelLaskuri);
this.Controls.Add(this.buttonLisaa);
this.Name = "Laskuri";
this.Size = new System.Drawing.Size(81, 57);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonLisaa;
private System.Windows.Forms.Label labelLaskuri;
}
}