namespace AutolaskuriComponent
{
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.panelYhteensa = new System.Windows.Forms.Panel();
this.laskuriYhteensa = new AutolaskuriComponent.Laskuri();
this.laskuriKA = new AutolaskuriComponent.LaskuriE();
this.laskuriHA = new AutolaskuriComponent.LaskuriE();
this.nollaaButton = new AutolaskuriComponent.NollaaButton();
this.buttonKA = new AutolaskuriComponent.LisaaButton();
this.buttonHA = new AutolaskuriComponent.LisaaButton();
this.panelYhteensa.SuspendLayout();
this.SuspendLayout();
//
// panelYhteensa
//
this.panelYhteensa.Controls.Add(this.laskuriYhteensa);
this.panelYhteensa.Location = new System.Drawing.Point(228, 137);
this.panelYhteensa.Name = "panelYhteensa";
this.panelYhteensa.Size = new System.Drawing.Size(54, 36);
this.panelYhteensa.TabIndex = 11;
//
// laskuriYhteensa
//
this.laskuriYhteensa.BackColor = System.Drawing.Color.Cyan;
this.laskuriYhteensa.Count = 0;
this.laskuriYhteensa.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.laskuriYhteensa.Location = new System.Drawing.Point(0, 0);
this.laskuriYhteensa.Name = "laskuriYhteensa";
this.laskuriYhteensa.Size = new System.Drawing.Size(54, 36);
this.laskuriYhteensa.TabIndex = 10;
this.laskuriYhteensa.Text = "0";
this.laskuriYhteensa.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// laskuriKA
//
this.laskuriKA.BackColor = System.Drawing.Color.Cyan;
this.laskuriKA.Count = 0;
this.laskuriKA.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.laskuriKA.Location = new System.Drawing.Point(178, 80);
this.laskuriKA.Name = "laskuriKA";
this.laskuriKA.Size = new System.Drawing.Size(104, 28);
this.laskuriKA.TabIndex = 10;
this.laskuriKA.Text = "0";
this.laskuriKA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.laskuriKA.LaskuriChanged += new AutolaskuriComponent.LaskuriEventHandler(this.laskuriHA_LaskuriChanged);
//
// laskuriHA
//
this.laskuriHA.BackColor = System.Drawing.Color.Cyan;
this.laskuriHA.Count = 0;
this.laskuriHA.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.laskuriHA.Location = new System.Drawing.Point(32, 80);
this.laskuriHA.Name = "laskuriHA";
this.laskuriHA.Size = new System.Drawing.Size(104, 28);
this.laskuriHA.TabIndex = 8;
this.laskuriHA.Text = "0";
this.laskuriHA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.laskuriHA.LaskuriChanged += new AutolaskuriComponent.LaskuriEventHandler(this.laskuriHA_LaskuriChanged);
//
// nollaaButton
//
this.nollaaButton.Location = new System.Drawing.Point(89, 137);
this.nollaaButton.Name = "nollaaButton";
this.nollaaButton.Size = new System.Drawing.Size(133, 36);
this.nollaaButton.TabIndex = 7;
this.nollaaButton.Text = "&Nollaa";
this.nollaaButton.UseVisualStyleBackColor = true;
//
// buttonKA
//
this.buttonKA.LisattavaLaskuri = this.laskuriKA;
this.buttonKA.Lisays = 1;
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 = 6;
this.buttonKA.Text = "&Henkilöautoja";
this.buttonKA.UseVisualStyleBackColor = true;
//
// buttonHA
//
this.buttonHA.LisattavaLaskuri = this.laskuriHA;
this.buttonHA.Lisays = 1;
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 = 5;
this.buttonHA.Text = "&Henkilöautoja";
this.buttonHA.UseVisualStyleBackColor = true;
//
// 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.panelYhteensa);
this.Controls.Add(this.laskuriKA);
this.Controls.Add(this.laskuriHA);
this.Controls.Add(this.nollaaButton);
this.Controls.Add(this.buttonKA);
this.Controls.Add(this.buttonHA);
this.Name = "FormAutolaskuri";
this.Text = "Autolaskuri komponenteilla";
this.panelYhteensa.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private LisaaButton buttonHA;
private LisaaButton buttonKA;
private NollaaButton nollaaButton;
private LaskuriE laskuriHA;
private LaskuriE laskuriKA;
private System.Windows.Forms.Panel panelYhteensa;
private Laskuri laskuriYhteensa;
}
}