/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GY.NetAid.Controls.XMLViewerSettings xmlViewerSettings1 = new GY.NetAid.Controls.XMLViewerSettings();
     this.SendSettingsGroupBox = new System.Windows.Forms.GroupBox();
     this.PortNumericUpDown    = new System.Windows.Forms.NumericUpDown();
     this.GUIDTextBox          = new System.Windows.Forms.TextBox();
     this.IPTextBox            = new System.Windows.Forms.TextBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.SendButton                 = new System.Windows.Forms.Button();
     this.PingButton                 = new System.Windows.Forms.Button();
     this.HexCheckBox                = new System.Windows.Forms.CheckBox();
     this.ViewXMLCheckBox            = new System.Windows.Forms.CheckBox();
     this.WordWrapCheckBox           = new System.Windows.Forms.CheckBox();
     this.AutoSendTimesNumericUpDown = new System.Windows.Forms.NumericUpDown();
     this.AutoSendCheckBox           = new System.Windows.Forms.CheckBox();
     this.label4                     = new System.Windows.Forms.Label();
     this.XMLTextBox                 = new GY.NetAid.Controls.XMLViewer();
     this.SendSettingsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PortNumericUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AutoSendTimesNumericUpDown)).BeginInit();
     this.SuspendLayout();
     //
     // SendSettingsGroupBox
     //
     this.SendSettingsGroupBox.Controls.Add(this.PortNumericUpDown);
     this.SendSettingsGroupBox.Controls.Add(this.GUIDTextBox);
     this.SendSettingsGroupBox.Controls.Add(this.IPTextBox);
     this.SendSettingsGroupBox.Controls.Add(this.label3);
     this.SendSettingsGroupBox.Controls.Add(this.label2);
     this.SendSettingsGroupBox.Controls.Add(this.label1);
     this.SendSettingsGroupBox.Controls.Add(this.SendButton);
     this.SendSettingsGroupBox.Controls.Add(this.PingButton);
     this.SendSettingsGroupBox.Controls.Add(this.HexCheckBox);
     this.SendSettingsGroupBox.Controls.Add(this.ViewXMLCheckBox);
     this.SendSettingsGroupBox.Controls.Add(this.WordWrapCheckBox);
     this.SendSettingsGroupBox.Controls.Add(this.AutoSendTimesNumericUpDown);
     this.SendSettingsGroupBox.Controls.Add(this.AutoSendCheckBox);
     this.SendSettingsGroupBox.Controls.Add(this.label4);
     this.SendSettingsGroupBox.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.SendSettingsGroupBox.Location = new System.Drawing.Point(0, 218);
     this.SendSettingsGroupBox.Name     = "SendSettingsGroupBox";
     this.SendSettingsGroupBox.Size     = new System.Drawing.Size(480, 102);
     this.SendSettingsGroupBox.TabIndex = 1;
     this.SendSettingsGroupBox.TabStop  = false;
     //
     // PortNumericUpDown
     //
     this.PortNumericUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.PortNumericUpDown.Location = new System.Drawing.Point(321, 55);
     this.PortNumericUpDown.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.PortNumericUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.PortNumericUpDown.Name     = "PortNumericUpDown";
     this.PortNumericUpDown.Size     = new System.Drawing.Size(156, 20);
     this.PortNumericUpDown.TabIndex = 14;
     this.PortNumericUpDown.Value    = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     //
     // GUIDTextBox
     //
     this.GUIDTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.GUIDTextBox.Location = new System.Drawing.Point(321, 9);
     this.GUIDTextBox.Name     = "GUIDTextBox";
     this.GUIDTextBox.Size     = new System.Drawing.Size(156, 20);
     this.GUIDTextBox.TabIndex = 7;
     this.GUIDTextBox.WordWrap = false;
     //
     // IPTextBox
     //
     this.IPTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.IPTextBox.Location = new System.Drawing.Point(321, 32);
     this.IPTextBox.Name     = "IPTextBox";
     this.IPTextBox.Size     = new System.Drawing.Size(156, 20);
     this.IPTextBox.TabIndex = 5;
     this.IPTextBox.Text     = "127.0.0.1";
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(294, 58);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(29, 13);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Port:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(303, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(20, 13);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "IP:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(286, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(37, 13);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "GUID:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // SendButton
     //
     this.SendButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.SendButton.Location = new System.Drawing.Point(402, 76);
     this.SendButton.Name     = "SendButton";
     this.SendButton.Size     = new System.Drawing.Size(75, 23);
     this.SendButton.TabIndex = 9;
     this.SendButton.Text     = "Send";
     this.SendButton.UseVisualStyleBackColor = true;
     //
     // PingButton
     //
     this.PingButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.PingButton.Location = new System.Drawing.Point(321, 76);
     this.PingButton.Name     = "PingButton";
     this.PingButton.Size     = new System.Drawing.Size(75, 23);
     this.PingButton.TabIndex = 8;
     this.PingButton.Text     = "Ping";
     this.PingButton.UseVisualStyleBackColor = true;
     //
     // HexCheckBox
     //
     this.HexCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.HexCheckBox.AutoSize = true;
     this.HexCheckBox.Location = new System.Drawing.Point(3, 57);
     this.HexCheckBox.Name     = "HexCheckBox";
     this.HexCheckBox.Size     = new System.Drawing.Size(75, 17);
     this.HexCheckBox.TabIndex = 2;
     this.HexCheckBox.Text     = "Hex String";
     this.HexCheckBox.UseVisualStyleBackColor = true;
     //
     // ViewXMLCheckBox
     //
     this.ViewXMLCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ViewXMLCheckBox.AutoSize = true;
     this.ViewXMLCheckBox.Location = new System.Drawing.Point(3, 34);
     this.ViewXMLCheckBox.Name     = "ViewXMLCheckBox";
     this.ViewXMLCheckBox.Size     = new System.Drawing.Size(88, 17);
     this.ViewXMLCheckBox.TabIndex = 1;
     this.ViewXMLCheckBox.Text     = "View as XML";
     this.ViewXMLCheckBox.UseVisualStyleBackColor = true;
     this.ViewXMLCheckBox.CheckedChanged         += new System.EventHandler(this.ViewXMLCheckBox_CheckedChanged);
     //
     // WordWrapCheckBox
     //
     this.WordWrapCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.WordWrapCheckBox.AutoSize = true;
     this.WordWrapCheckBox.Location = new System.Drawing.Point(3, 11);
     this.WordWrapCheckBox.Name     = "WordWrapCheckBox";
     this.WordWrapCheckBox.Size     = new System.Drawing.Size(81, 17);
     this.WordWrapCheckBox.TabIndex = 0;
     this.WordWrapCheckBox.Text     = "Word Wrap";
     this.WordWrapCheckBox.UseVisualStyleBackColor = true;
     this.WordWrapCheckBox.CheckedChanged         += new System.EventHandler(this.WordWrapCheckBox_CheckedChanged);
     //
     // AutoSendTimesNumericUpDown
     //
     this.AutoSendTimesNumericUpDown.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AutoSendTimesNumericUpDown.Enabled  = false;
     this.AutoSendTimesNumericUpDown.Location = new System.Drawing.Point(45, 79);
     this.AutoSendTimesNumericUpDown.Maximum  = new decimal(new int[] {
         65535,
         0,
         0,
         0
     });
     this.AutoSendTimesNumericUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.AutoSendTimesNumericUpDown.Name      = "AutoSendTimesNumericUpDown";
     this.AutoSendTimesNumericUpDown.Size      = new System.Drawing.Size(52, 20);
     this.AutoSendTimesNumericUpDown.TabIndex  = 15;
     this.AutoSendTimesNumericUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.AutoSendTimesNumericUpDown.Value     = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // AutoSendCheckBox
     //
     this.AutoSendCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AutoSendCheckBox.AutoSize = true;
     this.AutoSendCheckBox.Location = new System.Drawing.Point(3, 80);
     this.AutoSendCheckBox.Name     = "AutoSendCheckBox";
     this.AutoSendCheckBox.Size     = new System.Drawing.Size(48, 17);
     this.AutoSendCheckBox.TabIndex = 3;
     this.AutoSendCheckBox.Text     = "Auto";
     this.AutoSendCheckBox.UseVisualStyleBackColor = true;
     this.AutoSendCheckBox.CheckedChanged         += new System.EventHandler(this.AutoSendCheckBox_CheckedChanged);
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(96, 81);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(31, 13);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "/Sec";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // XMLTextBox
     //
     this.XMLTextBox.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.XMLTextBox.Location          = new System.Drawing.Point(0, 0);
     this.XMLTextBox.Name              = "XMLTextBox";
     xmlViewerSettings1.AttributeKey   = System.Drawing.Color.Red;
     xmlViewerSettings1.AttributeValue = System.Drawing.Color.Blue;
     xmlViewerSettings1.Element        = System.Drawing.Color.DarkRed;
     xmlViewerSettings1.Tag            = System.Drawing.Color.Blue;
     xmlViewerSettings1.Value          = System.Drawing.Color.Black;
     this.XMLTextBox.Settings          = xmlViewerSettings1;
     this.XMLTextBox.Size              = new System.Drawing.Size(480, 218);
     this.XMLTextBox.TabIndex          = 0;
     this.XMLTextBox.Text              = "<?xml version=\"1.0\" encoding=\"utf-8\" ?><html><head><title>My home page</title></h" +
                                         "ead><body bgcolor=\"000000\" text=\"ff0000\">Hello World!</body></html>\n";
     this.XMLTextBox.WordWrap = false;
     //
     // SendPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.XMLTextBox);
     this.Controls.Add(this.SendSettingsGroupBox);
     this.Name = "SendPanel";
     this.Size = new System.Drawing.Size(480, 320);
     this.SendSettingsGroupBox.ResumeLayout(false);
     this.SendSettingsGroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PortNumericUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AutoSendTimesNumericUpDown)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GY.NetAid.Controls.XMLViewerSettings xmlViewerSettings1 = new GY.NetAid.Controls.XMLViewerSettings();
     this.LogPanelGroupBox       = new System.Windows.Forms.GroupBox();
     this.SplitContainerLogPanel = new System.Windows.Forms.SplitContainer();
     this.LogPanelTabControl     = new System.Windows.Forms.TabControl();
     this.LogGeneralPage         = new System.Windows.Forms.TabPage();
     this.ReceivedPage           = new System.Windows.Forms.TabPage();
     this.SentPage                  = new System.Windows.Forms.TabPage();
     this.LogDetailTabControl       = new System.Windows.Forms.TabControl();
     this.LogDetailTabPage          = new System.Windows.Forms.TabPage();
     this.LogDetailSettingsGroupBox = new System.Windows.Forms.GroupBox();
     this.ViewXMLCheckBox           = new System.Windows.Forms.CheckBox();
     this.WordWrapCheckBox          = new System.Windows.Forms.CheckBox();
     this.XMLTextBox                = new GY.NetAid.Controls.XMLViewer();
     this.LogPanelGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SplitContainerLogPanel)).BeginInit();
     this.SplitContainerLogPanel.Panel1.SuspendLayout();
     this.SplitContainerLogPanel.Panel2.SuspendLayout();
     this.SplitContainerLogPanel.SuspendLayout();
     this.LogPanelTabControl.SuspendLayout();
     this.LogDetailTabControl.SuspendLayout();
     this.LogDetailTabPage.SuspendLayout();
     this.LogDetailSettingsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // LogPanelGroupBox
     //
     this.LogPanelGroupBox.Controls.Add(this.SplitContainerLogPanel);
     this.LogPanelGroupBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.LogPanelGroupBox.Location = new System.Drawing.Point(0, 0);
     this.LogPanelGroupBox.Name     = "LogPanelGroupBox";
     this.LogPanelGroupBox.Size     = new System.Drawing.Size(320, 480);
     this.LogPanelGroupBox.TabIndex = 1;
     this.LogPanelGroupBox.TabStop  = false;
     this.LogPanelGroupBox.Text     = "Log Info";
     //
     // SplitContainerLogPanel
     //
     this.SplitContainerLogPanel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.SplitContainerLogPanel.Location    = new System.Drawing.Point(3, 16);
     this.SplitContainerLogPanel.Name        = "SplitContainerLogPanel";
     this.SplitContainerLogPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // SplitContainerLogPanel.Panel1
     //
     this.SplitContainerLogPanel.Panel1.Controls.Add(this.LogPanelTabControl);
     //
     // SplitContainerLogPanel.Panel2
     //
     this.SplitContainerLogPanel.Panel2.Controls.Add(this.LogDetailTabControl);
     this.SplitContainerLogPanel.Size             = new System.Drawing.Size(314, 461);
     this.SplitContainerLogPanel.SplitterDistance = 100;
     this.SplitContainerLogPanel.TabIndex         = 0;
     //
     // LogPanelTabControl
     //
     this.LogPanelTabControl.Controls.Add(this.LogGeneralPage);
     this.LogPanelTabControl.Controls.Add(this.ReceivedPage);
     this.LogPanelTabControl.Controls.Add(this.SentPage);
     this.LogPanelTabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.LogPanelTabControl.ItemSize      = new System.Drawing.Size(65, 18);
     this.LogPanelTabControl.Location      = new System.Drawing.Point(0, 0);
     this.LogPanelTabControl.Name          = "LogPanelTabControl";
     this.LogPanelTabControl.SelectedIndex = 0;
     this.LogPanelTabControl.Size          = new System.Drawing.Size(314, 100);
     this.LogPanelTabControl.SizeMode      = System.Windows.Forms.TabSizeMode.Fixed;
     this.LogPanelTabControl.TabIndex      = 0;
     //
     // LogGeneralPage
     //
     this.LogGeneralPage.Location = new System.Drawing.Point(4, 22);
     this.LogGeneralPage.Name     = "LogGeneralPage";
     this.LogGeneralPage.Padding  = new System.Windows.Forms.Padding(3);
     this.LogGeneralPage.Size     = new System.Drawing.Size(306, 74);
     this.LogGeneralPage.TabIndex = 0;
     this.LogGeneralPage.Text     = "Log";
     this.LogGeneralPage.UseVisualStyleBackColor = true;
     //
     // ReceivedPage
     //
     this.ReceivedPage.Location = new System.Drawing.Point(4, 22);
     this.ReceivedPage.Name     = "ReceivedPage";
     this.ReceivedPage.Padding  = new System.Windows.Forms.Padding(3);
     this.ReceivedPage.Size     = new System.Drawing.Size(306, 74);
     this.ReceivedPage.TabIndex = 1;
     this.ReceivedPage.Text     = "Received";
     this.ReceivedPage.UseVisualStyleBackColor = true;
     //
     // SentPage
     //
     this.SentPage.Location = new System.Drawing.Point(4, 22);
     this.SentPage.Name     = "SentPage";
     this.SentPage.Padding  = new System.Windows.Forms.Padding(3);
     this.SentPage.Size     = new System.Drawing.Size(306, 74);
     this.SentPage.TabIndex = 2;
     this.SentPage.Text     = "Sent";
     this.SentPage.UseVisualStyleBackColor = true;
     //
     // LogDetailTabControl
     //
     this.LogDetailTabControl.Controls.Add(this.LogDetailTabPage);
     this.LogDetailTabControl.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.LogDetailTabControl.Location      = new System.Drawing.Point(0, 0);
     this.LogDetailTabControl.Name          = "LogDetailTabControl";
     this.LogDetailTabControl.SelectedIndex = 0;
     this.LogDetailTabControl.Size          = new System.Drawing.Size(314, 357);
     this.LogDetailTabControl.TabIndex      = 2;
     //
     // LogDetailTabPage
     //
     this.LogDetailTabPage.Controls.Add(this.XMLTextBox);
     this.LogDetailTabPage.Controls.Add(this.LogDetailSettingsGroupBox);
     this.LogDetailTabPage.Location = new System.Drawing.Point(4, 22);
     this.LogDetailTabPage.Name     = "LogDetailTabPage";
     this.LogDetailTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.LogDetailTabPage.Size     = new System.Drawing.Size(306, 331);
     this.LogDetailTabPage.TabIndex = 0;
     this.LogDetailTabPage.Text     = "Detail";
     this.LogDetailTabPage.UseVisualStyleBackColor = true;
     //
     // LogDetailSettingsGroupBox
     //
     this.LogDetailSettingsGroupBox.Controls.Add(this.ViewXMLCheckBox);
     this.LogDetailSettingsGroupBox.Controls.Add(this.WordWrapCheckBox);
     this.LogDetailSettingsGroupBox.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.LogDetailSettingsGroupBox.Location = new System.Drawing.Point(3, 298);
     this.LogDetailSettingsGroupBox.Name     = "LogDetailSettingsGroupBox";
     this.LogDetailSettingsGroupBox.Size     = new System.Drawing.Size(300, 30);
     this.LogDetailSettingsGroupBox.TabIndex = 1;
     this.LogDetailSettingsGroupBox.TabStop  = false;
     //
     // ViewXMLCheckBox
     //
     this.ViewXMLCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ViewXMLCheckBox.AutoSize = true;
     this.ViewXMLCheckBox.Location = new System.Drawing.Point(209, 10);
     this.ViewXMLCheckBox.Name     = "ViewXMLCheckBox";
     this.ViewXMLCheckBox.Size     = new System.Drawing.Size(88, 17);
     this.ViewXMLCheckBox.TabIndex = 1;
     this.ViewXMLCheckBox.Text     = "View as XML";
     this.ViewXMLCheckBox.UseVisualStyleBackColor = true;
     this.ViewXMLCheckBox.CheckedChanged         += new System.EventHandler(this.ViewXMLCheckBox_CheckedChanged);
     //
     // WordWrapCheckBox
     //
     this.WordWrapCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.WordWrapCheckBox.AutoSize = true;
     this.WordWrapCheckBox.Location = new System.Drawing.Point(122, 10);
     this.WordWrapCheckBox.Name     = "WordWrapCheckBox";
     this.WordWrapCheckBox.Size     = new System.Drawing.Size(81, 17);
     this.WordWrapCheckBox.TabIndex = 0;
     this.WordWrapCheckBox.Text     = "Word Wrap";
     this.WordWrapCheckBox.UseVisualStyleBackColor = true;
     this.WordWrapCheckBox.CheckedChanged         += new System.EventHandler(this.WordWrapCheckBox_CheckedChanged);
     //
     // XMLTextBox
     //
     this.XMLTextBox.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.XMLTextBox.Location          = new System.Drawing.Point(3, 3);
     this.XMLTextBox.Name              = "XMLTextBox";
     xmlViewerSettings1.AttributeKey   = System.Drawing.Color.Red;
     xmlViewerSettings1.AttributeValue = System.Drawing.Color.Blue;
     xmlViewerSettings1.Element        = System.Drawing.Color.DarkRed;
     xmlViewerSettings1.Tag            = System.Drawing.Color.Blue;
     xmlViewerSettings1.Value          = System.Drawing.Color.Black;
     this.XMLTextBox.Settings          = xmlViewerSettings1;
     this.XMLTextBox.Size              = new System.Drawing.Size(300, 295);
     this.XMLTextBox.TabIndex          = 0;
     this.XMLTextBox.Text              = "<?xml version=\"1.0\" encoding=\"utf-8\" ?><html><head><title>My home page</title></h" +
                                         "ead><body bgcolor=\"000000\" text=\"ff0000\">Hello World!</body></html>\n";
     this.XMLTextBox.WordWrap = false;
     //
     // LogPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.LogPanelGroupBox);
     this.Name = "LogPanel";
     this.Size = new System.Drawing.Size(320, 480);
     this.LogPanelGroupBox.ResumeLayout(false);
     this.SplitContainerLogPanel.Panel1.ResumeLayout(false);
     this.SplitContainerLogPanel.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.SplitContainerLogPanel)).EndInit();
     this.SplitContainerLogPanel.ResumeLayout(false);
     this.LogPanelTabControl.ResumeLayout(false);
     this.LogDetailTabControl.ResumeLayout(false);
     this.LogDetailTabPage.ResumeLayout(false);
     this.LogDetailSettingsGroupBox.ResumeLayout(false);
     this.LogDetailSettingsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }