tbf/TBF/Rig/Input/DataStorage/UniDataStorageReader/UI/ReaderCfgCtrl.designer.cs

453 lines
22 KiB
C#

///
/// Copyright (c) 2018 Sensus Slovensko a.s.
///
namespace TBF.Rig.Input.DataStorage.UniDataStorageReader
{
partial class ReaderCfgCtrl
{
/// <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();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.nameLabel = new System.Windows.Forms.Label();
this.classNameLabel = new System.Windows.Forms.Label();
this.dataStorageTypeLabel = new System.Windows.Forms.Label();
this.dataStorageTypeComboBox = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.info2Button = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.connectToDataSourceButton = new System.Windows.Forms.Button();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.info4Button = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.getDataByQueryParamAndTemplateButton = new System.Windows.Forms.Button();
this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.buttonRemoveParam = new System.Windows.Forms.Button();
this.buttonAddParam = new System.Windows.Forms.Button();
this.labelParamValue = new System.Windows.Forms.Label();
this.listBoxQueryParams = new System.Windows.Forms.ListBox();
this.queryParamValueTextBox = new System.Windows.Forms.TextBox();
this.info5Button = new System.Windows.Forms.Button();
this.backgroundWorker3 = new System.ComponentModel.BackgroundWorker();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.info1Button = new System.Windows.Forms.Button();
this.dataSourceLabel = new System.Windows.Forms.Label();
this.dataSourceTextBox = new System.Windows.Forms.TextBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.info3Button = new System.Windows.Forms.Button();
this.examples1Button = new System.Windows.Forms.Button();
this.queryTemplateTextBox = new System.Windows.Forms.TextBox();
this.queryTemplateLabel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// nameTextBox
//
this.nameTextBox.Enabled = false;
this.nameTextBox.Location = new System.Drawing.Point(117, 32);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(326, 20);
this.nameTextBox.TabIndex = 2;
//
// nameLabel
//
this.nameLabel.AutoSize = true;
this.nameLabel.Location = new System.Drawing.Point(5, 35);
this.nameLabel.Name = "nameLabel";
this.nameLabel.Size = new System.Drawing.Size(38, 13);
this.nameLabel.TabIndex = 1;
this.nameLabel.Text = "Name:";
//
// classNameLabel
//
this.classNameLabel.AutoSize = true;
this.classNameLabel.Location = new System.Drawing.Point(114, 10);
this.classNameLabel.Name = "classNameLabel";
this.classNameLabel.Size = new System.Drawing.Size(83, 13);
this.classNameLabel.TabIndex = 0;
this.classNameLabel.Text = "ComonentName";
//
// dataStorageTypeLabel
//
this.dataStorageTypeLabel.AutoSize = true;
this.dataStorageTypeLabel.Location = new System.Drawing.Point(5, 61);
this.dataStorageTypeLabel.Name = "dataStorageTypeLabel";
this.dataStorageTypeLabel.Size = new System.Drawing.Size(94, 13);
this.dataStorageTypeLabel.TabIndex = 5;
this.dataStorageTypeLabel.Text = "Data storage type:";
//
// dataStorageTypeComboBox
//
this.dataStorageTypeComboBox.Enabled = false;
this.dataStorageTypeComboBox.FormattingEnabled = true;
this.dataStorageTypeComboBox.Location = new System.Drawing.Point(117, 58);
this.dataStorageTypeComboBox.Name = "dataStorageTypeComboBox";
this.dataStorageTypeComboBox.Size = new System.Drawing.Size(326, 21);
this.dataStorageTypeComboBox.TabIndex = 9;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.info2Button);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.connectToDataSourceButton);
this.groupBox1.Location = new System.Drawing.Point(8, 233);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(473, 422);
this.groupBox1.TabIndex = 15;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Data storage source testing";
//
// info2Button
//
this.info2Button.Location = new System.Drawing.Point(417, 23);
this.info2Button.Name = "info2Button";
this.info2Button.Size = new System.Drawing.Size(35, 23);
this.info2Button.TabIndex = 21;
this.info2Button.Text = "Info";
this.info2Button.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Enabled = false;
this.textBox1.Location = new System.Drawing.Point(15, 47);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox1.Size = new System.Drawing.Size(437, 358);
this.textBox1.TabIndex = 15;
//
// connectToDataSourceButton
//
this.connectToDataSourceButton.Location = new System.Drawing.Point(15, 19);
this.connectToDataSourceButton.Name = "connectToDataSourceButton";
this.connectToDataSourceButton.Size = new System.Drawing.Size(131, 23);
this.connectToDataSourceButton.TabIndex = 14;
this.connectToDataSourceButton.Text = "Connect to Data source";
this.connectToDataSourceButton.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.info4Button);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Controls.Add(this.getDataByQueryParamAndTemplateButton);
this.groupBox2.Location = new System.Drawing.Point(487, 233);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(463, 422);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Complete query testing";
//
// info4Button
//
this.info4Button.Location = new System.Drawing.Point(417, 23);
this.info4Button.Name = "info4Button";
this.info4Button.Size = new System.Drawing.Size(35, 23);
this.info4Button.TabIndex = 22;
this.info4Button.Text = "Info";
this.info4Button.UseVisualStyleBackColor = true;
//
// textBox2
//
this.textBox2.Enabled = false;
this.textBox2.Location = new System.Drawing.Point(6, 48);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox2.Size = new System.Drawing.Size(446, 357);
this.textBox2.TabIndex = 18;
//
// getDataByQueryParamAndTemplateButton
//
this.getDataByQueryParamAndTemplateButton.Location = new System.Drawing.Point(6, 19);
this.getDataByQueryParamAndTemplateButton.Name = "getDataByQueryParamAndTemplateButton";
this.getDataByQueryParamAndTemplateButton.Size = new System.Drawing.Size(206, 23);
this.getDataByQueryParamAndTemplateButton.TabIndex = 17;
this.getDataByQueryParamAndTemplateButton.Text = "Get data by query param and template";
this.getDataByQueryParamAndTemplateButton.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.buttonRemoveParam);
this.groupBox3.Controls.Add(this.buttonAddParam);
this.groupBox3.Controls.Add(this.labelParamValue);
this.groupBox3.Controls.Add(this.listBoxQueryParams);
this.groupBox3.Controls.Add(this.queryParamValueTextBox);
this.groupBox3.Controls.Add(this.info5Button);
this.groupBox3.Location = new System.Drawing.Point(956, 87);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(166, 568);
this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Component interface testing";
//
// buttonRemoveParam
//
this.buttonRemoveParam.Location = new System.Drawing.Point(85, 69);
this.buttonRemoveParam.Name = "buttonRemoveParam";
this.buttonRemoveParam.Size = new System.Drawing.Size(75, 23);
this.buttonRemoveParam.TabIndex = 25;
this.buttonRemoveParam.Text = "Remove";
this.buttonRemoveParam.UseVisualStyleBackColor = true;
//
// buttonAddParam
//
this.buttonAddParam.Location = new System.Drawing.Point(6, 69);
this.buttonAddParam.Name = "buttonAddParam";
this.buttonAddParam.Size = new System.Drawing.Size(75, 23);
this.buttonAddParam.TabIndex = 24;
this.buttonAddParam.Text = "Add";
this.buttonAddParam.UseVisualStyleBackColor = true;
//
// labelParamValue
//
this.labelParamValue.AutoSize = true;
this.labelParamValue.Location = new System.Drawing.Point(6, 24);
this.labelParamValue.Name = "labelParamValue";
this.labelParamValue.Size = new System.Drawing.Size(75, 13);
this.labelParamValue.TabIndex = 23;
this.labelParamValue.Text = "Query params:";
//
// listBoxQueryParams
//
this.listBoxQueryParams.FormattingEnabled = true;
this.listBoxQueryParams.Location = new System.Drawing.Point(6, 98);
this.listBoxQueryParams.Name = "listBoxQueryParams";
this.listBoxQueryParams.Size = new System.Drawing.Size(154, 459);
this.listBoxQueryParams.TabIndex = 22;
//
// queryParamValueTextBox
//
this.queryParamValueTextBox.Location = new System.Drawing.Point(6, 40);
this.queryParamValueTextBox.Name = "queryParamValueTextBox";
this.queryParamValueTextBox.Size = new System.Drawing.Size(154, 20);
this.queryParamValueTextBox.TabIndex = 21;
//
// info5Button
//
this.info5Button.Location = new System.Drawing.Point(125, 15);
this.info5Button.Name = "info5Button";
this.info5Button.Size = new System.Drawing.Size(35, 23);
this.info5Button.TabIndex = 20;
this.info5Button.Text = "Info";
this.info5Button.UseVisualStyleBackColor = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.info1Button);
this.groupBox4.Controls.Add(this.dataSourceLabel);
this.groupBox4.Controls.Add(this.dataSourceTextBox);
this.groupBox4.Location = new System.Drawing.Point(8, 87);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(473, 140);
this.groupBox4.TabIndex = 22;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Data storage source setting";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(106, 13);
this.label2.TabIndex = 22;
this.label2.Text = "Data storage source:";
//
// info1Button
//
this.info1Button.Location = new System.Drawing.Point(417, 14);
this.info1Button.Name = "info1Button";
this.info1Button.Size = new System.Drawing.Size(35, 23);
this.info1Button.TabIndex = 21;
this.info1Button.Text = "Info";
this.info1Button.UseVisualStyleBackColor = true;
//
// dataSourceLabel
//
this.dataSourceLabel.AutoSize = true;
this.dataSourceLabel.Location = new System.Drawing.Point(-123, 1);
this.dataSourceLabel.Name = "dataSourceLabel";
this.dataSourceLabel.Size = new System.Drawing.Size(71, 13);
this.dataSourceLabel.TabIndex = 18;
this.dataSourceLabel.Text = " Data source:";
//
// dataSourceTextBox
//
this.dataSourceTextBox.Enabled = false;
this.dataSourceTextBox.Location = new System.Drawing.Point(6, 38);
this.dataSourceTextBox.Multiline = true;
this.dataSourceTextBox.Name = "dataSourceTextBox";
this.dataSourceTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.dataSourceTextBox.Size = new System.Drawing.Size(446, 89);
this.dataSourceTextBox.TabIndex = 17;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label3);
this.groupBox5.Controls.Add(this.info3Button);
this.groupBox5.Controls.Add(this.examples1Button);
this.groupBox5.Controls.Add(this.queryTemplateTextBox);
this.groupBox5.Controls.Add(this.queryTemplateLabel);
this.groupBox5.Location = new System.Drawing.Point(487, 87);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(462, 140);
this.groupBox5.TabIndex = 23;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Query template setting";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 22);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 13);
this.label3.TabIndex = 26;
this.label3.Text = "Query template:";
//
// info3Button
//
this.info3Button.Location = new System.Drawing.Point(419, 14);
this.info3Button.Name = "info3Button";
this.info3Button.Size = new System.Drawing.Size(35, 23);
this.info3Button.TabIndex = 25;
this.info3Button.Text = "Info";
this.info3Button.UseVisualStyleBackColor = true;
//
// examples1Button
//
this.examples1Button.Location = new System.Drawing.Point(338, 14);
this.examples1Button.Name = "examples1Button";
this.examples1Button.Size = new System.Drawing.Size(75, 23);
this.examples1Button.TabIndex = 24;
this.examples1Button.Text = "Examples";
this.examples1Button.UseVisualStyleBackColor = true;
//
// queryTemplateTextBox
//
this.queryTemplateTextBox.Enabled = false;
this.queryTemplateTextBox.Location = new System.Drawing.Point(8, 38);
this.queryTemplateTextBox.Multiline = true;
this.queryTemplateTextBox.Name = "queryTemplateTextBox";
this.queryTemplateTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.queryTemplateTextBox.Size = new System.Drawing.Size(446, 89);
this.queryTemplateTextBox.TabIndex = 23;
//
// queryTemplateLabel
//
this.queryTemplateLabel.AutoSize = true;
this.queryTemplateLabel.Location = new System.Drawing.Point(-123, 6);
this.queryTemplateLabel.Name = "queryTemplateLabel";
this.queryTemplateLabel.Size = new System.Drawing.Size(81, 13);
this.queryTemplateLabel.TabIndex = 22;
this.queryTemplateLabel.Text = "Query template:";
//
// ReaderCfgCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataStorageTypeComboBox);
this.Controls.Add(this.dataStorageTypeLabel);
this.Controls.Add(this.nameTextBox);
this.Controls.Add(this.nameLabel);
this.Controls.Add(this.classNameLabel);
this.Name = "ReaderCfgCtrl";
this.Size = new System.Drawing.Size(1135, 671);
this.Load += new System.EventHandler(this.ReaderCfgCtrl_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.Label nameLabel;
private System.Windows.Forms.Label classNameLabel;
private System.Windows.Forms.Label dataStorageTypeLabel;
private System.Windows.Forms.ComboBox dataStorageTypeComboBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button info2Button;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button connectToDataSourceButton;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button info4Button;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button getDataByQueryParamAndTemplateButton;
private System.ComponentModel.BackgroundWorker backgroundWorker2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button buttonRemoveParam;
private System.Windows.Forms.Button buttonAddParam;
private System.Windows.Forms.Label labelParamValue;
private System.Windows.Forms.ListBox listBoxQueryParams;
private System.Windows.Forms.TextBox queryParamValueTextBox;
private System.Windows.Forms.Button info5Button;
private System.ComponentModel.BackgroundWorker backgroundWorker3;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button info1Button;
private System.Windows.Forms.Label dataSourceLabel;
private System.Windows.Forms.TextBox dataSourceTextBox;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button info3Button;
private System.Windows.Forms.Button examples1Button;
private System.Windows.Forms.TextBox queryTemplateTextBox;
private System.Windows.Forms.Label queryTemplateLabel;
}
}