namespace _1 { partial class Form1 { /// /// 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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openXmlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listGatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.calculateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.calculateToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.logger = new System.Windows.Forms.TextBox(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.debugToolStripMenuItem, this.calculateToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(764, 24); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openXmlToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // openXmlToolStripMenuItem // this.openXmlToolStripMenuItem.Name = "openXmlToolStripMenuItem"; this.openXmlToolStripMenuItem.Size = new System.Drawing.Size(130, 22); this.openXmlToolStripMenuItem.Text = "Open xml"; this.openXmlToolStripMenuItem.Click += new System.EventHandler(this.openXmlToolStripMenuItem_Click); // // debugToolStripMenuItem // this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.listGatesToolStripMenuItem}); this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(50, 20); this.debugToolStripMenuItem.Text = "Debug"; // // listGatesToolStripMenuItem // this.listGatesToolStripMenuItem.Name = "listGatesToolStripMenuItem"; this.listGatesToolStripMenuItem.Size = new System.Drawing.Size(131, 22); this.listGatesToolStripMenuItem.Text = "List gates"; this.listGatesToolStripMenuItem.Click += new System.EventHandler(this.listGatesToolStripMenuItem_Click); // // calculateToolStripMenuItem // this.calculateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.calculateToolStripMenuItem1}); this.calculateToolStripMenuItem.Name = "calculateToolStripMenuItem"; this.calculateToolStripMenuItem.Size = new System.Drawing.Size(63, 20); this.calculateToolStripMenuItem.Text = "Calculate"; // // calculateToolStripMenuItem1 // this.calculateToolStripMenuItem1.Name = "calculateToolStripMenuItem1"; this.calculateToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.calculateToolStripMenuItem1.Text = "Calculate"; this.calculateToolStripMenuItem1.Click += new System.EventHandler(this.calculateToolStripMenuItem1_Click); // // logger // this.logger.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.logger.Location = new System.Drawing.Point(12, 27); this.logger.Multiline = true; this.logger.Name = "logger"; this.logger.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.logger.Size = new System.Drawing.Size(740, 450); this.logger.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(764, 489); this.Controls.Add(this.logger); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem listGatesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem calculateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem calculateToolStripMenuItem1; private System.Windows.Forms.TextBox logger; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openXmlToolStripMenuItem; } }