Files
DP44/DataPRO/DbAPIUI/.svn/pristine/f9/f9ab617f6f0b4deb846a54ecbf11d13c7c7f9b1f.svn-base

2278 lines
136 KiB
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
namespace DbAPIUI
{
partial class Form1
{
/// <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 Windows Form 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.mainTable = new System.Windows.Forms.TableLayoutPanel();
this.statusTable = new System.Windows.Forms.TableLayoutPanel();
this.button1 = new System.Windows.Forms.Button();
this.rtbHistory = new System.Windows.Forms.RichTextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPageSample = new System.Windows.Forms.TabPage();
this.btnDoALotOfThings = new System.Windows.Forms.Button();
this.tabPageConnections = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.propertyGridConnection = new System.Windows.Forms.PropertyGrid();
this.btnConnectionConnect = new System.Windows.Forms.Button();
this.tabPageLogins = new System.Windows.Forms.TabPage();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.btnLoginsLogin = new System.Windows.Forms.Button();
this.btnLoginsLogout = new System.Windows.Forms.Button();
this.lvLogins = new System.Windows.Forms.ListView();
this.tableLoginInfo = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbUserName = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.comboBoxConnections = new System.Windows.Forms.ComboBox();
this.tbPassword = new System.Windows.Forms.TextBox();
this.tabPageVersion = new System.Windows.Forms.TabPage();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.comboBoxConnectionsVersionSet = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.btnVersionGet = new System.Windows.Forms.Button();
this.tbVersionGet = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnVersionSet = new System.Windows.Forms.Button();
this.tbVersionSet = new System.Windows.Forms.TextBox();
this.comboConnectionsVersionGet = new System.Windows.Forms.ComboBox();
this.tabPageDataRecorders = new System.Windows.Forms.TabPage();
this.tableDataRecorders = new System.Windows.Forms.TableLayoutPanel();
this.cbDASGetConnections = new System.Windows.Forms.ComboBox();
this.btnDASGet = new System.Windows.Forms.Button();
this.DASGridView = new System.Windows.Forms.DataGridView();
this.dgDASChannels = new System.Windows.Forms.DataGridView();
this.cbDASChannelsGetDAS = new System.Windows.Forms.ComboBox();
this.cbDASDelete = new System.Windows.Forms.ComboBox();
this.btnDASChannelsGet = new System.Windows.Forms.Button();
this.btnDASDelete = new System.Windows.Forms.Button();
this.btnDASInsert = new System.Windows.Forms.Button();
this.tabPageSensors = new System.Windows.Forms.TabPage();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.label8 = new System.Windows.Forms.Label();
this.cbSensorsConnections = new System.Windows.Forms.ComboBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.label9 = new System.Windows.Forms.Label();
this.tbSensorsSensorId = new System.Windows.Forms.TextBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.label10 = new System.Windows.Forms.Label();
this.tbSensorsSerialNumber = new System.Windows.Forms.TextBox();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.label11 = new System.Windows.Forms.Label();
this.tbSensorsEID = new System.Windows.Forms.TextBox();
this.btnSensorsSensorsGet = new System.Windows.Forms.Button();
this.dgSensors = new System.Windows.Forms.DataGridView();
this.btnSensorsAnalogInsert = new System.Windows.Forms.Button();
this.propertyGridSensorAnalogInsert = new System.Windows.Forms.PropertyGrid();
this.tabSensorCalibrations = new System.Windows.Forms.TabPage();
this.tableLayoutSensorCals = new System.Windows.Forms.TableLayoutPanel();
this.label12 = new System.Windows.Forms.Label();
this.cbSensorCalConnections = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tbSensorCalibrationsSerialNumber = new System.Windows.Forms.TextBox();
this.btnGetCalibrations = new System.Windows.Forms.Button();
this.dgSensorCalibrations = new System.Windows.Forms.DataGridView();
this.tbSensorCalibrationsSensorId = new System.Windows.Forms.TextBox();
this.propertyGridSensorCals = new System.Windows.Forms.PropertyGrid();
this.btnSensorCalCommit = new System.Windows.Forms.Button();
this.tabGroups = new System.Windows.Forms.TabPage();
this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
this.label14 = new System.Windows.Forms.Label();
this.cbGroupsConnections = new System.Windows.Forms.ComboBox();
this.btnGroupsGet = new System.Windows.Forms.Button();
this.dgGroupsView = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
this.cbGroupsToDelete = new System.Windows.Forms.ComboBox();
this.btnGroupDelete = new System.Windows.Forms.Button();
this.propertyGridGroups = new System.Windows.Forms.PropertyGrid();
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
this.btnGroupInsert = new System.Windows.Forms.Button();
this.btnGroupUpdate = new System.Windows.Forms.Button();
this.tabPageTestSetups = new System.Windows.Forms.TabPage();
this.tableTestSetup = new System.Windows.Forms.TableLayoutPanel();
this.cbTestSetups = new System.Windows.Forms.ComboBox();
this.testSetupsGridView = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.label13 = new System.Windows.Forms.Label();
this.cbConnectionsTestSetups = new System.Windows.Forms.ComboBox();
this.btnGetTestSetups = new System.Windows.Forms.Button();
this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
this.btnTestSetupsGet = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.propertyGridTestSetup = new System.Windows.Forms.PropertyGrid();
this.btnTestSetupCommit = new System.Windows.Forms.Button();
this.tabPageUsers = new System.Windows.Forms.TabPage();
this.tabPageChannels = new System.Windows.Forms.TabPage();
this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
this.label15 = new System.Windows.Forms.Label();
this.cbChannelsConnections = new System.Windows.Forms.ComboBox();
this.btnChannelsGet = new System.Windows.Forms.Button();
this.dgChannelsView = new System.Windows.Forms.DataGridView();
this.propertyGridChannel = new System.Windows.Forms.PropertyGrid();
this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
this.btnChannelInsert = new System.Windows.Forms.Button();
this.btnChannelUpdate = new System.Windows.Forms.Button();
this.tabPageTags = new System.Windows.Forms.TabPage();
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
this.label16 = new System.Windows.Forms.Label();
this.cbTagsConnections = new System.Windows.Forms.ComboBox();
this.btnTagsGet = new System.Windows.Forms.Button();
this.dgTagsView = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
this.label17 = new System.Windows.Forms.Label();
this.tbTagIdToDelete = new System.Windows.Forms.TextBox();
this.btnTagsDelete = new System.Windows.Forms.Button();
this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
this.label18 = new System.Windows.Forms.Label();
this.tbTagToAdd = new System.Windows.Forms.TextBox();
this.btnTagInsert = new System.Windows.Forms.Button();
this.tabPageTagAssignments = new System.Windows.Forms.TabPage();
this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
this.label19 = new System.Windows.Forms.Label();
this.cbTagAssignmentsConnections = new System.Windows.Forms.ComboBox();
this.btnTagAssignmentsGet = new System.Windows.Forms.Button();
this.dgTagAssignmentsView = new System.Windows.Forms.DataGridView();
this.propertyGridTagAssignmentToInsert = new System.Windows.Forms.PropertyGrid();
this.btnTagAssignmentInsert = new System.Windows.Forms.Button();
this.tableLayoutPanel16 = new System.Windows.Forms.TableLayoutPanel();
this.cbTagAssignmentsToDelete = new System.Windows.Forms.ComboBox();
this.btnTagAssignmentDelete = new System.Windows.Forms.Button();
this.tabPageChannelCodes = new System.Windows.Forms.TabPage();
this.tableLayoutPanel17 = new System.Windows.Forms.TableLayoutPanel();
this.label20 = new System.Windows.Forms.Label();
this.cbChannelCodesConnections = new System.Windows.Forms.ComboBox();
this.label21 = new System.Windows.Forms.Label();
this.btnCodeTypesGet = new System.Windows.Forms.Button();
this.dgCodeTypesView = new System.Windows.Forms.DataGridView();
this.label22 = new System.Windows.Forms.Label();
this.btnChannelCodesGet = new System.Windows.Forms.Button();
this.dgChannelCodesView = new System.Windows.Forms.DataGridView();
this.tableLayoutPanel18 = new System.Windows.Forms.TableLayoutPanel();
this.cbChannelCodeToDelete = new System.Windows.Forms.ComboBox();
this.btnChannelCodeDelete = new System.Windows.Forms.Button();
this.btnChannelCodesInsert = new System.Windows.Forms.Button();
this.propertyGridChannelCode = new System.Windows.Forms.PropertyGrid();
this.btnChannelCodesUpdate = new System.Windows.Forms.Button();
this.mainTable.SuspendLayout();
this.statusTable.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPageSample.SuspendLayout();
this.tabPageConnections.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tabPageLogins.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLoginInfo.SuspendLayout();
this.tabPageVersion.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tabPageDataRecorders.SuspendLayout();
this.tableDataRecorders.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DASGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgDASChannels)).BeginInit();
this.tabPageSensors.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.flowLayoutPanel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgSensors)).BeginInit();
this.tabSensorCalibrations.SuspendLayout();
this.tableLayoutSensorCals.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgSensorCalibrations)).BeginInit();
this.tabGroups.SuspendLayout();
this.tableLayoutPanel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgGroupsView)).BeginInit();
this.tableLayoutPanel8.SuspendLayout();
this.tableLayoutPanel9.SuspendLayout();
this.tabPageTestSetups.SuspendLayout();
this.tableTestSetup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.testSetupsGridView)).BeginInit();
this.tableLayoutPanel5.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
this.tabPageChannels.SuspendLayout();
this.tableLayoutPanel10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgChannelsView)).BeginInit();
this.tableLayoutPanel11.SuspendLayout();
this.tabPageTags.SuspendLayout();
this.tableLayoutPanel12.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgTagsView)).BeginInit();
this.tableLayoutPanel13.SuspendLayout();
this.tableLayoutPanel14.SuspendLayout();
this.tabPageTagAssignments.SuspendLayout();
this.tableLayoutPanel15.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgTagAssignmentsView)).BeginInit();
this.tableLayoutPanel16.SuspendLayout();
this.tabPageChannelCodes.SuspendLayout();
this.tableLayoutPanel17.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgCodeTypesView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgChannelCodesView)).BeginInit();
this.tableLayoutPanel18.SuspendLayout();
this.SuspendLayout();
//
// mainTable
//
this.mainTable.ColumnCount = 1;
this.mainTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTable.Controls.Add(this.statusTable, 0, 1);
this.mainTable.Controls.Add(this.tabControl1, 0, 0);
this.mainTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTable.Location = new System.Drawing.Point(0, 0);
this.mainTable.Name = "mainTable";
this.mainTable.RowCount = 2;
this.mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.mainTable.Size = new System.Drawing.Size(974, 647);
this.mainTable.TabIndex = 0;
//
// statusTable
//
this.statusTable.ColumnCount = 2;
this.statusTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.statusTable.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.statusTable.Controls.Add(this.button1, 1, 0);
this.statusTable.Controls.Add(this.rtbHistory, 0, 0);
this.statusTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.statusTable.Location = new System.Drawing.Point(3, 500);
this.statusTable.Name = "statusTable";
this.statusTable.RowCount = 1;
this.statusTable.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.statusTable.Size = new System.Drawing.Size(968, 144);
this.statusTable.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(901, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(64, 20);
this.button1.TabIndex = 0;
this.button1.Text = "View Log";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// rtbHistory
//
this.rtbHistory.BackColor = System.Drawing.SystemColors.Control;
this.rtbHistory.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbHistory.Enabled = false;
this.rtbHistory.Location = new System.Drawing.Point(3, 3);
this.rtbHistory.Name = "rtbHistory";
this.rtbHistory.Size = new System.Drawing.Size(892, 138);
this.rtbHistory.TabIndex = 1;
this.rtbHistory.Text = "";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPageSample);
this.tabControl1.Controls.Add(this.tabPageConnections);
this.tabControl1.Controls.Add(this.tabPageLogins);
this.tabControl1.Controls.Add(this.tabPageVersion);
this.tabControl1.Controls.Add(this.tabPageDataRecorders);
this.tabControl1.Controls.Add(this.tabPageSensors);
this.tabControl1.Controls.Add(this.tabSensorCalibrations);
this.tabControl1.Controls.Add(this.tabGroups);
this.tabControl1.Controls.Add(this.tabPageTestSetups);
this.tabControl1.Controls.Add(this.tabPageUsers);
this.tabControl1.Controls.Add(this.tabPageChannels);
this.tabControl1.Controls.Add(this.tabPageTags);
this.tabControl1.Controls.Add(this.tabPageTagAssignments);
this.tabControl1.Controls.Add(this.tabPageChannelCodes);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(3, 3);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(968, 491);
this.tabControl1.TabIndex = 1;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPageSample
//
this.tabPageSample.Controls.Add(this.btnDoALotOfThings);
this.tabPageSample.Location = new System.Drawing.Point(4, 22);
this.tabPageSample.Name = "tabPageSample";
this.tabPageSample.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSample.Size = new System.Drawing.Size(960, 465);
this.tabPageSample.TabIndex = 13;
this.tabPageSample.Text = "Everything";
this.tabPageSample.UseVisualStyleBackColor = true;
//
// btnDoALotOfThings
//
this.btnDoALotOfThings.Location = new System.Drawing.Point(47, 39);
this.btnDoALotOfThings.Name = "btnDoALotOfThings";
this.btnDoALotOfThings.Size = new System.Drawing.Size(75, 23);
this.btnDoALotOfThings.TabIndex = 0;
this.btnDoALotOfThings.Text = "Go !";
this.btnDoALotOfThings.UseVisualStyleBackColor = true;
this.btnDoALotOfThings.Click += new System.EventHandler(this.btnDoALotOfThings_Click);
//
// tabPageConnections
//
this.tabPageConnections.Controls.Add(this.tableLayoutPanel1);
this.tabPageConnections.Location = new System.Drawing.Point(4, 22);
this.tabPageConnections.Name = "tabPageConnections";
this.tabPageConnections.Padding = new System.Windows.Forms.Padding(3);
this.tabPageConnections.Size = new System.Drawing.Size(960, 465);
this.tabPageConnections.TabIndex = 0;
this.tabPageConnections.Text = "Connections";
this.tabPageConnections.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.propertyGridConnection, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnConnectionConnect, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel1.TabIndex = 0;
//
// propertyGridConnection
//
this.propertyGridConnection.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridConnection.Location = new System.Drawing.Point(3, 3);
this.propertyGridConnection.Name = "propertyGridConnection";
this.propertyGridConnection.Size = new System.Drawing.Size(878, 453);
this.propertyGridConnection.TabIndex = 0;
//
// btnConnectionConnect
//
this.btnConnectionConnect.Location = new System.Drawing.Point(887, 3);
this.btnConnectionConnect.Name = "btnConnectionConnect";
this.btnConnectionConnect.Size = new System.Drawing.Size(64, 20);
this.btnConnectionConnect.TabIndex = 1;
this.btnConnectionConnect.Text = "Connect";
this.btnConnectionConnect.UseVisualStyleBackColor = true;
this.btnConnectionConnect.Click += new System.EventHandler(this.btnConnectionConnect_Click);
//
// tabPageLogins
//
this.tabPageLogins.Controls.Add(this.tableLayoutPanel2);
this.tabPageLogins.Location = new System.Drawing.Point(4, 22);
this.tabPageLogins.Name = "tabPageLogins";
this.tabPageLogins.Padding = new System.Windows.Forms.Padding(3);
this.tabPageLogins.Size = new System.Drawing.Size(960, 465);
this.tabPageLogins.TabIndex = 1;
this.tabPageLogins.Text = "Logins";
this.tabPageLogins.UseVisualStyleBackColor = true;
this.tabPageLogins.Enter += new System.EventHandler(this.LoginPage_Enter);
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.btnLoginsLogin, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.btnLoginsLogout, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.lvLogins, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.tableLoginInfo, 0, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel2.TabIndex = 0;
//
// btnLoginsLogin
//
this.btnLoginsLogin.Location = new System.Drawing.Point(887, 3);
this.btnLoginsLogin.Name = "btnLoginsLogin";
this.btnLoginsLogin.Size = new System.Drawing.Size(64, 20);
this.btnLoginsLogin.TabIndex = 0;
this.btnLoginsLogin.Text = "Login";
this.btnLoginsLogin.UseVisualStyleBackColor = true;
this.btnLoginsLogin.Click += new System.EventHandler(this.btnLoginsLogin_Click);
//
// btnLoginsLogout
//
this.btnLoginsLogout.Location = new System.Drawing.Point(887, 232);
this.btnLoginsLogout.Name = "btnLoginsLogout";
this.btnLoginsLogout.Size = new System.Drawing.Size(64, 20);
this.btnLoginsLogout.TabIndex = 1;
this.btnLoginsLogout.Text = "Logout";
this.btnLoginsLogout.UseVisualStyleBackColor = true;
//
// lvLogins
//
this.lvLogins.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvLogins.HideSelection = false;
this.lvLogins.Location = new System.Drawing.Point(3, 232);
this.lvLogins.Name = "lvLogins";
this.lvLogins.Size = new System.Drawing.Size(878, 224);
this.lvLogins.TabIndex = 2;
this.lvLogins.UseCompatibleStateImageBehavior = false;
//
// tableLoginInfo
//
this.tableLoginInfo.ColumnCount = 4;
this.tableLoginInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLoginInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40.87452F));
this.tableLoginInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLoginInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F));
this.tableLoginInfo.Controls.Add(this.label1, 0, 0);
this.tableLoginInfo.Controls.Add(this.label2, 0, 1);
this.tableLoginInfo.Controls.Add(this.tbUserName, 1, 0);
this.tableLoginInfo.Controls.Add(this.label5, 2, 0);
this.tableLoginInfo.Controls.Add(this.comboBoxConnections, 3, 0);
this.tableLoginInfo.Controls.Add(this.tbPassword, 1, 1);
this.tableLoginInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLoginInfo.Location = new System.Drawing.Point(3, 3);
this.tableLoginInfo.Name = "tableLoginInfo";
this.tableLoginInfo.RowCount = 2;
this.tableLoginInfo.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLoginInfo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLoginInfo.Size = new System.Drawing.Size(878, 223);
this.tableLoginInfo.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 13);
this.label1.TabIndex = 0;
this.label1.Text = "User name";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 27);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Password";
//
// tbUserName
//
this.tbUserName.Location = new System.Drawing.Point(67, 3);
this.tbUserName.Name = "tbUserName";
this.tbUserName.Size = new System.Drawing.Size(213, 20);
this.tbUserName.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(574, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(61, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Connection";
//
// comboBoxConnections
//
this.comboBoxConnections.Dock = System.Windows.Forms.DockStyle.Fill;
this.comboBoxConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxConnections.FormattingEnabled = true;
this.comboBoxConnections.Location = new System.Drawing.Point(641, 3);
this.comboBoxConnections.Name = "comboBoxConnections";
this.comboBoxConnections.Size = new System.Drawing.Size(234, 21);
this.comboBoxConnections.TabIndex = 5;
//
// tbPassword
//
this.tbPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbPassword.Location = new System.Drawing.Point(67, 30);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(501, 20);
this.tbPassword.TabIndex = 6;
this.tbPassword.UseSystemPasswordChar = true;
//
// tabPageVersion
//
this.tabPageVersion.Controls.Add(this.tableLayoutPanel3);
this.tabPageVersion.Location = new System.Drawing.Point(4, 22);
this.tabPageVersion.Name = "tabPageVersion";
this.tabPageVersion.Padding = new System.Windows.Forms.Padding(3);
this.tabPageVersion.Size = new System.Drawing.Size(960, 465);
this.tabPageVersion.TabIndex = 2;
this.tabPageVersion.Text = "Version";
this.tabPageVersion.UseVisualStyleBackColor = true;
this.tabPageVersion.Enter += new System.EventHandler(this.tabPageVersion_Enter);
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 5;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 29.42346F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.Controls.Add(this.comboBoxConnectionsVersionSet, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.btnVersionGet, 4, 0);
this.tableLayoutPanel3.Controls.Add(this.tbVersionGet, 3, 0);
this.tableLayoutPanel3.Controls.Add(this.label4, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.btnVersionSet, 4, 1);
this.tableLayoutPanel3.Controls.Add(this.tbVersionSet, 3, 1);
this.tableLayoutPanel3.Controls.Add(this.comboConnectionsVersionGet, 1, 0);
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 3;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(666, 559);
this.tableLayoutPanel3.TabIndex = 0;
//
// comboBoxConnectionsVersionSet
//
this.tableLayoutPanel3.SetColumnSpan(this.comboBoxConnectionsVersionSet, 2);
this.comboBoxConnectionsVersionSet.Dock = System.Windows.Forms.DockStyle.Fill;
this.comboBoxConnectionsVersionSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxConnectionsVersionSet.FormattingEnabled = true;
this.comboBoxConnectionsVersionSet.Location = new System.Drawing.Point(51, 32);
this.comboBoxConnectionsVersionSet.Name = "comboBoxConnectionsVersionSet";
this.comboBoxConnectionsVersionSet.Size = new System.Drawing.Size(424, 21);
this.comboBoxConnectionsVersionSet.TabIndex = 10;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(42, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Version";
//
// btnVersionGet
//
this.btnVersionGet.Location = new System.Drawing.Point(587, 3);
this.btnVersionGet.Name = "btnVersionGet";
this.btnVersionGet.Size = new System.Drawing.Size(75, 23);
this.btnVersionGet.TabIndex = 3;
this.btnVersionGet.Text = "Get";
this.btnVersionGet.UseVisualStyleBackColor = true;
this.btnVersionGet.Click += new System.EventHandler(this.btnVersionGet_Click);
//
// tbVersionGet
//
this.tbVersionGet.Enabled = false;
this.tbVersionGet.Location = new System.Drawing.Point(481, 3);
this.tbVersionGet.Name = "tbVersionGet";
this.tbVersionGet.Size = new System.Drawing.Size(100, 20);
this.tbVersionGet.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 29);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(42, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Version";
//
// btnVersionSet
//
this.btnVersionSet.Location = new System.Drawing.Point(587, 32);
this.btnVersionSet.Name = "btnVersionSet";
this.btnVersionSet.Size = new System.Drawing.Size(75, 23);
this.btnVersionSet.TabIndex = 7;
this.btnVersionSet.Text = "Insert";
this.btnVersionSet.UseVisualStyleBackColor = true;
this.btnVersionSet.Click += new System.EventHandler(this.btnVersionSet_Click);
//
// tbVersionSet
//
this.tbVersionSet.Location = new System.Drawing.Point(481, 32);
this.tbVersionSet.Name = "tbVersionSet";
this.tbVersionSet.Size = new System.Drawing.Size(100, 20);
this.tbVersionSet.TabIndex = 8;
//
// comboConnectionsVersionGet
//
this.tableLayoutPanel3.SetColumnSpan(this.comboConnectionsVersionGet, 2);
this.comboConnectionsVersionGet.Dock = System.Windows.Forms.DockStyle.Fill;
this.comboConnectionsVersionGet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboConnectionsVersionGet.FormattingEnabled = true;
this.comboConnectionsVersionGet.Location = new System.Drawing.Point(51, 3);
this.comboConnectionsVersionGet.Name = "comboConnectionsVersionGet";
this.comboConnectionsVersionGet.Size = new System.Drawing.Size(424, 21);
this.comboConnectionsVersionGet.TabIndex = 9;
//
// tabPageDataRecorders
//
this.tabPageDataRecorders.Controls.Add(this.tableDataRecorders);
this.tabPageDataRecorders.Location = new System.Drawing.Point(4, 22);
this.tabPageDataRecorders.Name = "tabPageDataRecorders";
this.tabPageDataRecorders.Padding = new System.Windows.Forms.Padding(3);
this.tabPageDataRecorders.Size = new System.Drawing.Size(960, 465);
this.tabPageDataRecorders.TabIndex = 3;
this.tabPageDataRecorders.Text = "Data recorders";
this.tabPageDataRecorders.UseVisualStyleBackColor = true;
this.tabPageDataRecorders.Enter += new System.EventHandler(this.tabPageDataRecorders_Enter);
//
// tableDataRecorders
//
this.tableDataRecorders.ColumnCount = 3;
this.tableDataRecorders.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableDataRecorders.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableDataRecorders.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableDataRecorders.Controls.Add(this.cbDASGetConnections, 0, 1);
this.tableDataRecorders.Controls.Add(this.btnDASGet, 1, 1);
this.tableDataRecorders.Controls.Add(this.DASGridView, 0, 2);
this.tableDataRecorders.Controls.Add(this.dgDASChannels, 0, 5);
this.tableDataRecorders.Controls.Add(this.cbDASChannelsGetDAS, 0, 4);
this.tableDataRecorders.Controls.Add(this.cbDASDelete, 0, 6);
this.tableDataRecorders.Controls.Add(this.btnDASChannelsGet, 1, 4);
this.tableDataRecorders.Controls.Add(this.btnDASDelete, 1, 6);
this.tableDataRecorders.Controls.Add(this.btnDASInsert, 1, 3);
this.tableDataRecorders.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableDataRecorders.Location = new System.Drawing.Point(3, 3);
this.tableDataRecorders.Name = "tableDataRecorders";
this.tableDataRecorders.RowCount = 7;
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableDataRecorders.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableDataRecorders.Size = new System.Drawing.Size(954, 459);
this.tableDataRecorders.TabIndex = 0;
//
// cbDASGetConnections
//
this.cbDASGetConnections.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbDASGetConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDASGetConnections.FormattingEnabled = true;
this.cbDASGetConnections.Location = new System.Drawing.Point(3, 3);
this.cbDASGetConnections.Name = "cbDASGetConnections";
this.cbDASGetConnections.Size = new System.Drawing.Size(312, 21);
this.cbDASGetConnections.TabIndex = 0;
//
// btnDASGet
//
this.btnDASGet.Location = new System.Drawing.Point(321, 3);
this.btnDASGet.Name = "btnDASGet";
this.btnDASGet.Size = new System.Drawing.Size(75, 23);
this.btnDASGet.TabIndex = 1;
this.btnDASGet.Text = "Get";
this.btnDASGet.UseVisualStyleBackColor = true;
this.btnDASGet.Click += new System.EventHandler(this.btnDASGet_Click);
//
// DASGridView
//
this.DASGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableDataRecorders.SetColumnSpan(this.DASGridView, 3);
this.DASGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.DASGridView.Location = new System.Drawing.Point(3, 32);
this.DASGridView.Name = "DASGridView";
this.DASGridView.Size = new System.Drawing.Size(948, 118);
this.DASGridView.TabIndex = 2;
//
// dgDASChannels
//
this.dgDASChannels.AllowUserToAddRows = false;
this.dgDASChannels.AllowUserToDeleteRows = false;
this.dgDASChannels.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableDataRecorders.SetColumnSpan(this.dgDASChannels, 3);
this.dgDASChannels.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgDASChannels.Location = new System.Drawing.Point(3, 214);
this.dgDASChannels.Name = "dgDASChannels";
this.dgDASChannels.ReadOnly = true;
this.dgDASChannels.Size = new System.Drawing.Size(948, 118);
this.dgDASChannels.TabIndex = 3;
//
// cbDASChannelsGetDAS
//
this.cbDASChannelsGetDAS.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbDASChannelsGetDAS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDASChannelsGetDAS.FormattingEnabled = true;
this.cbDASChannelsGetDAS.Location = new System.Drawing.Point(3, 185);
this.cbDASChannelsGetDAS.Name = "cbDASChannelsGetDAS";
this.cbDASChannelsGetDAS.Size = new System.Drawing.Size(312, 21);
this.cbDASChannelsGetDAS.TabIndex = 4;
//
// cbDASDelete
//
this.cbDASDelete.Dock = System.Windows.Forms.DockStyle.Top;
this.cbDASDelete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbDASDelete.FormattingEnabled = true;
this.cbDASDelete.Location = new System.Drawing.Point(3, 338);
this.cbDASDelete.Name = "cbDASDelete";
this.cbDASDelete.Size = new System.Drawing.Size(312, 21);
this.cbDASDelete.TabIndex = 6;
//
// btnDASChannelsGet
//
this.btnDASChannelsGet.AutoSize = true;
this.btnDASChannelsGet.Location = new System.Drawing.Point(321, 185);
this.btnDASChannelsGet.Name = "btnDASChannelsGet";
this.btnDASChannelsGet.Size = new System.Drawing.Size(81, 23);
this.btnDASChannelsGet.TabIndex = 5;
this.btnDASChannelsGet.Text = "Get Channels";
this.btnDASChannelsGet.UseVisualStyleBackColor = true;
this.btnDASChannelsGet.Click += new System.EventHandler(this.btnDASChannelsGet_Click);
//
// btnDASDelete
//
this.btnDASDelete.Location = new System.Drawing.Point(321, 338);
this.btnDASDelete.Name = "btnDASDelete";
this.btnDASDelete.Size = new System.Drawing.Size(75, 23);
this.btnDASDelete.TabIndex = 7;
this.btnDASDelete.Text = "Delete";
this.btnDASDelete.UseVisualStyleBackColor = true;
this.btnDASDelete.Click += new System.EventHandler(this.btnDASDelete_Click);
//
// btnDASInsert
//
this.btnDASInsert.AutoSize = true;
this.btnDASInsert.Location = new System.Drawing.Point(321, 156);
this.btnDASInsert.Name = "btnDASInsert";
this.btnDASInsert.Size = new System.Drawing.Size(95, 23);
this.btnDASInsert.TabIndex = 8;
this.btnDASInsert.Text = "Insert Fake DAS";
this.btnDASInsert.UseVisualStyleBackColor = true;
this.btnDASInsert.Click += new System.EventHandler(this.btnDASInsert_Click);
//
// tabPageSensors
//
this.tabPageSensors.Controls.Add(this.tableLayoutPanel4);
this.tabPageSensors.Location = new System.Drawing.Point(4, 22);
this.tabPageSensors.Name = "tabPageSensors";
this.tabPageSensors.Padding = new System.Windows.Forms.Padding(3);
this.tabPageSensors.Size = new System.Drawing.Size(960, 465);
this.tabPageSensors.TabIndex = 4;
this.tabPageSensors.Text = "Sensors";
this.tabPageSensors.UseVisualStyleBackColor = true;
this.tabPageSensors.Enter += new System.EventHandler(this.tabPageSensors_Enter);
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 5;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel4.Controls.Add(this.label8, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.cbSensorsConnections, 1, 0);
this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel1, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.btnSensorsSensorsGet, 4, 1);
this.tableLayoutPanel4.Controls.Add(this.dgSensors, 0, 2);
this.tableLayoutPanel4.Controls.Add(this.btnSensorsAnalogInsert, 4, 5);
this.tableLayoutPanel4.Controls.Add(this.propertyGridSensorAnalogInsert, 0, 5);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 8;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23.80952F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52.38095F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel4.TabIndex = 0;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(3, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(61, 13);
this.label8.TabIndex = 6;
this.label8.Text = "Connection";
//
// cbSensorsConnections
//
this.cbSensorsConnections.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbSensorsConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSensorsConnections.FormattingEnabled = true;
this.cbSensorsConnections.Location = new System.Drawing.Point(70, 3);
this.cbSensorsConnections.Name = "cbSensorsConnections";
this.cbSensorsConnections.Size = new System.Drawing.Size(264, 21);
this.cbSensorsConnections.TabIndex = 7;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoSize = true;
this.tableLayoutPanel4.SetColumnSpan(this.flowLayoutPanel1, 4);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel3);
this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel4);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 30);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(866, 32);
this.flowLayoutPanel1.TabIndex = 8;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.AutoSize = true;
this.flowLayoutPanel2.Controls.Add(this.label9);
this.flowLayoutPanel2.Controls.Add(this.tbSensorsSensorId);
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(120, 26);
this.flowLayoutPanel2.TabIndex = 0;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(3, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(49, 13);
this.label9.TabIndex = 0;
this.label9.Text = "SensorId";
//
// tbSensorsSensorId
//
this.tbSensorsSensorId.Location = new System.Drawing.Point(58, 3);
this.tbSensorsSensorId.Name = "tbSensorsSensorId";
this.tbSensorsSensorId.Size = new System.Drawing.Size(59, 20);
this.tbSensorsSensorId.TabIndex = 1;
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.AutoSize = true;
this.flowLayoutPanel3.Controls.Add(this.label10);
this.flowLayoutPanel3.Controls.Add(this.tbSensorsSerialNumber);
this.flowLayoutPanel3.Location = new System.Drawing.Point(129, 3);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(226, 26);
this.flowLayoutPanel3.TabIndex = 1;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(3, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(71, 13);
this.label10.TabIndex = 0;
this.label10.Text = "Serial number";
//
// tbSensorsSerialNumber
//
this.tbSensorsSerialNumber.Location = new System.Drawing.Point(80, 3);
this.tbSensorsSerialNumber.Name = "tbSensorsSerialNumber";
this.tbSensorsSerialNumber.Size = new System.Drawing.Size(143, 20);
this.tbSensorsSerialNumber.TabIndex = 1;
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.AutoSize = true;
this.flowLayoutPanel4.Controls.Add(this.label11);
this.flowLayoutPanel4.Controls.Add(this.tbSensorsEID);
this.flowLayoutPanel4.Location = new System.Drawing.Point(361, 3);
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.flowLayoutPanel4.Size = new System.Drawing.Size(191, 26);
this.flowLayoutPanel4.TabIndex = 2;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(25, 13);
this.label11.TabIndex = 0;
this.label11.Text = "EID";
//
// tbSensorsEID
//
this.tbSensorsEID.Location = new System.Drawing.Point(34, 3);
this.tbSensorsEID.Name = "tbSensorsEID";
this.tbSensorsEID.Size = new System.Drawing.Size(154, 20);
this.tbSensorsEID.TabIndex = 1;
//
// btnSensorsSensorsGet
//
this.btnSensorsSensorsGet.Location = new System.Drawing.Point(875, 30);
this.btnSensorsSensorsGet.Name = "btnSensorsSensorsGet";
this.btnSensorsSensorsGet.Size = new System.Drawing.Size(75, 23);
this.btnSensorsSensorsGet.TabIndex = 9;
this.btnSensorsSensorsGet.Text = "Get sensors";
this.btnSensorsSensorsGet.UseVisualStyleBackColor = true;
this.btnSensorsSensorsGet.Click += new System.EventHandler(this.btnSensorsSensorsGet_Click);
//
// dgSensors
//
this.dgSensors.AllowUserToAddRows = false;
this.dgSensors.AllowUserToDeleteRows = false;
this.dgSensors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel4.SetColumnSpan(this.dgSensors, 5);
this.dgSensors.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgSensors.Location = new System.Drawing.Point(3, 68);
this.dgSensors.Name = "dgSensors";
this.dgSensors.ReadOnly = true;
this.dgSensors.Size = new System.Drawing.Size(948, 104);
this.dgSensors.TabIndex = 10;
this.dgSensors.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgSensors_ColumnAdded);
//
// btnSensorsAnalogInsert
//
this.btnSensorsAnalogInsert.Location = new System.Drawing.Point(875, 178);
this.btnSensorsAnalogInsert.Name = "btnSensorsAnalogInsert";
this.btnSensorsAnalogInsert.Size = new System.Drawing.Size(75, 23);
this.btnSensorsAnalogInsert.TabIndex = 12;
this.btnSensorsAnalogInsert.Text = "Insert";
this.btnSensorsAnalogInsert.UseVisualStyleBackColor = true;
this.btnSensorsAnalogInsert.Click += new System.EventHandler(this.btnSensorsAnalogInsert_Click);
//
// propertyGridSensorAnalogInsert
//
this.tableLayoutPanel4.SetColumnSpan(this.propertyGridSensorAnalogInsert, 4);
this.propertyGridSensorAnalogInsert.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridSensorAnalogInsert.Location = new System.Drawing.Point(3, 178);
this.propertyGridSensorAnalogInsert.Name = "propertyGridSensorAnalogInsert";
this.propertyGridSensorAnalogInsert.Size = new System.Drawing.Size(866, 237);
this.propertyGridSensorAnalogInsert.TabIndex = 13;
//
// tabSensorCalibrations
//
this.tabSensorCalibrations.Controls.Add(this.tableLayoutSensorCals);
this.tabSensorCalibrations.Location = new System.Drawing.Point(4, 22);
this.tabSensorCalibrations.Name = "tabSensorCalibrations";
this.tabSensorCalibrations.Padding = new System.Windows.Forms.Padding(3);
this.tabSensorCalibrations.Size = new System.Drawing.Size(960, 465);
this.tabSensorCalibrations.TabIndex = 9;
this.tabSensorCalibrations.Text = "Sensor cals";
this.tabSensorCalibrations.UseVisualStyleBackColor = true;
this.tabSensorCalibrations.Enter += new System.EventHandler(this.tabSensorCalibrations_Enter);
//
// tableLayoutSensorCals
//
this.tableLayoutSensorCals.ColumnCount = 5;
this.tableLayoutSensorCals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutSensorCals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutSensorCals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutSensorCals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutSensorCals.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutSensorCals.Controls.Add(this.label12, 0, 0);
this.tableLayoutSensorCals.Controls.Add(this.cbSensorCalConnections, 1, 0);
this.tableLayoutSensorCals.Controls.Add(this.label6, 0, 1);
this.tableLayoutSensorCals.Controls.Add(this.label7, 2, 1);
this.tableLayoutSensorCals.Controls.Add(this.tbSensorCalibrationsSerialNumber, 3, 1);
this.tableLayoutSensorCals.Controls.Add(this.btnGetCalibrations, 4, 1);
this.tableLayoutSensorCals.Controls.Add(this.dgSensorCalibrations, 0, 2);
this.tableLayoutSensorCals.Controls.Add(this.tbSensorCalibrationsSensorId, 1, 1);
this.tableLayoutSensorCals.Controls.Add(this.propertyGridSensorCals, 0, 3);
this.tableLayoutSensorCals.Controls.Add(this.btnSensorCalCommit, 4, 3);
this.tableLayoutSensorCals.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutSensorCals.Location = new System.Drawing.Point(3, 3);
this.tableLayoutSensorCals.Name = "tableLayoutSensorCals";
this.tableLayoutSensorCals.RowCount = 4;
this.tableLayoutSensorCals.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutSensorCals.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutSensorCals.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutSensorCals.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutSensorCals.Size = new System.Drawing.Size(954, 459);
this.tableLayoutSensorCals.TabIndex = 0;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(3, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(61, 13);
this.label12.TabIndex = 0;
this.label12.Text = "Connection";
//
// cbSensorCalConnections
//
this.cbSensorCalConnections.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbSensorCalConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSensorCalConnections.FormattingEnabled = true;
this.cbSensorCalConnections.Location = new System.Drawing.Point(70, 3);
this.cbSensorCalConnections.Name = "cbSensorCalConnections";
this.cbSensorCalConnections.Size = new System.Drawing.Size(351, 21);
this.cbSensorCalConnections.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 27);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(49, 13);
this.label6.TabIndex = 2;
this.label6.Text = "SensorId";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(427, 27);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 13);
this.label7.TabIndex = 6;
this.label7.Text = "Serial number";
//
// tbSensorCalibrationsSerialNumber
//
this.tbSensorCalibrationsSerialNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbSensorCalibrationsSerialNumber.Location = new System.Drawing.Point(504, 30);
this.tbSensorCalibrationsSerialNumber.Name = "tbSensorCalibrationsSerialNumber";
this.tbSensorCalibrationsSerialNumber.Size = new System.Drawing.Size(351, 20);
this.tbSensorCalibrationsSerialNumber.TabIndex = 7;
//
// btnGetCalibrations
//
this.btnGetCalibrations.AutoSize = true;
this.btnGetCalibrations.Location = new System.Drawing.Point(861, 30);
this.btnGetCalibrations.Name = "btnGetCalibrations";
this.btnGetCalibrations.Size = new System.Drawing.Size(90, 23);
this.btnGetCalibrations.TabIndex = 8;
this.btnGetCalibrations.Text = "Get calibrations";
this.btnGetCalibrations.UseVisualStyleBackColor = true;
this.btnGetCalibrations.Click += new System.EventHandler(this.btnGetCalibrations_Click);
//
// dgSensorCalibrations
//
this.dgSensorCalibrations.AllowUserToAddRows = false;
this.dgSensorCalibrations.AllowUserToDeleteRows = false;
this.dgSensorCalibrations.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutSensorCals.SetColumnSpan(this.dgSensorCalibrations, 5);
this.dgSensorCalibrations.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgSensorCalibrations.Location = new System.Drawing.Point(3, 59);
this.dgSensorCalibrations.Name = "dgSensorCalibrations";
this.dgSensorCalibrations.Size = new System.Drawing.Size(948, 195);
this.dgSensorCalibrations.TabIndex = 9;
//
// tbSensorCalibrationsSensorId
//
this.tbSensorCalibrationsSensorId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbSensorCalibrationsSensorId.Location = new System.Drawing.Point(70, 30);
this.tbSensorCalibrationsSensorId.Name = "tbSensorCalibrationsSensorId";
this.tbSensorCalibrationsSensorId.Size = new System.Drawing.Size(351, 20);
this.tbSensorCalibrationsSensorId.TabIndex = 5;
//
// propertyGridSensorCals
//
this.tableLayoutSensorCals.SetColumnSpan(this.propertyGridSensorCals, 4);
this.propertyGridSensorCals.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridSensorCals.Location = new System.Drawing.Point(3, 260);
this.propertyGridSensorCals.Name = "propertyGridSensorCals";
this.propertyGridSensorCals.Size = new System.Drawing.Size(852, 196);
this.propertyGridSensorCals.TabIndex = 10;
//
// btnSensorCalCommit
//
this.btnSensorCalCommit.Location = new System.Drawing.Point(861, 260);
this.btnSensorCalCommit.Name = "btnSensorCalCommit";
this.btnSensorCalCommit.Size = new System.Drawing.Size(75, 23);
this.btnSensorCalCommit.TabIndex = 11;
this.btnSensorCalCommit.Text = "Commit";
this.btnSensorCalCommit.UseVisualStyleBackColor = true;
this.btnSensorCalCommit.Click += new System.EventHandler(this.btnSensorCalCommit_Click);
//
// tabGroups
//
this.tabGroups.Controls.Add(this.tableLayoutPanel7);
this.tabGroups.Location = new System.Drawing.Point(4, 22);
this.tabGroups.Name = "tabGroups";
this.tabGroups.Padding = new System.Windows.Forms.Padding(3);
this.tabGroups.Size = new System.Drawing.Size(960, 465);
this.tabGroups.TabIndex = 5;
this.tabGroups.Text = "Groups";
this.tabGroups.UseVisualStyleBackColor = true;
this.tabGroups.Enter += new System.EventHandler(this.tabGroups_Enter);
//
// tableLayoutPanel7
//
this.tableLayoutPanel7.ColumnCount = 2;
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel7.Controls.Add(this.label14, 0, 0);
this.tableLayoutPanel7.Controls.Add(this.cbGroupsConnections, 1, 0);
this.tableLayoutPanel7.Controls.Add(this.btnGroupsGet, 0, 1);
this.tableLayoutPanel7.Controls.Add(this.dgGroupsView, 0, 2);
this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel8, 0, 3);
this.tableLayoutPanel7.Controls.Add(this.propertyGridGroups, 0, 4);
this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel9, 0, 5);
this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
this.tableLayoutPanel7.RowCount = 6;
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 140F));
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel7.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel7.TabIndex = 0;
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(3, 7);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(61, 13);
this.label14.TabIndex = 0;
this.label14.Text = "Connection";
//
// cbGroupsConnections
//
this.cbGroupsConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGroupsConnections.FormattingEnabled = true;
this.cbGroupsConnections.Location = new System.Drawing.Point(84, 3);
this.cbGroupsConnections.Name = "cbGroupsConnections";
this.cbGroupsConnections.Size = new System.Drawing.Size(258, 21);
this.cbGroupsConnections.TabIndex = 1;
//
// btnGroupsGet
//
this.btnGroupsGet.Location = new System.Drawing.Point(3, 30);
this.btnGroupsGet.Name = "btnGroupsGet";
this.btnGroupsGet.Size = new System.Drawing.Size(75, 23);
this.btnGroupsGet.TabIndex = 2;
this.btnGroupsGet.Text = "Get";
this.btnGroupsGet.UseVisualStyleBackColor = true;
this.btnGroupsGet.Click += new System.EventHandler(this.btnGroupsGet_Click);
//
// dgGroupsView
//
this.dgGroupsView.AllowUserToAddRows = false;
this.dgGroupsView.AllowUserToDeleteRows = false;
this.dgGroupsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel7.SetColumnSpan(this.dgGroupsView, 2);
this.dgGroupsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgGroupsView.Location = new System.Drawing.Point(3, 59);
this.dgGroupsView.Name = "dgGroupsView";
this.dgGroupsView.Size = new System.Drawing.Size(948, 134);
this.dgGroupsView.TabIndex = 3;
//
// tableLayoutPanel8
//
this.tableLayoutPanel8.ColumnCount = 2;
this.tableLayoutPanel7.SetColumnSpan(this.tableLayoutPanel8, 2);
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel8.Controls.Add(this.cbGroupsToDelete, 0, 0);
this.tableLayoutPanel8.Controls.Add(this.btnGroupDelete, 1, 0);
this.tableLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 199);
this.tableLayoutPanel8.Name = "tableLayoutPanel8";
this.tableLayoutPanel8.RowCount = 1;
this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel8.Size = new System.Drawing.Size(948, 30);
this.tableLayoutPanel8.TabIndex = 4;
//
// cbGroupsToDelete
//
this.cbGroupsToDelete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGroupsToDelete.FormattingEnabled = true;
this.cbGroupsToDelete.Location = new System.Drawing.Point(3, 3);
this.cbGroupsToDelete.Name = "cbGroupsToDelete";
this.cbGroupsToDelete.Size = new System.Drawing.Size(312, 21);
this.cbGroupsToDelete.TabIndex = 0;
//
// btnGroupDelete
//
this.btnGroupDelete.Location = new System.Drawing.Point(321, 3);
this.btnGroupDelete.Name = "btnGroupDelete";
this.btnGroupDelete.Size = new System.Drawing.Size(75, 23);
this.btnGroupDelete.TabIndex = 1;
this.btnGroupDelete.Text = "Delete";
this.btnGroupDelete.UseVisualStyleBackColor = true;
this.btnGroupDelete.Click += new System.EventHandler(this.btnGroupDelete_Click);
//
// propertyGridGroups
//
this.tableLayoutPanel7.SetColumnSpan(this.propertyGridGroups, 2);
this.propertyGridGroups.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridGroups.Location = new System.Drawing.Point(3, 235);
this.propertyGridGroups.Name = "propertyGridGroups";
this.propertyGridGroups.Size = new System.Drawing.Size(948, 182);
this.propertyGridGroups.TabIndex = 5;
//
// tableLayoutPanel9
//
this.tableLayoutPanel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel9.ColumnCount = 2;
this.tableLayoutPanel7.SetColumnSpan(this.tableLayoutPanel9, 2);
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel9.Controls.Add(this.btnGroupInsert, 0, 0);
this.tableLayoutPanel9.Controls.Add(this.btnGroupUpdate, 1, 0);
this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 423);
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
this.tableLayoutPanel9.RowCount = 1;
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel9.Size = new System.Drawing.Size(948, 33);
this.tableLayoutPanel9.TabIndex = 6;
//
// btnGroupInsert
//
this.btnGroupInsert.Location = new System.Drawing.Point(3, 3);
this.btnGroupInsert.Name = "btnGroupInsert";
this.btnGroupInsert.Size = new System.Drawing.Size(75, 23);
this.btnGroupInsert.TabIndex = 0;
this.btnGroupInsert.Text = "Insert";
this.btnGroupInsert.UseVisualStyleBackColor = true;
this.btnGroupInsert.Click += new System.EventHandler(this.btnGroupInsert_Click);
//
// btnGroupUpdate
//
this.btnGroupUpdate.Location = new System.Drawing.Point(84, 3);
this.btnGroupUpdate.Name = "btnGroupUpdate";
this.btnGroupUpdate.Size = new System.Drawing.Size(75, 23);
this.btnGroupUpdate.TabIndex = 1;
this.btnGroupUpdate.Text = "Update";
this.btnGroupUpdate.UseVisualStyleBackColor = true;
this.btnGroupUpdate.Click += new System.EventHandler(this.btnGroupUpdate_Click);
//
// tabPageTestSetups
//
this.tabPageTestSetups.Controls.Add(this.tableTestSetup);
this.tabPageTestSetups.Location = new System.Drawing.Point(4, 22);
this.tabPageTestSetups.Name = "tabPageTestSetups";
this.tabPageTestSetups.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTestSetups.Size = new System.Drawing.Size(960, 465);
this.tabPageTestSetups.TabIndex = 6;
this.tabPageTestSetups.Text = "Test setups";
this.tabPageTestSetups.UseVisualStyleBackColor = true;
this.tabPageTestSetups.Enter += new System.EventHandler(this.tabTestSetups_PageEnter);
//
// tableTestSetup
//
this.tableTestSetup.ColumnCount = 2;
this.tableTestSetup.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableTestSetup.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableTestSetup.Controls.Add(this.cbTestSetups, 0, 2);
this.tableTestSetup.Controls.Add(this.testSetupsGridView, 0, 3);
this.tableTestSetup.Controls.Add(this.tableLayoutPanel5, 0, 0);
this.tableTestSetup.Controls.Add(this.btnGetTestSetups, 0, 1);
this.tableTestSetup.Controls.Add(this.tableLayoutPanel6, 1, 2);
this.tableTestSetup.Controls.Add(this.propertyGridTestSetup, 0, 4);
this.tableTestSetup.Controls.Add(this.btnTestSetupCommit, 0, 5);
this.tableTestSetup.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableTestSetup.Location = new System.Drawing.Point(3, 3);
this.tableTestSetup.Name = "tableTestSetup";
this.tableTestSetup.RowCount = 7;
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableTestSetup.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
this.tableTestSetup.Size = new System.Drawing.Size(954, 459);
this.tableTestSetup.TabIndex = 0;
//
// cbTestSetups
//
this.cbTestSetups.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbTestSetups.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTestSetups.FormattingEnabled = true;
this.cbTestSetups.Location = new System.Drawing.Point(3, 66);
this.cbTestSetups.Name = "cbTestSetups";
this.cbTestSetups.Size = new System.Drawing.Size(471, 21);
this.cbTestSetups.TabIndex = 0;
//
// testSetupsGridView
//
this.testSetupsGridView.AllowUserToAddRows = false;
this.testSetupsGridView.AllowUserToDeleteRows = false;
this.testSetupsGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.testSetupsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableTestSetup.SetColumnSpan(this.testSetupsGridView, 2);
this.testSetupsGridView.Location = new System.Drawing.Point(3, 106);
this.testSetupsGridView.Name = "testSetupsGridView";
this.testSetupsGridView.Size = new System.Drawing.Size(948, 65);
this.testSetupsGridView.TabIndex = 2;
this.testSetupsGridView.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dgTestSetupsGridView_ColumnAdded);
//
// tableLayoutPanel5
//
this.tableLayoutPanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel5.ColumnCount = 2;
this.tableTestSetup.SetColumnSpan(this.tableLayoutPanel5, 2);
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 881F));
this.tableLayoutPanel5.Controls.Add(this.label13, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.cbConnectionsTestSetups, 1, 0);
this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 1;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel5.Size = new System.Drawing.Size(948, 28);
this.tableLayoutPanel5.TabIndex = 3;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(61, 13);
this.label13.TabIndex = 0;
this.label13.Text = "Connection";
//
// cbConnectionsTestSetups
//
this.cbConnectionsTestSetups.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbConnectionsTestSetups.FormattingEnabled = true;
this.cbConnectionsTestSetups.Location = new System.Drawing.Point(70, 3);
this.cbConnectionsTestSetups.Name = "cbConnectionsTestSetups";
this.cbConnectionsTestSetups.Size = new System.Drawing.Size(426, 21);
this.cbConnectionsTestSetups.TabIndex = 1;
//
// btnGetTestSetups
//
this.btnGetTestSetups.AutoSize = true;
this.btnGetTestSetups.Location = new System.Drawing.Point(3, 37);
this.btnGetTestSetups.Name = "btnGetTestSetups";
this.btnGetTestSetups.Size = new System.Drawing.Size(88, 23);
this.btnGetTestSetups.TabIndex = 4;
this.btnGetTestSetups.Text = "Get test setups";
this.btnGetTestSetups.UseVisualStyleBackColor = true;
this.btnGetTestSetups.Click += new System.EventHandler(this.btnGetTestSetups_Click);
//
// tableLayoutPanel6
//
this.tableLayoutPanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel6.ColumnCount = 2;
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel6.Controls.Add(this.btnTestSetupsGet, 0, 0);
this.tableLayoutPanel6.Controls.Add(this.button2, 1, 0);
this.tableLayoutPanel6.Location = new System.Drawing.Point(480, 66);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 1;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel6.Size = new System.Drawing.Size(471, 34);
this.tableLayoutPanel6.TabIndex = 6;
//
// btnTestSetupsGet
//
this.btnTestSetupsGet.Location = new System.Drawing.Point(3, 3);
this.btnTestSetupsGet.Name = "btnTestSetupsGet";
this.btnTestSetupsGet.Size = new System.Drawing.Size(75, 23);
this.btnTestSetupsGet.TabIndex = 1;
this.btnTestSetupsGet.Text = "Get";
this.btnTestSetupsGet.UseVisualStyleBackColor = true;
this.btnTestSetupsGet.Click += new System.EventHandler(this.btnTestSetupsGet_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(84, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Delete";
this.button2.UseVisualStyleBackColor = true;
//
// propertyGridTestSetup
//
this.tableTestSetup.SetColumnSpan(this.propertyGridTestSetup, 2);
this.propertyGridTestSetup.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridTestSetup.Location = new System.Drawing.Point(3, 177);
this.propertyGridTestSetup.Name = "propertyGridTestSetup";
this.propertyGridTestSetup.Size = new System.Drawing.Size(948, 232);
this.propertyGridTestSetup.TabIndex = 5;
//
// btnTestSetupCommit
//
this.btnTestSetupCommit.AutoSize = true;
this.btnTestSetupCommit.Location = new System.Drawing.Point(3, 415);
this.btnTestSetupCommit.Name = "btnTestSetupCommit";
this.btnTestSetupCommit.Size = new System.Drawing.Size(83, 23);
this.btnTestSetupCommit.TabIndex = 7;
this.btnTestSetupCommit.Text = "Insert/Update";
this.btnTestSetupCommit.UseVisualStyleBackColor = true;
this.btnTestSetupCommit.Click += new System.EventHandler(this.btnTestSetupCommit_Click);
//
// tabPageUsers
//
this.tabPageUsers.Location = new System.Drawing.Point(4, 22);
this.tabPageUsers.Name = "tabPageUsers";
this.tabPageUsers.Padding = new System.Windows.Forms.Padding(3);
this.tabPageUsers.Size = new System.Drawing.Size(960, 465);
this.tabPageUsers.TabIndex = 7;
this.tabPageUsers.Text = "Users";
this.tabPageUsers.UseVisualStyleBackColor = true;
//
// tabPageChannels
//
this.tabPageChannels.Controls.Add(this.tableLayoutPanel10);
this.tabPageChannels.Location = new System.Drawing.Point(4, 22);
this.tabPageChannels.Name = "tabPageChannels";
this.tabPageChannels.Padding = new System.Windows.Forms.Padding(3);
this.tabPageChannels.Size = new System.Drawing.Size(960, 465);
this.tabPageChannels.TabIndex = 8;
this.tabPageChannels.Text = "Channels";
this.tabPageChannels.UseVisualStyleBackColor = true;
this.tabPageChannels.Enter += new System.EventHandler(this.tabChannels_Enter);
//
// tableLayoutPanel10
//
this.tableLayoutPanel10.ColumnCount = 2;
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel10.Controls.Add(this.label15, 0, 0);
this.tableLayoutPanel10.Controls.Add(this.cbChannelsConnections, 1, 0);
this.tableLayoutPanel10.Controls.Add(this.btnChannelsGet, 0, 1);
this.tableLayoutPanel10.Controls.Add(this.dgChannelsView, 0, 2);
this.tableLayoutPanel10.Controls.Add(this.propertyGridChannel, 0, 3);
this.tableLayoutPanel10.Controls.Add(this.tableLayoutPanel11, 0, 4);
this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.tableLayoutPanel10.RowCount = 6;
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.82878F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 77.17122F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel10.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel10.TabIndex = 0;
//
// label15
//
this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(3, 7);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(61, 13);
this.label15.TabIndex = 0;
this.label15.Text = "Connection";
//
// cbChannelsConnections
//
this.cbChannelsConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbChannelsConnections.FormattingEnabled = true;
this.cbChannelsConnections.Location = new System.Drawing.Point(70, 3);
this.cbChannelsConnections.Name = "cbChannelsConnections";
this.cbChannelsConnections.Size = new System.Drawing.Size(287, 21);
this.cbChannelsConnections.TabIndex = 1;
//
// btnChannelsGet
//
this.tableLayoutPanel10.SetColumnSpan(this.btnChannelsGet, 2);
this.btnChannelsGet.Location = new System.Drawing.Point(3, 30);
this.btnChannelsGet.Name = "btnChannelsGet";
this.btnChannelsGet.Size = new System.Drawing.Size(75, 23);
this.btnChannelsGet.TabIndex = 2;
this.btnChannelsGet.Text = "Get";
this.btnChannelsGet.UseVisualStyleBackColor = true;
this.btnChannelsGet.Click += new System.EventHandler(this.btnChannelsGet_Click);
//
// dgChannelsView
//
this.dgChannelsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel10.SetColumnSpan(this.dgChannelsView, 2);
this.dgChannelsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgChannelsView.Location = new System.Drawing.Point(3, 59);
this.dgChannelsView.Name = "dgChannelsView";
this.dgChannelsView.Size = new System.Drawing.Size(948, 72);
this.dgChannelsView.TabIndex = 3;
//
// propertyGridChannel
//
this.tableLayoutPanel10.SetColumnSpan(this.propertyGridChannel, 2);
this.propertyGridChannel.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridChannel.Location = new System.Drawing.Point(3, 137);
this.propertyGridChannel.Name = "propertyGridChannel";
this.propertyGridChannel.Size = new System.Drawing.Size(948, 260);
this.propertyGridChannel.TabIndex = 4;
//
// tableLayoutPanel11
//
this.tableLayoutPanel11.ColumnCount = 2;
this.tableLayoutPanel10.SetColumnSpan(this.tableLayoutPanel11, 2);
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel11.Controls.Add(this.btnChannelInsert, 0, 0);
this.tableLayoutPanel11.Controls.Add(this.btnChannelUpdate, 1, 0);
this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 403);
this.tableLayoutPanel11.Name = "tableLayoutPanel11";
this.tableLayoutPanel11.RowCount = 1;
this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel11.Size = new System.Drawing.Size(948, 32);
this.tableLayoutPanel11.TabIndex = 5;
//
// btnChannelInsert
//
this.btnChannelInsert.Location = new System.Drawing.Point(3, 3);
this.btnChannelInsert.Name = "btnChannelInsert";
this.btnChannelInsert.Size = new System.Drawing.Size(75, 23);
this.btnChannelInsert.TabIndex = 0;
this.btnChannelInsert.Text = "Insert";
this.btnChannelInsert.UseVisualStyleBackColor = true;
this.btnChannelInsert.Click += new System.EventHandler(this.btnChannelInsert_Click);
//
// btnChannelUpdate
//
this.btnChannelUpdate.Location = new System.Drawing.Point(84, 3);
this.btnChannelUpdate.Name = "btnChannelUpdate";
this.btnChannelUpdate.Size = new System.Drawing.Size(75, 23);
this.btnChannelUpdate.TabIndex = 1;
this.btnChannelUpdate.Text = "Update";
this.btnChannelUpdate.UseVisualStyleBackColor = true;
this.btnChannelUpdate.Click += new System.EventHandler(this.btnChannelUpdate_Click);
//
// tabPageTags
//
this.tabPageTags.Controls.Add(this.tableLayoutPanel12);
this.tabPageTags.Location = new System.Drawing.Point(4, 22);
this.tabPageTags.Name = "tabPageTags";
this.tabPageTags.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTags.Size = new System.Drawing.Size(960, 465);
this.tabPageTags.TabIndex = 10;
this.tabPageTags.Text = "Tags";
this.tabPageTags.UseVisualStyleBackColor = true;
this.tabPageTags.Enter += new System.EventHandler(this.tabTags_Enter);
//
// tableLayoutPanel12
//
this.tableLayoutPanel12.ColumnCount = 2;
this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel12.Controls.Add(this.label16, 0, 0);
this.tableLayoutPanel12.Controls.Add(this.cbTagsConnections, 1, 0);
this.tableLayoutPanel12.Controls.Add(this.btnTagsGet, 0, 1);
this.tableLayoutPanel12.Controls.Add(this.dgTagsView, 0, 2);
this.tableLayoutPanel12.Controls.Add(this.tableLayoutPanel13, 0, 3);
this.tableLayoutPanel12.Controls.Add(this.tableLayoutPanel14, 0, 4);
this.tableLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel12.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel12.Name = "tableLayoutPanel12";
this.tableLayoutPanel12.RowCount = 6;
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160F));
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel12.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel12.TabIndex = 0;
//
// label16
//
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(3, 7);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(61, 13);
this.label16.TabIndex = 0;
this.label16.Text = "Connection";
//
// cbTagsConnections
//
this.cbTagsConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTagsConnections.FormattingEnabled = true;
this.cbTagsConnections.Location = new System.Drawing.Point(70, 3);
this.cbTagsConnections.Name = "cbTagsConnections";
this.cbTagsConnections.Size = new System.Drawing.Size(257, 21);
this.cbTagsConnections.TabIndex = 1;
//
// btnTagsGet
//
this.tableLayoutPanel12.SetColumnSpan(this.btnTagsGet, 2);
this.btnTagsGet.Location = new System.Drawing.Point(3, 30);
this.btnTagsGet.Name = "btnTagsGet";
this.btnTagsGet.Size = new System.Drawing.Size(75, 23);
this.btnTagsGet.TabIndex = 2;
this.btnTagsGet.Text = "Get";
this.btnTagsGet.UseVisualStyleBackColor = true;
this.btnTagsGet.Click += new System.EventHandler(this.btnTagsGet_Click);
//
// dgTagsView
//
this.dgTagsView.AllowUserToAddRows = false;
this.dgTagsView.AllowUserToDeleteRows = false;
this.dgTagsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel12.SetColumnSpan(this.dgTagsView, 2);
this.dgTagsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgTagsView.Location = new System.Drawing.Point(3, 59);
this.dgTagsView.Name = "dgTagsView";
this.dgTagsView.Size = new System.Drawing.Size(948, 154);
this.dgTagsView.TabIndex = 3;
//
// tableLayoutPanel13
//
this.tableLayoutPanel13.ColumnCount = 3;
this.tableLayoutPanel12.SetColumnSpan(this.tableLayoutPanel13, 2);
this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 820F));
this.tableLayoutPanel13.Controls.Add(this.label17, 0, 0);
this.tableLayoutPanel13.Controls.Add(this.tbTagIdToDelete, 1, 0);
this.tableLayoutPanel13.Controls.Add(this.btnTagsDelete, 2, 0);
this.tableLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel13.Location = new System.Drawing.Point(3, 219);
this.tableLayoutPanel13.Name = "tableLayoutPanel13";
this.tableLayoutPanel13.RowCount = 1;
this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel13.Size = new System.Drawing.Size(948, 27);
this.tableLayoutPanel13.TabIndex = 4;
//
// label17
//
this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(3, 7);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(16, 13);
this.label17.TabIndex = 0;
this.label17.Text = "Id";
//
// tbTagIdToDelete
//
this.tbTagIdToDelete.Location = new System.Drawing.Point(25, 3);
this.tbTagIdToDelete.Name = "tbTagIdToDelete";
this.tbTagIdToDelete.Size = new System.Drawing.Size(100, 20);
this.tbTagIdToDelete.TabIndex = 1;
//
// btnTagsDelete
//
this.btnTagsDelete.Location = new System.Drawing.Point(131, 3);
this.btnTagsDelete.Name = "btnTagsDelete";
this.btnTagsDelete.Size = new System.Drawing.Size(75, 21);
this.btnTagsDelete.TabIndex = 2;
this.btnTagsDelete.Text = "Delete";
this.btnTagsDelete.UseVisualStyleBackColor = true;
this.btnTagsDelete.Click += new System.EventHandler(this.btnTagsDelete_Click);
//
// tableLayoutPanel14
//
this.tableLayoutPanel14.ColumnCount = 3;
this.tableLayoutPanel12.SetColumnSpan(this.tableLayoutPanel14, 2);
this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 778F));
this.tableLayoutPanel14.Controls.Add(this.label18, 0, 0);
this.tableLayoutPanel14.Controls.Add(this.tbTagToAdd, 1, 0);
this.tableLayoutPanel14.Controls.Add(this.btnTagInsert, 2, 0);
this.tableLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel14.Location = new System.Drawing.Point(3, 252);
this.tableLayoutPanel14.Name = "tableLayoutPanel14";
this.tableLayoutPanel14.RowCount = 1;
this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel14.Size = new System.Drawing.Size(948, 27);
this.tableLayoutPanel14.TabIndex = 5;
//
// label18
//
this.label18.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(3, 7);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(28, 13);
this.label18.TabIndex = 0;
this.label18.Text = "Text";
//
// tbTagToAdd
//
this.tbTagToAdd.Location = new System.Drawing.Point(37, 3);
this.tbTagToAdd.Name = "tbTagToAdd";
this.tbTagToAdd.Size = new System.Drawing.Size(130, 20);
this.tbTagToAdd.TabIndex = 1;
//
// btnTagInsert
//
this.btnTagInsert.Location = new System.Drawing.Point(173, 3);
this.btnTagInsert.Name = "btnTagInsert";
this.btnTagInsert.Size = new System.Drawing.Size(75, 21);
this.btnTagInsert.TabIndex = 2;
this.btnTagInsert.Text = "Insert";
this.btnTagInsert.UseVisualStyleBackColor = true;
this.btnTagInsert.Click += new System.EventHandler(this.btnTagInsert_Click);
//
// tabPageTagAssignments
//
this.tabPageTagAssignments.Controls.Add(this.tableLayoutPanel15);
this.tabPageTagAssignments.Location = new System.Drawing.Point(4, 22);
this.tabPageTagAssignments.Name = "tabPageTagAssignments";
this.tabPageTagAssignments.Padding = new System.Windows.Forms.Padding(3);
this.tabPageTagAssignments.Size = new System.Drawing.Size(960, 465);
this.tabPageTagAssignments.TabIndex = 11;
this.tabPageTagAssignments.Text = "Tag assignments";
this.tabPageTagAssignments.UseVisualStyleBackColor = true;
this.tabPageTagAssignments.Enter += new System.EventHandler(this.tabPageTagAssignments_Enter);
//
// tableLayoutPanel15
//
this.tableLayoutPanel15.ColumnCount = 2;
this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel15.Controls.Add(this.label19, 0, 0);
this.tableLayoutPanel15.Controls.Add(this.cbTagAssignmentsConnections, 1, 0);
this.tableLayoutPanel15.Controls.Add(this.btnTagAssignmentsGet, 0, 1);
this.tableLayoutPanel15.Controls.Add(this.dgTagAssignmentsView, 0, 2);
this.tableLayoutPanel15.Controls.Add(this.propertyGridTagAssignmentToInsert, 0, 3);
this.tableLayoutPanel15.Controls.Add(this.btnTagAssignmentInsert, 0, 4);
this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel16, 0, 5);
this.tableLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel15.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel15.Name = "tableLayoutPanel15";
this.tableLayoutPanel15.RowCount = 6;
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 57.45454F));
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel15.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel15.TabIndex = 0;
//
// label19
//
this.label19.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(3, 7);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(66, 13);
this.label19.TabIndex = 0;
this.label19.Text = "Connections";
//
// cbTagAssignmentsConnections
//
this.cbTagAssignmentsConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTagAssignmentsConnections.FormattingEnabled = true;
this.cbTagAssignmentsConnections.Location = new System.Drawing.Point(75, 3);
this.cbTagAssignmentsConnections.Name = "cbTagAssignmentsConnections";
this.cbTagAssignmentsConnections.Size = new System.Drawing.Size(257, 21);
this.cbTagAssignmentsConnections.TabIndex = 1;
//
// btnTagAssignmentsGet
//
this.tableLayoutPanel15.SetColumnSpan(this.btnTagAssignmentsGet, 2);
this.btnTagAssignmentsGet.Location = new System.Drawing.Point(3, 30);
this.btnTagAssignmentsGet.Name = "btnTagAssignmentsGet";
this.btnTagAssignmentsGet.Size = new System.Drawing.Size(75, 23);
this.btnTagAssignmentsGet.TabIndex = 2;
this.btnTagAssignmentsGet.Text = "Get";
this.btnTagAssignmentsGet.UseVisualStyleBackColor = true;
this.btnTagAssignmentsGet.Click += new System.EventHandler(this.btnTagAssignmentsGet_Click);
//
// dgTagAssignmentsView
//
this.dgTagAssignmentsView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel15.SetColumnSpan(this.dgTagAssignmentsView, 2);
this.dgTagAssignmentsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgTagAssignmentsView.Location = new System.Drawing.Point(3, 59);
this.dgTagAssignmentsView.Name = "dgTagAssignmentsView";
this.dgTagAssignmentsView.Size = new System.Drawing.Size(948, 93);
this.dgTagAssignmentsView.TabIndex = 3;
//
// propertyGridTagAssignmentToInsert
//
this.tableLayoutPanel15.SetColumnSpan(this.propertyGridTagAssignmentToInsert, 2);
this.propertyGridTagAssignmentToInsert.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridTagAssignmentToInsert.Location = new System.Drawing.Point(3, 158);
this.propertyGridTagAssignmentToInsert.Name = "propertyGridTagAssignmentToInsert";
this.propertyGridTagAssignmentToInsert.Size = new System.Drawing.Size(948, 190);
this.propertyGridTagAssignmentToInsert.TabIndex = 4;
//
// btnTagAssignmentInsert
//
this.tableLayoutPanel15.SetColumnSpan(this.btnTagAssignmentInsert, 2);
this.btnTagAssignmentInsert.Location = new System.Drawing.Point(3, 354);
this.btnTagAssignmentInsert.Name = "btnTagAssignmentInsert";
this.btnTagAssignmentInsert.Size = new System.Drawing.Size(75, 23);
this.btnTagAssignmentInsert.TabIndex = 5;
this.btnTagAssignmentInsert.Text = "Insert";
this.btnTagAssignmentInsert.UseVisualStyleBackColor = true;
this.btnTagAssignmentInsert.Click += new System.EventHandler(this.btnTagAssignmentInsert_Click);
//
// tableLayoutPanel16
//
this.tableLayoutPanel16.ColumnCount = 2;
this.tableLayoutPanel15.SetColumnSpan(this.tableLayoutPanel16, 2);
this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel16.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel16.Controls.Add(this.cbTagAssignmentsToDelete, 0, 0);
this.tableLayoutPanel16.Controls.Add(this.btnTagAssignmentDelete, 1, 0);
this.tableLayoutPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel16.Location = new System.Drawing.Point(3, 383);
this.tableLayoutPanel16.Name = "tableLayoutPanel16";
this.tableLayoutPanel16.RowCount = 2;
this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel16.Size = new System.Drawing.Size(948, 73);
this.tableLayoutPanel16.TabIndex = 6;
//
// cbTagAssignmentsToDelete
//
this.cbTagAssignmentsToDelete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTagAssignmentsToDelete.FormattingEnabled = true;
this.cbTagAssignmentsToDelete.Location = new System.Drawing.Point(3, 3);
this.cbTagAssignmentsToDelete.Name = "cbTagAssignmentsToDelete";
this.cbTagAssignmentsToDelete.Size = new System.Drawing.Size(307, 21);
this.cbTagAssignmentsToDelete.TabIndex = 0;
//
// btnTagAssignmentDelete
//
this.btnTagAssignmentDelete.Location = new System.Drawing.Point(316, 3);
this.btnTagAssignmentDelete.Name = "btnTagAssignmentDelete";
this.btnTagAssignmentDelete.Size = new System.Drawing.Size(75, 23);
this.btnTagAssignmentDelete.TabIndex = 1;
this.btnTagAssignmentDelete.Text = "Delete";
this.btnTagAssignmentDelete.UseVisualStyleBackColor = true;
this.btnTagAssignmentDelete.Click += new System.EventHandler(this.btnTagAssignmentDelete_Click);
//
// tabPageChannelCodes
//
this.tabPageChannelCodes.Controls.Add(this.tableLayoutPanel17);
this.tabPageChannelCodes.Location = new System.Drawing.Point(4, 22);
this.tabPageChannelCodes.Name = "tabPageChannelCodes";
this.tabPageChannelCodes.Padding = new System.Windows.Forms.Padding(3);
this.tabPageChannelCodes.Size = new System.Drawing.Size(960, 465);
this.tabPageChannelCodes.TabIndex = 12;
this.tabPageChannelCodes.Text = "Channel codes";
this.tabPageChannelCodes.UseVisualStyleBackColor = true;
this.tabPageChannelCodes.Enter += new System.EventHandler(this.TagPageChannelCodes_Enter);
//
// tableLayoutPanel17
//
this.tableLayoutPanel17.ColumnCount = 2;
this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel17.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel17.Controls.Add(this.label20, 0, 0);
this.tableLayoutPanel17.Controls.Add(this.cbChannelCodesConnections, 1, 0);
this.tableLayoutPanel17.Controls.Add(this.label21, 0, 1);
this.tableLayoutPanel17.Controls.Add(this.btnCodeTypesGet, 1, 1);
this.tableLayoutPanel17.Controls.Add(this.dgCodeTypesView, 0, 2);
this.tableLayoutPanel17.Controls.Add(this.label22, 0, 3);
this.tableLayoutPanel17.Controls.Add(this.btnChannelCodesGet, 1, 3);
this.tableLayoutPanel17.Controls.Add(this.dgChannelCodesView, 0, 4);
this.tableLayoutPanel17.Controls.Add(this.tableLayoutPanel18, 0, 5);
this.tableLayoutPanel17.Controls.Add(this.btnChannelCodesInsert, 0, 7);
this.tableLayoutPanel17.Controls.Add(this.propertyGridChannelCode, 0, 6);
this.tableLayoutPanel17.Controls.Add(this.btnChannelCodesUpdate, 1, 7);
this.tableLayoutPanel17.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel17.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel17.Name = "tableLayoutPanel17";
this.tableLayoutPanel17.RowCount = 8;
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F));
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel17.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel17.Size = new System.Drawing.Size(954, 459);
this.tableLayoutPanel17.TabIndex = 0;
//
// label20
//
this.label20.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(3, 7);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(61, 13);
this.label20.TabIndex = 0;
this.label20.Text = "Connection";
//
// cbChannelCodesConnections
//
this.cbChannelCodesConnections.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbChannelCodesConnections.FormattingEnabled = true;
this.cbChannelCodesConnections.Location = new System.Drawing.Point(87, 3);
this.cbChannelCodesConnections.Name = "cbChannelCodesConnections";
this.cbChannelCodesConnections.Size = new System.Drawing.Size(377, 21);
this.cbChannelCodesConnections.TabIndex = 1;
//
// label21
//
this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(3, 35);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(61, 13);
this.label21.TabIndex = 2;
this.label21.Text = "CodeTypes";
//
// btnCodeTypesGet
//
this.btnCodeTypesGet.Location = new System.Drawing.Point(87, 30);
this.btnCodeTypesGet.Name = "btnCodeTypesGet";
this.btnCodeTypesGet.Size = new System.Drawing.Size(75, 23);
this.btnCodeTypesGet.TabIndex = 3;
this.btnCodeTypesGet.Text = "Get";
this.btnCodeTypesGet.UseVisualStyleBackColor = true;
this.btnCodeTypesGet.Click += new System.EventHandler(this.btnCodeTypesGet_Click);
//
// dgCodeTypesView
//
this.dgCodeTypesView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel17.SetColumnSpan(this.dgCodeTypesView, 2);
this.dgCodeTypesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgCodeTypesView.Location = new System.Drawing.Point(3, 59);
this.dgCodeTypesView.Name = "dgCodeTypesView";
this.dgCodeTypesView.Size = new System.Drawing.Size(948, 77);
this.dgCodeTypesView.TabIndex = 4;
//
// label22
//
this.label22.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(3, 147);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(78, 13);
this.label22.TabIndex = 5;
this.label22.Text = "Channel codes";
//
// btnChannelCodesGet
//
this.btnChannelCodesGet.AutoSize = true;
this.btnChannelCodesGet.Location = new System.Drawing.Point(87, 142);
this.btnChannelCodesGet.Name = "btnChannelCodesGet";
this.btnChannelCodesGet.Size = new System.Drawing.Size(75, 23);
this.btnChannelCodesGet.TabIndex = 6;
this.btnChannelCodesGet.Text = "Get";
this.btnChannelCodesGet.UseVisualStyleBackColor = true;
this.btnChannelCodesGet.Click += new System.EventHandler(this.btnChannelCodesGet_Click);
//
// dgChannelCodesView
//
this.dgChannelCodesView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tableLayoutPanel17.SetColumnSpan(this.dgChannelCodesView, 2);
this.dgChannelCodesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgChannelCodesView.Location = new System.Drawing.Point(3, 171);
this.dgChannelCodesView.Name = "dgChannelCodesView";
this.dgChannelCodesView.Size = new System.Drawing.Size(948, 72);
this.dgChannelCodesView.TabIndex = 7;
//
// tableLayoutPanel18
//
this.tableLayoutPanel18.ColumnCount = 2;
this.tableLayoutPanel17.SetColumnSpan(this.tableLayoutPanel18, 2);
this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel18.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel18.Controls.Add(this.cbChannelCodeToDelete, 0, 0);
this.tableLayoutPanel18.Controls.Add(this.btnChannelCodeDelete, 1, 0);
this.tableLayoutPanel18.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel18.Location = new System.Drawing.Point(3, 249);
this.tableLayoutPanel18.Name = "tableLayoutPanel18";
this.tableLayoutPanel18.RowCount = 1;
this.tableLayoutPanel18.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel18.Size = new System.Drawing.Size(948, 40);
this.tableLayoutPanel18.TabIndex = 8;
//
// cbChannelCodeToDelete
//
this.cbChannelCodeToDelete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbChannelCodeToDelete.FormattingEnabled = true;
this.cbChannelCodeToDelete.Location = new System.Drawing.Point(3, 3);
this.cbChannelCodeToDelete.Name = "cbChannelCodeToDelete";
this.cbChannelCodeToDelete.Size = new System.Drawing.Size(269, 21);
this.cbChannelCodeToDelete.TabIndex = 0;
//
// btnChannelCodeDelete
//
this.btnChannelCodeDelete.Location = new System.Drawing.Point(278, 3);
this.btnChannelCodeDelete.Name = "btnChannelCodeDelete";
this.btnChannelCodeDelete.Size = new System.Drawing.Size(75, 23);
this.btnChannelCodeDelete.TabIndex = 1;
this.btnChannelCodeDelete.Text = "Delete";
this.btnChannelCodeDelete.UseVisualStyleBackColor = true;
this.btnChannelCodeDelete.Click += new System.EventHandler(this.btnChannelCodeDelete_Click);
//
// btnChannelCodesInsert
//
this.btnChannelCodesInsert.Location = new System.Drawing.Point(3, 433);
this.btnChannelCodesInsert.Name = "btnChannelCodesInsert";
this.btnChannelCodesInsert.Size = new System.Drawing.Size(75, 23);
this.btnChannelCodesInsert.TabIndex = 9;
this.btnChannelCodesInsert.Text = "Insert";
this.btnChannelCodesInsert.UseVisualStyleBackColor = true;
this.btnChannelCodesInsert.Click += new System.EventHandler(this.btnChannelCodesInsert_Click);
//
// propertyGridChannelCode
//
this.tableLayoutPanel17.SetColumnSpan(this.propertyGridChannelCode, 2);
this.propertyGridChannelCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridChannelCode.Location = new System.Drawing.Point(3, 295);
this.propertyGridChannelCode.Name = "propertyGridChannelCode";
this.propertyGridChannelCode.Size = new System.Drawing.Size(948, 132);
this.propertyGridChannelCode.TabIndex = 10;
//
// btnChannelCodesUpdate
//
this.btnChannelCodesUpdate.Location = new System.Drawing.Point(87, 433);
this.btnChannelCodesUpdate.Name = "btnChannelCodesUpdate";
this.btnChannelCodesUpdate.Size = new System.Drawing.Size(75, 23);
this.btnChannelCodesUpdate.TabIndex = 11;
this.btnChannelCodesUpdate.Text = "Update";
this.btnChannelCodesUpdate.UseVisualStyleBackColor = true;
this.btnChannelCodesUpdate.Click += new System.EventHandler(this.btnChannelCodesUpdate_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(974, 647);
this.Controls.Add(this.mainTable);
this.Name = "Form1";
this.Text = "Form1";
this.mainTable.ResumeLayout(false);
this.statusTable.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPageSample.ResumeLayout(false);
this.tabPageConnections.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tabPageLogins.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLoginInfo.ResumeLayout(false);
this.tableLoginInfo.PerformLayout();
this.tabPageVersion.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tabPageDataRecorders.ResumeLayout(false);
this.tableDataRecorders.ResumeLayout(false);
this.tableDataRecorders.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DASGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgDASChannels)).EndInit();
this.tabPageSensors.ResumeLayout(false);
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
this.flowLayoutPanel4.ResumeLayout(false);
this.flowLayoutPanel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgSensors)).EndInit();
this.tabSensorCalibrations.ResumeLayout(false);
this.tableLayoutSensorCals.ResumeLayout(false);
this.tableLayoutSensorCals.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgSensorCalibrations)).EndInit();
this.tabGroups.ResumeLayout(false);
this.tableLayoutPanel7.ResumeLayout(false);
this.tableLayoutPanel7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgGroupsView)).EndInit();
this.tableLayoutPanel8.ResumeLayout(false);
this.tableLayoutPanel9.ResumeLayout(false);
this.tabPageTestSetups.ResumeLayout(false);
this.tableTestSetup.ResumeLayout(false);
this.tableTestSetup.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.testSetupsGridView)).EndInit();
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.tableLayoutPanel6.ResumeLayout(false);
this.tabPageChannels.ResumeLayout(false);
this.tableLayoutPanel10.ResumeLayout(false);
this.tableLayoutPanel10.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgChannelsView)).EndInit();
this.tableLayoutPanel11.ResumeLayout(false);
this.tabPageTags.ResumeLayout(false);
this.tableLayoutPanel12.ResumeLayout(false);
this.tableLayoutPanel12.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgTagsView)).EndInit();
this.tableLayoutPanel13.ResumeLayout(false);
this.tableLayoutPanel13.PerformLayout();
this.tableLayoutPanel14.ResumeLayout(false);
this.tableLayoutPanel14.PerformLayout();
this.tabPageTagAssignments.ResumeLayout(false);
this.tableLayoutPanel15.ResumeLayout(false);
this.tableLayoutPanel15.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgTagAssignmentsView)).EndInit();
this.tableLayoutPanel16.ResumeLayout(false);
this.tabPageChannelCodes.ResumeLayout(false);
this.tableLayoutPanel17.ResumeLayout(false);
this.tableLayoutPanel17.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgCodeTypesView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgChannelCodesView)).EndInit();
this.tableLayoutPanel18.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel mainTable;
private System.Windows.Forms.TableLayoutPanel statusTable;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox rtbHistory;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPageConnections;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.PropertyGrid propertyGridConnection;
private System.Windows.Forms.Button btnConnectionConnect;
private System.Windows.Forms.TabPage tabPageLogins;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button btnLoginsLogin;
private System.Windows.Forms.Button btnLoginsLogout;
private System.Windows.Forms.ListView lvLogins;
private System.Windows.Forms.TableLayoutPanel tableLoginInfo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbUserName;
private System.Windows.Forms.TabPage tabPageVersion;
private System.Windows.Forms.TabPage tabPageDataRecorders;
private System.Windows.Forms.TabPage tabPageSensors;
private System.Windows.Forms.TabPage tabGroups;
private System.Windows.Forms.TabPage tabPageTestSetups;
private System.Windows.Forms.TabPage tabPageUsers;
private System.Windows.Forms.TabPage tabPageChannels;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnVersionGet;
private System.Windows.Forms.TextBox tbVersionGet;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnVersionSet;
private System.Windows.Forms.TextBox tbVersionSet;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBoxConnections;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.ComboBox comboConnectionsVersionGet;
private System.Windows.Forms.ComboBox comboBoxConnectionsVersionSet;
private System.Windows.Forms.TableLayoutPanel tableDataRecorders;
private System.Windows.Forms.ComboBox cbDASGetConnections;
private System.Windows.Forms.Button btnDASGet;
private System.Windows.Forms.DataGridView DASGridView;
private System.Windows.Forms.DataGridView dgDASChannels;
private System.Windows.Forms.ComboBox cbDASChannelsGetDAS;
private System.Windows.Forms.Button btnDASChannelsGet;
private System.Windows.Forms.ComboBox cbDASDelete;
private System.Windows.Forms.Button btnDASDelete;
private System.Windows.Forms.Button btnDASInsert;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cbSensorsConnections;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox tbSensorsSensorId;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbSensorsSerialNumber;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbSensorsEID;
private System.Windows.Forms.Button btnSensorsSensorsGet;
private System.Windows.Forms.DataGridView dgSensors;
private System.Windows.Forms.Button btnSensorsAnalogInsert;
private System.Windows.Forms.PropertyGrid propertyGridSensorAnalogInsert;
private System.Windows.Forms.TabPage tabSensorCalibrations;
private System.Windows.Forms.TableLayoutPanel tableLayoutSensorCals;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ComboBox cbSensorCalConnections;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbSensorCalibrationsSerialNumber;
private System.Windows.Forms.Button btnGetCalibrations;
private System.Windows.Forms.DataGridView dgSensorCalibrations;
private System.Windows.Forms.TextBox tbSensorCalibrationsSensorId;
private System.Windows.Forms.PropertyGrid propertyGridSensorCals;
private System.Windows.Forms.Button btnSensorCalCommit;
private System.Windows.Forms.TableLayoutPanel tableTestSetup;
private System.Windows.Forms.ComboBox cbTestSetups;
private System.Windows.Forms.Button btnTestSetupsGet;
private System.Windows.Forms.DataGridView testSetupsGridView;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox cbConnectionsTestSetups;
private System.Windows.Forms.Button btnGetTestSetups;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.PropertyGrid propertyGridTestSetup;
private System.Windows.Forms.Button btnTestSetupCommit;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox cbGroupsConnections;
private System.Windows.Forms.Button btnGroupsGet;
private System.Windows.Forms.DataGridView dgGroupsView;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
private System.Windows.Forms.ComboBox cbGroupsToDelete;
private System.Windows.Forms.Button btnGroupDelete;
private System.Windows.Forms.PropertyGrid propertyGridGroups;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
private System.Windows.Forms.Button btnGroupInsert;
private System.Windows.Forms.Button btnGroupUpdate;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cbChannelsConnections;
private System.Windows.Forms.Button btnChannelsGet;
private System.Windows.Forms.DataGridView dgChannelsView;
private System.Windows.Forms.PropertyGrid propertyGridChannel;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11;
private System.Windows.Forms.Button btnChannelInsert;
private System.Windows.Forms.Button btnChannelUpdate;
private System.Windows.Forms.TabPage tabPageTags;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox cbTagsConnections;
private System.Windows.Forms.Button btnTagsGet;
private System.Windows.Forms.DataGridView dgTagsView;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox tbTagIdToDelete;
private System.Windows.Forms.Button btnTagsDelete;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox tbTagToAdd;
private System.Windows.Forms.Button btnTagInsert;
private System.Windows.Forms.TabPage tabPageTagAssignments;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ComboBox cbTagAssignmentsConnections;
private System.Windows.Forms.Button btnTagAssignmentsGet;
private System.Windows.Forms.DataGridView dgTagAssignmentsView;
private System.Windows.Forms.PropertyGrid propertyGridTagAssignmentToInsert;
private System.Windows.Forms.Button btnTagAssignmentInsert;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel16;
private System.Windows.Forms.ComboBox cbTagAssignmentsToDelete;
private System.Windows.Forms.Button btnTagAssignmentDelete;
private System.Windows.Forms.TabPage tabPageChannelCodes;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel17;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox cbChannelCodesConnections;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Button btnCodeTypesGet;
private System.Windows.Forms.DataGridView dgCodeTypesView;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Button btnChannelCodesGet;
private System.Windows.Forms.DataGridView dgChannelCodesView;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel18;
private System.Windows.Forms.Button btnChannelCodesInsert;
private System.Windows.Forms.PropertyGrid propertyGridChannelCode;
private System.Windows.Forms.Button btnChannelCodesUpdate;
private System.Windows.Forms.ComboBox cbChannelCodeToDelete;
private System.Windows.Forms.Button btnChannelCodeDelete;
private System.Windows.Forms.TabPage tabPageSample;
private System.Windows.Forms.Button btnDoALotOfThings;
}
}