namespace Fietsclient { partial class MainForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.setingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.graphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.consoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.moreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ucConsole1 = new Fietsclient.User_Controls.UcConsole(); this.ucSettings1 = new Fietsclient.User_Controls.UcSettings(); this.ucGraph1 = new Fietsclient.User_Controls.UcGraph(); this.ucChat1 = new Fietsclient.User_Controls.UcChat(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.viewToolStripMenuItem, this.helpToolStripMenuItem, this.debugToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1059, 28); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.saveToolStripMenuItem, this.closeToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24); this.fileToolStripMenuItem.Text = "File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.Size = new System.Drawing.Size(124, 26); this.openToolStripMenuItem.Text = "Open "; // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(124, 26); this.saveToolStripMenuItem.Text = "Save"; // // closeToolStripMenuItem // this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Size = new System.Drawing.Size(124, 26); this.closeToolStripMenuItem.Text = "Close"; // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.setingsToolStripMenuItem}); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(47, 24); this.editToolStripMenuItem.Text = "Edit"; // // setingsToolStripMenuItem // this.setingsToolStripMenuItem.Name = "setingsToolStripMenuItem"; this.setingsToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.setingsToolStripMenuItem.Text = "Settings"; this.setingsToolStripMenuItem.Click += new System.EventHandler(this.setingsToolStripMenuItem_Click); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.graphToolStripMenuItem, this.chatToolStripMenuItem, this.consoleToolStripMenuItem}); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(53, 24); this.viewToolStripMenuItem.Text = "View"; // // graphToolStripMenuItem // this.graphToolStripMenuItem.Name = "graphToolStripMenuItem"; this.graphToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.graphToolStripMenuItem.Text = "Graph"; this.graphToolStripMenuItem.Click += new System.EventHandler(this.graphToolStripMenuItem_Click); // // chatToolStripMenuItem // this.chatToolStripMenuItem.Name = "chatToolStripMenuItem"; this.chatToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.chatToolStripMenuItem.Text = "Chat"; this.chatToolStripMenuItem.Click += new System.EventHandler(this.chatToolStripMenuItem_Click); // // consoleToolStripMenuItem // this.consoleToolStripMenuItem.Name = "consoleToolStripMenuItem"; this.consoleToolStripMenuItem.Size = new System.Drawing.Size(181, 26); this.consoleToolStripMenuItem.Text = "Console"; this.consoleToolStripMenuItem.Click += new System.EventHandler(this.consoleToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem, this.moreToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24); this.helpToolStripMenuItem.Text = "Help"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 26); this.aboutToolStripMenuItem.Text = "About"; // // moreToolStripMenuItem // this.moreToolStripMenuItem.Name = "moreToolStripMenuItem"; this.moreToolStripMenuItem.Size = new System.Drawing.Size(152, 26); this.moreToolStripMenuItem.Text = "View Help"; // // debugToolStripMenuItem // this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(66, 24); this.debugToolStripMenuItem.Text = "Debug"; // // ucConsole1 // this.ucConsole1.Location = new System.Drawing.Point(12, 31); this.ucConsole1.Name = "ucConsole1"; this.ucConsole1.Size = new System.Drawing.Size(1035, 596); this.ucConsole1.TabIndex = 1; this.ucConsole1.Visible = false; // // ucSettings1 // this.ucSettings1.Location = new System.Drawing.Point(12, 31); this.ucSettings1.Name = "ucSettings1"; this.ucSettings1.Size = new System.Drawing.Size(1035, 596); this.ucSettings1.TabIndex = 2; this.ucSettings1.Visible = false; // // ucGraph1 // this.ucGraph1.Location = new System.Drawing.Point(12, 31); this.ucGraph1.Name = "ucGraph1"; this.ucGraph1.Size = new System.Drawing.Size(1035, 596); this.ucGraph1.TabIndex = 3; this.ucGraph1.Visible = false; // // ucChat1 // this.ucChat1.Location = new System.Drawing.Point(12, 31); this.ucChat1.Name = "ucChat1"; this.ucChat1.Size = new System.Drawing.Size(1035, 596); this.ucChat1.TabIndex = 4; this.ucChat1.Visible = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1059, 639); this.Controls.Add(this.ucChat1); this.Controls.Add(this.ucGraph1); this.Controls.Add(this.ucSettings1); this.Controls.Add(this.ucConsole1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MainForm"; this.Text = "Client"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem setingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem graphToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem consoleToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem moreToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem; private User_Controls.UcConsole ucConsole1; private User_Controls.UcSettings ucSettings1; private User_Controls.UcGraph ucGraph1; private User_Controls.UcChat ucChat1; } }