384 lines
22 KiB
C#
384 lines
22 KiB
C#
|
|
namespace C4IT_DataHistoryProvider_Test
|
|
{
|
|
partial class ctrlNexthink
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <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(ctrlNexthink));
|
|
this.buttonScanTableColumns = new System.Windows.Forms.Button();
|
|
this.imageListStatus = new System.Windows.Forms.ImageList(this.components);
|
|
this.buttonQueryData = new System.Windows.Forms.Button();
|
|
this.panelScanNext = new System.Windows.Forms.Panel();
|
|
this.textBoxScanNext = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBoxScanLast = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tabControlResult = new System.Windows.Forms.TabControl();
|
|
this.tabPageProtocol = new System.Windows.Forms.TabPage();
|
|
this.tabPageQueryResult = new System.Windows.Forms.TabPage();
|
|
this.splitContainerTableResult = new System.Windows.Forms.SplitContainer();
|
|
this.treeViewValidationResult = new System.Windows.Forms.TreeView();
|
|
this.splitContainerTableResultDetails = new System.Windows.Forms.SplitContainer();
|
|
this.panelTableDetailsTop = new System.Windows.Forms.Panel();
|
|
this.richTextBoxTableResult = new System.Windows.Forms.RichTextBox();
|
|
this.panelTableDetailsBottom = new System.Windows.Forms.Panel();
|
|
this.webBrowserTableResult = new System.Windows.Forms.WebBrowser();
|
|
this.buttonRemoveScan = new System.Windows.Forms.Button();
|
|
this.buttonTest = new System.Windows.Forms.Button();
|
|
this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox();
|
|
this.tabControlResult.SuspendLayout();
|
|
this.tabPageProtocol.SuspendLayout();
|
|
this.tabPageQueryResult.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerTableResult)).BeginInit();
|
|
this.splitContainerTableResult.Panel1.SuspendLayout();
|
|
this.splitContainerTableResult.Panel2.SuspendLayout();
|
|
this.splitContainerTableResult.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerTableResultDetails)).BeginInit();
|
|
this.splitContainerTableResultDetails.Panel1.SuspendLayout();
|
|
this.splitContainerTableResultDetails.Panel2.SuspendLayout();
|
|
this.splitContainerTableResultDetails.SuspendLayout();
|
|
this.panelTableDetailsTop.SuspendLayout();
|
|
this.panelTableDetailsBottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonScanTableColumns
|
|
//
|
|
this.buttonScanTableColumns.Location = new System.Drawing.Point(36, 28);
|
|
this.buttonScanTableColumns.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.buttonScanTableColumns.Name = "buttonScanTableColumns";
|
|
this.buttonScanTableColumns.Size = new System.Drawing.Size(236, 78);
|
|
this.buttonScanTableColumns.TabIndex = 1;
|
|
this.buttonScanTableColumns.Text = "Scan NXQL columns";
|
|
this.buttonScanTableColumns.UseVisualStyleBackColor = true;
|
|
this.buttonScanTableColumns.Click += new System.EventHandler(this.buttonScanTableColumns_Click);
|
|
//
|
|
// imageListStatus
|
|
//
|
|
this.imageListStatus.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListStatus.ImageStream")));
|
|
this.imageListStatus.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageListStatus.Images.SetKeyName(0, "OK_24.png");
|
|
this.imageListStatus.Images.SetKeyName(1, "Warning_24.png");
|
|
this.imageListStatus.Images.SetKeyName(2, "Error_24.png");
|
|
//
|
|
// buttonQueryData
|
|
//
|
|
this.buttonQueryData.Enabled = false;
|
|
this.buttonQueryData.Location = new System.Drawing.Point(284, 28);
|
|
this.buttonQueryData.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.buttonQueryData.Name = "buttonQueryData";
|
|
this.buttonQueryData.Size = new System.Drawing.Size(236, 78);
|
|
this.buttonQueryData.TabIndex = 3;
|
|
this.buttonQueryData.Text = "Query NXQL data";
|
|
this.buttonQueryData.UseVisualStyleBackColor = true;
|
|
this.buttonQueryData.Click += new System.EventHandler(this.buttonQueryData_Click);
|
|
//
|
|
// panelScanNext
|
|
//
|
|
this.panelScanNext.Location = new System.Drawing.Point(750, 125);
|
|
this.panelScanNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelScanNext.Name = "panelScanNext";
|
|
this.panelScanNext.Size = new System.Drawing.Size(39, 40);
|
|
this.panelScanNext.TabIndex = 13;
|
|
//
|
|
// textBoxScanNext
|
|
//
|
|
this.textBoxScanNext.Location = new System.Drawing.Point(514, 137);
|
|
this.textBoxScanNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxScanNext.Name = "textBoxScanNext";
|
|
this.textBoxScanNext.ReadOnly = true;
|
|
this.textBoxScanNext.Size = new System.Drawing.Size(210, 26);
|
|
this.textBoxScanNext.TabIndex = 12;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(413, 140);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(93, 20);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "Target time:";
|
|
//
|
|
// textBoxScanLast
|
|
//
|
|
this.textBoxScanLast.Location = new System.Drawing.Point(123, 137);
|
|
this.textBoxScanLast.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.textBoxScanLast.Name = "textBoxScanLast";
|
|
this.textBoxScanLast.ReadOnly = true;
|
|
this.textBoxScanLast.Size = new System.Drawing.Size(210, 26);
|
|
this.textBoxScanLast.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(33, 140);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 20);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "Last scan:";
|
|
//
|
|
// tabControlResult
|
|
//
|
|
this.tabControlResult.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.tabControlResult.Controls.Add(this.tabPageProtocol);
|
|
this.tabControlResult.Controls.Add(this.tabPageQueryResult);
|
|
this.tabControlResult.Location = new System.Drawing.Point(36, 189);
|
|
this.tabControlResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabControlResult.Name = "tabControlResult";
|
|
this.tabControlResult.SelectedIndex = 0;
|
|
this.tabControlResult.Size = new System.Drawing.Size(981, 458);
|
|
this.tabControlResult.TabIndex = 15;
|
|
//
|
|
// tabPageProtocol
|
|
//
|
|
this.tabPageProtocol.Controls.Add(this.ctrlProtocolBox1);
|
|
this.tabPageProtocol.Location = new System.Drawing.Point(4, 29);
|
|
this.tabPageProtocol.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageProtocol.Name = "tabPageProtocol";
|
|
this.tabPageProtocol.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageProtocol.Size = new System.Drawing.Size(973, 425);
|
|
this.tabPageProtocol.TabIndex = 1;
|
|
this.tabPageProtocol.Text = "Protocol";
|
|
this.tabPageProtocol.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPageQueryResult
|
|
//
|
|
this.tabPageQueryResult.Controls.Add(this.splitContainerTableResult);
|
|
this.tabPageQueryResult.Location = new System.Drawing.Point(4, 29);
|
|
this.tabPageQueryResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageQueryResult.Name = "tabPageQueryResult";
|
|
this.tabPageQueryResult.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.tabPageQueryResult.Size = new System.Drawing.Size(973, 425);
|
|
this.tabPageQueryResult.TabIndex = 0;
|
|
this.tabPageQueryResult.Text = "Query result";
|
|
this.tabPageQueryResult.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainerTableResult
|
|
//
|
|
this.splitContainerTableResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerTableResult.Location = new System.Drawing.Point(4, 5);
|
|
this.splitContainerTableResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.splitContainerTableResult.Name = "splitContainerTableResult";
|
|
//
|
|
// splitContainerTableResult.Panel1
|
|
//
|
|
this.splitContainerTableResult.Panel1.Controls.Add(this.treeViewValidationResult);
|
|
//
|
|
// splitContainerTableResult.Panel2
|
|
//
|
|
this.splitContainerTableResult.Panel2.Controls.Add(this.splitContainerTableResultDetails);
|
|
this.splitContainerTableResult.Size = new System.Drawing.Size(965, 415);
|
|
this.splitContainerTableResult.SplitterDistance = 479;
|
|
this.splitContainerTableResult.SplitterWidth = 9;
|
|
this.splitContainerTableResult.TabIndex = 3;
|
|
//
|
|
// treeViewValidationResult
|
|
//
|
|
this.treeViewValidationResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeViewValidationResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.treeViewValidationResult.ImageIndex = 0;
|
|
this.treeViewValidationResult.ImageList = this.imageListStatus;
|
|
this.treeViewValidationResult.Indent = 28;
|
|
this.treeViewValidationResult.ItemHeight = 28;
|
|
this.treeViewValidationResult.Location = new System.Drawing.Point(0, 0);
|
|
this.treeViewValidationResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.treeViewValidationResult.Name = "treeViewValidationResult";
|
|
this.treeViewValidationResult.SelectedImageIndex = 0;
|
|
this.treeViewValidationResult.Size = new System.Drawing.Size(479, 415);
|
|
this.treeViewValidationResult.TabIndex = 0;
|
|
this.treeViewValidationResult.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewValidationResult_AfterSelect);
|
|
//
|
|
// splitContainerTableResultDetails
|
|
//
|
|
this.splitContainerTableResultDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerTableResultDetails.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerTableResultDetails.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.splitContainerTableResultDetails.Name = "splitContainerTableResultDetails";
|
|
this.splitContainerTableResultDetails.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainerTableResultDetails.Panel1
|
|
//
|
|
this.splitContainerTableResultDetails.Panel1.Controls.Add(this.panelTableDetailsTop);
|
|
//
|
|
// splitContainerTableResultDetails.Panel2
|
|
//
|
|
this.splitContainerTableResultDetails.Panel2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.splitContainerTableResultDetails.Panel2.Controls.Add(this.panelTableDetailsBottom);
|
|
this.splitContainerTableResultDetails.Size = new System.Drawing.Size(477, 415);
|
|
this.splitContainerTableResultDetails.SplitterDistance = 43;
|
|
this.splitContainerTableResultDetails.SplitterWidth = 6;
|
|
this.splitContainerTableResultDetails.TabIndex = 0;
|
|
//
|
|
// panelTableDetailsTop
|
|
//
|
|
this.panelTableDetailsTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelTableDetailsTop.Controls.Add(this.richTextBoxTableResult);
|
|
this.panelTableDetailsTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelTableDetailsTop.Location = new System.Drawing.Point(0, 0);
|
|
this.panelTableDetailsTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelTableDetailsTop.Name = "panelTableDetailsTop";
|
|
this.panelTableDetailsTop.Size = new System.Drawing.Size(477, 43);
|
|
this.panelTableDetailsTop.TabIndex = 1;
|
|
//
|
|
// richTextBoxTableResult
|
|
//
|
|
this.richTextBoxTableResult.BackColor = System.Drawing.SystemColors.Window;
|
|
this.richTextBoxTableResult.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.richTextBoxTableResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.richTextBoxTableResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.richTextBoxTableResult.HideSelection = false;
|
|
this.richTextBoxTableResult.Location = new System.Drawing.Point(0, 0);
|
|
this.richTextBoxTableResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.richTextBoxTableResult.Name = "richTextBoxTableResult";
|
|
this.richTextBoxTableResult.ReadOnly = true;
|
|
this.richTextBoxTableResult.Size = new System.Drawing.Size(475, 41);
|
|
this.richTextBoxTableResult.TabIndex = 0;
|
|
this.richTextBoxTableResult.Text = "";
|
|
//
|
|
// panelTableDetailsBottom
|
|
//
|
|
this.panelTableDetailsBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelTableDetailsBottom.Controls.Add(this.webBrowserTableResult);
|
|
this.panelTableDetailsBottom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelTableDetailsBottom.Location = new System.Drawing.Point(0, 0);
|
|
this.panelTableDetailsBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.panelTableDetailsBottom.Name = "panelTableDetailsBottom";
|
|
this.panelTableDetailsBottom.Size = new System.Drawing.Size(477, 366);
|
|
this.panelTableDetailsBottom.TabIndex = 1;
|
|
//
|
|
// webBrowserTableResult
|
|
//
|
|
this.webBrowserTableResult.AllowNavigation = false;
|
|
this.webBrowserTableResult.AllowWebBrowserDrop = false;
|
|
this.webBrowserTableResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.webBrowserTableResult.IsWebBrowserContextMenuEnabled = false;
|
|
this.webBrowserTableResult.Location = new System.Drawing.Point(0, 0);
|
|
this.webBrowserTableResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.webBrowserTableResult.MinimumSize = new System.Drawing.Size(30, 31);
|
|
this.webBrowserTableResult.Name = "webBrowserTableResult";
|
|
this.webBrowserTableResult.Size = new System.Drawing.Size(475, 364);
|
|
this.webBrowserTableResult.TabIndex = 0;
|
|
this.webBrowserTableResult.WebBrowserShortcutsEnabled = false;
|
|
//
|
|
// buttonRemoveScan
|
|
//
|
|
this.buttonRemoveScan.Enabled = false;
|
|
this.buttonRemoveScan.Location = new System.Drawing.Point(532, 28);
|
|
this.buttonRemoveScan.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.buttonRemoveScan.Name = "buttonRemoveScan";
|
|
this.buttonRemoveScan.Size = new System.Drawing.Size(236, 78);
|
|
this.buttonRemoveScan.TabIndex = 16;
|
|
this.buttonRemoveScan.Text = "Remove last scan";
|
|
this.buttonRemoveScan.UseVisualStyleBackColor = true;
|
|
this.buttonRemoveScan.Click += new System.EventHandler(this.buttonRemoveScan_Click);
|
|
//
|
|
// buttonTest
|
|
//
|
|
this.buttonTest.Location = new System.Drawing.Point(780, 28);
|
|
this.buttonTest.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
this.buttonTest.Name = "buttonTest";
|
|
this.buttonTest.Size = new System.Drawing.Size(236, 78);
|
|
this.buttonTest.TabIndex = 17;
|
|
this.buttonTest.Text = "Test";
|
|
this.buttonTest.UseVisualStyleBackColor = true;
|
|
this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
|
|
//
|
|
// ctrlProtocolBox1
|
|
//
|
|
this.ctrlProtocolBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ctrlProtocolBox1.Location = new System.Drawing.Point(4, 5);
|
|
this.ctrlProtocolBox1.Name = "ctrlProtocolBox1";
|
|
this.ctrlProtocolBox1.Size = new System.Drawing.Size(965, 415);
|
|
this.ctrlProtocolBox1.TabIndex = 16;
|
|
//
|
|
// ctrlNexthink
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.buttonTest);
|
|
this.Controls.Add(this.buttonRemoveScan);
|
|
this.Controls.Add(this.tabControlResult);
|
|
this.Controls.Add(this.panelScanNext);
|
|
this.Controls.Add(this.textBoxScanNext);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.textBoxScanLast);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.buttonQueryData);
|
|
this.Controls.Add(this.buttonScanTableColumns);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Name = "ctrlNexthink";
|
|
this.Size = new System.Drawing.Size(1040, 672);
|
|
this.Load += new System.EventHandler(this.ctrlNexthink_Load);
|
|
this.tabControlResult.ResumeLayout(false);
|
|
this.tabPageProtocol.ResumeLayout(false);
|
|
this.tabPageQueryResult.ResumeLayout(false);
|
|
this.splitContainerTableResult.Panel1.ResumeLayout(false);
|
|
this.splitContainerTableResult.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerTableResult)).EndInit();
|
|
this.splitContainerTableResult.ResumeLayout(false);
|
|
this.splitContainerTableResultDetails.Panel1.ResumeLayout(false);
|
|
this.splitContainerTableResultDetails.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerTableResultDetails)).EndInit();
|
|
this.splitContainerTableResultDetails.ResumeLayout(false);
|
|
this.panelTableDetailsTop.ResumeLayout(false);
|
|
this.panelTableDetailsBottom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonScanTableColumns;
|
|
private System.Windows.Forms.ImageList imageListStatus;
|
|
private System.Windows.Forms.Button buttonQueryData;
|
|
private System.Windows.Forms.Panel panelScanNext;
|
|
private System.Windows.Forms.TextBox textBoxScanNext;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textBoxScanLast;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TabControl tabControlResult;
|
|
private System.Windows.Forms.TabPage tabPageQueryResult;
|
|
private System.Windows.Forms.SplitContainer splitContainerTableResult;
|
|
private System.Windows.Forms.TreeView treeViewValidationResult;
|
|
private System.Windows.Forms.SplitContainer splitContainerTableResultDetails;
|
|
private System.Windows.Forms.Panel panelTableDetailsTop;
|
|
private System.Windows.Forms.RichTextBox richTextBoxTableResult;
|
|
private System.Windows.Forms.Panel panelTableDetailsBottom;
|
|
private System.Windows.Forms.WebBrowser webBrowserTableResult;
|
|
private System.Windows.Forms.TabPage tabPageProtocol;
|
|
private System.Windows.Forms.Button buttonRemoveScan;
|
|
private System.Windows.Forms.Button buttonTest;
|
|
private ctrlProtocolBox ctrlProtocolBox1;
|
|
}
|
|
}
|