namespace TransportGuide { partial class FormMain { /// /// 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.menuStrip = new System.Windows.Forms.MenuStrip(); this.transportTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.routeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.testsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // this.menuStrip.ImageScalingSize = new System.Drawing.Size(24, 24); this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.transportTypeToolStripMenuItem, this.stopToolStripMenuItem, this.routeToolStripMenuItem, this.testsToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(800, 33); this.menuStrip.TabIndex = 0; this.menuStrip.Text = "menuStrip"; // // transportTypeToolStripMenuItem // this.transportTypeToolStripMenuItem.Name = "transportTypeToolStripMenuItem"; this.transportTypeToolStripMenuItem.Size = new System.Drawing.Size(139, 29); this.transportTypeToolStripMenuItem.Text = "TransportType"; this.transportTypeToolStripMenuItem.Click += new System.EventHandler(this.transportTypeToolStripMenuItem_Click); // // stopToolStripMenuItem // this.stopToolStripMenuItem.Name = "stopToolStripMenuItem"; this.stopToolStripMenuItem.Size = new System.Drawing.Size(65, 29); this.stopToolStripMenuItem.Text = "Stop"; this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click); // // routeToolStripMenuItem // this.routeToolStripMenuItem.Name = "routeToolStripMenuItem"; this.routeToolStripMenuItem.Size = new System.Drawing.Size(74, 29); this.routeToolStripMenuItem.Text = "Route"; this.routeToolStripMenuItem.Click += new System.EventHandler(this.routeToolStripMenuItem_Click); // // testsToolStripMenuItem // this.testsToolStripMenuItem.Name = "testsToolStripMenuItem"; this.testsToolStripMenuItem.Size = new System.Drawing.Size(66, 29); this.testsToolStripMenuItem.Text = "Tests"; this.testsToolStripMenuItem.Click += new System.EventHandler(this.testsToolStripMenuItem_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.menuStrip); this.MainMenuStrip = this.menuStrip; this.Name = "FormMain"; this.Text = "FormMain"; this.Load += new System.EventHandler(this.FormMain_Load); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MenuStrip menuStrip; private ToolStripMenuItem transportTypeToolStripMenuItem; private ToolStripMenuItem stopToolStripMenuItem; private ToolStripMenuItem routeToolStripMenuItem; private ToolStripMenuItem testsToolStripMenuItem; } }