상속: System.Windows.Forms.UserControl
예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemNewLiveLogReceiver = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemOpenLogFile = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemOpenSession = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSaveSession = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSaveSessionAs = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemCloseSession = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemCloseAllSessions = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItemRecentSessions = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.buttonCloseActiveTab = new System.Windows.Forms.Button();
     this.introDialog1 = new NLogViewer.UI.IntroDialog();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.HotTrack = true;
     this.tabControl1.Location = new System.Drawing.Point(12, 46);
     this.tabControl1.Multiline = true;
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.Padding = new System.Drawing.Point(6, 6);
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(373, 201);
     this.tabControl1.TabIndex = 6;
     this.tabControl1.Visible = false;
     this.tabControl1.DoubleClick += new System.EventHandler(this.tabControl1_DoubleClick);
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     this.tabControl1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tabControl1_KeyDown);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // menuStrip1
     //
     this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem,
     this.viewToolStripMenuItem,
     this.toolsToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuStrip1.Size = new System.Drawing.Size(692, 24);
     this.menuStrip1.TabIndex = 7;
     this.menuStrip1.Text = "menuStrip1";
     this.menuStrip1.MenuActivate += new System.EventHandler(this.menuStrip1_MenuActivate);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItemNewLiveLogReceiver,
     this.toolStripMenuItemOpenLogFile,
     this.toolStripMenuItemOpenSession,
     this.toolStripMenuItemSaveSession,
     this.toolStripMenuItemSaveSessionAs,
     this.toolStripMenuItemCloseSession,
     this.toolStripMenuItemCloseAllSessions,
     this.toolStripSeparator5,
     this.toolStripMenuItemRecentSessions,
     this.toolStripMenuItem3,
     this.toolStripMenuItem2});
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     this.fileToolStripMenuItem.Text = "&Session";
     //
     // toolStripMenuItemNewLiveLogReceiver
     //
     this.toolStripMenuItemNewLiveLogReceiver.Name = "toolStripMenuItemNewLiveLogReceiver";
     this.toolStripMenuItemNewLiveLogReceiver.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.toolStripMenuItemNewLiveLogReceiver.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemNewLiveLogReceiver.Text = "New &Live Log Receiver...";
     this.toolStripMenuItemNewLiveLogReceiver.Click += new System.EventHandler(this.NewLiveLogReceiver_Clicked);
     //
     // toolStripMenuItemOpenLogFile
     //
     this.toolStripMenuItemOpenLogFile.Name = "toolStripMenuItemOpenLogFile";
     this.toolStripMenuItemOpenLogFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.toolStripMenuItemOpenLogFile.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemOpenLogFile.Text = "&Open Log File...";
     this.toolStripMenuItemOpenLogFile.Click += new System.EventHandler(this.OpenLogFile);
     //
     // toolStripMenuItemOpenSession
     //
     this.toolStripMenuItemOpenSession.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemOpenSession.Image")));
     this.toolStripMenuItemOpenSession.Name = "toolStripMenuItemOpenSession";
     this.toolStripMenuItemOpenSession.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.O)));
     this.toolStripMenuItemOpenSession.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemOpenSession.Text = "Open Session...";
     this.toolStripMenuItemOpenSession.Click += new System.EventHandler(this.OpenSession);
     //
     // toolStripMenuItemSaveSession
     //
     this.toolStripMenuItemSaveSession.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemSaveSession.Image")));
     this.toolStripMenuItemSaveSession.Name = "toolStripMenuItemSaveSession";
     this.toolStripMenuItemSaveSession.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                 | System.Windows.Forms.Keys.S)));
     this.toolStripMenuItemSaveSession.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemSaveSession.Text = "Save Session";
     this.toolStripMenuItemSaveSession.Click += new System.EventHandler(this.toolStripMenuItemSaveSession_Click);
     //
     // toolStripMenuItemSaveSessionAs
     //
     this.toolStripMenuItemSaveSessionAs.Name = "toolStripMenuItemSaveSessionAs";
     this.toolStripMenuItemSaveSessionAs.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemSaveSessionAs.Text = "Save Session As...";
     this.toolStripMenuItemSaveSessionAs.Click += new System.EventHandler(this.toolStripMenuItemSaveSessionAs_Click);
     //
     // toolStripMenuItemCloseSession
     //
     this.toolStripMenuItemCloseSession.Name = "toolStripMenuItemCloseSession";
     this.toolStripMenuItemCloseSession.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemCloseSession.Text = "Close Session";
     this.toolStripMenuItemCloseSession.Click += new System.EventHandler(this.toolStripMenuItemCloseSession_Click);
     //
     // toolStripMenuItemCloseAllSessions
     //
     this.toolStripMenuItemCloseAllSessions.Name = "toolStripMenuItemCloseAllSessions";
     this.toolStripMenuItemCloseAllSessions.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemCloseAllSessions.Text = "Close All Sessions";
     this.toolStripMenuItemCloseAllSessions.Click += new System.EventHandler(this.toolStripMenuItemCloseAllSessions_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(241, 6);
     //
     // toolStripMenuItemRecentSessions
     //
     this.toolStripMenuItemRecentSessions.Name = "toolStripMenuItemRecentSessions";
     this.toolStripMenuItemRecentSessions.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemRecentSessions.Text = "&Recent Sessions";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(241, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.toolStripMenuItem2.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItem2.Text = "&Exit";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.FileExit);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.alwaysOnTopToolStripMenuItem});
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.viewToolStripMenuItem.Text = "&View";
     //
     // alwaysOnTopToolStripMenuItem
     //
     this.alwaysOnTopToolStripMenuItem.Name = "alwaysOnTopToolStripMenuItem";
     this.alwaysOnTopToolStripMenuItem.Size = new System.Drawing.Size(155, 22);
     this.alwaysOnTopToolStripMenuItem.Text = "&Always on Top";
     this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.optionsToolStripMenuItem});
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
     this.optionsToolStripMenuItem.Text = "&Options...";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // notifyIcon1
     //
     this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text = "notifyIcon1";
     this.notifyIcon1.Visible = true;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "App.ico");
     //
     // buttonCloseActiveTab
     //
     this.buttonCloseActiveTab.AccessibleDescription = "AAA";
     this.buttonCloseActiveTab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCloseActiveTab.BackColor = System.Drawing.Color.Transparent;
     this.buttonCloseActiveTab.FlatAppearance.BorderSize = 0;
     this.buttonCloseActiveTab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCloseActiveTab.Image = ((System.Drawing.Image)(resources.GetObject("buttonCloseActiveTab.Image")));
     this.buttonCloseActiveTab.Location = new System.Drawing.Point(668, 24);
     this.buttonCloseActiveTab.Name = "buttonCloseActiveTab";
     this.buttonCloseActiveTab.Size = new System.Drawing.Size(24, 24);
     this.buttonCloseActiveTab.TabIndex = 9;
     this.buttonCloseActiveTab.TabStop = false;
     this.buttonCloseActiveTab.UseMnemonic = false;
     this.buttonCloseActiveTab.UseVisualStyleBackColor = true;
     this.buttonCloseActiveTab.Click += new System.EventHandler(this.buttonCloseActiveTab_Click);
     this.buttonCloseActiveTab.MouseHover += new System.EventHandler(this.buttonCloseActiveTab_MouseHover);
     //
     // introDialog1
     //
     this.introDialog1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("introDialog1.BackgroundImage")));
     this.introDialog1.Location = new System.Drawing.Point(198, 103);
     this.introDialog1.Name = "introDialog1";
     this.introDialog1.Size = new System.Drawing.Size(446, 395);
     this.introDialog1.TabIndex = 8;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(692, 466);
     this.Controls.Add(this.buttonCloseActiveTab);
     this.Controls.Add(this.introDialog1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.menuStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MinimumSize = new System.Drawing.Size(458, 420);
     this.Name = "MainForm";
     this.Text = "NLog Viewer";
     this.Closed += new System.EventHandler(this.MainForm_Closed);
     this.Shown += new System.EventHandler(this.MainForm_Shown);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.tabControl1           = new System.Windows.Forms.TabControl();
     this.timer1                = new System.Windows.Forms.Timer(this.components);
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemNewLiveLogReceiver = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemOpenLogFile        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemOpenSession        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSaveSession        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemSaveSessionAs      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemCloseSession       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemCloseAllSessions   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItemRecentSessions = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3           = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2           = new System.Windows.Forms.ToolStripMenuItem();
     this.viewToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.alwaysOnTopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.notifyIcon1          = new System.Windows.Forms.NotifyIcon(this.components);
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.buttonCloseActiveTab = new System.Windows.Forms.Button();
     this.introDialog1         = new NLogViewer.UI.IntroDialog();
     this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.HotTrack              = true;
     this.tabControl1.Location              = new System.Drawing.Point(12, 46);
     this.tabControl1.Multiline             = true;
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.Padding               = new System.Drawing.Point(6, 6);
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(373, 201);
     this.tabControl1.TabIndex              = 6;
     this.tabControl1.Visible               = false;
     this.tabControl1.DoubleClick          += new System.EventHandler(this.tabControl1_DoubleClick);
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     this.tabControl1.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.tabControl1_KeyDown);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // menuStrip1
     //
     this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.viewToolStripMenuItem,
         this.toolsToolStripMenuItem
     });
     this.menuStrip1.Location      = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name          = "menuStrip1";
     this.menuStrip1.RenderMode    = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuStrip1.Size          = new System.Drawing.Size(692, 24);
     this.menuStrip1.TabIndex      = 7;
     this.menuStrip1.Text          = "menuStrip1";
     this.menuStrip1.MenuActivate += new System.EventHandler(this.menuStrip1_MenuActivate);
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemNewLiveLogReceiver,
         this.toolStripMenuItemOpenLogFile,
         this.toolStripMenuItemOpenSession,
         this.toolStripMenuItemSaveSession,
         this.toolStripMenuItemSaveSessionAs,
         this.toolStripMenuItemCloseSession,
         this.toolStripMenuItemCloseAllSessions,
         this.toolStripSeparator5,
         this.toolStripMenuItemRecentSessions,
         this.toolStripMenuItem3,
         this.toolStripMenuItem2
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(55, 20);
     this.fileToolStripMenuItem.Text = "&Session";
     //
     // toolStripMenuItemNewLiveLogReceiver
     //
     this.toolStripMenuItemNewLiveLogReceiver.Name         = "toolStripMenuItemNewLiveLogReceiver";
     this.toolStripMenuItemNewLiveLogReceiver.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
     this.toolStripMenuItemNewLiveLogReceiver.Size         = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemNewLiveLogReceiver.Text         = "New &Live Log Receiver...";
     this.toolStripMenuItemNewLiveLogReceiver.Click       += new System.EventHandler(this.NewLiveLogReceiver_Clicked);
     //
     // toolStripMenuItemOpenLogFile
     //
     this.toolStripMenuItemOpenLogFile.Name         = "toolStripMenuItemOpenLogFile";
     this.toolStripMenuItemOpenLogFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     this.toolStripMenuItemOpenLogFile.Size         = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemOpenLogFile.Text         = "&Open Log File...";
     this.toolStripMenuItemOpenLogFile.Click       += new System.EventHandler(this.OpenLogFile);
     //
     // toolStripMenuItemOpenSession
     //
     this.toolStripMenuItemOpenSession.Image        = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemOpenSession.Image")));
     this.toolStripMenuItemOpenSession.Name         = "toolStripMenuItemOpenSession";
     this.toolStripMenuItemOpenSession.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                    | System.Windows.Forms.Keys.O)));
     this.toolStripMenuItemOpenSession.Size   = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemOpenSession.Text   = "Open Session...";
     this.toolStripMenuItemOpenSession.Click += new System.EventHandler(this.OpenSession);
     //
     // toolStripMenuItemSaveSession
     //
     this.toolStripMenuItemSaveSession.Image        = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemSaveSession.Image")));
     this.toolStripMenuItemSaveSession.Name         = "toolStripMenuItemSaveSession";
     this.toolStripMenuItemSaveSession.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                    | System.Windows.Forms.Keys.S)));
     this.toolStripMenuItemSaveSession.Size   = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemSaveSession.Text   = "Save Session";
     this.toolStripMenuItemSaveSession.Click += new System.EventHandler(this.toolStripMenuItemSaveSession_Click);
     //
     // toolStripMenuItemSaveSessionAs
     //
     this.toolStripMenuItemSaveSessionAs.Name   = "toolStripMenuItemSaveSessionAs";
     this.toolStripMenuItemSaveSessionAs.Size   = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemSaveSessionAs.Text   = "Save Session As...";
     this.toolStripMenuItemSaveSessionAs.Click += new System.EventHandler(this.toolStripMenuItemSaveSessionAs_Click);
     //
     // toolStripMenuItemCloseSession
     //
     this.toolStripMenuItemCloseSession.Name   = "toolStripMenuItemCloseSession";
     this.toolStripMenuItemCloseSession.Size   = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemCloseSession.Text   = "Close Session";
     this.toolStripMenuItemCloseSession.Click += new System.EventHandler(this.toolStripMenuItemCloseSession_Click);
     //
     // toolStripMenuItemCloseAllSessions
     //
     this.toolStripMenuItemCloseAllSessions.Name   = "toolStripMenuItemCloseAllSessions";
     this.toolStripMenuItemCloseAllSessions.Size   = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemCloseAllSessions.Text   = "Close All Sessions";
     this.toolStripMenuItemCloseAllSessions.Click += new System.EventHandler(this.toolStripMenuItemCloseAllSessions_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(241, 6);
     //
     // toolStripMenuItemRecentSessions
     //
     this.toolStripMenuItemRecentSessions.Name = "toolStripMenuItemRecentSessions";
     this.toolStripMenuItemRecentSessions.Size = new System.Drawing.Size(244, 22);
     this.toolStripMenuItemRecentSessions.Text = "&Recent Sessions";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(241, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name         = "toolStripMenuItem2";
     this.toolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.toolStripMenuItem2.Size         = new System.Drawing.Size(244, 22);
     this.toolStripMenuItem2.Text         = "&Exit";
     this.toolStripMenuItem2.Click       += new System.EventHandler(this.FileExit);
     //
     // viewToolStripMenuItem
     //
     this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.alwaysOnTopToolStripMenuItem
     });
     this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.viewToolStripMenuItem.Text = "&View";
     //
     // alwaysOnTopToolStripMenuItem
     //
     this.alwaysOnTopToolStripMenuItem.Name   = "alwaysOnTopToolStripMenuItem";
     this.alwaysOnTopToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.alwaysOnTopToolStripMenuItem.Text   = "&Always on Top";
     this.alwaysOnTopToolStripMenuItem.Click += new System.EventHandler(this.alwaysOnTopToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.optionsToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.Name   = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size   = new System.Drawing.Size(134, 22);
     this.optionsToolStripMenuItem.Text   = "&Options...";
     this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click);
     //
     // notifyIcon1
     //
     this.notifyIcon1.Icon    = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text    = "notifyIcon1";
     this.notifyIcon1.Visible = true;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "App.ico");
     //
     // buttonCloseActiveTab
     //
     this.buttonCloseActiveTab.AccessibleDescription = "AAA";
     this.buttonCloseActiveTab.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCloseActiveTab.BackColor = System.Drawing.Color.Transparent;
     this.buttonCloseActiveTab.FlatAppearance.BorderSize = 0;
     this.buttonCloseActiveTab.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCloseActiveTab.Image                   = ((System.Drawing.Image)(resources.GetObject("buttonCloseActiveTab.Image")));
     this.buttonCloseActiveTab.Location                = new System.Drawing.Point(668, 24);
     this.buttonCloseActiveTab.Name                    = "buttonCloseActiveTab";
     this.buttonCloseActiveTab.Size                    = new System.Drawing.Size(24, 24);
     this.buttonCloseActiveTab.TabIndex                = 9;
     this.buttonCloseActiveTab.TabStop                 = false;
     this.buttonCloseActiveTab.UseMnemonic             = false;
     this.buttonCloseActiveTab.UseVisualStyleBackColor = true;
     this.buttonCloseActiveTab.Click                  += new System.EventHandler(this.buttonCloseActiveTab_Click);
     this.buttonCloseActiveTab.MouseHover             += new System.EventHandler(this.buttonCloseActiveTab_MouseHover);
     //
     // introDialog1
     //
     this.introDialog1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("introDialog1.BackgroundImage")));
     this.introDialog1.Location        = new System.Drawing.Point(198, 103);
     this.introDialog1.Name            = "introDialog1";
     this.introDialog1.Size            = new System.Drawing.Size(446, 395);
     this.introDialog1.TabIndex        = 8;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(692, 466);
     this.Controls.Add(this.buttonCloseActiveTab);
     this.Controls.Add(this.introDialog1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MinimumSize   = new System.Drawing.Size(458, 420);
     this.Name          = "MainForm";
     this.Text          = "NLog Viewer";
     this.Closed       += new System.EventHandler(this.MainForm_Closed);
     this.Shown        += new System.EventHandler(this.MainForm_Shown);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }