namespace ohjaus1_forms { 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 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.buttonAuto = new System.Windows.Forms.Button(); this.buttonPyora = new System.Windows.Forms.Button(); this.labelAuto = new System.Windows.Forms.Label(); this.labelPyora = new System.Windows.Forms.Label(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.tiedostoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tallennaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.väritToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.buttonUusi = new System.Windows.Forms.Button(); this.textBoxLkm = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.menuStrip1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // buttonAuto // this.buttonAuto.Location = new System.Drawing.Point(3, 3); this.buttonAuto.Name = "buttonAuto"; this.buttonAuto.Size = new System.Drawing.Size(75, 23); this.buttonAuto.TabIndex = 0; this.buttonAuto.Text = "Lisää &auto"; this.buttonAuto.UseVisualStyleBackColor = true; this.buttonAuto.Click += new System.EventHandler(this.buttonAuto_Click); // // buttonPyora // this.buttonPyora.AutoSize = true; this.buttonPyora.Location = new System.Drawing.Point(86, 3); this.buttonPyora.Name = "buttonPyora"; this.buttonPyora.Size = new System.Drawing.Size(97, 23); this.buttonPyora.TabIndex = 1; this.buttonPyora.Text = "Lisää &polkupyörä"; this.buttonPyora.UseVisualStyleBackColor = true; this.buttonPyora.Click += new System.EventHandler(this.buttonPyora_Click); // // labelAuto // this.labelAuto.Location = new System.Drawing.Point(3, 29); this.labelAuto.Name = "labelAuto"; this.labelAuto.Size = new System.Drawing.Size(77, 23); this.labelAuto.TabIndex = 2; this.labelAuto.Text = "0"; this.labelAuto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelPyora // this.labelPyora.Location = new System.Drawing.Point(86, 29); this.labelPyora.Name = "labelPyora"; this.labelPyora.Size = new System.Drawing.Size(100, 23); this.labelPyora.TabIndex = 3; this.labelPyora.Text = "0"; this.labelPyora.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tiedostoToolStripMenuItem, this.toolsToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(427, 24); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuStrip1"; // // tiedostoToolStripMenuItem // this.tiedostoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tallennaToolStripMenuItem}); this.tiedostoToolStripMenuItem.Name = "tiedostoToolStripMenuItem"; this.tiedostoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.tiedostoToolStripMenuItem.Text = "Tiedosto"; // // tallennaToolStripMenuItem // this.tallennaToolStripMenuItem.Name = "tallennaToolStripMenuItem"; this.tallennaToolStripMenuItem.Size = new System.Drawing.Size(114, 22); this.tallennaToolStripMenuItem.Text = "Tallenna"; this.tallennaToolStripMenuItem.Click += new System.EventHandler(this.tallennaToolStripMenuItem_Click); // // toolsToolStripMenuItem // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.väritToolStripMenuItem}); this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.toolsToolStripMenuItem.Text = "Työkalut"; // // väritToolStripMenuItem // this.väritToolStripMenuItem.Name = "väritToolStripMenuItem"; this.väritToolStripMenuItem.Size = new System.Drawing.Size(96, 22); this.väritToolStripMenuItem.Text = "Värit"; this.väritToolStripMenuItem.Click += new System.EventHandler(this.väritToolStripMenuItem_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); // // buttonUusi // this.buttonUusi.Location = new System.Drawing.Point(192, 3); this.buttonUusi.Name = "buttonUusi"; this.buttonUusi.Size = new System.Drawing.Size(75, 23); this.buttonUusi.TabIndex = 5; this.buttonUusi.Text = "&Uusi laskuri"; this.buttonUusi.UseVisualStyleBackColor = true; this.buttonUusi.Click += new System.EventHandler(this.buttonUusi_Click); // // textBoxLkm // this.textBoxLkm.Location = new System.Drawing.Point(192, 45); this.textBoxLkm.Name = "textBoxLkm"; this.textBoxLkm.Size = new System.Drawing.Size(100, 20); this.textBoxLkm.TabIndex = 6; this.textBoxLkm.Text = "1"; this.textBoxLkm.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(192, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 13); this.label1.TabIndex = 7; this.label1.Text = "Montako lisätään"; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.buttonAuto); this.flowLayoutPanel1.Controls.Add(this.labelAuto); this.flowLayoutPanel1.Controls.Add(this.buttonPyora); this.flowLayoutPanel1.Controls.Add(this.labelPyora); this.flowLayoutPanel1.Controls.Add(this.buttonUusi); this.flowLayoutPanel1.Controls.Add(this.label1); this.flowLayoutPanel1.Controls.Add(this.textBoxLkm); this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1.Location = new System.Drawing.Point(24, 27); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(363, 75); this.flowLayoutPanel1.TabIndex = 8; // // laskuri // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(427, 383); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "laskuri"; this.Text = "Pääteohjaus 1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.laskuri_FormClosing); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonAuto; private System.Windows.Forms.Button buttonPyora; private System.Windows.Forms.Label labelAuto; private System.Windows.Forms.Label labelPyora; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem väritToolStripMenuItem; private System.Windows.Forms.Button buttonUusi; private System.Windows.Forms.TextBox textBoxLkm; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStripMenuItem tiedostoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem tallennaToolStripMenuItem; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; } }