Example #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.chkSpecifyDefault = new System.Windows.Forms.CheckBox();
     this.chkIsNull         = new System.Windows.Forms.CheckBox();
     this.label1            = new System.Windows.Forms.Label();
     this.txtValue          = new LinkMe.Framework.Tools.Controls.TextBox();
     this.SuspendLayout();
     //
     // chkSpecifyDefault
     //
     this.chkSpecifyDefault.Location        = new System.Drawing.Point(0, 8);
     this.chkSpecifyDefault.Name            = "chkSpecifyDefault";
     this.chkSpecifyDefault.Size            = new System.Drawing.Size(104, 16);
     this.chkSpecifyDefault.TabIndex        = 0;
     this.chkSpecifyDefault.Text            = "Specify Default";
     this.chkSpecifyDefault.CheckedChanged += new System.EventHandler(this.chkSpecifyDefault_CheckedChanged);
     //
     // chkIsNull
     //
     this.chkIsNull.Location        = new System.Drawing.Point(136, 8);
     this.chkIsNull.Name            = "chkIsNull";
     this.chkIsNull.Size            = new System.Drawing.Size(80, 16);
     this.chkIsNull.TabIndex        = 1;
     this.chkIsNull.Text            = "Is Null";
     this.chkIsNull.CheckedChanged += new System.EventHandler(this.chkIsNull_CheckedChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Value:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtValue
     //
     this.txtValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtValue.Location     = new System.Drawing.Point(48, 32);
     this.txtValue.Name         = "txtValue";
     this.txtValue.Size         = new System.Drawing.Size(304, 20);
     this.txtValue.TabIndex     = 2;
     this.txtValue.Text         = "";
     this.txtValue.TextChanged += new System.EventHandler(this.txtValue_TextChanged);
     //
     // DefaultControl
     //
     this.Controls.Add(this.txtValue);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chkIsNull);
     this.Controls.Add(this.chkSpecifyDefault);
     this.Name  = "DefaultControl";
     this.Size  = new System.Drawing.Size(376, 56);
     this.Load += new System.EventHandler(this.DefaultControl_Load);
     this.ResumeLayout(false);
 }
Example #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.btnEditConnString = new System.Windows.Forms.Button();
     this.txtDatabase       = new LinkMe.Framework.Tools.Controls.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnEditConnString
     //
     this.btnEditConnString.Location = new System.Drawing.Point(8, 80);
     this.btnEditConnString.Name     = "btnEditConnString";
     this.btnEditConnString.Size     = new System.Drawing.Size(160, 23);
     this.btnEditConnString.TabIndex = 2;
     this.btnEditConnString.Text     = "Edit Connection String...";
     this.btnEditConnString.Click   += new System.EventHandler(this.btnEditConnString_Click);
     //
     // txtDatabase
     //
     this.txtDatabase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDatabase.Location     = new System.Drawing.Point(8, 24);
     this.txtDatabase.Multiline    = true;
     this.txtDatabase.Name         = "txtDatabase";
     this.txtDatabase.Size         = new System.Drawing.Size(464, 48);
     this.txtDatabase.TabIndex     = 1;
     this.txtDatabase.TextChanged += new System.EventHandler(this.txtDatabase_TextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(224, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Logging database connection string:";
     //
     // MssqlConnectionPrompt
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(480, 150);
     this.Controls.Add(this.txtDatabase);
     this.Controls.Add(this.btnEditConnString);
     this.Controls.Add(this.label1);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(1000, 224);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(264, 184);
     this.Name          = "MssqlConnectionPrompt";
     this.ShowInTaskbar = false;
     this.Text          = "Connect to MS SQL database";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WmiInitialiseForm));
     this.btnOK                = new System.Windows.Forms.Button();
     this.btnCancel            = new System.Windows.Forms.Button();
     this.txtMachineName       = new LinkMe.Framework.Tools.Controls.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.txtStartingNamespace = new LinkMe.Framework.Tools.Controls.TextBox();
     this.btnConnect           = new System.Windows.Forms.Button();
     this.tvwNamespaces        = new LinkMe.Framework.Tools.Controls.TreeView();
     this.imageListNamespaces  = new System.Windows.Forms.ImageList(this.components);
     this.tabOrderManager      = new LinkMe.Framework.Tools.Controls.TabOrderManager();
     ((System.ComponentModel.ISupportInitialize)(this.tabOrderManager)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Enabled      = false;
     this.btnOK.Location     = new System.Drawing.Point(240, 208);
     this.btnOK.Name         = "btnOK";
     this.btnOK.TabIndex     = 1;
     this.btnOK.Text         = "OK";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(328, 208);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.TabIndex     = 2;
     this.btnCancel.Text         = "Cancel";
     //
     // txtMachineName
     //
     this.txtMachineName.Location = new System.Drawing.Point(128, 16);
     this.txtMachineName.Name     = "txtMachineName";
     this.txtMachineName.Size     = new System.Drawing.Size(136, 20);
     this.txtMachineName.TabIndex = 3;
     this.txtMachineName.Text     = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 20);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "&Machine Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 20);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "&Starting Namespace:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtStartingNamespace
     //
     this.txtStartingNamespace.Location = new System.Drawing.Point(128, 48);
     this.txtStartingNamespace.Name     = "txtStartingNamespace";
     this.txtStartingNamespace.Size     = new System.Drawing.Size(136, 20);
     this.txtStartingNamespace.TabIndex = 6;
     this.txtStartingNamespace.Text     = "";
     //
     // btnConnect
     //
     this.btnConnect.Location = new System.Drawing.Point(272, 48);
     this.btnConnect.Name     = "btnConnect";
     this.btnConnect.Size     = new System.Drawing.Size(128, 23);
     this.btnConnect.TabIndex = 7;
     this.btnConnect.Text     = "&Connect";
     this.btnConnect.Click   += new System.EventHandler(this.btnConnect_Click);
     //
     // tvwNamespaces
     //
     this.tvwNamespaces.HideSelection = false;
     this.tvwNamespaces.ImageList     = this.imageListNamespaces;
     this.tvwNamespaces.Location      = new System.Drawing.Point(8, 80);
     this.tvwNamespaces.Name          = "tvwNamespaces";
     this.tvwNamespaces.Size          = new System.Drawing.Size(392, 120);
     this.tvwNamespaces.TabIndex      = 8;
     //
     // imageListNamespaces
     //
     this.imageListNamespaces.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListNamespaces.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListNamespaces.ImageStream")));
     this.imageListNamespaces.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tabOrderManager
     //
     this.tabOrderManager.Control = this;
     //
     // WmiInitialiseForm
     //
     this.AcceptButton      = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(416, 245);
     this.ControlBox        = false;
     this.Controls.Add(this.tvwNamespaces);
     this.Controls.Add(this.btnConnect);
     this.Controls.Add(this.txtStartingNamespace);
     this.Controls.Add(this.txtMachineName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "WmiInitialiseForm";
     this.Text            = "Browse For Namespace";
     ((System.ComponentModel.ISupportInitialize)(this.tabOrderManager)).EndInit();
     this.ResumeLayout(false);
 }
Example #4
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(LogPanes));
     this.lvwMessages   = new LinkMe.Framework.Tools.Controls.ListView();
     this.colTime       = new System.Windows.Forms.ColumnHeader();
     this.colEvent      = new System.Windows.Forms.ColumnHeader();
     this.colSource     = new System.Windows.Forms.ColumnHeader();
     this.colType       = new System.Windows.Forms.ColumnHeader();
     this.colMethod     = new System.Windows.Forms.ColumnHeader();
     this.colMessage    = new System.Windows.Forms.ColumnHeader();
     this.imgLargeIcons = new System.Windows.Forms.ImageList(this.components);
     this.imgSmallIcons = new System.Windows.Forms.ImageList(this.components);
     this.txtPreview    = new LinkMe.Framework.Tools.Controls.TextBox();
     this.PaneOne.SuspendLayout();
     this.PaneTwo.SuspendLayout();
     this.SuspendLayout();
     //
     // PaneOne
     //
     this.PaneOne.Controls.Add(this.lvwMessages);
     this.PaneOne.Size = new System.Drawing.Size(728, 281);
     //
     // PaneTwo
     //
     this.PaneTwo.Controls.Add(this.txtPreview);
     this.PaneTwo.Location = new System.Drawing.Point(0, 287);
     this.PaneTwo.Size     = new System.Drawing.Size(728, 65);
     //
     // lvwMessages
     //
     this.lvwMessages.AutoResizeLastColumn = true;
     this.lvwMessages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colTime,
         this.colEvent,
         this.colSource,
         this.colType,
         this.colMethod,
         this.colMessage
     });
     this.lvwMessages.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.lvwMessages.FullRowSelect  = true;
     this.lvwMessages.HideSelection  = false;
     this.lvwMessages.LargeImageList = this.imgLargeIcons;
     this.lvwMessages.Location       = new System.Drawing.Point(0, 0);
     this.lvwMessages.Name           = "lvwMessages";
     this.lvwMessages.Size           = new System.Drawing.Size(728, 281);
     this.lvwMessages.SmallImageList = this.imgSmallIcons;
     this.lvwMessages.TabIndex       = 0;
     this.lvwMessages.UseCompatibleStateImageBehavior = false;
     this.lvwMessages.View = System.Windows.Forms.View.Details;
     //
     // colTime
     //
     this.colTime.Text  = "Time";
     this.colTime.Width = 150;
     //
     // colEvent
     //
     this.colEvent.Text  = "Event";
     this.colEvent.Width = 90;
     //
     // colSource
     //
     this.colSource.Text  = "Source";
     this.colSource.Width = 150;
     //
     // colType
     //
     this.colType.Text  = "Type";
     this.colType.Width = 150;
     //
     // colMethod
     //
     this.colMethod.Text  = "Method";
     this.colMethod.Width = 100;
     //
     // colMessage
     //
     this.colMessage.Text  = "Message";
     this.colMessage.Width = 55;
     //
     // imgLargeIcons
     //
     this.imgLargeIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgLargeIcons.ImageStream")));
     this.imgLargeIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.imgLargeIcons.Images.SetKeyName(0, "");
     this.imgLargeIcons.Images.SetKeyName(1, "");
     this.imgLargeIcons.Images.SetKeyName(2, "");
     this.imgLargeIcons.Images.SetKeyName(3, "");
     this.imgLargeIcons.Images.SetKeyName(4, "");
     this.imgLargeIcons.Images.SetKeyName(5, "");
     this.imgLargeIcons.Images.SetKeyName(6, "");
     this.imgLargeIcons.Images.SetKeyName(7, "");
     this.imgLargeIcons.Images.SetKeyName(8, "");
     //
     // imgSmallIcons
     //
     this.imgSmallIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgSmallIcons.ImageStream")));
     this.imgSmallIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.imgSmallIcons.Images.SetKeyName(0, "");
     this.imgSmallIcons.Images.SetKeyName(1, "");
     this.imgSmallIcons.Images.SetKeyName(2, "");
     this.imgSmallIcons.Images.SetKeyName(3, "");
     this.imgSmallIcons.Images.SetKeyName(4, "");
     this.imgSmallIcons.Images.SetKeyName(5, "");
     this.imgSmallIcons.Images.SetKeyName(6, "");
     this.imgSmallIcons.Images.SetKeyName(7, "");
     this.imgSmallIcons.Images.SetKeyName(8, "");
     //
     // txtPreview
     //
     this.txtPreview.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtPreview.Location   = new System.Drawing.Point(0, 0);
     this.txtPreview.Multiline  = true;
     this.txtPreview.Name       = "txtPreview";
     this.txtPreview.ReadOnly   = true;
     this.txtPreview.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtPreview.Size       = new System.Drawing.Size(728, 65);
     this.txtPreview.TabIndex   = 0;
     //
     // LogPanes
     //
     this.Name = "LogPanes";
     this.SplitterBorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.PaneOne.ResumeLayout(false);
     this.PaneTwo.ResumeLayout(false);
     this.PaneTwo.PerformLayout();
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtSingleLine   = new LinkMe.Framework.Tools.Controls.TextBox();
     this.panBooleanValue = new System.Windows.Forms.Panel();
     this.radFalse        = new System.Windows.Forms.RadioButton();
     this.radTrue         = new System.Windows.Forms.RadioButton();
     this.txtXml          = new LinkMe.Framework.Tools.Controls.XmlTextBox();
     this.panBooleanValue.SuspendLayout();
     this.SuspendLayout();
     //
     // txtSingleLine
     //
     this.txtSingleLine.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtSingleLine.Location = new System.Drawing.Point(0, 0);
     this.txtSingleLine.Name     = "txtSingleLine";
     this.txtSingleLine.Size     = new System.Drawing.Size(368, 20);
     this.txtSingleLine.TabIndex = 3;
     this.txtSingleLine.Text     = "";
     this.txtSingleLine.Visible  = false;
     //
     // panBooleanValue
     //
     this.panBooleanValue.Controls.Add(this.radFalse);
     this.panBooleanValue.Controls.Add(this.radTrue);
     this.panBooleanValue.Location = new System.Drawing.Point(4, 4);
     this.panBooleanValue.Name     = "panBooleanValue";
     this.panBooleanValue.Size     = new System.Drawing.Size(144, 16);
     this.panBooleanValue.TabIndex = 27;
     this.panBooleanValue.Visible  = false;
     //
     // radFalse
     //
     this.radFalse.Location = new System.Drawing.Point(72, 0);
     this.radFalse.Name     = "radFalse";
     this.radFalse.Size     = new System.Drawing.Size(64, 16);
     this.radFalse.TabIndex = 1;
     this.radFalse.Text     = "FALSE";
     //
     // radTrue
     //
     this.radTrue.Location = new System.Drawing.Point(0, 0);
     this.radTrue.Name     = "radTrue";
     this.radTrue.Size     = new System.Drawing.Size(72, 16);
     this.radTrue.TabIndex = 0;
     this.radTrue.Text     = "TRUE";
     //
     // txtXml
     //
     this.txtXml.AutoFormat        = false;
     this.txtXml.AutoFormatDelay   = 1000;
     this.txtXml.AutoFormatMaxSize = 40000;
     this.txtXml.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.txtXml.Indentation = 2;
     this.txtXml.Location    = new System.Drawing.Point(0, 0);
     this.txtXml.MinimumSize = new System.Drawing.Size(0, 0);
     this.txtXml.Name        = "txtXml";
     this.txtXml.ReadOnly    = false;
     this.txtXml.Size        = new System.Drawing.Size(368, 88);
     this.txtXml.TabIndex    = 29;
     this.txtXml.Visible     = false;
     //
     // BasicTypeEditor
     //
     this.Controls.Add(this.txtXml);
     this.Controls.Add(this.panBooleanValue);
     this.Controls.Add(this.txtSingleLine);
     this.Name = "BasicTypeEditor";
     this.Size = new System.Drawing.Size(368, 88);
     this.panBooleanValue.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1         = new System.Windows.Forms.Label();
     this.txtMessage     = new LinkMe.Framework.Tools.Controls.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.gridParameters = new LinkMe.Framework.Tools.Editors.GenericEditorGrid();
     this.gridDetails    = new LinkMe.Framework.Tools.Editors.GenericEditorGrid();
     this.PaneOne.SuspendLayout();
     this.PaneTwo.SuspendLayout();
     this.PaneThree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridParameters)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetails)).BeginInit();
     this.SuspendLayout();
     //
     // PaneOne
     //
     this.PaneOne.Controls.Add(this.txtMessage);
     this.PaneOne.Controls.Add(this.label1);
     this.PaneOne.Name = "PaneOne";
     this.PaneOne.Size = new System.Drawing.Size(704, 137);
     //
     // PaneTwo
     //
     this.PaneTwo.Controls.Add(this.gridDetails);
     this.PaneTwo.Controls.Add(this.label2);
     this.PaneTwo.Location = new System.Drawing.Point(0, 143);
     this.PaneTwo.Name     = "PaneTwo";
     this.PaneTwo.Size     = new System.Drawing.Size(704, 131);
     //
     // PaneThree
     //
     this.PaneThree.Controls.Add(this.gridParameters);
     this.PaneThree.Controls.Add(this.label3);
     this.PaneThree.Location = new System.Drawing.Point(0, 280);
     this.PaneThree.Name     = "PaneThree";
     this.PaneThree.Size     = new System.Drawing.Size(704, 136);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 19);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Message:";
     //
     // txtMessage
     //
     this.txtMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMessage.Location  = new System.Drawing.Point(0, 16);
     this.txtMessage.Multiline = true;
     this.txtMessage.Name      = "txtMessage";
     this.txtMessage.ReadOnly  = true;
     this.txtMessage.Size      = new System.Drawing.Size(704, 114);
     this.txtMessage.TabIndex  = 0;
     this.txtMessage.Text      = "";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 19);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Details:";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(0, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 19);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Parameters:";
     //
     // gridParameters
     //
     this.gridParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.gridParameters.Location             = new System.Drawing.Point(0, 16);
     this.gridParameters.MinimumSize          = new System.Drawing.Size(0, 0);
     this.gridParameters.Name                 = "gridParameters";
     this.gridParameters.NameColumnHeaderText = "Parameter";
     this.gridParameters.ReadOnly             = true;
     this.gridParameters.ShowMemberTypeColumn = false;
     this.gridParameters.Size                 = new System.Drawing.Size(704, 120);
     this.gridParameters.TabIndex             = 1;
     this.gridParameters.ValueFormat          = LinkMe.Framework.Tools.Editors.EditorValueFormat.PlainString;
     //
     // gridDetails
     //
     this.gridDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridDetails.Location             = new System.Drawing.Point(0, 16);
     this.gridDetails.MinimumSize          = new System.Drawing.Size(0, 0);
     this.gridDetails.Name                 = "gridDetails";
     this.gridDetails.NameColumnHeaderText = "Detail";
     this.gridDetails.ReadOnly             = true;
     this.gridDetails.ShowMemberTypeColumn = false;
     this.gridDetails.Size                 = new System.Drawing.Size(704, 110);
     this.gridDetails.TabIndex             = 2;
     this.gridDetails.ValueFormat          = LinkMe.Framework.Tools.Editors.EditorValueFormat.PlainString;
     //
     // DetailPanes
     //
     this.Name                = "DetailPanes";
     this.Size                = new System.Drawing.Size(704, 416);
     this.SplitRatioBottom    = -1F;
     this.SplitterBorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.PaneOne.ResumeLayout(false);
     this.PaneTwo.ResumeLayout(false);
     this.PaneThree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridParameters)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDetails)).EndInit();
     this.ResumeLayout(false);
 }