1338 lines
66 KiB
C#
1338 lines
66 KiB
C#
|
|
namespace HalCheck
|
|
{
|
|
partial class HalControle
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HalControle));
|
|
this.dgvProjects = new System.Windows.Forms.DataGridView();
|
|
this.dgvProjects_Project = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvProjects_Duration = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvProjects_Stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvProjects_Chamber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dgvProjects_Customer = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CDuration = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CTemperature = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CHumidity = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CTesttype = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.GCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.CTempHigh = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CTempLow = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.tbTmin = new System.Windows.Forms.TextBox();
|
|
this.tbTmax = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.tbRHmax = new System.Windows.Forms.TextBox();
|
|
this.tbRHmin = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.tbVmax = new System.Windows.Forms.TextBox();
|
|
this.tbVmin = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnGeneralCheck = new System.Windows.Forms.Button();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.tbCheckLastHour = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.tbGeneralDataInterval = new System.Windows.Forms.TextBox();
|
|
this.tabControl = new System.Windows.Forms.TabControl();
|
|
this.tpProjectData = new System.Windows.Forms.TabPage();
|
|
this.label37 = new System.Windows.Forms.Label();
|
|
this.label36 = new System.Windows.Forms.Label();
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
this.tbCheckLastProjectData = new System.Windows.Forms.TextBox();
|
|
this.label34 = new System.Windows.Forms.Label();
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.btnProjectDataCheck = new System.Windows.Forms.Button();
|
|
this.dgvProjectErrors = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.tbHumidityDev = new System.Windows.Forms.TextBox();
|
|
this.tbTempDev = new System.Windows.Forms.TextBox();
|
|
this.tpGeneralDataCheck = new System.Windows.Forms.TabPage();
|
|
this.dgvGeneralErrors = new System.Windows.Forms.DataGridView();
|
|
this.GChamber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GSensorPK = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GTimestamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GSensorType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.GAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.tpDataView = new System.Windows.Forms.TabPage();
|
|
this.btn1w = new System.Windows.Forms.Button();
|
|
this.btn2d = new System.Windows.Forms.Button();
|
|
this.btn1d = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label41 = new System.Windows.Forms.Label();
|
|
this.label40 = new System.Windows.Forms.Label();
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
this.label38 = new System.Windows.Forms.Label();
|
|
this.tbHighTC = new System.Windows.Forms.TextBox();
|
|
this.tbLowTC = new System.Windows.Forms.TextBox();
|
|
this.lblCycles = new System.Windows.Forms.Label();
|
|
this.cbVoltageScale = new System.Windows.Forms.CheckBox();
|
|
this.cbLiveData = new System.Windows.Forms.CheckBox();
|
|
this.cbShowEnvelope = new System.Windows.Forms.CheckBox();
|
|
this.tbLastHours = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
this.lbChambers = new System.Windows.Forms.ListBox();
|
|
this.lbSensors = new System.Windows.Forms.ListBox();
|
|
this.panelPlot = new System.Windows.Forms.Panel();
|
|
this.tpHal = new System.Windows.Forms.TabPage();
|
|
this.pnlESDwarning = new System.Windows.Forms.Panel();
|
|
this.pcESDwarning = new System.Windows.Forms.PictureBox();
|
|
this.pcHal = new System.Windows.Forms.PictureBox();
|
|
this.timerAutoCheck = new System.Windows.Forms.Timer(this.components);
|
|
this.timerLiveData = new System.Windows.Forms.Timer(this.components);
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProjects)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.tabControl.SuspendLayout();
|
|
this.tpProjectData.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProjectErrors)).BeginInit();
|
|
this.tpGeneralDataCheck.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvGeneralErrors)).BeginInit();
|
|
this.tpDataView.SuspendLayout();
|
|
this.tpHal.SuspendLayout();
|
|
this.pnlESDwarning.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcESDwarning)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcHal)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dgvProjects
|
|
//
|
|
this.dgvProjects.AllowUserToAddRows = false;
|
|
this.dgvProjects.AllowUserToDeleteRows = false;
|
|
this.dgvProjects.AllowUserToResizeRows = false;
|
|
this.dgvProjects.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgvProjects.BackgroundColor = System.Drawing.Color.Silver;
|
|
this.dgvProjects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvProjects.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dgvProjects_Project,
|
|
this.dgvProjects_Duration,
|
|
this.dgvProjects_Stepname,
|
|
this.dgvProjects_Chamber,
|
|
this.dgvProjects_Customer,
|
|
this.CDuration,
|
|
this.CTemperature,
|
|
this.CHumidity,
|
|
this.CTesttype,
|
|
this.GCheck,
|
|
this.CTempHigh,
|
|
this.CTempLow});
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Gray;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvProjects.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvProjects.GridColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.dgvProjects.Location = new System.Drawing.Point(19, 14);
|
|
this.dgvProjects.MultiSelect = false;
|
|
this.dgvProjects.Name = "dgvProjects";
|
|
this.dgvProjects.RowHeadersVisible = false;
|
|
this.dgvProjects.RowHeadersWidth = 62;
|
|
this.dgvProjects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvProjects.Size = new System.Drawing.Size(1641, 389);
|
|
this.dgvProjects.TabIndex = 2;
|
|
this.dgvProjects.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProjects_CellClick);
|
|
this.dgvProjects.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProjects_CellContentClick);
|
|
this.dgvProjects.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProjects_CellValueChanged);
|
|
this.dgvProjects.DoubleClick += new System.EventHandler(this.dgvProjects_DoubleClick);
|
|
//
|
|
// dgvProjects_Project
|
|
//
|
|
this.dgvProjects_Project.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.dgvProjects_Project.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dgvProjects_Project.FillWeight = 376.9036F;
|
|
this.dgvProjects_Project.HeaderText = "Project";
|
|
this.dgvProjects_Project.MinimumWidth = 100;
|
|
this.dgvProjects_Project.Name = "dgvProjects_Project";
|
|
//
|
|
// dgvProjects_Duration
|
|
//
|
|
this.dgvProjects_Duration.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.dgvProjects_Duration.FillWeight = 10.44235F;
|
|
this.dgvProjects_Duration.HeaderText = "Duration";
|
|
this.dgvProjects_Duration.MinimumWidth = 100;
|
|
this.dgvProjects_Duration.Name = "dgvProjects_Duration";
|
|
//
|
|
// dgvProjects_Stepname
|
|
//
|
|
this.dgvProjects_Stepname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
this.dgvProjects_Stepname.FillWeight = 20.8847F;
|
|
this.dgvProjects_Stepname.HeaderText = "Stepname";
|
|
this.dgvProjects_Stepname.MinimumWidth = 600;
|
|
this.dgvProjects_Stepname.Name = "dgvProjects_Stepname";
|
|
this.dgvProjects_Stepname.Width = 600;
|
|
//
|
|
// dgvProjects_Chamber
|
|
//
|
|
this.dgvProjects_Chamber.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.dgvProjects_Chamber.FillWeight = 20.8847F;
|
|
this.dgvProjects_Chamber.HeaderText = "Chamber";
|
|
this.dgvProjects_Chamber.MinimumWidth = 74;
|
|
this.dgvProjects_Chamber.Name = "dgvProjects_Chamber";
|
|
this.dgvProjects_Chamber.Width = 74;
|
|
//
|
|
// dgvProjects_Customer
|
|
//
|
|
this.dgvProjects_Customer.FillWeight = 20.8847F;
|
|
this.dgvProjects_Customer.HeaderText = "Customer";
|
|
this.dgvProjects_Customer.MinimumWidth = 100;
|
|
this.dgvProjects_Customer.Name = "dgvProjects_Customer";
|
|
//
|
|
// CDuration
|
|
//
|
|
this.CDuration.HeaderText = "Hours";
|
|
this.CDuration.MinimumWidth = 50;
|
|
this.CDuration.Name = "CDuration";
|
|
//
|
|
// CTemperature
|
|
//
|
|
this.CTemperature.HeaderText = "Temperature";
|
|
this.CTemperature.MinimumWidth = 50;
|
|
this.CTemperature.Name = "CTemperature";
|
|
//
|
|
// CHumidity
|
|
//
|
|
this.CHumidity.HeaderText = "Humidity";
|
|
this.CHumidity.MinimumWidth = 50;
|
|
this.CHumidity.Name = "CHumidity";
|
|
//
|
|
// CTesttype
|
|
//
|
|
this.CTesttype.HeaderText = "Testtype";
|
|
this.CTesttype.Items.AddRange(new object[] {
|
|
"HAST",
|
|
"Climate",
|
|
"THB",
|
|
"THB_cycledbias",
|
|
"HTOL",
|
|
"Bake",
|
|
"TC",
|
|
"PTC",
|
|
"Unknown"});
|
|
this.CTesttype.MinimumWidth = 50;
|
|
this.CTesttype.Name = "CTesttype";
|
|
this.CTesttype.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.CTesttype.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
//
|
|
// GCheck
|
|
//
|
|
this.GCheck.HeaderText = "Check";
|
|
this.GCheck.MinimumWidth = 40;
|
|
this.GCheck.Name = "GCheck";
|
|
this.GCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.GCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
//
|
|
// CTempHigh
|
|
//
|
|
this.CTempHigh.HeaderText = "TempHigh";
|
|
this.CTempHigh.MinimumWidth = 6;
|
|
this.CTempHigh.Name = "CTempHigh";
|
|
//
|
|
// CTempLow
|
|
//
|
|
this.CTempLow.HeaderText = "TempLow";
|
|
this.CTempLow.MinimumWidth = 6;
|
|
this.CTempLow.Name = "CTempLow";
|
|
//
|
|
// fileSystemWatcher1
|
|
//
|
|
this.fileSystemWatcher1.EnableRaisingEvents = true;
|
|
this.fileSystemWatcher1.SynchronizingObject = this;
|
|
this.fileSystemWatcher1.Changed += new System.IO.FileSystemEventHandler(this.fileSystemWatcher1_Changed);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(10, 56);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(14, 13);
|
|
this.label5.TabIndex = 13;
|
|
this.label5.Text = "T";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(32, 56);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(23, 13);
|
|
this.label6.TabIndex = 14;
|
|
this.label6.Text = "min";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(108, 56);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(26, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "max";
|
|
//
|
|
// tbTmin
|
|
//
|
|
this.tbTmin.Location = new System.Drawing.Point(58, 54);
|
|
this.tbTmin.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbTmin.Name = "tbTmin";
|
|
this.tbTmin.Size = new System.Drawing.Size(41, 20);
|
|
this.tbTmin.TabIndex = 16;
|
|
this.tbTmin.Text = "-100";
|
|
//
|
|
// tbTmax
|
|
//
|
|
this.tbTmax.Location = new System.Drawing.Point(137, 54);
|
|
this.tbTmax.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbTmax.Name = "tbTmax";
|
|
this.tbTmax.Size = new System.Drawing.Size(41, 20);
|
|
this.tbTmax.TabIndex = 17;
|
|
this.tbTmax.Text = "300";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(176, 56);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(21, 13);
|
|
this.label8.TabIndex = 18;
|
|
this.label8.Text = " °C";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(182, 78);
|
|
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(15, 13);
|
|
this.label9.TabIndex = 24;
|
|
this.label9.Text = "%";
|
|
//
|
|
// tbRHmax
|
|
//
|
|
this.tbRHmax.Location = new System.Drawing.Point(137, 76);
|
|
this.tbRHmax.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbRHmax.Name = "tbRHmax";
|
|
this.tbRHmax.Size = new System.Drawing.Size(41, 20);
|
|
this.tbRHmax.TabIndex = 23;
|
|
this.tbRHmax.Text = "100";
|
|
//
|
|
// tbRHmin
|
|
//
|
|
this.tbRHmin.Location = new System.Drawing.Point(58, 76);
|
|
this.tbRHmin.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbRHmin.Name = "tbRHmin";
|
|
this.tbRHmin.Size = new System.Drawing.Size(41, 20);
|
|
this.tbRHmin.TabIndex = 22;
|
|
this.tbRHmin.Text = "0";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(108, 78);
|
|
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(26, 13);
|
|
this.label10.TabIndex = 21;
|
|
this.label10.Text = "max";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(32, 78);
|
|
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(23, 13);
|
|
this.label11.TabIndex = 20;
|
|
this.label11.Text = "min";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(10, 78);
|
|
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(23, 13);
|
|
this.label12.TabIndex = 19;
|
|
this.label12.Text = "RH";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(182, 101);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(14, 13);
|
|
this.label13.TabIndex = 30;
|
|
this.label13.Text = "V";
|
|
//
|
|
// tbVmax
|
|
//
|
|
this.tbVmax.Location = new System.Drawing.Point(137, 98);
|
|
this.tbVmax.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbVmax.Name = "tbVmax";
|
|
this.tbVmax.Size = new System.Drawing.Size(41, 20);
|
|
this.tbVmax.TabIndex = 29;
|
|
this.tbVmax.Text = "100";
|
|
//
|
|
// tbVmin
|
|
//
|
|
this.tbVmin.Location = new System.Drawing.Point(58, 98);
|
|
this.tbVmin.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbVmin.Name = "tbVmin";
|
|
this.tbVmin.Size = new System.Drawing.Size(41, 20);
|
|
this.tbVmin.TabIndex = 28;
|
|
this.tbVmin.Text = "-100";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(108, 101);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(26, 13);
|
|
this.label14.TabIndex = 27;
|
|
this.label14.Text = "max";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(32, 101);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(23, 13);
|
|
this.label15.TabIndex = 26;
|
|
this.label15.Text = "min";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(10, 101);
|
|
this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(14, 13);
|
|
this.label16.TabIndex = 25;
|
|
this.label16.Text = "V";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnGeneralCheck);
|
|
this.groupBox1.Controls.Add(this.label19);
|
|
this.groupBox1.Controls.Add(this.label20);
|
|
this.groupBox1.Controls.Add(this.tbCheckLastHour);
|
|
this.groupBox1.Controls.Add(this.label18);
|
|
this.groupBox1.Controls.Add(this.label17);
|
|
this.groupBox1.Controls.Add(this.tbGeneralDataInterval);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.tbVmax);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.tbVmin);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.label14);
|
|
this.groupBox1.Controls.Add(this.tbTmin);
|
|
this.groupBox1.Controls.Add(this.label15);
|
|
this.groupBox1.Controls.Add(this.tbTmax);
|
|
this.groupBox1.Controls.Add(this.label16);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.tbRHmax);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.tbRHmin);
|
|
this.groupBox1.Location = new System.Drawing.Point(14, 13);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
|
|
this.groupBox1.Size = new System.Drawing.Size(206, 190);
|
|
this.groupBox1.TabIndex = 31;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "General data check";
|
|
//
|
|
// btnGeneralCheck
|
|
//
|
|
this.btnGeneralCheck.Location = new System.Drawing.Point(13, 17);
|
|
this.btnGeneralCheck.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnGeneralCheck.Name = "btnGeneralCheck";
|
|
this.btnGeneralCheck.Size = new System.Drawing.Size(183, 28);
|
|
this.btnGeneralCheck.TabIndex = 38;
|
|
this.btnGeneralCheck.Text = "Check";
|
|
this.btnGeneralCheck.UseVisualStyleBackColor = true;
|
|
this.btnGeneralCheck.Click += new System.EventHandler(this.btnGeneralCheck_Click);
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(103, 159);
|
|
this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(39, 13);
|
|
this.label19.TabIndex = 36;
|
|
this.label19.Text = "hour(s)";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(10, 159);
|
|
this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(38, 13);
|
|
this.label20.TabIndex = 35;
|
|
this.label20.Text = "Check";
|
|
//
|
|
// tbCheckLastHour
|
|
//
|
|
this.tbCheckLastHour.Location = new System.Drawing.Point(58, 157);
|
|
this.tbCheckLastHour.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbCheckLastHour.Name = "tbCheckLastHour";
|
|
this.tbCheckLastHour.Size = new System.Drawing.Size(41, 20);
|
|
this.tbCheckLastHour.TabIndex = 34;
|
|
this.tbCheckLastHour.Text = "1";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(103, 135);
|
|
this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(23, 13);
|
|
this.label18.TabIndex = 33;
|
|
this.label18.Text = "min";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(10, 135);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(42, 13);
|
|
this.label17.TabIndex = 32;
|
|
this.label17.Text = "Interval";
|
|
//
|
|
// tbGeneralDataInterval
|
|
//
|
|
this.tbGeneralDataInterval.Location = new System.Drawing.Point(58, 132);
|
|
this.tbGeneralDataInterval.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbGeneralDataInterval.Name = "tbGeneralDataInterval";
|
|
this.tbGeneralDataInterval.ReadOnly = true;
|
|
this.tbGeneralDataInterval.Size = new System.Drawing.Size(41, 20);
|
|
this.tbGeneralDataInterval.TabIndex = 31;
|
|
this.tbGeneralDataInterval.Text = "1";
|
|
this.tbGeneralDataInterval.TextChanged += new System.EventHandler(this.tbGeneralDataInterval_TextChanged);
|
|
//
|
|
// tabControl
|
|
//
|
|
this.tabControl.Controls.Add(this.tpProjectData);
|
|
this.tabControl.Controls.Add(this.tpGeneralDataCheck);
|
|
this.tabControl.Controls.Add(this.tpDataView);
|
|
this.tabControl.Controls.Add(this.tpHal);
|
|
this.tabControl.Location = new System.Drawing.Point(9, 10);
|
|
this.tabControl.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tabControl.Name = "tabControl";
|
|
this.tabControl.SelectedIndex = 0;
|
|
this.tabControl.Size = new System.Drawing.Size(1688, 1029);
|
|
this.tabControl.TabIndex = 32;
|
|
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
|
|
//
|
|
// tpProjectData
|
|
//
|
|
this.tpProjectData.Controls.Add(this.label37);
|
|
this.tpProjectData.Controls.Add(this.label36);
|
|
this.tpProjectData.Controls.Add(this.label32);
|
|
this.tpProjectData.Controls.Add(this.label33);
|
|
this.tpProjectData.Controls.Add(this.tbCheckLastProjectData);
|
|
this.tpProjectData.Controls.Add(this.label34);
|
|
this.tpProjectData.Controls.Add(this.label35);
|
|
this.tpProjectData.Controls.Add(this.textBox2);
|
|
this.tpProjectData.Controls.Add(this.btnProjectDataCheck);
|
|
this.tpProjectData.Controls.Add(this.dgvProjectErrors);
|
|
this.tpProjectData.Controls.Add(this.label30);
|
|
this.tpProjectData.Controls.Add(this.label31);
|
|
this.tpProjectData.Controls.Add(this.tbHumidityDev);
|
|
this.tpProjectData.Controls.Add(this.tbTempDev);
|
|
this.tpProjectData.Controls.Add(this.dgvProjects);
|
|
this.tpProjectData.Location = new System.Drawing.Point(4, 22);
|
|
this.tpProjectData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tpProjectData.Name = "tpProjectData";
|
|
this.tpProjectData.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tpProjectData.Size = new System.Drawing.Size(1680, 972);
|
|
this.tpProjectData.TabIndex = 0;
|
|
this.tpProjectData.Text = "Project data check";
|
|
this.tpProjectData.UseVisualStyleBackColor = true;
|
|
this.tpProjectData.Click += new System.EventHandler(this.tpProjectData_Click);
|
|
//
|
|
// label37
|
|
//
|
|
this.label37.AutoSize = true;
|
|
this.label37.Location = new System.Drawing.Point(28, 448);
|
|
this.label37.Name = "label37";
|
|
this.label37.Size = new System.Drawing.Size(21, 13);
|
|
this.label37.TabIndex = 45;
|
|
this.label37.Text = "+/-";
|
|
//
|
|
// label36
|
|
//
|
|
this.label36.AutoSize = true;
|
|
this.label36.Location = new System.Drawing.Point(28, 423);
|
|
this.label36.Name = "label36";
|
|
this.label36.Size = new System.Drawing.Size(21, 13);
|
|
this.label36.TabIndex = 44;
|
|
this.label36.Text = "+/-";
|
|
//
|
|
// label32
|
|
//
|
|
this.label32.AutoSize = true;
|
|
this.label32.Location = new System.Drawing.Point(133, 688);
|
|
this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label32.Name = "label32";
|
|
this.label32.Size = new System.Drawing.Size(39, 13);
|
|
this.label32.TabIndex = 42;
|
|
this.label32.Text = "hour(s)";
|
|
//
|
|
// label33
|
|
//
|
|
this.label33.AutoSize = true;
|
|
this.label33.Location = new System.Drawing.Point(27, 688);
|
|
this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label33.Name = "label33";
|
|
this.label33.Size = new System.Drawing.Size(57, 13);
|
|
this.label33.TabIndex = 41;
|
|
this.label33.Text = "Check last";
|
|
//
|
|
// tbCheckLastProjectData
|
|
//
|
|
this.tbCheckLastProjectData.Location = new System.Drawing.Point(88, 686);
|
|
this.tbCheckLastProjectData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbCheckLastProjectData.Name = "tbCheckLastProjectData";
|
|
this.tbCheckLastProjectData.Size = new System.Drawing.Size(41, 20);
|
|
this.tbCheckLastProjectData.TabIndex = 40;
|
|
this.tbCheckLastProjectData.Text = "2";
|
|
//
|
|
// label34
|
|
//
|
|
this.label34.AutoSize = true;
|
|
this.label34.Location = new System.Drawing.Point(133, 664);
|
|
this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label34.Name = "label34";
|
|
this.label34.Size = new System.Drawing.Size(23, 13);
|
|
this.label34.TabIndex = 39;
|
|
this.label34.Text = "min";
|
|
//
|
|
// label35
|
|
//
|
|
this.label35.AutoSize = true;
|
|
this.label35.Location = new System.Drawing.Point(40, 664);
|
|
this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label35.Name = "label35";
|
|
this.label35.Size = new System.Drawing.Size(42, 13);
|
|
this.label35.TabIndex = 38;
|
|
this.label35.Text = "Interval";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(88, 661);
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new System.Drawing.Size(41, 20);
|
|
this.textBox2.TabIndex = 37;
|
|
this.textBox2.Text = "1";
|
|
//
|
|
// btnProjectDataCheck
|
|
//
|
|
this.btnProjectDataCheck.Location = new System.Drawing.Point(191, 645);
|
|
this.btnProjectDataCheck.Name = "btnProjectDataCheck";
|
|
this.btnProjectDataCheck.Size = new System.Drawing.Size(143, 75);
|
|
this.btnProjectDataCheck.TabIndex = 34;
|
|
this.btnProjectDataCheck.Text = "Project data check";
|
|
this.btnProjectDataCheck.UseVisualStyleBackColor = true;
|
|
this.btnProjectDataCheck.Click += new System.EventHandler(this.btnProjectDataCheck_Click);
|
|
//
|
|
// dgvProjectErrors
|
|
//
|
|
this.dgvProjectErrors.AllowUserToAddRows = false;
|
|
this.dgvProjectErrors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvProjectErrors.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.dataGridViewTextBoxColumn3,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.dataGridViewTextBoxColumn5,
|
|
this.dataGridViewTextBoxColumn6});
|
|
this.dgvProjectErrors.Location = new System.Drawing.Point(891, 426);
|
|
this.dgvProjectErrors.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dgvProjectErrors.MultiSelect = false;
|
|
this.dgvProjectErrors.Name = "dgvProjectErrors";
|
|
this.dgvProjectErrors.RowHeadersVisible = false;
|
|
this.dgvProjectErrors.RowHeadersWidth = 51;
|
|
this.dgvProjectErrors.RowTemplate.Height = 24;
|
|
this.dgvProjectErrors.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvProjectErrors.Size = new System.Drawing.Size(769, 539);
|
|
this.dgvProjectErrors.TabIndex = 33;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Chamber";
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.Width = 125;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "SensorPK";
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.Width = 125;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "Timestamp";
|
|
this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.Width = 125;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "Value";
|
|
this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.Width = 125;
|
|
//
|
|
// dataGridViewTextBoxColumn5
|
|
//
|
|
this.dataGridViewTextBoxColumn5.HeaderText = "Sensortype";
|
|
this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
this.dataGridViewTextBoxColumn5.Width = 125;
|
|
//
|
|
// dataGridViewTextBoxColumn6
|
|
//
|
|
this.dataGridViewTextBoxColumn6.HeaderText = "# of errors";
|
|
this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.Width = 125;
|
|
//
|
|
// label30
|
|
//
|
|
this.label30.AutoSize = true;
|
|
this.label30.Location = new System.Drawing.Point(98, 448);
|
|
this.label30.Name = "label30";
|
|
this.label30.Size = new System.Drawing.Size(15, 13);
|
|
this.label30.TabIndex = 31;
|
|
this.label30.Text = "%";
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(95, 426);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(18, 13);
|
|
this.label31.TabIndex = 30;
|
|
this.label31.Text = "°C";
|
|
//
|
|
// tbHumidityDev
|
|
//
|
|
this.tbHumidityDev.Location = new System.Drawing.Point(52, 445);
|
|
this.tbHumidityDev.Name = "tbHumidityDev";
|
|
this.tbHumidityDev.Size = new System.Drawing.Size(40, 20);
|
|
this.tbHumidityDev.TabIndex = 29;
|
|
this.tbHumidityDev.Text = "3";
|
|
//
|
|
// tbTempDev
|
|
//
|
|
this.tbTempDev.Location = new System.Drawing.Point(52, 420);
|
|
this.tbTempDev.Name = "tbTempDev";
|
|
this.tbTempDev.Size = new System.Drawing.Size(40, 20);
|
|
this.tbTempDev.TabIndex = 28;
|
|
this.tbTempDev.Text = "3";
|
|
//
|
|
// tpGeneralDataCheck
|
|
//
|
|
this.tpGeneralDataCheck.Controls.Add(this.dgvGeneralErrors);
|
|
this.tpGeneralDataCheck.Controls.Add(this.groupBox1);
|
|
this.tpGeneralDataCheck.Location = new System.Drawing.Point(4, 22);
|
|
this.tpGeneralDataCheck.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tpGeneralDataCheck.Name = "tpGeneralDataCheck";
|
|
this.tpGeneralDataCheck.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tpGeneralDataCheck.Size = new System.Drawing.Size(1680, 972);
|
|
this.tpGeneralDataCheck.TabIndex = 1;
|
|
this.tpGeneralDataCheck.Text = "General data check";
|
|
this.tpGeneralDataCheck.UseVisualStyleBackColor = true;
|
|
//
|
|
// dgvGeneralErrors
|
|
//
|
|
this.dgvGeneralErrors.AllowUserToAddRows = false;
|
|
this.dgvGeneralErrors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvGeneralErrors.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.GChamber,
|
|
this.GSensorPK,
|
|
this.GTimestamp,
|
|
this.GValue,
|
|
this.GSensorType,
|
|
this.GAmount});
|
|
this.dgvGeneralErrors.Location = new System.Drawing.Point(302, 13);
|
|
this.dgvGeneralErrors.Margin = new System.Windows.Forms.Padding(2);
|
|
this.dgvGeneralErrors.MultiSelect = false;
|
|
this.dgvGeneralErrors.Name = "dgvGeneralErrors";
|
|
this.dgvGeneralErrors.RowHeadersVisible = false;
|
|
this.dgvGeneralErrors.RowHeadersWidth = 51;
|
|
this.dgvGeneralErrors.RowTemplate.Height = 24;
|
|
this.dgvGeneralErrors.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvGeneralErrors.Size = new System.Drawing.Size(768, 544);
|
|
this.dgvGeneralErrors.TabIndex = 32;
|
|
this.dgvGeneralErrors.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGeneralErrors_CellContentClick);
|
|
this.dgvGeneralErrors.Click += new System.EventHandler(this.dgvGeneralErrors_Click);
|
|
//
|
|
// GChamber
|
|
//
|
|
this.GChamber.HeaderText = "Chamber";
|
|
this.GChamber.MinimumWidth = 6;
|
|
this.GChamber.Name = "GChamber";
|
|
this.GChamber.Width = 125;
|
|
//
|
|
// GSensorPK
|
|
//
|
|
this.GSensorPK.HeaderText = "SensorPK";
|
|
this.GSensorPK.MinimumWidth = 6;
|
|
this.GSensorPK.Name = "GSensorPK";
|
|
this.GSensorPK.Width = 125;
|
|
//
|
|
// GTimestamp
|
|
//
|
|
this.GTimestamp.HeaderText = "Timestamp";
|
|
this.GTimestamp.MinimumWidth = 6;
|
|
this.GTimestamp.Name = "GTimestamp";
|
|
this.GTimestamp.Width = 125;
|
|
//
|
|
// GValue
|
|
//
|
|
this.GValue.HeaderText = "Value";
|
|
this.GValue.MinimumWidth = 6;
|
|
this.GValue.Name = "GValue";
|
|
this.GValue.Width = 125;
|
|
//
|
|
// GSensorType
|
|
//
|
|
this.GSensorType.HeaderText = "Sensortype";
|
|
this.GSensorType.MinimumWidth = 6;
|
|
this.GSensorType.Name = "GSensorType";
|
|
this.GSensorType.Width = 125;
|
|
//
|
|
// GAmount
|
|
//
|
|
this.GAmount.HeaderText = "# of errors";
|
|
this.GAmount.MinimumWidth = 6;
|
|
this.GAmount.Name = "GAmount";
|
|
this.GAmount.Width = 125;
|
|
//
|
|
// tpDataView
|
|
//
|
|
this.tpDataView.Controls.Add(this.btn1w);
|
|
this.tpDataView.Controls.Add(this.btn2d);
|
|
this.tpDataView.Controls.Add(this.btn1d);
|
|
this.tpDataView.Controls.Add(this.button1);
|
|
this.tpDataView.Controls.Add(this.label41);
|
|
this.tpDataView.Controls.Add(this.label40);
|
|
this.tpDataView.Controls.Add(this.label39);
|
|
this.tpDataView.Controls.Add(this.label38);
|
|
this.tpDataView.Controls.Add(this.tbHighTC);
|
|
this.tpDataView.Controls.Add(this.tbLowTC);
|
|
this.tpDataView.Controls.Add(this.lblCycles);
|
|
this.tpDataView.Controls.Add(this.cbVoltageScale);
|
|
this.tpDataView.Controls.Add(this.cbLiveData);
|
|
this.tpDataView.Controls.Add(this.cbShowEnvelope);
|
|
this.tpDataView.Controls.Add(this.tbLastHours);
|
|
this.tpDataView.Controls.Add(this.label1);
|
|
this.tpDataView.Controls.Add(this.label2);
|
|
this.tpDataView.Controls.Add(this.label29);
|
|
this.tpDataView.Controls.Add(this.label28);
|
|
this.tpDataView.Controls.Add(this.lbChambers);
|
|
this.tpDataView.Controls.Add(this.lbSensors);
|
|
this.tpDataView.Controls.Add(this.panelPlot);
|
|
this.tpDataView.Location = new System.Drawing.Point(4, 22);
|
|
this.tpDataView.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tpDataView.Name = "tpDataView";
|
|
this.tpDataView.Padding = new System.Windows.Forms.Padding(2);
|
|
this.tpDataView.Size = new System.Drawing.Size(1680, 972);
|
|
this.tpDataView.TabIndex = 2;
|
|
this.tpDataView.Text = "Data viewer";
|
|
this.tpDataView.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn1w
|
|
//
|
|
this.btn1w.Location = new System.Drawing.Point(177, 22);
|
|
this.btn1w.Name = "btn1w";
|
|
this.btn1w.Size = new System.Drawing.Size(49, 23);
|
|
this.btn1w.TabIndex = 35;
|
|
this.btn1w.Text = "1w";
|
|
this.btn1w.UseVisualStyleBackColor = true;
|
|
this.btn1w.Click += new System.EventHandler(this.btn1w_Click);
|
|
//
|
|
// btn2d
|
|
//
|
|
this.btn2d.Location = new System.Drawing.Point(129, 22);
|
|
this.btn2d.Name = "btn2d";
|
|
this.btn2d.Size = new System.Drawing.Size(49, 23);
|
|
this.btn2d.TabIndex = 34;
|
|
this.btn2d.Text = "2d";
|
|
this.btn2d.UseVisualStyleBackColor = true;
|
|
this.btn2d.Click += new System.EventHandler(this.btn2d_Click);
|
|
//
|
|
// btn1d
|
|
//
|
|
this.btn1d.Location = new System.Drawing.Point(177, 3);
|
|
this.btn1d.Name = "btn1d";
|
|
this.btn1d.Size = new System.Drawing.Size(49, 23);
|
|
this.btn1d.TabIndex = 33;
|
|
this.btn1d.Text = "1d";
|
|
this.btn1d.UseVisualStyleBackColor = true;
|
|
this.btn1d.Click += new System.EventHandler(this.btn1d_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(129, 3);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(49, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "10h";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label41
|
|
//
|
|
this.label41.AutoSize = true;
|
|
this.label41.Location = new System.Drawing.Point(93, 806);
|
|
this.label41.Name = "label41";
|
|
this.label41.Size = new System.Drawing.Size(18, 13);
|
|
this.label41.TabIndex = 32;
|
|
this.label41.Text = "°C";
|
|
//
|
|
// label40
|
|
//
|
|
this.label40.AutoSize = true;
|
|
this.label40.Location = new System.Drawing.Point(93, 782);
|
|
this.label40.Name = "label40";
|
|
this.label40.Size = new System.Drawing.Size(18, 13);
|
|
this.label40.TabIndex = 31;
|
|
this.label40.Text = "°C";
|
|
//
|
|
// label39
|
|
//
|
|
this.label39.AutoSize = true;
|
|
this.label39.Location = new System.Drawing.Point(13, 782);
|
|
this.label39.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label39.Name = "label39";
|
|
this.label39.Size = new System.Drawing.Size(37, 13);
|
|
this.label39.TabIndex = 26;
|
|
this.label39.Text = "T high";
|
|
//
|
|
// label38
|
|
//
|
|
this.label38.AutoSize = true;
|
|
this.label38.Location = new System.Drawing.Point(13, 806);
|
|
this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label38.Name = "label38";
|
|
this.label38.Size = new System.Drawing.Size(33, 13);
|
|
this.label38.TabIndex = 25;
|
|
this.label38.Text = "T low";
|
|
//
|
|
// tbHighTC
|
|
//
|
|
this.tbHighTC.Location = new System.Drawing.Point(57, 779);
|
|
this.tbHighTC.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbHighTC.Name = "tbHighTC";
|
|
this.tbHighTC.Size = new System.Drawing.Size(35, 20);
|
|
this.tbHighTC.TabIndex = 24;
|
|
this.tbHighTC.Text = "100";
|
|
//
|
|
// tbLowTC
|
|
//
|
|
this.tbLowTC.Location = new System.Drawing.Point(57, 803);
|
|
this.tbLowTC.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbLowTC.Name = "tbLowTC";
|
|
this.tbLowTC.Size = new System.Drawing.Size(35, 20);
|
|
this.tbLowTC.TabIndex = 23;
|
|
this.tbLowTC.Text = "0";
|
|
//
|
|
// lblCycles
|
|
//
|
|
this.lblCycles.AutoSize = true;
|
|
this.lblCycles.Location = new System.Drawing.Point(12, 834);
|
|
this.lblCycles.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblCycles.Name = "lblCycles";
|
|
this.lblCycles.Size = new System.Drawing.Size(97, 13);
|
|
this.lblCycles.TabIndex = 22;
|
|
this.lblCycles.Text = ".... cycles detected";
|
|
//
|
|
// cbVoltageScale
|
|
//
|
|
this.cbVoltageScale.AutoSize = true;
|
|
this.cbVoltageScale.Checked = true;
|
|
this.cbVoltageScale.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbVoltageScale.Location = new System.Drawing.Point(15, 104);
|
|
this.cbVoltageScale.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbVoltageScale.Name = "cbVoltageScale";
|
|
this.cbVoltageScale.Size = new System.Drawing.Size(139, 17);
|
|
this.cbVoltageScale.TabIndex = 21;
|
|
this.cbVoltageScale.Text = "Voltage axis same scale";
|
|
this.cbVoltageScale.UseVisualStyleBackColor = true;
|
|
this.cbVoltageScale.CheckedChanged += new System.EventHandler(this.cbVoltageScale_CheckedChanged);
|
|
//
|
|
// cbLiveData
|
|
//
|
|
this.cbLiveData.AutoSize = true;
|
|
this.cbLiveData.Location = new System.Drawing.Point(15, 64);
|
|
this.cbLiveData.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbLiveData.Name = "cbLiveData";
|
|
this.cbLiveData.Size = new System.Drawing.Size(70, 17);
|
|
this.cbLiveData.TabIndex = 20;
|
|
this.cbLiveData.Text = "Live data";
|
|
this.cbLiveData.UseVisualStyleBackColor = true;
|
|
this.cbLiveData.CheckedChanged += new System.EventHandler(this.cbLiveData_CheckedChanged);
|
|
//
|
|
// cbShowEnvelope
|
|
//
|
|
this.cbShowEnvelope.AutoSize = true;
|
|
this.cbShowEnvelope.Checked = true;
|
|
this.cbShowEnvelope.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbShowEnvelope.Location = new System.Drawing.Point(15, 83);
|
|
this.cbShowEnvelope.Margin = new System.Windows.Forms.Padding(2);
|
|
this.cbShowEnvelope.Name = "cbShowEnvelope";
|
|
this.cbShowEnvelope.Size = new System.Drawing.Size(100, 17);
|
|
this.cbShowEnvelope.TabIndex = 19;
|
|
this.cbShowEnvelope.Text = "Show envelope";
|
|
this.cbShowEnvelope.UseVisualStyleBackColor = true;
|
|
this.cbShowEnvelope.CheckedChanged += new System.EventHandler(this.cbShowEnvelope_CheckedChanged);
|
|
//
|
|
// tbLastHours
|
|
//
|
|
this.tbLastHours.Location = new System.Drawing.Point(52, 14);
|
|
this.tbLastHours.Margin = new System.Windows.Forms.Padding(2);
|
|
this.tbLastHours.Name = "tbLastHours";
|
|
this.tbLastHours.Size = new System.Drawing.Size(35, 20);
|
|
this.tbLastHours.TabIndex = 13;
|
|
this.tbLastHours.Text = "24";
|
|
this.tbLastHours.TextChanged += new System.EventHandler(this.tbLastHours_TextChanged);
|
|
this.tbLastHours.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbLastHours_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(19, 17);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(27, 13);
|
|
this.label1.TabIndex = 14;
|
|
this.label1.Text = "Last";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(91, 17);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(33, 13);
|
|
this.label2.TabIndex = 15;
|
|
this.label2.Text = "hours";
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.AutoSize = true;
|
|
this.label29.Location = new System.Drawing.Point(79, 130);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(45, 13);
|
|
this.label29.TabIndex = 11;
|
|
this.label29.Text = "Sensors";
|
|
//
|
|
// label28
|
|
//
|
|
this.label28.AutoSize = true;
|
|
this.label28.Location = new System.Drawing.Point(12, 130);
|
|
this.label28.Name = "label28";
|
|
this.label28.Size = new System.Drawing.Size(54, 13);
|
|
this.label28.TabIndex = 10;
|
|
this.label28.Text = "Chambers";
|
|
//
|
|
// lbChambers
|
|
//
|
|
this.lbChambers.FormattingEnabled = true;
|
|
this.lbChambers.Location = new System.Drawing.Point(15, 146);
|
|
this.lbChambers.Name = "lbChambers";
|
|
this.lbChambers.Size = new System.Drawing.Size(62, 602);
|
|
this.lbChambers.TabIndex = 8;
|
|
this.lbChambers.SelectedIndexChanged += new System.EventHandler(this.lbChambers_SelectedIndexChanged);
|
|
//
|
|
// lbSensors
|
|
//
|
|
this.lbSensors.FormattingEnabled = true;
|
|
this.lbSensors.Location = new System.Drawing.Point(82, 146);
|
|
this.lbSensors.Name = "lbSensors";
|
|
this.lbSensors.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.lbSensors.Size = new System.Drawing.Size(120, 602);
|
|
this.lbSensors.TabIndex = 9;
|
|
this.lbSensors.SelectedIndexChanged += new System.EventHandler(this.lbSensors_SelectedIndexChanged);
|
|
//
|
|
// panelPlot
|
|
//
|
|
this.panelPlot.Location = new System.Drawing.Point(231, 22);
|
|
this.panelPlot.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panelPlot.Name = "panelPlot";
|
|
this.panelPlot.Size = new System.Drawing.Size(1430, 943);
|
|
this.panelPlot.TabIndex = 7;
|
|
//
|
|
// tpHal
|
|
//
|
|
this.tpHal.Controls.Add(this.pnlESDwarning);
|
|
this.tpHal.Controls.Add(this.pcHal);
|
|
this.tpHal.Location = new System.Drawing.Point(4, 22);
|
|
this.tpHal.Name = "tpHal";
|
|
this.tpHal.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tpHal.Size = new System.Drawing.Size(1680, 1003);
|
|
this.tpHal.TabIndex = 3;
|
|
this.tpHal.Text = "Overview";
|
|
this.tpHal.UseVisualStyleBackColor = true;
|
|
//
|
|
// pnlESDwarning
|
|
//
|
|
this.pnlESDwarning.Controls.Add(this.pcESDwarning);
|
|
this.pnlESDwarning.Location = new System.Drawing.Point(1526, 6);
|
|
this.pnlESDwarning.Name = "pnlESDwarning";
|
|
this.pnlESDwarning.Size = new System.Drawing.Size(120, 104);
|
|
this.pnlESDwarning.TabIndex = 2;
|
|
//
|
|
// pcESDwarning
|
|
//
|
|
this.pcESDwarning.Image = ((System.Drawing.Image)(resources.GetObject("pcESDwarning.Image")));
|
|
this.pcESDwarning.Location = new System.Drawing.Point(3, 3);
|
|
this.pcESDwarning.Name = "pcESDwarning";
|
|
this.pcESDwarning.Size = new System.Drawing.Size(114, 97);
|
|
this.pcESDwarning.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pcESDwarning.TabIndex = 1;
|
|
this.pcESDwarning.TabStop = false;
|
|
//
|
|
// pcHal
|
|
//
|
|
this.pcHal.Image = ((System.Drawing.Image)(resources.GetObject("pcHal.Image")));
|
|
this.pcHal.Location = new System.Drawing.Point(6, 6);
|
|
this.pcHal.Name = "pcHal";
|
|
this.pcHal.Size = new System.Drawing.Size(1514, 946);
|
|
this.pcHal.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pcHal.TabIndex = 0;
|
|
this.pcHal.TabStop = false;
|
|
this.pcHal.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pcHal_MouseMove);
|
|
//
|
|
// timerAutoCheck
|
|
//
|
|
this.timerAutoCheck.Enabled = true;
|
|
this.timerAutoCheck.Interval = 60000;
|
|
this.timerAutoCheck.Tick += new System.EventHandler(this.timerProjectDataCheck_Tick);
|
|
//
|
|
// timerLiveData
|
|
//
|
|
this.timerLiveData.Enabled = true;
|
|
this.timerLiveData.Interval = 60000;
|
|
this.timerLiveData.Tick += new System.EventHandler(this.timerLiveData_Tick);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(10, 1058);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(727, 13);
|
|
this.label3.TabIndex = 33;
|
|
this.label3.Text = "Nieuw aangesloten kamers op CMS2 verwijderen uit txt bestand: \\\\silicium\\projects" +
|
|
"\\2020\\P201339\\sub1\\4. Software\\1. Feanor\\excluded_chambers.txt";
|
|
//
|
|
// HalControle
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1699, 1125);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.tabControl);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "HalControle";
|
|
this.Text = "Feanor - HalControle";
|
|
this.Load += new System.EventHandler(this.HalControle_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProjects)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.tabControl.ResumeLayout(false);
|
|
this.tpProjectData.ResumeLayout(false);
|
|
this.tpProjectData.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProjectErrors)).EndInit();
|
|
this.tpGeneralDataCheck.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvGeneralErrors)).EndInit();
|
|
this.tpDataView.ResumeLayout(false);
|
|
this.tpDataView.PerformLayout();
|
|
this.tpHal.ResumeLayout(false);
|
|
this.pnlESDwarning.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pcESDwarning)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcHal)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.DataGridView dgvProjects;
|
|
private System.IO.FileSystemWatcher fileSystemWatcher1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox tbRHmax;
|
|
private System.Windows.Forms.TextBox tbRHmin;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox tbTmax;
|
|
private System.Windows.Forms.TextBox tbTmin;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox tbVmax;
|
|
private System.Windows.Forms.TextBox tbVmin;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox tbGeneralDataInterval;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.TextBox tbCheckLastHour;
|
|
private System.Windows.Forms.Button btnGeneralCheck;
|
|
private System.Windows.Forms.TabControl tabControl;
|
|
private System.Windows.Forms.TabPage tpProjectData;
|
|
private System.Windows.Forms.TabPage tpGeneralDataCheck;
|
|
private System.Windows.Forms.DataGridView dgvGeneralErrors;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GChamber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GSensorPK;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GTimestamp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GValue;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GSensorType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GAmount;
|
|
private System.Windows.Forms.TabPage tpDataView;
|
|
private System.Windows.Forms.Panel panelPlot;
|
|
private System.Windows.Forms.TextBox tbLastHours;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.Label label28;
|
|
private System.Windows.Forms.ListBox lbChambers;
|
|
private System.Windows.Forms.ListBox lbSensors;
|
|
private System.Windows.Forms.Label label30;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.TextBox tbHumidityDev;
|
|
private System.Windows.Forms.TextBox tbTempDev;
|
|
private System.Windows.Forms.Button btnProjectDataCheck;
|
|
private System.Windows.Forms.DataGridView dgvProjectErrors;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
private System.Windows.Forms.Label label32;
|
|
private System.Windows.Forms.Label label33;
|
|
private System.Windows.Forms.TextBox tbCheckLastProjectData;
|
|
private System.Windows.Forms.Label label34;
|
|
private System.Windows.Forms.Label label35;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Timer timerAutoCheck;
|
|
private System.Windows.Forms.Label label37;
|
|
private System.Windows.Forms.Label label36;
|
|
private System.Windows.Forms.CheckBox cbShowEnvelope;
|
|
private System.Windows.Forms.CheckBox cbLiveData;
|
|
private System.Windows.Forms.Timer timerLiveData;
|
|
private System.Windows.Forms.TabPage tpHal;
|
|
private System.Windows.Forms.PictureBox pcHal;
|
|
private System.Windows.Forms.CheckBox cbVoltageScale;
|
|
private System.Windows.Forms.Label lblCycles;
|
|
private System.Windows.Forms.TextBox tbHighTC;
|
|
private System.Windows.Forms.TextBox tbLowTC;
|
|
private System.Windows.Forms.Label label41;
|
|
private System.Windows.Forms.Label label40;
|
|
private System.Windows.Forms.Label label39;
|
|
private System.Windows.Forms.Label label38;
|
|
private System.Windows.Forms.Button btn1w;
|
|
private System.Windows.Forms.Button btn2d;
|
|
private System.Windows.Forms.Button btn1d;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProjects_Project;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProjects_Duration;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProjects_Stepname;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProjects_Chamber;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProjects_Customer;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CDuration;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CTemperature;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CHumidity;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn CTesttype;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn GCheck;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CTempHigh;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CTempLow;
|
|
private System.Windows.Forms.PictureBox pcESDwarning;
|
|
private System.Windows.Forms.Panel pnlESDwarning;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |