namespace Salamax { partial class LogViewer { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewer)); this.mnuMain = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mniExit = new System.Windows.Forms.ToolStripMenuItem(); this.imlMain = new System.Windows.Forms.ImageList(this.components); this.lstItems = new Salamax.LogListBox(); this.mnuMain.SuspendLayout(); this.SuspendLayout(); // // mnuMain // this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem}); this.mnuMain.Location = new System.Drawing.Point(0, 0); this.mnuMain.Name = "mnuMain"; this.mnuMain.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.mnuMain.Size = new System.Drawing.Size(581, 24); this.mnuMain.TabIndex = 1; this.mnuMain.Text = "mnuMain"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mniExit}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // mniExit // this.mniExit.Name = "mniExit"; this.mniExit.Size = new System.Drawing.Size(152, 22); this.mniExit.Text = "Hide"; this.mniExit.Click += new System.EventHandler(this.mniExit_Click); // // imlMain // this.imlMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlMain.ImageStream"))); this.imlMain.TransparentColor = System.Drawing.Color.Transparent; this.imlMain.Images.SetKeyName(0, "undefined.png"); this.imlMain.Images.SetKeyName(1, "information.png"); this.imlMain.Images.SetKeyName(2, "warning.png"); this.imlMain.Images.SetKeyName(3, "error.png"); // // lstItems // this.lstItems.Dock = System.Windows.Forms.DockStyle.Fill; this.lstItems.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.lstItems.FormattingEnabled = true; this.lstItems.ImageList = null; this.lstItems.Location = new System.Drawing.Point(0, 24); this.lstItems.Name = "lstItems"; this.lstItems.SelectionMode = System.Windows.Forms.SelectionMode.None; this.lstItems.Size = new System.Drawing.Size(581, 121); this.lstItems.TabIndex = 2; // // LogViewer // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(581, 150); this.Controls.Add(this.lstItems); this.Controls.Add(this.mnuMain); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mnuMain; this.Name = "LogViewer"; this.Text = "Log"; this.TopMost = true; this.Load += new System.EventHandler(this.LogViewer_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogViewer_FormClosing); this.mnuMain.ResumeLayout(false); this.mnuMain.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip mnuMain; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem mniExit; private System.Windows.Forms.ImageList imlMain; private LogListBox lstItems; } }