namespace Luento3
{
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.components = new System.ComponentModel.Container();
this.buttonHenkiloauto = new System.Windows.Forms.Button();
this.labelHenkiloauto = new System.Windows.Forms.Label();
this.buttonKuormaAuto = new System.Windows.Forms.Button();
this.labelKuormaAuto = new System.Windows.Forms.Label();
this.pictureBoxHenkiloauto = new System.Windows.Forms.PictureBox();
this.timerAutolaskuri = new System.Windows.Forms.Timer(this.components);
this.buttonLuoUusi = new System.Windows.Forms.Button();
this.colorDialogAutolaskuri = new System.Windows.Forms.ColorDialog();
this.buttonColor = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.lisääToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lisääHenkilöautoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxHenkiloauto)).BeginInit();
this.menuStrip1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// buttonHenkiloauto
//
this.buttonHenkiloauto.Location = new System.Drawing.Point(21, 22);
this.buttonHenkiloauto.Name = "buttonHenkiloauto";
this.buttonHenkiloauto.Size = new System.Drawing.Size(93, 34);
this.buttonHenkiloauto.TabIndex = 0;
this.buttonHenkiloauto.Text = "Lisää &Henkilöauto";
this.buttonHenkiloauto.UseVisualStyleBackColor = true;
this.buttonHenkiloauto.Click += new System.EventHandler(this.buttonHenkiloauto_Click);
//
// labelHenkiloauto
//
this.labelHenkiloauto.Location = new System.Drawing.Point(27, 75);
this.labelHenkiloauto.Name = "labelHenkiloauto";
this.labelHenkiloauto.Size = new System.Drawing.Size(86, 28);
this.labelHenkiloauto.TabIndex = 1;
this.labelHenkiloauto.Text = "0";
this.labelHenkiloauto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// buttonKuormaAuto
//
this.buttonKuormaAuto.Location = new System.Drawing.Point(185, 21);
this.buttonKuormaAuto.Name = "buttonKuormaAuto";
this.buttonKuormaAuto.Size = new System.Drawing.Size(92, 34);
this.buttonKuormaAuto.TabIndex = 2;
this.buttonKuormaAuto.Text = "Lisää &Kuorma-auto";
this.buttonKuormaAuto.UseVisualStyleBackColor = true;
this.buttonKuormaAuto.Click += new System.EventHandler(this.buttonKuormaAuto_Click);
//
// labelKuormaAuto
//
this.labelKuormaAuto.Location = new System.Drawing.Point(182, 75);
this.labelKuormaAuto.Name = "labelKuormaAuto";
this.labelKuormaAuto.Size = new System.Drawing.Size(86, 28);
this.labelKuormaAuto.TabIndex = 3;
this.labelKuormaAuto.Text = "0";
this.labelKuormaAuto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBoxHenkiloauto
//
this.pictureBoxHenkiloauto.Image = global::Luento3.Properties.Resources.car;
this.pictureBoxHenkiloauto.Location = new System.Drawing.Point(12, 176);
this.pictureBoxHenkiloauto.Name = "pictureBoxHenkiloauto";
this.pictureBoxHenkiloauto.Size = new System.Drawing.Size(59, 39);
this.pictureBoxHenkiloauto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBoxHenkiloauto.TabIndex = 4;
this.pictureBoxHenkiloauto.TabStop = false;
//
// timerAutolaskuri
//
this.timerAutolaskuri.Enabled = true;
this.timerAutolaskuri.Tick += new System.EventHandler(this.timerAutolaskuri_Tick);
//
// buttonLuoUusi
//
this.buttonLuoUusi.Location = new System.Drawing.Point(41, 240);
this.buttonLuoUusi.Name = "buttonLuoUusi";
this.buttonLuoUusi.Size = new System.Drawing.Size(71, 23);
this.buttonLuoUusi.TabIndex = 5;
this.buttonLuoUusi.Text = "Uusi laskuri";
this.buttonLuoUusi.UseVisualStyleBackColor = true;
this.buttonLuoUusi.Click += new System.EventHandler(this.buttonLuoUusi_Click);
//
// buttonColor
//
this.buttonColor.Location = new System.Drawing.Point(177, 237);
this.buttonColor.Name = "buttonColor";
this.buttonColor.Size = new System.Drawing.Size(99, 25);
this.buttonColor.TabIndex = 6;
this.buttonColor.Text = "Vaihda väri";
this.buttonColor.UseVisualStyleBackColor = true;
this.buttonColor.Click += new System.EventHandler(this.buttonColor_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lisääToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(322, 24);
this.menuStrip1.TabIndex = 7;
this.menuStrip1.Text = "menuStrip1";
//
// lisääToolStripMenuItem
//
this.lisääToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lisääHenkilöautoToolStripMenuItem});
this.lisääToolStripMenuItem.Name = "lisääToolStripMenuItem";
this.lisääToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.lisääToolStripMenuItem.Text = "Lisää";
//
// lisääHenkilöautoToolStripMenuItem
//
this.lisääHenkilöautoToolStripMenuItem.Name = "lisääHenkilöautoToolStripMenuItem";
this.lisääHenkilöautoToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
this.lisääHenkilöautoToolStripMenuItem.Text = "Lisää henkilöauto";
this.lisääHenkilöautoToolStripMenuItem.Click += new System.EventHandler(this.lisääHenkilöautoToolStripMenuItem_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(213, 106);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(85, 17);
this.radioButton1.TabIndex = 8;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "radioButton1";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(201, 129);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(85, 17);
this.radioButton2.TabIndex = 9;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "radioButton2";
this.radioButton2.UseVisualStyleBackColor = true;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.button1);
this.flowLayoutPanel1.Controls.Add(this.button2);
this.flowLayoutPanel1.Location = new System.Drawing.Point(18, 93);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(167, 83);
this.flowLayoutPanel1.TabIndex = 10;
//
// button1
//
this.button1.Location = new System.Drawing.Point(3, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(58, 24);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(67, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(71, 21);
this.button2.TabIndex = 1;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
//
// FormAutolaskuri
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(322, 279);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.radioButton2);
this.Controls.Add(this.radioButton1);
this.Controls.Add(this.buttonColor);
this.Controls.Add(this.buttonLuoUusi);
this.Controls.Add(this.pictureBoxHenkiloauto);
this.Controls.Add(this.labelKuormaAuto);
this.Controls.Add(this.buttonKuormaAuto);
this.Controls.Add(this.labelHenkiloauto);
this.Controls.Add(this.buttonHenkiloauto);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "FormAutolaskuri";
this.Text = "Autolaskuri";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAutolaskuri_FormClosing);
this.Load += new System.EventHandler(this.FormAutolaskuri_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxHenkiloauto)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonHenkiloauto;
private System.Windows.Forms.Label labelHenkiloauto;
private System.Windows.Forms.Button buttonKuormaAuto;
private System.Windows.Forms.Label labelKuormaAuto;
private System.Windows.Forms.PictureBox pictureBoxHenkiloauto;
private System.Windows.Forms.Timer timerAutolaskuri;
private System.Windows.Forms.Button buttonLuoUusi;
private System.Windows.Forms.ColorDialog colorDialogAutolaskuri;
private System.Windows.Forms.Button buttonColor;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem lisääToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lisääHenkilöautoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}