Files
feanor/FeanorConfig/Manager.Designer.cs
Martijn Dijkstra 6a44bd4fd2 Add project files.
2025-05-08 09:10:15 +02:00

1420 lines
73 KiB
C#

using System.Drawing;
namespace FeanorConfig
{
partial class Manager
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manager));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.menuChambers = new System.Windows.Forms.ToolStripMenuItem();
this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rS485ChambersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pnlMenuChambers = new System.Windows.Forms.Panel();
this.gbDeltaIP = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.gbSensorsEdit = new System.Windows.Forms.GroupBox();
this.RS485btn = new System.Windows.Forms.Button();
this.NodeState = new System.Windows.Forms.Button();
this.Reboot = new System.Windows.Forms.Button();
this.Shutdown = new System.Windows.Forms.Button();
this.pnlSensorEdit = new System.Windows.Forms.Panel();
this.button3 = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label32 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.label28 = new System.Windows.Forms.Label();
this.tbX3 = new System.Windows.Forms.TextBox();
this.tbX4 = new System.Windows.Forms.TextBox();
this.tbX2 = new System.Windows.Forms.TextBox();
this.tbX1 = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.txtbSensorsEditCalibrationU = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.btnSensorEditModify = new System.Windows.Forms.Button();
this.cboxSensorEditCalibrationEnabled = new System.Windows.Forms.CheckBox();
this.btnSensorEditClearCalibration = new System.Windows.Forms.Button();
this.label20 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.dtpSensorEditExpiry = new System.Windows.Forms.DateTimePicker();
this.dtpSensorEditRelease = new System.Windows.Forms.DateTimePicker();
this.txtbSensorEditDescription = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtbSensorEditType = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.cboxSensorEditEnabled = new System.Windows.Forms.CheckBox();
this.label10 = new System.Windows.Forms.Label();
this.txtbSensorEditID = new System.Windows.Forms.TextBox();
this.lbSensorsEdit = new System.Windows.Forms.ListBox();
this.cboxChambersFilterActive = new System.Windows.Forms.CheckBox();
this.gboxChamberEdit = new System.Windows.Forms.GroupBox();
this.label23 = new System.Windows.Forms.Label();
this.cbHumidity = new System.Windows.Forms.CheckBox();
this.cboxRS485 = new System.Windows.Forms.CheckBox();
this.label33 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.nudChambersEditInterval = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.cboxChambersEditServerType = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.cboxChambersEditActive = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.txtbChambersEditNetwork = new System.Windows.Forms.TextBox();
this.txtbChambersEditMIDS = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnChambersEditUpdate = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtbChambersEditDescription = new System.Windows.Forms.TextBox();
this.lblSensorEditCalibrationPK = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.lboxChambers = new System.Windows.Forms.ListBox();
this.lblChambersEditPK = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.lblSensorEditPK = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgvRS485 = new System.Windows.Forms.DataGridView();
this.Chamber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Temperature = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Humidity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Mode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Number_of_alarms = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button4 = new System.Windows.Forms.Button();
this.pnlDatabaseBackup = new System.Windows.Forms.FlowLayoutPanel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnDeleteTwoYear = new System.Windows.Forms.Button();
this.btnDeleteHalfYear = new System.Windows.Forms.Button();
this.btnDeleteOneYear = new System.Windows.Forms.Button();
this.label29 = new System.Windows.Forms.Label();
this.lblFirstResult = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label27 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.lblPnlMenuChambers = new System.Windows.Forms.Label();
this.btnDatabaseBackup = new System.Windows.Forms.Button();
this.txtbBackupFileCopy = new System.Windows.Forms.TextBox();
this.txtbBackupFile = new System.Windows.Forms.TextBox();
this.pnlInfoLabel = new System.Windows.Forms.Panel();
this.lblInfo = new System.Windows.Forms.Label();
this.timerDBbackup = new System.Windows.Forms.Timer();
this.cbSuperUser = new System.Windows.Forms.CheckBox();
this.menuStrip1.SuspendLayout();
this.pnlMenuChambers.SuspendLayout();
this.gbDeltaIP.SuspendLayout();
this.gbSensorsEdit.SuspendLayout();
this.pnlSensorEdit.SuspendLayout();
this.gboxChamberEdit.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudChambersEditInterval)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRS485)).BeginInit();
this.groupBox1.SuspendLayout();
this.pnlInfoLabel.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.DimGray;
this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.menuStrip1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuChambers,
this.databaseToolStripMenuItem,
this.rS485ChambersToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1);
this.menuStrip1.Size = new System.Drawing.Size(1165, 26);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menu";
//
// menuChambers
//
this.menuChambers.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addToolStripMenuItem});
this.menuChambers.Name = "menuChambers";
this.menuChambers.Size = new System.Drawing.Size(94, 24);
this.menuChambers.Text = "Chambers";
this.menuChambers.Click += new System.EventHandler(this.menuChambers_Click);
//
// addToolStripMenuItem
//
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
this.addToolStripMenuItem.Size = new System.Drawing.Size(107, 24);
this.addToolStripMenuItem.Text = "Add";
//
// databaseToolStripMenuItem
//
this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
this.databaseToolStripMenuItem.Size = new System.Drawing.Size(91, 24);
this.databaseToolStripMenuItem.Text = "Database";
this.databaseToolStripMenuItem.Click += new System.EventHandler(this.databaseToolStripMenuItem_Click);
//
// rS485ChambersToolStripMenuItem
//
this.rS485ChambersToolStripMenuItem.Name = "rS485ChambersToolStripMenuItem";
this.rS485ChambersToolStripMenuItem.Size = new System.Drawing.Size(148, 24);
this.rS485ChambersToolStripMenuItem.Text = "RS485 Chambers";
this.rS485ChambersToolStripMenuItem.Click += new System.EventHandler(this.rS485ChambersToolStripMenuItem_Click);
//
// pnlMenuChambers
//
this.pnlMenuChambers.Controls.Add(this.gbDeltaIP);
this.pnlMenuChambers.Controls.Add(this.label8);
this.pnlMenuChambers.Controls.Add(this.gbSensorsEdit);
this.pnlMenuChambers.Controls.Add(this.cboxChambersFilterActive);
this.pnlMenuChambers.Controls.Add(this.gboxChamberEdit);
this.pnlMenuChambers.Controls.Add(this.lblSensorEditCalibrationPK);
this.pnlMenuChambers.Controls.Add(this.label22);
this.pnlMenuChambers.Controls.Add(this.lboxChambers);
this.pnlMenuChambers.Controls.Add(this.lblChambersEditPK);
this.pnlMenuChambers.Controls.Add(this.label14);
this.pnlMenuChambers.Controls.Add(this.lblSensorEditPK);
this.pnlMenuChambers.Controls.Add(this.groupBox2);
this.pnlMenuChambers.Controls.Add(this.pnlDatabaseBackup);
this.pnlMenuChambers.Controls.Add(this.groupBox1);
this.pnlMenuChambers.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pnlMenuChambers.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.pnlMenuChambers.Location = new System.Drawing.Point(12, 29);
this.pnlMenuChambers.Name = "pnlMenuChambers";
this.pnlMenuChambers.Size = new System.Drawing.Size(1128, 721);
this.pnlMenuChambers.TabIndex = 1;
//
// gbDeltaIP
//
this.gbDeltaIP.Controls.Add(this.button1);
this.gbDeltaIP.Controls.Add(this.label11);
this.gbDeltaIP.Controls.Add(this.textBox1);
this.gbDeltaIP.Controls.Add(this.textBox2);
this.gbDeltaIP.Controls.Add(this.label25);
this.gbDeltaIP.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.gbDeltaIP.Location = new System.Drawing.Point(23, 613);
this.gbDeltaIP.Name = "gbDeltaIP";
this.gbDeltaIP.Size = new System.Drawing.Size(409, 100);
this.gbDeltaIP.TabIndex = 52;
this.gbDeltaIP.TabStop = false;
this.gbDeltaIP.Text = "Powersupply IP + Port";
this.gbDeltaIP.Visible = false;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.DimGray;
this.button1.Location = new System.Drawing.Point(10, 64);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(388, 30);
this.button1.TabIndex = 51;
this.button1.Text = "Set";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 32);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(78, 20);
this.label11.TabIndex = 49;
this.label11.Text = "Socket IP";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.Silver;
this.textBox1.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.textBox1.Location = new System.Drawing.Point(93, 29);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(118, 26);
this.textBox1.TabIndex = 47;
this.textBox1.Text = "192.168.1.35";
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.Color.Silver;
this.textBox2.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.textBox2.Location = new System.Drawing.Point(348, 29);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(50, 26);
this.textBox2.TabIndex = 48;
this.textBox2.Text = "8462";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(244, 32);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(92, 20);
this.label25.TabIndex = 50;
this.label25.Text = "Socket Port";
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label8.Location = new System.Drawing.Point(267, 516);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(102, 20);
this.label8.TabIndex = 18;
this.label8.Text = "Chamber PK:";
//
// gbSensorsEdit
//
this.gbSensorsEdit.Controls.Add(this.RS485btn);
this.gbSensorsEdit.Controls.Add(this.NodeState);
this.gbSensorsEdit.Controls.Add(this.Reboot);
this.gbSensorsEdit.Controls.Add(this.Shutdown);
this.gbSensorsEdit.Controls.Add(this.pnlSensorEdit);
this.gbSensorsEdit.Controls.Add(this.lbSensorsEdit);
this.gbSensorsEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gbSensorsEdit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.gbSensorsEdit.Location = new System.Drawing.Point(451, 32);
this.gbSensorsEdit.Name = "gbSensorsEdit";
this.gbSensorsEdit.Size = new System.Drawing.Size(615, 645);
this.gbSensorsEdit.TabIndex = 7;
this.gbSensorsEdit.TabStop = false;
this.gbSensorsEdit.Text = "Sensors in chamber 00000";
//
// RS485btn
//
this.RS485btn.BackColor = System.Drawing.Color.DimGray;
this.RS485btn.Location = new System.Drawing.Point(19, 477);
this.RS485btn.Name = "RS485btn";
this.RS485btn.Size = new System.Drawing.Size(225, 44);
this.RS485btn.TabIndex = 46;
this.RS485btn.Text = "RS485";
this.RS485btn.UseMnemonic = false;
this.RS485btn.UseVisualStyleBackColor = false;
this.RS485btn.Click += new System.EventHandler(this.RS485btn_Click);
//
// NodeState
//
this.NodeState.BackColor = System.Drawing.Color.DimGray;
this.NodeState.Location = new System.Drawing.Point(20, 527);
this.NodeState.Name = "NodeState";
this.NodeState.Size = new System.Drawing.Size(225, 44);
this.NodeState.TabIndex = 11;
this.NodeState.Text = "Node status";
this.NodeState.UseVisualStyleBackColor = false;
this.NodeState.Click += new System.EventHandler(this.NodeState_Click);
//
// Reboot
//
this.Reboot.BackColor = System.Drawing.Color.DimGray;
this.Reboot.Location = new System.Drawing.Point(20, 577);
this.Reboot.Name = "Reboot";
this.Reboot.Size = new System.Drawing.Size(110, 46);
this.Reboot.TabIndex = 10;
this.Reboot.Text = "Reboot";
this.Reboot.UseVisualStyleBackColor = false;
this.Reboot.Click += new System.EventHandler(this.Reboot_Click);
//
// Shutdown
//
this.Shutdown.BackColor = System.Drawing.Color.DimGray;
this.Shutdown.Location = new System.Drawing.Point(134, 577);
this.Shutdown.Name = "Shutdown";
this.Shutdown.Size = new System.Drawing.Size(110, 46);
this.Shutdown.TabIndex = 9;
this.Shutdown.Text = "Shutdown";
this.Shutdown.UseVisualStyleBackColor = false;
this.Shutdown.Click += new System.EventHandler(this.Shutdown_Click);
//
// pnlSensorEdit
//
this.pnlSensorEdit.Controls.Add(this.button3);
this.pnlSensorEdit.Controls.Add(this.label18);
this.pnlSensorEdit.Controls.Add(this.label17);
this.pnlSensorEdit.Controls.Add(this.label16);
this.pnlSensorEdit.Controls.Add(this.label15);
this.pnlSensorEdit.Controls.Add(this.label32);
this.pnlSensorEdit.Controls.Add(this.label31);
this.pnlSensorEdit.Controls.Add(this.label30);
this.pnlSensorEdit.Controls.Add(this.label28);
this.pnlSensorEdit.Controls.Add(this.tbX3);
this.pnlSensorEdit.Controls.Add(this.tbX4);
this.pnlSensorEdit.Controls.Add(this.tbX2);
this.pnlSensorEdit.Controls.Add(this.tbX1);
this.pnlSensorEdit.Controls.Add(this.label24);
this.pnlSensorEdit.Controls.Add(this.txtbSensorsEditCalibrationU);
this.pnlSensorEdit.Controls.Add(this.label21);
this.pnlSensorEdit.Controls.Add(this.btnSensorEditModify);
this.pnlSensorEdit.Controls.Add(this.cboxSensorEditCalibrationEnabled);
this.pnlSensorEdit.Controls.Add(this.btnSensorEditClearCalibration);
this.pnlSensorEdit.Controls.Add(this.label20);
this.pnlSensorEdit.Controls.Add(this.label19);
this.pnlSensorEdit.Controls.Add(this.dtpSensorEditExpiry);
this.pnlSensorEdit.Controls.Add(this.dtpSensorEditRelease);
this.pnlSensorEdit.Controls.Add(this.txtbSensorEditDescription);
this.pnlSensorEdit.Controls.Add(this.label9);
this.pnlSensorEdit.Controls.Add(this.txtbSensorEditType);
this.pnlSensorEdit.Controls.Add(this.label12);
this.pnlSensorEdit.Controls.Add(this.label13);
this.pnlSensorEdit.Controls.Add(this.cboxSensorEditEnabled);
this.pnlSensorEdit.Controls.Add(this.label10);
this.pnlSensorEdit.Controls.Add(this.txtbSensorEditID);
this.pnlSensorEdit.Location = new System.Drawing.Point(274, 19);
this.pnlSensorEdit.Name = "pnlSensorEdit";
this.pnlSensorEdit.Size = new System.Drawing.Size(317, 614);
this.pnlSensorEdit.TabIndex = 8;
//
// button3
//
this.button3.BackColor = System.Drawing.Color.DimGray;
this.button3.Location = new System.Drawing.Point(22, 558);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(68, 46);
this.button3.TabIndex = 58;
this.button3.Text = "Help";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label18
//
this.label18.AutoSize = true;
this.label18.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label18.Location = new System.Drawing.Point(114, 528);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(85, 20);
this.label18.TabIndex = 57;
this.label18.Text = "c0 (offset):";
//
// label17
//
this.label17.AutoSize = true;
this.label17.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label17.Location = new System.Drawing.Point(114, 508);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(85, 20);
this.label17.TabIndex = 56;
this.label17.Text = "c0 (offset):";
//
// label16
//
this.label16.AutoSize = true;
this.label16.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label16.Location = new System.Drawing.Point(23, 528);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(74, 20);
this.label16.TabIndex = 55;
this.label16.Text = "c1 (gain):";
//
// label15
//
this.label15.AutoSize = true;
this.label15.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label15.Location = new System.Drawing.Point(23, 508);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(85, 20);
this.label15.TabIndex = 53;
this.label15.Text = "c0 (offset):";
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(254, 338);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(48, 20);
this.label32.TabIndex = 54;
this.label32.Text = "(Low)";
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(254, 364);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(52, 20);
this.label31.TabIndex = 53;
this.label31.Text = "(High)";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(151, 316);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(101, 20);
this.label30.TabIndex = 52;
this.label30.Text = "SensorValue";
this.label30.Click += new System.EventHandler(this.label30_Click);
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(18, 316);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(122, 20);
this.label28.TabIndex = 51;
this.label28.Text = "CalibratedValue";
this.label28.Click += new System.EventHandler(this.label28_Click);
//
// tbX3
//
this.tbX3.BackColor = System.Drawing.Color.Silver;
this.tbX3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbX3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.tbX3.Location = new System.Drawing.Point(24, 364);
this.tbX3.Name = "tbX3";
this.tbX3.Size = new System.Drawing.Size(93, 19);
this.tbX3.TabIndex = 50;
this.tbX3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbX4
//
this.tbX4.BackColor = System.Drawing.Color.Silver;
this.tbX4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbX4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.tbX4.Location = new System.Drawing.Point(155, 364);
this.tbX4.Name = "tbX4";
this.tbX4.Size = new System.Drawing.Size(93, 19);
this.tbX4.TabIndex = 49;
this.tbX4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbX2
//
this.tbX2.BackColor = System.Drawing.Color.Silver;
this.tbX2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbX2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.tbX2.Location = new System.Drawing.Point(155, 339);
this.tbX2.Name = "tbX2";
this.tbX2.Size = new System.Drawing.Size(93, 19);
this.tbX2.TabIndex = 48;
this.tbX2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbX1
//
this.tbX1.BackColor = System.Drawing.Color.Silver;
this.tbX1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbX1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.tbX1.Location = new System.Drawing.Point(24, 338);
this.tbX1.Name = "tbX1";
this.tbX1.Size = new System.Drawing.Size(93, 19);
this.tbX1.TabIndex = 47;
this.tbX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(20, 399);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(90, 20);
this.label24.TabIndex = 46;
this.label24.Text = "Uncertainty";
//
// txtbSensorsEditCalibrationU
//
this.txtbSensorsEditCalibrationU.BackColor = System.Drawing.Color.Silver;
this.txtbSensorsEditCalibrationU.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbSensorsEditCalibrationU.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbSensorsEditCalibrationU.Location = new System.Drawing.Point(155, 400);
this.txtbSensorsEditCalibrationU.Name = "txtbSensorsEditCalibrationU";
this.txtbSensorsEditCalibrationU.Size = new System.Drawing.Size(93, 19);
this.txtbSensorsEditCalibrationU.TabIndex = 45;
this.txtbSensorsEditCalibrationU.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(18, 281);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(145, 20);
this.label21.TabIndex = 40;
this.label21.Text = "Calibration enabled";
//
// btnSensorEditModify
//
this.btnSensorEditModify.BackColor = System.Drawing.Color.DimGray;
this.btnSensorEditModify.Location = new System.Drawing.Point(174, 558);
this.btnSensorEditModify.Name = "btnSensorEditModify";
this.btnSensorEditModify.Size = new System.Drawing.Size(140, 46);
this.btnSensorEditModify.TabIndex = 19;
this.btnSensorEditModify.Text = "Modify";
this.btnSensorEditModify.UseVisualStyleBackColor = false;
this.btnSensorEditModify.Click += new System.EventHandler(this.btnSensorEditModify_Click);
//
// cboxSensorEditCalibrationEnabled
//
this.cboxSensorEditCalibrationEnabled.AutoSize = true;
this.cboxSensorEditCalibrationEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboxSensorEditCalibrationEnabled.Location = new System.Drawing.Point(179, 286);
this.cboxSensorEditCalibrationEnabled.Name = "cboxSensorEditCalibrationEnabled";
this.cboxSensorEditCalibrationEnabled.Size = new System.Drawing.Size(12, 11);
this.cboxSensorEditCalibrationEnabled.TabIndex = 39;
this.cboxSensorEditCalibrationEnabled.UseVisualStyleBackColor = true;
this.cboxSensorEditCalibrationEnabled.CheckedChanged += new System.EventHandler(this.cboxSensorEditCalibrationEnabled_CheckedChanged);
//
// btnSensorEditClearCalibration
//
this.btnSensorEditClearCalibration.BackColor = System.Drawing.Color.DimGray;
this.btnSensorEditClearCalibration.Location = new System.Drawing.Point(96, 558);
this.btnSensorEditClearCalibration.Name = "btnSensorEditClearCalibration";
this.btnSensorEditClearCalibration.Size = new System.Drawing.Size(69, 46);
this.btnSensorEditClearCalibration.TabIndex = 38;
this.btnSensorEditClearCalibration.Text = "Clear";
this.btnSensorEditClearCalibration.UseVisualStyleBackColor = false;
this.btnSensorEditClearCalibration.Click += new System.EventHandler(this.btnSensorEditClearCalibration_Click);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(23, 471);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(51, 20);
this.label20.TabIndex = 37;
this.label20.Text = "Expiry";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(23, 444);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(68, 20);
this.label19.TabIndex = 36;
this.label19.Text = "Release";
//
// dtpSensorEditExpiry
//
this.dtpSensorEditExpiry.CustomFormat = "yyyy/MM/dd";
this.dtpSensorEditExpiry.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSensorEditExpiry.Location = new System.Drawing.Point(116, 471);
this.dtpSensorEditExpiry.Name = "dtpSensorEditExpiry";
this.dtpSensorEditExpiry.Size = new System.Drawing.Size(118, 26);
this.dtpSensorEditExpiry.TabIndex = 35;
//
// dtpSensorEditRelease
//
this.dtpSensorEditRelease.CustomFormat = "yyyy/MM/dd";
this.dtpSensorEditRelease.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSensorEditRelease.Location = new System.Drawing.Point(116, 439);
this.dtpSensorEditRelease.Name = "dtpSensorEditRelease";
this.dtpSensorEditRelease.Size = new System.Drawing.Size(118, 26);
this.dtpSensorEditRelease.TabIndex = 34;
//
// txtbSensorEditDescription
//
this.txtbSensorEditDescription.BackColor = System.Drawing.Color.Silver;
this.txtbSensorEditDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbSensorEditDescription.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbSensorEditDescription.Location = new System.Drawing.Point(22, 213);
this.txtbSensorEditDescription.Name = "txtbSensorEditDescription";
this.txtbSensorEditDescription.Size = new System.Drawing.Size(281, 19);
this.txtbSensorEditDescription.TabIndex = 6;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(18, 189);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(89, 20);
this.label9.TabIndex = 7;
this.label9.Text = "Description";
//
// txtbSensorEditType
//
this.txtbSensorEditType.BackColor = System.Drawing.Color.Silver;
this.txtbSensorEditType.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbSensorEditType.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbSensorEditType.Location = new System.Drawing.Point(22, 156);
this.txtbSensorEditType.Name = "txtbSensorEditType";
this.txtbSensorEditType.ReadOnly = true;
this.txtbSensorEditType.Size = new System.Drawing.Size(281, 19);
this.txtbSensorEditType.TabIndex = 23;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(18, 132);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(94, 20);
this.label12.TabIndex = 24;
this.label12.Text = "Sensor type";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(18, 80);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(121, 20);
this.label13.TabIndex = 20;
this.label13.Text = "Sensor enabled";
//
// cboxSensorEditEnabled
//
this.cboxSensorEditEnabled.AutoSize = true;
this.cboxSensorEditEnabled.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboxSensorEditEnabled.Location = new System.Drawing.Point(155, 85);
this.cboxSensorEditEnabled.Name = "cboxSensorEditEnabled";
this.cboxSensorEditEnabled.Size = new System.Drawing.Size(12, 11);
this.cboxSensorEditEnabled.TabIndex = 19;
this.cboxSensorEditEnabled.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(18, 15);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(26, 20);
this.label10.TabIndex = 20;
this.label10.Text = "ID";
//
// txtbSensorEditID
//
this.txtbSensorEditID.BackColor = System.Drawing.Color.Silver;
this.txtbSensorEditID.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbSensorEditID.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbSensorEditID.Location = new System.Drawing.Point(21, 40);
this.txtbSensorEditID.Name = "txtbSensorEditID";
this.txtbSensorEditID.ReadOnly = true;
this.txtbSensorEditID.Size = new System.Drawing.Size(281, 19);
this.txtbSensorEditID.TabIndex = 19;
//
// lbSensorsEdit
//
this.lbSensorsEdit.BackColor = System.Drawing.Color.Gray;
this.lbSensorsEdit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.lbSensorsEdit.FormattingEnabled = true;
this.lbSensorsEdit.ItemHeight = 20;
this.lbSensorsEdit.Location = new System.Drawing.Point(20, 34);
this.lbSensorsEdit.Name = "lbSensorsEdit";
this.lbSensorsEdit.Size = new System.Drawing.Size(225, 424);
this.lbSensorsEdit.TabIndex = 5;
this.lbSensorsEdit.SelectedIndexChanged += new System.EventHandler(this.lbSensorsEdit_SelectedIndexChanged);
//
// cboxChambersFilterActive
//
this.cboxChambersFilterActive.AutoSize = true;
this.cboxChambersFilterActive.Checked = true;
this.cboxChambersFilterActive.CheckState = System.Windows.Forms.CheckState.Checked;
this.cboxChambersFilterActive.Location = new System.Drawing.Point(23, 557);
this.cboxChambersFilterActive.Name = "cboxChambersFilterActive";
this.cboxChambersFilterActive.Size = new System.Drawing.Size(219, 24);
this.cboxChambersFilterActive.TabIndex = 4;
this.cboxChambersFilterActive.Text = "Show active chambers only";
this.cboxChambersFilterActive.UseVisualStyleBackColor = true;
this.cboxChambersFilterActive.CheckedChanged += new System.EventHandler(this.cboxChambersFilterActive_CheckedChanged);
//
// gboxChamberEdit
//
this.gboxChamberEdit.Controls.Add(this.label23);
this.gboxChamberEdit.Controls.Add(this.cbHumidity);
this.gboxChamberEdit.Controls.Add(this.cboxRS485);
this.gboxChamberEdit.Controls.Add(this.label33);
this.gboxChamberEdit.Controls.Add(this.label7);
this.gboxChamberEdit.Controls.Add(this.nudChambersEditInterval);
this.gboxChamberEdit.Controls.Add(this.label6);
this.gboxChamberEdit.Controls.Add(this.cboxChambersEditServerType);
this.gboxChamberEdit.Controls.Add(this.label5);
this.gboxChamberEdit.Controls.Add(this.label4);
this.gboxChamberEdit.Controls.Add(this.cboxChambersEditActive);
this.gboxChamberEdit.Controls.Add(this.label3);
this.gboxChamberEdit.Controls.Add(this.txtbChambersEditNetwork);
this.gboxChamberEdit.Controls.Add(this.txtbChambersEditMIDS);
this.gboxChamberEdit.Controls.Add(this.label2);
this.gboxChamberEdit.Controls.Add(this.btnChambersEditUpdate);
this.gboxChamberEdit.Controls.Add(this.label1);
this.gboxChamberEdit.Controls.Add(this.txtbChambersEditDescription);
this.gboxChamberEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gboxChamberEdit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.gboxChamberEdit.Location = new System.Drawing.Point(178, 32);
this.gboxChamberEdit.Name = "gboxChamberEdit";
this.gboxChamberEdit.Size = new System.Drawing.Size(254, 458);
this.gboxChamberEdit.TabIndex = 3;
this.gboxChamberEdit.TabStop = false;
this.gboxChamberEdit.Text = "Chamber";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(137, 326);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(86, 20);
this.label23.TabIndex = 21;
this.label23.Text = "Nieuwe hal";
//
// cbHumidity
//
this.cbHumidity.AutoSize = true;
this.cbHumidity.BackColor = System.Drawing.Color.Gray;
this.cbHumidity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cbHumidity.Location = new System.Drawing.Point(229, 331);
this.cbHumidity.Name = "cbHumidity";
this.cbHumidity.Size = new System.Drawing.Size(12, 11);
this.cbHumidity.TabIndex = 20;
this.cbHumidity.UseVisualStyleBackColor = false;
this.cbHumidity.CheckedChanged += new System.EventHandler(this.cbHumidity_CheckedChanged);
//
// cboxRS485
//
this.cboxRS485.AutoSize = true;
this.cboxRS485.BackColor = System.Drawing.Color.Gray;
this.cboxRS485.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboxRS485.Location = new System.Drawing.Point(91, 361);
this.cboxRS485.Name = "cboxRS485";
this.cboxRS485.Size = new System.Drawing.Size(12, 11);
this.cboxRS485.TabIndex = 19;
this.cboxRS485.UseVisualStyleBackColor = false;
this.cboxRS485.CheckedChanged += new System.EventHandler(this.cboxRS485_CheckedChanged);
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(15, 356);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(59, 20);
this.label33.TabIndex = 18;
this.label33.Text = "RS485";
this.label33.Click += new System.EventHandler(this.label33_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(87, 285);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(69, 20);
this.label7.TabIndex = 17;
this.label7.Text = "seconds";
//
// nudChambersEditInterval
//
this.nudChambersEditInterval.BackColor = System.Drawing.Color.Gray;
this.nudChambersEditInterval.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.nudChambersEditInterval.Location = new System.Drawing.Point(19, 283);
this.nudChambersEditInterval.Maximum = new decimal(new int[] {
86400,
0,
0,
0});
this.nudChambersEditInterval.Minimum = new decimal(new int[] {
5,
0,
0,
0});
this.nudChambersEditInterval.Name = "nudChambersEditInterval";
this.nudChambersEditInterval.Size = new System.Drawing.Size(62, 26);
this.nudChambersEditInterval.TabIndex = 16;
this.nudChambersEditInterval.Value = new decimal(new int[] {
20,
0,
0,
0});
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 259);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(189, 20);
this.label6.TabIndex = 14;
this.label6.Text = "Interval of measurements";
//
// cboxChambersEditServerType
//
this.cboxChambersEditServerType.BackColor = System.Drawing.Color.Gray;
this.cboxChambersEditServerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxChambersEditServerType.Enabled = false;
this.cboxChambersEditServerType.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.cboxChambersEditServerType.FormattingEnabled = true;
this.cboxChambersEditServerType.Location = new System.Drawing.Point(17, 50);
this.cboxChambersEditServerType.Name = "cboxChambersEditServerType";
this.cboxChambersEditServerType.Size = new System.Drawing.Size(224, 28);
this.cboxChambersEditServerType.TabIndex = 13;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 26);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 20);
this.label5.TabIndex = 12;
this.label5.Text = "Server type";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 326);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 20);
this.label4.TabIndex = 11;
this.label4.Text = "Enabled";
//
// cboxChambersEditActive
//
this.cboxChambersEditActive.AutoSize = true;
this.cboxChambersEditActive.BackColor = System.Drawing.Color.Gray;
this.cboxChambersEditActive.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cboxChambersEditActive.Location = new System.Drawing.Point(91, 331);
this.cboxChambersEditActive.Name = "cboxChambersEditActive";
this.cboxChambersEditActive.Size = new System.Drawing.Size(12, 11);
this.cboxChambersEditActive.TabIndex = 10;
this.cboxChambersEditActive.UseVisualStyleBackColor = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 191);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 20);
this.label3.TabIndex = 8;
this.label3.Text = "Network";
//
// txtbChambersEditNetwork
//
this.txtbChambersEditNetwork.BackColor = System.Drawing.Color.Silver;
this.txtbChambersEditNetwork.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbChambersEditNetwork.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbChambersEditNetwork.Location = new System.Drawing.Point(17, 215);
this.txtbChambersEditNetwork.Name = "txtbChambersEditNetwork";
this.txtbChambersEditNetwork.Size = new System.Drawing.Size(224, 19);
this.txtbChambersEditNetwork.TabIndex = 3;
//
// txtbChambersEditMIDS
//
this.txtbChambersEditMIDS.BackColor = System.Drawing.Color.Silver;
this.txtbChambersEditMIDS.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbChambersEditMIDS.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbChambersEditMIDS.Location = new System.Drawing.Point(17, 111);
this.txtbChambersEditMIDS.Name = "txtbChambersEditMIDS";
this.txtbChambersEditMIDS.Size = new System.Drawing.Size(224, 19);
this.txtbChambersEditMIDS.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(119, 20);
this.label2.TabIndex = 5;
this.label2.Text = "MIDS Chamber";
//
// btnChambersEditUpdate
//
this.btnChambersEditUpdate.BackColor = System.Drawing.Color.DimGray;
this.btnChambersEditUpdate.Location = new System.Drawing.Point(19, 387);
this.btnChambersEditUpdate.Name = "btnChambersEditUpdate";
this.btnChambersEditUpdate.Size = new System.Drawing.Size(224, 51);
this.btnChambersEditUpdate.TabIndex = 4;
this.btnChambersEditUpdate.Text = "Create";
this.btnChambersEditUpdate.UseVisualStyleBackColor = false;
this.btnChambersEditUpdate.Click += new System.EventHandler(this.btnChambersEditUpdate_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 138);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(92, 20);
this.label1.TabIndex = 3;
this.label1.Text = "MIDS Node";
//
// txtbChambersEditDescription
//
this.txtbChambersEditDescription.BackColor = System.Drawing.Color.Silver;
this.txtbChambersEditDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtbChambersEditDescription.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtbChambersEditDescription.Location = new System.Drawing.Point(17, 162);
this.txtbChambersEditDescription.Name = "txtbChambersEditDescription";
this.txtbChambersEditDescription.Size = new System.Drawing.Size(224, 19);
this.txtbChambersEditDescription.TabIndex = 2;
//
// lblSensorEditCalibrationPK
//
this.lblSensorEditCalibrationPK.AutoSize = true;
this.lblSensorEditCalibrationPK.ForeColor = System.Drawing.SystemColors.ControlDark;
this.lblSensorEditCalibrationPK.Location = new System.Drawing.Point(403, 558);
this.lblSensorEditCalibrationPK.Name = "lblSensorEditCalibrationPK";
this.lblSensorEditCalibrationPK.Size = new System.Drawing.Size(23, 20);
this.lblSensorEditCalibrationPK.TabIndex = 41;
this.lblSensorEditCalibrationPK.Text = "-1";
//
// label22
//
this.label22.AutoSize = true;
this.label22.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label22.Location = new System.Drawing.Point(267, 558);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(116, 20);
this.label22.TabIndex = 42;
this.label22.Text = "Calibration PK: ";
//
// lboxChambers
//
this.lboxChambers.BackColor = System.Drawing.Color.Gray;
this.lboxChambers.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.lboxChambers.FormattingEnabled = true;
this.lboxChambers.ItemHeight = 20;
this.lboxChambers.Location = new System.Drawing.Point(14, 45);
this.lboxChambers.Name = "lboxChambers";
this.lboxChambers.Size = new System.Drawing.Size(119, 484);
this.lboxChambers.TabIndex = 1;
this.lboxChambers.SelectedIndexChanged += new System.EventHandler(this.lboxChambers_SelectedIndexChanged);
//
// lblChambersEditPK
//
this.lblChambersEditPK.AutoSize = true;
this.lblChambersEditPK.ForeColor = System.Drawing.SystemColors.ControlDark;
this.lblChambersEditPK.Location = new System.Drawing.Point(403, 516);
this.lblChambersEditPK.Name = "lblChambersEditPK";
this.lblChambersEditPK.Size = new System.Drawing.Size(23, 20);
this.lblChambersEditPK.TabIndex = 9;
this.lblChambersEditPK.Text = "-1";
//
// label14
//
this.label14.AutoSize = true;
this.label14.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label14.Location = new System.Drawing.Point(267, 537);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(88, 20);
this.label14.TabIndex = 20;
this.label14.Text = "Sensor PK:";
//
// lblSensorEditPK
//
this.lblSensorEditPK.AutoSize = true;
this.lblSensorEditPK.ForeColor = System.Drawing.SystemColors.ControlDark;
this.lblSensorEditPK.Location = new System.Drawing.Point(403, 537);
this.lblSensorEditPK.Name = "lblSensorEditPK";
this.lblSensorEditPK.Size = new System.Drawing.Size(23, 20);
this.lblSensorEditPK.TabIndex = 19;
this.lblSensorEditPK.Text = "-1";
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.DimGray;
this.groupBox2.Controls.Add(this.dgvRS485);
this.groupBox2.Controls.Add(this.button4);
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.groupBox2.Location = new System.Drawing.Point(549, 15);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(682, 336);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "RS485 Chambers";
//
// dgvRS485
//
this.dgvRS485.AllowUserToAddRows = false;
this.dgvRS485.AllowUserToDeleteRows = false;
this.dgvRS485.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvRS485.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Chamber,
this.Temperature,
this.Humidity,
this.Mode,
this.Number_of_alarms});
this.dgvRS485.Location = new System.Drawing.Point(19, 33);
this.dgvRS485.Name = "dgvRS485";
this.dgvRS485.Size = new System.Drawing.Size(555, 291);
this.dgvRS485.TabIndex = 1;
//
// Chamber
//
this.Chamber.HeaderText = "Chamber";
this.Chamber.Name = "Chamber";
//
// Temperature
//
this.Temperature.HeaderText = "Temperature";
this.Temperature.Name = "Temperature";
//
// Humidity
//
this.Humidity.HeaderText = "Humidity";
this.Humidity.Name = "Humidity";
//
// Mode
//
this.Mode.HeaderText = "Mode";
this.Mode.Name = "Mode";
//
// Number_of_alarms
//
this.Number_of_alarms.HeaderText = "Number of alarms";
this.Number_of_alarms.Name = "Number_of_alarms";
//
// button4
//
this.button4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.button4.Location = new System.Drawing.Point(580, 280);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(86, 43);
this.button4.TabIndex = 0;
this.button4.Text = "Close";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// pnlDatabaseBackup
//
this.pnlDatabaseBackup.Location = new System.Drawing.Point(110, 91);
this.pnlDatabaseBackup.Name = "pnlDatabaseBackup";
this.pnlDatabaseBackup.Size = new System.Drawing.Size(950, 656);
this.pnlDatabaseBackup.TabIndex = 3;
this.pnlDatabaseBackup.Visible = false;
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.DimGray;
this.groupBox1.Controls.Add(this.btnDeleteTwoYear);
this.groupBox1.Controls.Add(this.btnDeleteHalfYear);
this.groupBox1.Controls.Add(this.btnDeleteOneYear);
this.groupBox1.Controls.Add(this.label29);
this.groupBox1.Controls.Add(this.lblFirstResult);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.label27);
this.groupBox1.Controls.Add(this.label26);
this.groupBox1.Controls.Add(this.lblPnlMenuChambers);
this.groupBox1.Controls.Add(this.btnDatabaseBackup);
this.groupBox1.Controls.Add(this.txtbBackupFileCopy);
this.groupBox1.Controls.Add(this.txtbBackupFile);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.groupBox1.Location = new System.Drawing.Point(3, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1127, 672);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Database manager";
this.groupBox1.Visible = false;
//
// btnDeleteTwoYear
//
this.btnDeleteTwoYear.BackColor = System.Drawing.Color.Gray;
this.btnDeleteTwoYear.Location = new System.Drawing.Point(616, 319);
this.btnDeleteTwoYear.Name = "btnDeleteTwoYear";
this.btnDeleteTwoYear.Size = new System.Drawing.Size(265, 45);
this.btnDeleteTwoYear.TabIndex = 10;
this.btnDeleteTwoYear.Text = "Delete Results older than 2 years";
this.btnDeleteTwoYear.UseVisualStyleBackColor = false;
this.btnDeleteTwoYear.Click += new System.EventHandler(this.btnDeleteTwoYear_Click);
//
// btnDeleteHalfYear
//
this.btnDeleteHalfYear.BackColor = System.Drawing.Color.Gray;
this.btnDeleteHalfYear.Location = new System.Drawing.Point(24, 319);
this.btnDeleteHalfYear.Name = "btnDeleteHalfYear";
this.btnDeleteHalfYear.Size = new System.Drawing.Size(286, 45);
this.btnDeleteHalfYear.TabIndex = 9;
this.btnDeleteHalfYear.Text = "Delete Results older than half a year";
this.btnDeleteHalfYear.UseVisualStyleBackColor = false;
this.btnDeleteHalfYear.Click += new System.EventHandler(this.btnDeleteHalfYear_Click);
//
// btnDeleteOneYear
//
this.btnDeleteOneYear.BackColor = System.Drawing.Color.Gray;
this.btnDeleteOneYear.Location = new System.Drawing.Point(334, 319);
this.btnDeleteOneYear.Name = "btnDeleteOneYear";
this.btnDeleteOneYear.Size = new System.Drawing.Size(257, 45);
this.btnDeleteOneYear.TabIndex = 8;
this.btnDeleteOneYear.Text = "Delete Results older than 1 year";
this.btnDeleteOneYear.UseVisualStyleBackColor = false;
this.btnDeleteOneYear.Click += new System.EventHandler(this.btnDeleteOneYear_Click);
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(19, 40);
this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(259, 20);
this.label29.TabIndex = 7;
this.label29.Text = "First result in database recorded on";
//
// lblFirstResult
//
this.lblFirstResult.AutoSize = true;
this.lblFirstResult.Location = new System.Drawing.Point(285, 40);
this.lblFirstResult.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblFirstResult.Name = "lblFirstResult";
this.lblFirstResult.Size = new System.Drawing.Size(60, 20);
this.lblFirstResult.TabIndex = 6;
this.lblFirstResult.Text = "label28";
//
// button2
//
this.button2.BackColor = System.Drawing.Color.Gray;
this.button2.Location = new System.Drawing.Point(749, 233);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(133, 41);
this.button2.TabIndex = 5;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(19, 145);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(162, 20);
this.label27.TabIndex = 4;
this.label27.Text = "Saving server copy as";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(19, 78);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(158, 20);
this.label26.TabIndex = 3;
this.label26.Text = "Saving backup file as";
//
// lblPnlMenuChambers
//
this.lblPnlMenuChambers.AutoSize = true;
this.lblPnlMenuChambers.Location = new System.Drawing.Point(7, 10);
this.lblPnlMenuChambers.Name = "lblPnlMenuChambers";
this.lblPnlMenuChambers.Size = new System.Drawing.Size(82, 20);
this.lblPnlMenuChambers.TabIndex = 0;
this.lblPnlMenuChambers.Text = "Chambers";
//
// btnDatabaseBackup
//
this.btnDatabaseBackup.BackColor = System.Drawing.Color.Gray;
this.btnDatabaseBackup.Location = new System.Drawing.Point(23, 233);
this.btnDatabaseBackup.Name = "btnDatabaseBackup";
this.btnDatabaseBackup.Size = new System.Drawing.Size(721, 41);
this.btnDatabaseBackup.TabIndex = 2;
this.btnDatabaseBackup.Text = "Backup";
this.btnDatabaseBackup.UseVisualStyleBackColor = false;
this.btnDatabaseBackup.Click += new System.EventHandler(this.btnDatabaseBackup_Click);
//
// txtbBackupFileCopy
//
this.txtbBackupFileCopy.BackColor = System.Drawing.Color.Gray;
this.txtbBackupFileCopy.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.txtbBackupFileCopy.Location = new System.Drawing.Point(23, 169);
this.txtbBackupFileCopy.Name = "txtbBackupFileCopy";
this.txtbBackupFileCopy.Size = new System.Drawing.Size(859, 26);
this.txtbBackupFileCopy.TabIndex = 1;
this.txtbBackupFileCopy.Text = "backupserverlocation.bak";
//
// txtbBackupFile
//
this.txtbBackupFile.BackColor = System.Drawing.Color.Gray;
this.txtbBackupFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.txtbBackupFile.Location = new System.Drawing.Point(23, 102);
this.txtbBackupFile.Name = "txtbBackupFile";
this.txtbBackupFile.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtbBackupFile.Size = new System.Drawing.Size(860, 26);
this.txtbBackupFile.TabIndex = 0;
this.txtbBackupFile.Text = "backuplocation.bak";
//
// pnlInfoLabel
//
this.pnlInfoLabel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.pnlInfoLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlInfoLabel.Controls.Add(this.lblInfo);
this.pnlInfoLabel.Location = new System.Drawing.Point(796, 855);
this.pnlInfoLabel.Name = "pnlInfoLabel";
this.pnlInfoLabel.Size = new System.Drawing.Size(770, 100);
this.pnlInfoLabel.TabIndex = 2;
this.pnlInfoLabel.Visible = false;
//
// lblInfo
//
this.lblInfo.AutoSize = true;
this.lblInfo.Location = new System.Drawing.Point(385, 44);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(25, 13);
this.lblInfo.TabIndex = 0;
this.lblInfo.Text = "Info";
//
// timerDBbackup
//
this.timerDBbackup.Enabled = true;
this.timerDBbackup.Interval = 5000;
this.timerDBbackup.Tick += new System.EventHandler(this.timerDBbackup_Tick);
//
// cbSuperUser
//
this.cbSuperUser.AutoSize = true;
this.cbSuperUser.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.cbSuperUser.Location = new System.Drawing.Point(1060, 6);
this.cbSuperUser.Name = "cbSuperUser";
this.cbSuperUser.Size = new System.Drawing.Size(77, 17);
this.cbSuperUser.TabIndex = 3;
this.cbSuperUser.Text = "Super user";
this.cbSuperUser.UseVisualStyleBackColor = true;
this.cbSuperUser.CheckedChanged += new System.EventHandler(this.cbSuperUser_CheckedChanged);
//
// Manager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DimGray;
this.ClientSize = new System.Drawing.Size(1165, 743);
this.Controls.Add(this.cbSuperUser);
this.Controls.Add(this.pnlMenuChambers);
this.Controls.Add(this.pnlInfoLabel);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Manager";
this.Text = "FEANOR - Manager";
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.Load += new System.EventHandler(this.Manager_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.pnlMenuChambers.ResumeLayout(false);
this.pnlMenuChambers.PerformLayout();
this.gbDeltaIP.ResumeLayout(false);
this.gbDeltaIP.PerformLayout();
this.gbSensorsEdit.ResumeLayout(false);
this.pnlSensorEdit.ResumeLayout(false);
this.pnlSensorEdit.PerformLayout();
this.gboxChamberEdit.ResumeLayout(false);
this.gboxChamberEdit.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudChambersEditInterval)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvRS485)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.pnlInfoLabel.ResumeLayout(false);
this.pnlInfoLabel.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuChambers;
private System.Windows.Forms.Panel pnlMenuChambers;
private System.Windows.Forms.ListBox lboxChambers;
private System.Windows.Forms.Label lblPnlMenuChambers;
private System.Windows.Forms.GroupBox gboxChamberEdit;
private System.Windows.Forms.TextBox txtbChambersEditDescription;
private System.Windows.Forms.Button btnChambersEditUpdate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtbChambersEditMIDS;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtbChambersEditNetwork;
private System.Windows.Forms.Label lblChambersEditPK;
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox cboxChambersEditActive;
private System.Windows.Forms.CheckBox cboxChambersFilterActive;
private System.Windows.Forms.ComboBox cboxChambersEditServerType;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown nudChambersEditInterval;
private System.Windows.Forms.ListBox lbSensorsEdit;
private System.Windows.Forms.GroupBox gbSensorsEdit;
private System.Windows.Forms.Panel pnlSensorEdit;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtbSensorEditDescription;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtbSensorEditID;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtbSensorEditType;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.CheckBox cboxSensorEditEnabled;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label lblSensorEditPK;
private System.Windows.Forms.Button btnSensorEditModify;
private System.Windows.Forms.DateTimePicker dtpSensorEditRelease;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.DateTimePicker dtpSensorEditExpiry;
private System.Windows.Forms.Button btnSensorEditClearCalibration;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.CheckBox cboxSensorEditCalibrationEnabled;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label lblSensorEditCalibrationPK;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.TextBox txtbSensorsEditCalibrationU;
private System.Windows.Forms.Panel pnlInfoLabel;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.Button Reboot;
private System.Windows.Forms.Button Shutdown;
private System.Windows.Forms.Button NodeState;
private System.Windows.Forms.Button RS485btn;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox gbDeltaIP;
private System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem;
private System.Windows.Forms.FlowLayoutPanel pnlDatabaseBackup;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnDatabaseBackup;
private System.Windows.Forms.TextBox txtbBackupFileCopy;
private System.Windows.Forms.TextBox txtbBackupFile;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label lblFirstResult;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox tbX3;
private System.Windows.Forms.TextBox tbX4;
private System.Windows.Forms.TextBox tbX2;
private System.Windows.Forms.TextBox tbX1;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.CheckBox cboxRS485;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.ToolStripMenuItem rS485ChambersToolStripMenuItem;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.DataGridView dgvRS485;
private System.Windows.Forms.DataGridViewTextBoxColumn Chamber;
private System.Windows.Forms.DataGridViewTextBoxColumn Temperature;
private System.Windows.Forms.DataGridViewTextBoxColumn Humidity;
private System.Windows.Forms.DataGridViewTextBoxColumn Mode;
private System.Windows.Forms.DataGridViewTextBoxColumn Number_of_alarms;
private System.Windows.Forms.Timer timerDBbackup;
private System.Windows.Forms.Button btnDeleteOneYear;
private System.Windows.Forms.Button btnDeleteTwoYear;
private System.Windows.Forms.Button btnDeleteHalfYear;
private System.Windows.Forms.CheckBox cbHumidity;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.CheckBox cbSuperUser;
}
}