1811 lines
103 KiB
C#
1811 lines
103 KiB
C#
namespace FeanorProjects
|
|
{
|
|
partial class FeanorProjects
|
|
{
|
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeanorProjects));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.pnlNewProject = new System.Windows.Forms.Panel();
|
|
this.gbNewStepSelectList = new System.Windows.Forms.GroupBox();
|
|
this.lbNewStepSelectList = new System.Windows.Forms.ListBox();
|
|
this.gbNewSubProjectSelectList = new System.Windows.Forms.GroupBox();
|
|
this.lbNewSubProjectSelectList = new System.Windows.Forms.ListBox();
|
|
this.btnCancelNewProject = new System.Windows.Forms.Button();
|
|
this.btnStartNewProject = new System.Windows.Forms.Button();
|
|
this.gbNewChamber = new System.Windows.Forms.GroupBox();
|
|
this.lboxChambersNew = new System.Windows.Forms.ListBox();
|
|
this.gbNewDescriptions = new System.Windows.Forms.GroupBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.txtbChamberNumber = new System.Windows.Forms.TextBox();
|
|
this.lbl6 = new System.Windows.Forms.Label();
|
|
this.lbl7 = new System.Windows.Forms.Label();
|
|
this.txtbNewCustomerDescription = new System.Windows.Forms.TextBox();
|
|
this.txtbNewStepDescription = new System.Windows.Forms.TextBox();
|
|
this.txtbNewProjectDescription = new System.Windows.Forms.TextBox();
|
|
this.lbl2 = new System.Windows.Forms.Label();
|
|
this.txtbNewSubProjectDescription = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gbNewProject = new System.Windows.Forms.GroupBox();
|
|
this.cboxInvProject = new System.Windows.Forms.CheckBox();
|
|
this.btnNewProjectFindMIDS = new System.Windows.Forms.Button();
|
|
this.txtbNewProjectNumber = new System.Windows.Forms.TextBox();
|
|
this.txtbNewSubprojectNumber = new System.Windows.Forms.TextBox();
|
|
this.txtbNewStepNumber = new System.Windows.Forms.TextBox();
|
|
this.lblNewProject = new System.Windows.Forms.Label();
|
|
this.lblNewSubproject = new System.Windows.Forms.Label();
|
|
this.lblNewStep = new System.Windows.Forms.Label();
|
|
this.pnlViewProjects = new System.Windows.Forms.Panel();
|
|
this.gbProjectList = new System.Windows.Forms.GroupBox();
|
|
this.pnlFindProject = new System.Windows.Forms.Panel();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.txtbFindDescr = new System.Windows.Forms.TextBox();
|
|
this.txtbFindChamber = new System.Windows.Forms.TextBox();
|
|
this.lbl10 = new System.Windows.Forms.Label();
|
|
this.txtbFindCustomer = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.btnFindCancel = new System.Windows.Forms.Button();
|
|
this.btnFindProject = new System.Windows.Forms.Button();
|
|
this.txtbFindProjectNumber = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtbFindProjectSub = new System.Windows.Forms.TextBox();
|
|
this.txtbFindProjectStep = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.pnlNotes = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.lboxProjectNotes = new System.Windows.Forms.ListBox();
|
|
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.lblUTCTime = new System.Windows.Forms.Label();
|
|
this.gbProjectDetails = new System.Windows.Forms.GroupBox();
|
|
this.gbSensorData = new System.Windows.Forms.GroupBox();
|
|
this.btnChamberSensors = new System.Windows.Forms.Button();
|
|
this.lbChamberConditions = new System.Windows.Forms.ListBox();
|
|
this.btnNodeStatus = new System.Windows.Forms.Button();
|
|
this.DurationLabel = new System.Windows.Forms.Label();
|
|
this.StepLabel = new System.Windows.Forms.Label();
|
|
this.SubProjectLabel = new System.Windows.Forms.Label();
|
|
this.ProjectDescriptionLabel = new System.Windows.Forms.Label();
|
|
this.ProjectCustomerLabel = new System.Windows.Forms.Label();
|
|
this.ProjectStepLabel = new System.Windows.Forms.Label();
|
|
this.ProjectSubLabel = new System.Windows.Forms.Label();
|
|
this.ProjectIDlabel = new System.Windows.Forms.Label();
|
|
this.pboxProjectWarning = new System.Windows.Forms.PictureBox();
|
|
this.btnOpenMIDS = new System.Windows.Forms.Button();
|
|
this.btnOpenFolderProject = new System.Windows.Forms.Button();
|
|
this.gbChamber = new System.Windows.Forms.GroupBox();
|
|
this.btnOpenFolderChamber = new System.Windows.Forms.Button();
|
|
this.btnChamberReset = new System.Windows.Forms.Button();
|
|
this.lboxChambersDetails = new System.Windows.Forms.ListBox();
|
|
this.btnExport = new System.Windows.Forms.Button();
|
|
this.gbStart = new System.Windows.Forms.GroupBox();
|
|
this.btnStopReReset = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnStopReset = new System.Windows.Forms.Button();
|
|
this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
|
|
this.lbl4 = new System.Windows.Forms.Label();
|
|
this.lblTime = new System.Windows.Forms.Label();
|
|
this.lbl3 = new System.Windows.Forms.Label();
|
|
this.btnStartReset = new System.Windows.Forms.Button();
|
|
this.dtpStopTime = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
|
|
this.lbl1 = new System.Windows.Forms.Label();
|
|
this.dtpStopDate = new System.Windows.Forms.DateTimePicker();
|
|
this.menu = new System.Windows.Forms.MenuStrip();
|
|
this.menuNewProject = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuView = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuViewInProgress = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.finishedLastMonthToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.finishedLastWeekToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuViewFinished = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuViewAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuViewFind = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.timerProjectDetails = new System.Windows.Forms.Timer(this.components);
|
|
this.timerUtcClock = new System.Windows.Forms.Timer(this.components);
|
|
this.pnlExport = new System.Windows.Forms.Panel();
|
|
this.lblExportProject = new System.Windows.Forms.Label();
|
|
this.gbLinkChambers = new System.Windows.Forms.GroupBox();
|
|
this.dgvLinkChambers = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.gbExport = new System.Windows.Forms.GroupBox();
|
|
this.cbOpenMeta = new System.Windows.Forms.CheckBox();
|
|
this.btnExpNoDate = new System.Windows.Forms.Button();
|
|
this.btnExportCancel = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.btnDoExport = new System.Windows.Forms.Button();
|
|
this.txtbExportPath = new System.Windows.Forms.TextBox();
|
|
this.txtbFilename = new System.Windows.Forms.TextBox();
|
|
this.btnExportPath = new System.Windows.Forms.Button();
|
|
this.lbl5 = new System.Windows.Forms.Label();
|
|
this.gbSensorSelection = new System.Windows.Forms.GroupBox();
|
|
this.dgvSensors = new System.Windows.Forms.DataGridView();
|
|
this.dgvSensors_Column = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnDeSelectAllSensors = new System.Windows.Forms.Button();
|
|
this.btnSelectAllSensors = new System.Windows.Forms.Button();
|
|
this.FolderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.sensorConditions = new System.ComponentModel.BackgroundWorker();
|
|
this.pnlNewProject.SuspendLayout();
|
|
this.gbNewStepSelectList.SuspendLayout();
|
|
this.gbNewSubProjectSelectList.SuspendLayout();
|
|
this.gbNewChamber.SuspendLayout();
|
|
this.gbNewDescriptions.SuspendLayout();
|
|
this.gbNewProject.SuspendLayout();
|
|
this.pnlViewProjects.SuspendLayout();
|
|
this.gbProjectList.SuspendLayout();
|
|
this.pnlFindProject.SuspendLayout();
|
|
this.pnlNotes.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProjects)).BeginInit();
|
|
this.gbProjectDetails.SuspendLayout();
|
|
this.gbSensorData.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pboxProjectWarning)).BeginInit();
|
|
this.gbChamber.SuspendLayout();
|
|
this.gbStart.SuspendLayout();
|
|
this.menu.SuspendLayout();
|
|
this.pnlExport.SuspendLayout();
|
|
this.gbLinkChambers.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLinkChambers)).BeginInit();
|
|
this.gbExport.SuspendLayout();
|
|
this.gbSensorSelection.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSensors)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pnlNewProject
|
|
//
|
|
this.pnlNewProject.BackColor = System.Drawing.Color.DimGray;
|
|
this.pnlNewProject.Controls.Add(this.gbNewStepSelectList);
|
|
this.pnlNewProject.Controls.Add(this.gbNewSubProjectSelectList);
|
|
this.pnlNewProject.Controls.Add(this.btnCancelNewProject);
|
|
this.pnlNewProject.Controls.Add(this.btnStartNewProject);
|
|
this.pnlNewProject.Controls.Add(this.gbNewChamber);
|
|
this.pnlNewProject.Controls.Add(this.gbNewDescriptions);
|
|
this.pnlNewProject.Controls.Add(this.gbNewProject);
|
|
this.pnlNewProject.Location = new System.Drawing.Point(23, 77);
|
|
this.pnlNewProject.Name = "pnlNewProject";
|
|
this.pnlNewProject.Size = new System.Drawing.Size(1252, 704);
|
|
this.pnlNewProject.TabIndex = 0;
|
|
//
|
|
// gbNewStepSelectList
|
|
//
|
|
this.gbNewStepSelectList.Controls.Add(this.lbNewStepSelectList);
|
|
this.gbNewStepSelectList.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbNewStepSelectList.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbNewStepSelectList.Location = new System.Drawing.Point(387, 388);
|
|
this.gbNewStepSelectList.Name = "gbNewStepSelectList";
|
|
this.gbNewStepSelectList.Size = new System.Drawing.Size(620, 178);
|
|
this.gbNewStepSelectList.TabIndex = 26;
|
|
this.gbNewStepSelectList.TabStop = false;
|
|
this.gbNewStepSelectList.Text = "Steps in this subproject";
|
|
this.gbNewStepSelectList.Visible = false;
|
|
//
|
|
// lbNewStepSelectList
|
|
//
|
|
this.lbNewStepSelectList.BackColor = System.Drawing.Color.Gray;
|
|
this.lbNewStepSelectList.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbNewStepSelectList.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lbNewStepSelectList.FormattingEnabled = true;
|
|
this.lbNewStepSelectList.ItemHeight = 20;
|
|
this.lbNewStepSelectList.Location = new System.Drawing.Point(6, 26);
|
|
this.lbNewStepSelectList.Name = "lbNewStepSelectList";
|
|
this.lbNewStepSelectList.Size = new System.Drawing.Size(594, 124);
|
|
this.lbNewStepSelectList.TabIndex = 23;
|
|
this.lbNewStepSelectList.SelectedIndexChanged += new System.EventHandler(this.lbNewStepSelectList_SelectedIndexChanged);
|
|
//
|
|
// gbNewSubProjectSelectList
|
|
//
|
|
this.gbNewSubProjectSelectList.Controls.Add(this.lbNewSubProjectSelectList);
|
|
this.gbNewSubProjectSelectList.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbNewSubProjectSelectList.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbNewSubProjectSelectList.Location = new System.Drawing.Point(387, 388);
|
|
this.gbNewSubProjectSelectList.Name = "gbNewSubProjectSelectList";
|
|
this.gbNewSubProjectSelectList.Size = new System.Drawing.Size(620, 178);
|
|
this.gbNewSubProjectSelectList.TabIndex = 25;
|
|
this.gbNewSubProjectSelectList.TabStop = false;
|
|
this.gbNewSubProjectSelectList.Text = "Subprojects in this project";
|
|
this.gbNewSubProjectSelectList.Visible = false;
|
|
//
|
|
// lbNewSubProjectSelectList
|
|
//
|
|
this.lbNewSubProjectSelectList.BackColor = System.Drawing.Color.Gray;
|
|
this.lbNewSubProjectSelectList.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbNewSubProjectSelectList.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lbNewSubProjectSelectList.FormattingEnabled = true;
|
|
this.lbNewSubProjectSelectList.ItemHeight = 20;
|
|
this.lbNewSubProjectSelectList.Location = new System.Drawing.Point(6, 26);
|
|
this.lbNewSubProjectSelectList.Name = "lbNewSubProjectSelectList";
|
|
this.lbNewSubProjectSelectList.Size = new System.Drawing.Size(594, 84);
|
|
this.lbNewSubProjectSelectList.TabIndex = 24;
|
|
this.lbNewSubProjectSelectList.SelectedIndexChanged += new System.EventHandler(this.lbNewSubProjectSelectList_SelectedIndexChanged);
|
|
//
|
|
// btnCancelNewProject
|
|
//
|
|
this.btnCancelNewProject.BackColor = System.Drawing.Color.Gray;
|
|
this.btnCancelNewProject.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancelNewProject.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnCancelNewProject.Location = new System.Drawing.Point(707, 588);
|
|
this.btnCancelNewProject.Name = "btnCancelNewProject";
|
|
this.btnCancelNewProject.Size = new System.Drawing.Size(300, 67);
|
|
this.btnCancelNewProject.TabIndex = 22;
|
|
this.btnCancelNewProject.Text = "Cancel";
|
|
this.btnCancelNewProject.UseVisualStyleBackColor = false;
|
|
this.btnCancelNewProject.Click += new System.EventHandler(this.btnCancelNewProject_Click);
|
|
//
|
|
// btnStartNewProject
|
|
//
|
|
this.btnStartNewProject.BackColor = System.Drawing.Color.Gray;
|
|
this.btnStartNewProject.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnStartNewProject.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnStartNewProject.Location = new System.Drawing.Point(387, 588);
|
|
this.btnStartNewProject.Name = "btnStartNewProject";
|
|
this.btnStartNewProject.Size = new System.Drawing.Size(300, 67);
|
|
this.btnStartNewProject.TabIndex = 21;
|
|
this.btnStartNewProject.Text = "Start";
|
|
this.btnStartNewProject.UseVisualStyleBackColor = false;
|
|
this.btnStartNewProject.Click += new System.EventHandler(this.btnStartNewProject_Click);
|
|
//
|
|
// gbNewChamber
|
|
//
|
|
this.gbNewChamber.Controls.Add(this.lboxChambersNew);
|
|
this.gbNewChamber.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbNewChamber.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbNewChamber.Location = new System.Drawing.Point(24, 160);
|
|
this.gbNewChamber.Name = "gbNewChamber";
|
|
this.gbNewChamber.Size = new System.Drawing.Size(128, 524);
|
|
this.gbNewChamber.TabIndex = 20;
|
|
this.gbNewChamber.TabStop = false;
|
|
this.gbNewChamber.Text = "Chamber";
|
|
//
|
|
// lboxChambersNew
|
|
//
|
|
this.lboxChambersNew.BackColor = System.Drawing.Color.Gray;
|
|
this.lboxChambersNew.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lboxChambersNew.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lboxChambersNew.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lboxChambersNew.FormattingEnabled = true;
|
|
this.lboxChambersNew.ItemHeight = 20;
|
|
this.lboxChambersNew.Location = new System.Drawing.Point(13, 25);
|
|
this.lboxChambersNew.Name = "lboxChambersNew";
|
|
this.lboxChambersNew.Size = new System.Drawing.Size(92, 462);
|
|
this.lboxChambersNew.TabIndex = 3;
|
|
this.lboxChambersNew.SelectedIndexChanged += new System.EventHandler(this.lboxChambersNew_SelectedIndexChanged);
|
|
//
|
|
// gbNewDescriptions
|
|
//
|
|
this.gbNewDescriptions.Controls.Add(this.label13);
|
|
this.gbNewDescriptions.Controls.Add(this.txtbChamberNumber);
|
|
this.gbNewDescriptions.Controls.Add(this.lbl6);
|
|
this.gbNewDescriptions.Controls.Add(this.lbl7);
|
|
this.gbNewDescriptions.Controls.Add(this.txtbNewCustomerDescription);
|
|
this.gbNewDescriptions.Controls.Add(this.txtbNewStepDescription);
|
|
this.gbNewDescriptions.Controls.Add(this.txtbNewProjectDescription);
|
|
this.gbNewDescriptions.Controls.Add(this.lbl2);
|
|
this.gbNewDescriptions.Controls.Add(this.txtbNewSubProjectDescription);
|
|
this.gbNewDescriptions.Controls.Add(this.label1);
|
|
this.gbNewDescriptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbNewDescriptions.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbNewDescriptions.Location = new System.Drawing.Point(387, 23);
|
|
this.gbNewDescriptions.Name = "gbNewDescriptions";
|
|
this.gbNewDescriptions.Size = new System.Drawing.Size(620, 342);
|
|
this.gbNewDescriptions.TabIndex = 19;
|
|
this.gbNewDescriptions.TabStop = false;
|
|
this.gbNewDescriptions.Text = "Descriptions";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(16, 294);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(133, 20);
|
|
this.label13.TabIndex = 19;
|
|
this.label13.Text = "Planned chamber";
|
|
//
|
|
// txtbChamberNumber
|
|
//
|
|
this.txtbChamberNumber.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbChamberNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbChamberNumber.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbChamberNumber.Location = new System.Drawing.Point(172, 292);
|
|
this.txtbChamberNumber.Name = "txtbChamberNumber";
|
|
this.txtbChamberNumber.Size = new System.Drawing.Size(94, 26);
|
|
this.txtbChamberNumber.TabIndex = 18;
|
|
//
|
|
// lbl6
|
|
//
|
|
this.lbl6.AutoSize = true;
|
|
this.lbl6.Location = new System.Drawing.Point(16, 223);
|
|
this.lbl6.Name = "lbl6";
|
|
this.lbl6.Size = new System.Drawing.Size(124, 20);
|
|
this.lbl6.TabIndex = 15;
|
|
this.lbl6.Text = "Step description";
|
|
//
|
|
// lbl7
|
|
//
|
|
this.lbl7.AutoSize = true;
|
|
this.lbl7.Location = new System.Drawing.Point(13, 28);
|
|
this.lbl7.Name = "lbl7";
|
|
this.lbl7.Size = new System.Drawing.Size(122, 20);
|
|
this.lbl7.TabIndex = 17;
|
|
this.lbl7.Text = "Customer name";
|
|
//
|
|
// txtbNewCustomerDescription
|
|
//
|
|
this.txtbNewCustomerDescription.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewCustomerDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewCustomerDescription.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewCustomerDescription.Location = new System.Drawing.Point(16, 52);
|
|
this.txtbNewCustomerDescription.Name = "txtbNewCustomerDescription";
|
|
this.txtbNewCustomerDescription.Size = new System.Drawing.Size(592, 26);
|
|
this.txtbNewCustomerDescription.TabIndex = 4;
|
|
//
|
|
// txtbNewStepDescription
|
|
//
|
|
this.txtbNewStepDescription.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewStepDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewStepDescription.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewStepDescription.Location = new System.Drawing.Point(16, 247);
|
|
this.txtbNewStepDescription.Name = "txtbNewStepDescription";
|
|
this.txtbNewStepDescription.Size = new System.Drawing.Size(592, 26);
|
|
this.txtbNewStepDescription.TabIndex = 7;
|
|
//
|
|
// txtbNewProjectDescription
|
|
//
|
|
this.txtbNewProjectDescription.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewProjectDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewProjectDescription.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewProjectDescription.Location = new System.Drawing.Point(17, 117);
|
|
this.txtbNewProjectDescription.Name = "txtbNewProjectDescription";
|
|
this.txtbNewProjectDescription.Size = new System.Drawing.Size(592, 26);
|
|
this.txtbNewProjectDescription.TabIndex = 5;
|
|
//
|
|
// lbl2
|
|
//
|
|
this.lbl2.AutoSize = true;
|
|
this.lbl2.Location = new System.Drawing.Point(16, 93);
|
|
this.lbl2.Name = "lbl2";
|
|
this.lbl2.Size = new System.Drawing.Size(139, 20);
|
|
this.lbl2.TabIndex = 12;
|
|
this.lbl2.Text = "Project description";
|
|
//
|
|
// txtbNewSubProjectDescription
|
|
//
|
|
this.txtbNewSubProjectDescription.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewSubProjectDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewSubProjectDescription.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewSubProjectDescription.Location = new System.Drawing.Point(16, 182);
|
|
this.txtbNewSubProjectDescription.Name = "txtbNewSubProjectDescription";
|
|
this.txtbNewSubProjectDescription.Size = new System.Drawing.Size(592, 26);
|
|
this.txtbNewSubProjectDescription.TabIndex = 6;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(13, 158);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(167, 20);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "Subproject description";
|
|
//
|
|
// gbNewProject
|
|
//
|
|
this.gbNewProject.Controls.Add(this.cboxInvProject);
|
|
this.gbNewProject.Controls.Add(this.btnNewProjectFindMIDS);
|
|
this.gbNewProject.Controls.Add(this.txtbNewProjectNumber);
|
|
this.gbNewProject.Controls.Add(this.txtbNewSubprojectNumber);
|
|
this.gbNewProject.Controls.Add(this.txtbNewStepNumber);
|
|
this.gbNewProject.Controls.Add(this.lblNewProject);
|
|
this.gbNewProject.Controls.Add(this.lblNewSubproject);
|
|
this.gbNewProject.Controls.Add(this.lblNewStep);
|
|
this.gbNewProject.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbNewProject.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbNewProject.Location = new System.Drawing.Point(21, 23);
|
|
this.gbNewProject.Name = "gbNewProject";
|
|
this.gbNewProject.Size = new System.Drawing.Size(314, 131);
|
|
this.gbNewProject.TabIndex = 18;
|
|
this.gbNewProject.TabStop = false;
|
|
this.gbNewProject.Text = "New project";
|
|
//
|
|
// cboxInvProject
|
|
//
|
|
this.cboxInvProject.AutoSize = true;
|
|
this.cboxInvProject.Location = new System.Drawing.Point(6, 101);
|
|
this.cboxInvProject.Name = "cboxInvProject";
|
|
this.cboxInvProject.Size = new System.Drawing.Size(146, 24);
|
|
this.cboxInvProject.TabIndex = 7;
|
|
this.cboxInvProject.Text = "Inventory Project";
|
|
this.cboxInvProject.UseVisualStyleBackColor = true;
|
|
this.cboxInvProject.CheckedChanged += new System.EventHandler(this.cboxInvProject_CheckedChanged);
|
|
//
|
|
// btnNewProjectFindMIDS
|
|
//
|
|
this.btnNewProjectFindMIDS.BackColor = System.Drawing.Color.Gray;
|
|
this.btnNewProjectFindMIDS.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnNewProjectFindMIDS.Location = new System.Drawing.Point(208, 28);
|
|
this.btnNewProjectFindMIDS.Name = "btnNewProjectFindMIDS";
|
|
this.btnNewProjectFindMIDS.Size = new System.Drawing.Size(100, 56);
|
|
this.btnNewProjectFindMIDS.TabIndex = 3;
|
|
this.btnNewProjectFindMIDS.Text = "Find";
|
|
this.btnNewProjectFindMIDS.UseVisualStyleBackColor = false;
|
|
this.btnNewProjectFindMIDS.Click += new System.EventHandler(this.btnNewProjectFindMIDS_Click);
|
|
//
|
|
// txtbNewProjectNumber
|
|
//
|
|
this.txtbNewProjectNumber.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewProjectNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewProjectNumber.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
|
|
this.txtbNewProjectNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.txtbNewProjectNumber.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewProjectNumber.Location = new System.Drawing.Point(10, 58);
|
|
this.txtbNewProjectNumber.MaxLength = 6;
|
|
this.txtbNewProjectNumber.Name = "txtbNewProjectNumber";
|
|
this.txtbNewProjectNumber.Size = new System.Drawing.Size(76, 26);
|
|
this.txtbNewProjectNumber.TabIndex = 0;
|
|
this.txtbNewProjectNumber.TextChanged += new System.EventHandler(this.txtbNewProjectNumber_TextChanged);
|
|
//
|
|
// txtbNewSubprojectNumber
|
|
//
|
|
this.txtbNewSubprojectNumber.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewSubprojectNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewSubprojectNumber.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewSubprojectNumber.Location = new System.Drawing.Point(105, 58);
|
|
this.txtbNewSubprojectNumber.MaxLength = 2;
|
|
this.txtbNewSubprojectNumber.Name = "txtbNewSubprojectNumber";
|
|
this.txtbNewSubprojectNumber.Size = new System.Drawing.Size(31, 26);
|
|
this.txtbNewSubprojectNumber.TabIndex = 1;
|
|
this.txtbNewSubprojectNumber.TextChanged += new System.EventHandler(this.txtbNewSubprojectNumber_TextChanged);
|
|
//
|
|
// txtbNewStepNumber
|
|
//
|
|
this.txtbNewStepNumber.BackColor = System.Drawing.Color.Silver;
|
|
this.txtbNewStepNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbNewStepNumber.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.txtbNewStepNumber.Location = new System.Drawing.Point(156, 58);
|
|
this.txtbNewStepNumber.MaxLength = 2;
|
|
this.txtbNewStepNumber.Name = "txtbNewStepNumber";
|
|
this.txtbNewStepNumber.Size = new System.Drawing.Size(37, 26);
|
|
this.txtbNewStepNumber.TabIndex = 2;
|
|
this.txtbNewStepNumber.TextChanged += new System.EventHandler(this.txtbNewStepNumber_TextChanged);
|
|
//
|
|
// lblNewProject
|
|
//
|
|
this.lblNewProject.AutoSize = true;
|
|
this.lblNewProject.Location = new System.Drawing.Point(6, 28);
|
|
this.lblNewProject.Name = "lblNewProject";
|
|
this.lblNewProject.Size = new System.Drawing.Size(58, 20);
|
|
this.lblNewProject.TabIndex = 4;
|
|
this.lblNewProject.Text = "Project";
|
|
//
|
|
// lblNewSubproject
|
|
//
|
|
this.lblNewSubproject.AutoSize = true;
|
|
this.lblNewSubproject.Location = new System.Drawing.Point(101, 28);
|
|
this.lblNewSubproject.Name = "lblNewSubproject";
|
|
this.lblNewSubproject.Size = new System.Drawing.Size(38, 20);
|
|
this.lblNewSubproject.TabIndex = 5;
|
|
this.lblNewSubproject.Text = "Sub";
|
|
//
|
|
// lblNewStep
|
|
//
|
|
this.lblNewStep.AutoSize = true;
|
|
this.lblNewStep.Location = new System.Drawing.Point(152, 28);
|
|
this.lblNewStep.Name = "lblNewStep";
|
|
this.lblNewStep.Size = new System.Drawing.Size(43, 20);
|
|
this.lblNewStep.TabIndex = 6;
|
|
this.lblNewStep.Text = "Step";
|
|
//
|
|
// pnlViewProjects
|
|
//
|
|
this.pnlViewProjects.BackColor = System.Drawing.Color.DimGray;
|
|
this.pnlViewProjects.Controls.Add(this.gbProjectList);
|
|
this.pnlViewProjects.Controls.Add(this.lblUTCTime);
|
|
this.pnlViewProjects.Controls.Add(this.gbProjectDetails);
|
|
this.pnlViewProjects.Location = new System.Drawing.Point(120, 27);
|
|
this.pnlViewProjects.Name = "pnlViewProjects";
|
|
this.pnlViewProjects.Size = new System.Drawing.Size(1366, 971);
|
|
this.pnlViewProjects.TabIndex = 1;
|
|
//
|
|
// gbProjectList
|
|
//
|
|
this.gbProjectList.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.gbProjectList.BackColor = System.Drawing.Color.Gray;
|
|
this.gbProjectList.Controls.Add(this.pnlFindProject);
|
|
this.gbProjectList.Controls.Add(this.pnlNotes);
|
|
this.gbProjectList.Controls.Add(this.dgvProjects);
|
|
this.gbProjectList.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbProjectList.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbProjectList.Location = new System.Drawing.Point(35, 21);
|
|
this.gbProjectList.Name = "gbProjectList";
|
|
this.gbProjectList.Size = new System.Drawing.Size(1195, 488);
|
|
this.gbProjectList.TabIndex = 14;
|
|
this.gbProjectList.TabStop = false;
|
|
this.gbProjectList.Text = "Projects";
|
|
this.gbProjectList.Enter += new System.EventHandler(this.gbProjectList_Enter);
|
|
//
|
|
// pnlFindProject
|
|
//
|
|
this.pnlFindProject.BackColor = System.Drawing.Color.DimGray;
|
|
this.pnlFindProject.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.pnlFindProject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pnlFindProject.Controls.Add(this.label12);
|
|
this.pnlFindProject.Controls.Add(this.txtbFindDescr);
|
|
this.pnlFindProject.Controls.Add(this.txtbFindChamber);
|
|
this.pnlFindProject.Controls.Add(this.lbl10);
|
|
this.pnlFindProject.Controls.Add(this.txtbFindCustomer);
|
|
this.pnlFindProject.Controls.Add(this.label10);
|
|
this.pnlFindProject.Controls.Add(this.label9);
|
|
this.pnlFindProject.Controls.Add(this.btnFindCancel);
|
|
this.pnlFindProject.Controls.Add(this.btnFindProject);
|
|
this.pnlFindProject.Controls.Add(this.txtbFindProjectNumber);
|
|
this.pnlFindProject.Controls.Add(this.label7);
|
|
this.pnlFindProject.Controls.Add(this.txtbFindProjectSub);
|
|
this.pnlFindProject.Controls.Add(this.txtbFindProjectStep);
|
|
this.pnlFindProject.Controls.Add(this.label6);
|
|
this.pnlFindProject.Controls.Add(this.label4);
|
|
this.pnlFindProject.Controls.Add(this.label5);
|
|
this.pnlFindProject.Location = new System.Drawing.Point(235, 110);
|
|
this.pnlFindProject.Name = "pnlFindProject";
|
|
this.pnlFindProject.Size = new System.Drawing.Size(480, 327);
|
|
this.pnlFindProject.TabIndex = 19;
|
|
this.pnlFindProject.Visible = false;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(22, 157);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(83, 20);
|
|
this.label12.TabIndex = 30;
|
|
this.label12.Text = "Stepname";
|
|
//
|
|
// txtbFindDescr
|
|
//
|
|
this.txtbFindDescr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFindDescr.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
|
|
this.txtbFindDescr.Location = new System.Drawing.Point(129, 155);
|
|
this.txtbFindDescr.MaxLength = 50;
|
|
this.txtbFindDescr.Name = "txtbFindDescr";
|
|
this.txtbFindDescr.Size = new System.Drawing.Size(240, 26);
|
|
this.txtbFindDescr.TabIndex = 4;
|
|
//
|
|
// txtbFindChamber
|
|
//
|
|
this.txtbFindChamber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFindChamber.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
|
|
this.txtbFindChamber.Location = new System.Drawing.Point(129, 122);
|
|
this.txtbFindChamber.MaxLength = 5;
|
|
this.txtbFindChamber.Name = "txtbFindChamber";
|
|
this.txtbFindChamber.Size = new System.Drawing.Size(71, 26);
|
|
this.txtbFindChamber.TabIndex = 3;
|
|
//
|
|
// lbl10
|
|
//
|
|
this.lbl10.AutoSize = true;
|
|
this.lbl10.Location = new System.Drawing.Point(22, 124);
|
|
this.lbl10.Name = "lbl10";
|
|
this.lbl10.Size = new System.Drawing.Size(74, 20);
|
|
this.lbl10.TabIndex = 28;
|
|
this.lbl10.Text = "Chamber";
|
|
//
|
|
// txtbFindCustomer
|
|
//
|
|
this.txtbFindCustomer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFindCustomer.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
|
|
this.txtbFindCustomer.Location = new System.Drawing.Point(129, 188);
|
|
this.txtbFindCustomer.MaxLength = 50;
|
|
this.txtbFindCustomer.Name = "txtbFindCustomer";
|
|
this.txtbFindCustomer.Size = new System.Drawing.Size(240, 26);
|
|
this.txtbFindCustomer.TabIndex = 5;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(22, 190);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(78, 20);
|
|
this.label10.TabIndex = 26;
|
|
this.label10.Text = "Customer";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(26, 91);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(58, 20);
|
|
this.label9.TabIndex = 25;
|
|
this.label9.Text = "Project";
|
|
//
|
|
// btnFindCancel
|
|
//
|
|
this.btnFindCancel.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnFindCancel.Location = new System.Drawing.Point(270, 251);
|
|
this.btnFindCancel.Name = "btnFindCancel";
|
|
this.btnFindCancel.Size = new System.Drawing.Size(120, 49);
|
|
this.btnFindCancel.TabIndex = 7;
|
|
this.btnFindCancel.Text = "Cancel";
|
|
this.btnFindCancel.UseVisualStyleBackColor = false;
|
|
this.btnFindCancel.Click += new System.EventHandler(this.btnFindCancel_Click);
|
|
//
|
|
// btnFindProject
|
|
//
|
|
this.btnFindProject.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnFindProject.Location = new System.Drawing.Point(144, 251);
|
|
this.btnFindProject.Name = "btnFindProject";
|
|
this.btnFindProject.Size = new System.Drawing.Size(120, 49);
|
|
this.btnFindProject.TabIndex = 6;
|
|
this.btnFindProject.Text = "Find";
|
|
this.btnFindProject.UseVisualStyleBackColor = false;
|
|
this.btnFindProject.Click += new System.EventHandler(this.btnFindProject_Click);
|
|
//
|
|
// txtbFindProjectNumber
|
|
//
|
|
this.txtbFindProjectNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFindProjectNumber.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
|
|
this.txtbFindProjectNumber.Location = new System.Drawing.Point(129, 89);
|
|
this.txtbFindProjectNumber.MaxLength = 7;
|
|
this.txtbFindProjectNumber.Name = "txtbFindProjectNumber";
|
|
this.txtbFindProjectNumber.Size = new System.Drawing.Size(71, 26);
|
|
this.txtbFindProjectNumber.TabIndex = 0;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(11, 16);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(100, 20);
|
|
this.label7.TabIndex = 21;
|
|
this.label7.Text = "Find projects";
|
|
//
|
|
// txtbFindProjectSub
|
|
//
|
|
this.txtbFindProjectSub.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFindProjectSub.Location = new System.Drawing.Point(214, 89);
|
|
this.txtbFindProjectSub.MaxLength = 2;
|
|
this.txtbFindProjectSub.Name = "txtbFindProjectSub";
|
|
this.txtbFindProjectSub.Size = new System.Drawing.Size(36, 26);
|
|
this.txtbFindProjectSub.TabIndex = 1;
|
|
this.txtbFindProjectSub.TextChanged += new System.EventHandler(this.txtbFindProjectSub_TextChanged);
|
|
//
|
|
// txtbFindProjectStep
|
|
//
|
|
this.txtbFindProjectStep.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFindProjectStep.Location = new System.Drawing.Point(270, 89);
|
|
this.txtbFindProjectStep.MaxLength = 2;
|
|
this.txtbFindProjectStep.Name = "txtbFindProjectStep";
|
|
this.txtbFindProjectStep.Size = new System.Drawing.Size(44, 26);
|
|
this.txtbFindProjectStep.TabIndex = 2;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(273, 65);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(43, 20);
|
|
this.label6.TabIndex = 6;
|
|
this.label6.Text = "Step";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(125, 65);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(58, 20);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "Project";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(211, 65);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(38, 20);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "Sub";
|
|
//
|
|
// pnlNotes
|
|
//
|
|
this.pnlNotes.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.pnlNotes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.pnlNotes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pnlNotes.Controls.Add(this.pictureBox1);
|
|
this.pnlNotes.Controls.Add(this.lboxProjectNotes);
|
|
this.pnlNotes.Location = new System.Drawing.Point(287, 93);
|
|
this.pnlNotes.Name = "pnlNotes";
|
|
this.pnlNotes.Size = new System.Drawing.Size(620, 302);
|
|
this.pnlNotes.TabIndex = 18;
|
|
this.pnlNotes.Visible = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox1.Location = new System.Drawing.Point(20, 15);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(52, 52);
|
|
this.pictureBox1.TabIndex = 18;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// lboxProjectNotes
|
|
//
|
|
this.lboxProjectNotes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lboxProjectNotes.FormattingEnabled = true;
|
|
this.lboxProjectNotes.ItemHeight = 20;
|
|
this.lboxProjectNotes.Location = new System.Drawing.Point(92, 15);
|
|
this.lboxProjectNotes.Name = "lboxProjectNotes";
|
|
this.lboxProjectNotes.SelectionMode = System.Windows.Forms.SelectionMode.None;
|
|
this.lboxProjectNotes.Size = new System.Drawing.Size(512, 242);
|
|
this.lboxProjectNotes.TabIndex = 17;
|
|
//
|
|
// dgvProjects
|
|
//
|
|
this.dgvProjects.AllowUserToAddRows = false;
|
|
this.dgvProjects.AllowUserToDeleteRows = false;
|
|
this.dgvProjects.AllowUserToResizeColumns = false;
|
|
this.dgvProjects.AllowUserToResizeRows = false;
|
|
this.dgvProjects.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgvProjects.BackgroundColor = System.Drawing.Color.Gray;
|
|
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});
|
|
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.Location = new System.Drawing.Point(12, 29);
|
|
this.dgvProjects.MultiSelect = false;
|
|
this.dgvProjects.Name = "dgvProjects";
|
|
this.dgvProjects.ReadOnly = true;
|
|
this.dgvProjects.RowHeadersVisible = false;
|
|
this.dgvProjects.RowHeadersWidth = 62;
|
|
this.dgvProjects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvProjects.Size = new System.Drawing.Size(1159, 430);
|
|
this.dgvProjects.TabIndex = 0;
|
|
this.dgvProjects.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProjects_CellContentClick);
|
|
this.dgvProjects.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProjects_KeyDown);
|
|
this.dgvProjects.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dgvProjects_MouseClick);
|
|
//
|
|
// 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 = 8;
|
|
this.dgvProjects_Project.Name = "dgvProjects_Project";
|
|
this.dgvProjects_Project.ReadOnly = true;
|
|
this.dgvProjects_Project.Width = 83;
|
|
//
|
|
// 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 = 8;
|
|
this.dgvProjects_Duration.Name = "dgvProjects_Duration";
|
|
this.dgvProjects_Duration.ReadOnly = true;
|
|
this.dgvProjects_Duration.Width = 95;
|
|
//
|
|
// 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 = 8;
|
|
this.dgvProjects_Stepname.Name = "dgvProjects_Stepname";
|
|
this.dgvProjects_Stepname.ReadOnly = true;
|
|
this.dgvProjects_Stepname.Width = 350;
|
|
//
|
|
// 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 = 8;
|
|
this.dgvProjects_Chamber.Name = "dgvProjects_Chamber";
|
|
this.dgvProjects_Chamber.ReadOnly = true;
|
|
this.dgvProjects_Chamber.Width = 99;
|
|
//
|
|
// dgvProjects_Customer
|
|
//
|
|
this.dgvProjects_Customer.FillWeight = 20.8847F;
|
|
this.dgvProjects_Customer.HeaderText = "Customer";
|
|
this.dgvProjects_Customer.MinimumWidth = 8;
|
|
this.dgvProjects_Customer.Name = "dgvProjects_Customer";
|
|
this.dgvProjects_Customer.ReadOnly = true;
|
|
//
|
|
// lblUTCTime
|
|
//
|
|
this.lblUTCTime.AutoSize = true;
|
|
this.lblUTCTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblUTCTime.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lblUTCTime.Location = new System.Drawing.Point(41, 512);
|
|
this.lblUTCTime.Name = "lblUTCTime";
|
|
this.lblUTCTime.Size = new System.Drawing.Size(203, 20);
|
|
this.lblUTCTime.TabIndex = 22;
|
|
this.lblUTCTime.Text = "Current UTC time is hh:mm.";
|
|
//
|
|
// gbProjectDetails
|
|
//
|
|
this.gbProjectDetails.Controls.Add(this.gbSensorData);
|
|
this.gbProjectDetails.Controls.Add(this.btnNodeStatus);
|
|
this.gbProjectDetails.Controls.Add(this.DurationLabel);
|
|
this.gbProjectDetails.Controls.Add(this.StepLabel);
|
|
this.gbProjectDetails.Controls.Add(this.SubProjectLabel);
|
|
this.gbProjectDetails.Controls.Add(this.ProjectDescriptionLabel);
|
|
this.gbProjectDetails.Controls.Add(this.ProjectCustomerLabel);
|
|
this.gbProjectDetails.Controls.Add(this.ProjectStepLabel);
|
|
this.gbProjectDetails.Controls.Add(this.ProjectSubLabel);
|
|
this.gbProjectDetails.Controls.Add(this.ProjectIDlabel);
|
|
this.gbProjectDetails.Controls.Add(this.pboxProjectWarning);
|
|
this.gbProjectDetails.Controls.Add(this.btnOpenMIDS);
|
|
this.gbProjectDetails.Controls.Add(this.btnOpenFolderProject);
|
|
this.gbProjectDetails.Controls.Add(this.gbChamber);
|
|
this.gbProjectDetails.Controls.Add(this.btnExport);
|
|
this.gbProjectDetails.Controls.Add(this.gbStart);
|
|
this.gbProjectDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbProjectDetails.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbProjectDetails.Location = new System.Drawing.Point(35, 543);
|
|
this.gbProjectDetails.Name = "gbProjectDetails";
|
|
this.gbProjectDetails.Size = new System.Drawing.Size(1195, 355);
|
|
this.gbProjectDetails.TabIndex = 13;
|
|
this.gbProjectDetails.TabStop = false;
|
|
this.gbProjectDetails.Text = "Project Details";
|
|
this.gbProjectDetails.Visible = false;
|
|
this.gbProjectDetails.VisibleChanged += new System.EventHandler(this.gbProjectDetails_VisibleChanged);
|
|
//
|
|
// gbSensorData
|
|
//
|
|
this.gbSensorData.Controls.Add(this.btnChamberSensors);
|
|
this.gbSensorData.Controls.Add(this.lbChamberConditions);
|
|
this.gbSensorData.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbSensorData.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbSensorData.Location = new System.Drawing.Point(689, 146);
|
|
this.gbSensorData.Name = "gbSensorData";
|
|
this.gbSensorData.Size = new System.Drawing.Size(234, 196);
|
|
this.gbSensorData.TabIndex = 34;
|
|
this.gbSensorData.TabStop = false;
|
|
this.gbSensorData.Text = "Chamber conditions";
|
|
//
|
|
// btnChamberSensors
|
|
//
|
|
this.btnChamberSensors.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnChamberSensors.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnChamberSensors.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnChamberSensors.Location = new System.Drawing.Point(20, 156);
|
|
this.btnChamberSensors.Name = "btnChamberSensors";
|
|
this.btnChamberSensors.Size = new System.Drawing.Size(191, 32);
|
|
this.btnChamberSensors.TabIndex = 35;
|
|
this.btnChamberSensors.Text = "Update";
|
|
this.btnChamberSensors.UseVisualStyleBackColor = false;
|
|
this.btnChamberSensors.Click += new System.EventHandler(this.btnChamberSensors_Click);
|
|
//
|
|
// lbChamberConditions
|
|
//
|
|
this.lbChamberConditions.BackColor = System.Drawing.Color.Gray;
|
|
this.lbChamberConditions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lbChamberConditions.ForeColor = System.Drawing.SystemColors.HighlightText;
|
|
this.lbChamberConditions.FormattingEnabled = true;
|
|
this.lbChamberConditions.ItemHeight = 20;
|
|
this.lbChamberConditions.Location = new System.Drawing.Point(20, 29);
|
|
this.lbChamberConditions.Name = "lbChamberConditions";
|
|
this.lbChamberConditions.Size = new System.Drawing.Size(191, 122);
|
|
this.lbChamberConditions.TabIndex = 9;
|
|
//
|
|
// btnNodeStatus
|
|
//
|
|
this.btnNodeStatus.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnNodeStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnNodeStatus.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnNodeStatus.Location = new System.Drawing.Point(946, 146);
|
|
this.btnNodeStatus.Name = "btnNodeStatus";
|
|
this.btnNodeStatus.Size = new System.Drawing.Size(225, 83);
|
|
this.btnNodeStatus.TabIndex = 33;
|
|
this.btnNodeStatus.Text = "Extended chamber conditions";
|
|
this.btnNodeStatus.UseVisualStyleBackColor = false;
|
|
this.btnNodeStatus.Click += new System.EventHandler(this.btnNodeStatus_Click);
|
|
//
|
|
// DurationLabel
|
|
//
|
|
this.DurationLabel.AutoSize = true;
|
|
this.DurationLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.DurationLabel.Location = new System.Drawing.Point(248, 104);
|
|
this.DurationLabel.Name = "DurationLabel";
|
|
this.DurationLabel.Size = new System.Drawing.Size(70, 20);
|
|
this.DurationLabel.TabIndex = 32;
|
|
this.DurationLabel.Text = "Duration";
|
|
//
|
|
// StepLabel
|
|
//
|
|
this.StepLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.StepLabel.Location = new System.Drawing.Point(248, 80);
|
|
this.StepLabel.Name = "StepLabel";
|
|
this.StepLabel.Size = new System.Drawing.Size(597, 20);
|
|
this.StepLabel.TabIndex = 31;
|
|
this.StepLabel.Text = "Step";
|
|
//
|
|
// SubProjectLabel
|
|
//
|
|
this.SubProjectLabel.AutoSize = true;
|
|
this.SubProjectLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.SubProjectLabel.Location = new System.Drawing.Point(248, 57);
|
|
this.SubProjectLabel.Name = "SubProjectLabel";
|
|
this.SubProjectLabel.Size = new System.Drawing.Size(86, 20);
|
|
this.SubProjectLabel.TabIndex = 30;
|
|
this.SubProjectLabel.Text = "Subproject";
|
|
//
|
|
// ProjectDescriptionLabel
|
|
//
|
|
this.ProjectDescriptionLabel.AutoSize = true;
|
|
this.ProjectDescriptionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ProjectDescriptionLabel.Location = new System.Drawing.Point(248, 36);
|
|
this.ProjectDescriptionLabel.Name = "ProjectDescriptionLabel";
|
|
this.ProjectDescriptionLabel.Size = new System.Drawing.Size(58, 20);
|
|
this.ProjectDescriptionLabel.TabIndex = 29;
|
|
this.ProjectDescriptionLabel.Text = "Project";
|
|
//
|
|
// ProjectCustomerLabel
|
|
//
|
|
this.ProjectCustomerLabel.AutoSize = true;
|
|
this.ProjectCustomerLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ProjectCustomerLabel.Location = new System.Drawing.Point(30, 104);
|
|
this.ProjectCustomerLabel.Name = "ProjectCustomerLabel";
|
|
this.ProjectCustomerLabel.Size = new System.Drawing.Size(78, 20);
|
|
this.ProjectCustomerLabel.TabIndex = 28;
|
|
this.ProjectCustomerLabel.Text = "Customer";
|
|
//
|
|
// ProjectStepLabel
|
|
//
|
|
this.ProjectStepLabel.AutoSize = true;
|
|
this.ProjectStepLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ProjectStepLabel.Location = new System.Drawing.Point(30, 80);
|
|
this.ProjectStepLabel.Name = "ProjectStepLabel";
|
|
this.ProjectStepLabel.Size = new System.Drawing.Size(56, 20);
|
|
this.ProjectStepLabel.TabIndex = 26;
|
|
this.ProjectStepLabel.Text = "Step 0";
|
|
//
|
|
// ProjectSubLabel
|
|
//
|
|
this.ProjectSubLabel.AutoSize = true;
|
|
this.ProjectSubLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ProjectSubLabel.Location = new System.Drawing.Point(30, 57);
|
|
this.ProjectSubLabel.Name = "ProjectSubLabel";
|
|
this.ProjectSubLabel.Size = new System.Drawing.Size(51, 20);
|
|
this.ProjectSubLabel.TabIndex = 25;
|
|
this.ProjectSubLabel.Text = "Sub 0";
|
|
//
|
|
// ProjectIDlabel
|
|
//
|
|
this.ProjectIDlabel.AutoSize = true;
|
|
this.ProjectIDlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ProjectIDlabel.Location = new System.Drawing.Point(30, 36);
|
|
this.ProjectIDlabel.Name = "ProjectIDlabel";
|
|
this.ProjectIDlabel.Size = new System.Drawing.Size(73, 20);
|
|
this.ProjectIDlabel.TabIndex = 24;
|
|
this.ProjectIDlabel.Text = "P000000";
|
|
//
|
|
// pboxProjectWarning
|
|
//
|
|
this.pboxProjectWarning.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pboxProjectWarning.BackgroundImage")));
|
|
this.pboxProjectWarning.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.pboxProjectWarning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pboxProjectWarning.Location = new System.Drawing.Point(1021, 36);
|
|
this.pboxProjectWarning.Name = "pboxProjectWarning";
|
|
this.pboxProjectWarning.Size = new System.Drawing.Size(81, 81);
|
|
this.pboxProjectWarning.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pboxProjectWarning.TabIndex = 23;
|
|
this.pboxProjectWarning.TabStop = false;
|
|
this.pboxProjectWarning.MouseEnter += new System.EventHandler(this.pboxProjectWarning_MouseEnter);
|
|
this.pboxProjectWarning.MouseLeave += new System.EventHandler(this.pboxProjectWarning_MouseLeave);
|
|
//
|
|
// btnOpenMIDS
|
|
//
|
|
this.btnOpenMIDS.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnOpenMIDS.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOpenMIDS.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnOpenMIDS.Location = new System.Drawing.Point(946, 242);
|
|
this.btnOpenMIDS.Name = "btnOpenMIDS";
|
|
this.btnOpenMIDS.Size = new System.Drawing.Size(119, 45);
|
|
this.btnOpenMIDS.TabIndex = 21;
|
|
this.btnOpenMIDS.Text = "MIDS";
|
|
this.btnOpenMIDS.UseVisualStyleBackColor = false;
|
|
this.btnOpenMIDS.Click += new System.EventHandler(this.btnOpenMIDS_Click);
|
|
//
|
|
// btnOpenFolderProject
|
|
//
|
|
this.btnOpenFolderProject.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnOpenFolderProject.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnOpenFolderProject.Location = new System.Drawing.Point(946, 296);
|
|
this.btnOpenFolderProject.Name = "btnOpenFolderProject";
|
|
this.btnOpenFolderProject.Size = new System.Drawing.Size(119, 45);
|
|
this.btnOpenFolderProject.TabIndex = 20;
|
|
this.btnOpenFolderProject.Text = "Open folder";
|
|
this.btnOpenFolderProject.UseVisualStyleBackColor = false;
|
|
this.btnOpenFolderProject.Click += new System.EventHandler(this.btnOpenFolderProject_Click);
|
|
//
|
|
// gbChamber
|
|
//
|
|
this.gbChamber.Controls.Add(this.btnOpenFolderChamber);
|
|
this.gbChamber.Controls.Add(this.btnChamberReset);
|
|
this.gbChamber.Controls.Add(this.lboxChambersDetails);
|
|
this.gbChamber.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbChamber.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbChamber.Location = new System.Drawing.Point(438, 146);
|
|
this.gbChamber.Name = "gbChamber";
|
|
this.gbChamber.Size = new System.Drawing.Size(234, 196);
|
|
this.gbChamber.TabIndex = 10;
|
|
this.gbChamber.TabStop = false;
|
|
this.gbChamber.Text = "Chamber";
|
|
//
|
|
// btnOpenFolderChamber
|
|
//
|
|
this.btnOpenFolderChamber.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnOpenFolderChamber.Location = new System.Drawing.Point(107, 146);
|
|
this.btnOpenFolderChamber.Name = "btnOpenFolderChamber";
|
|
this.btnOpenFolderChamber.Size = new System.Drawing.Size(104, 40);
|
|
this.btnOpenFolderChamber.TabIndex = 11;
|
|
this.btnOpenFolderChamber.Text = "Open folder";
|
|
this.btnOpenFolderChamber.UseVisualStyleBackColor = false;
|
|
this.btnOpenFolderChamber.Click += new System.EventHandler(this.btnOpenFolderChamber_Click);
|
|
//
|
|
// btnChamberReset
|
|
//
|
|
this.btnChamberReset.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnChamberReset.Location = new System.Drawing.Point(20, 146);
|
|
this.btnChamberReset.Name = "btnChamberReset";
|
|
this.btnChamberReset.Size = new System.Drawing.Size(81, 40);
|
|
this.btnChamberReset.TabIndex = 10;
|
|
this.btnChamberReset.Text = "Change";
|
|
this.btnChamberReset.UseVisualStyleBackColor = false;
|
|
this.btnChamberReset.Click += new System.EventHandler(this.btnChamberReset_Click);
|
|
//
|
|
// lboxChambersDetails
|
|
//
|
|
this.lboxChambersDetails.BackColor = System.Drawing.Color.Gray;
|
|
this.lboxChambersDetails.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lboxChambersDetails.ForeColor = System.Drawing.SystemColors.HighlightText;
|
|
this.lboxChambersDetails.FormattingEnabled = true;
|
|
this.lboxChambersDetails.ItemHeight = 20;
|
|
this.lboxChambersDetails.Location = new System.Drawing.Point(20, 29);
|
|
this.lboxChambersDetails.Name = "lboxChambersDetails";
|
|
this.lboxChambersDetails.Size = new System.Drawing.Size(191, 102);
|
|
this.lboxChambersDetails.TabIndex = 9;
|
|
this.lboxChambersDetails.SelectedIndexChanged += new System.EventHandler(this.lboxChambersDetails_SelectedIndexChanged);
|
|
//
|
|
// btnExport
|
|
//
|
|
this.btnExport.BackColor = System.Drawing.Color.DimGray;
|
|
this.btnExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnExport.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.btnExport.Location = new System.Drawing.Point(1072, 242);
|
|
this.btnExport.Name = "btnExport";
|
|
this.btnExport.Size = new System.Drawing.Size(100, 100);
|
|
this.btnExport.TabIndex = 18;
|
|
this.btnExport.Text = "Export";
|
|
this.btnExport.UseVisualStyleBackColor = false;
|
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
//
|
|
// gbStart
|
|
//
|
|
this.gbStart.Controls.Add(this.btnStopReReset);
|
|
this.gbStart.Controls.Add(this.label3);
|
|
this.gbStart.Controls.Add(this.label2);
|
|
this.gbStart.Controls.Add(this.btnStopReset);
|
|
this.gbStart.Controls.Add(this.dtpStartDate);
|
|
this.gbStart.Controls.Add(this.lbl4);
|
|
this.gbStart.Controls.Add(this.lblTime);
|
|
this.gbStart.Controls.Add(this.lbl3);
|
|
this.gbStart.Controls.Add(this.btnStartReset);
|
|
this.gbStart.Controls.Add(this.dtpStopTime);
|
|
this.gbStart.Controls.Add(this.dtpStartTime);
|
|
this.gbStart.Controls.Add(this.lbl1);
|
|
this.gbStart.Controls.Add(this.dtpStopDate);
|
|
this.gbStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbStart.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbStart.Location = new System.Drawing.Point(23, 146);
|
|
this.gbStart.Name = "gbStart";
|
|
this.gbStart.Size = new System.Drawing.Size(372, 196);
|
|
this.gbStart.TabIndex = 7;
|
|
this.gbStart.TabStop = false;
|
|
this.gbStart.Text = "Start and stop";
|
|
//
|
|
// btnStopReReset
|
|
//
|
|
this.btnStopReReset.BackColor = System.Drawing.Color.Gray;
|
|
this.btnStopReReset.Location = new System.Drawing.Point(270, 158);
|
|
this.btnStopReReset.Name = "btnStopReReset";
|
|
this.btnStopReReset.Size = new System.Drawing.Size(92, 28);
|
|
this.btnStopReReset.TabIndex = 17;
|
|
this.btnStopReReset.Text = "Reset";
|
|
this.btnStopReReset.UseVisualStyleBackColor = false;
|
|
this.btnStopReReset.Visible = false;
|
|
this.btnStopReReset.Click += new System.EventHandler(this.btnStopReReset_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(4, 129);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(43, 20);
|
|
this.label3.TabIndex = 16;
|
|
this.label3.Text = "Stop";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(2, 63);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(44, 20);
|
|
this.label2.TabIndex = 15;
|
|
this.label2.Text = "Start";
|
|
//
|
|
// btnStopReset
|
|
//
|
|
this.btnStopReset.BackColor = System.Drawing.Color.Gray;
|
|
this.btnStopReset.Location = new System.Drawing.Point(270, 125);
|
|
this.btnStopReset.Name = "btnStopReset";
|
|
this.btnStopReset.Size = new System.Drawing.Size(92, 28);
|
|
this.btnStopReset.TabIndex = 9;
|
|
this.btnStopReset.Text = "Set";
|
|
this.btnStopReset.UseVisualStyleBackColor = false;
|
|
this.btnStopReset.Click += new System.EventHandler(this.btnStopReset_Click);
|
|
//
|
|
// dtpStartDate
|
|
//
|
|
this.dtpStartDate.CustomFormat = "dd-MM-yyyy";
|
|
this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpStartDate.Location = new System.Drawing.Point(56, 63);
|
|
this.dtpStartDate.Name = "dtpStartDate";
|
|
this.dtpStartDate.Size = new System.Drawing.Size(120, 26);
|
|
this.dtpStartDate.TabIndex = 9;
|
|
this.dtpStartDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged);
|
|
//
|
|
// lbl4
|
|
//
|
|
this.lbl4.AutoSize = true;
|
|
this.lbl4.Location = new System.Drawing.Point(181, 104);
|
|
this.lbl4.Name = "lbl4";
|
|
this.lbl4.Size = new System.Drawing.Size(43, 20);
|
|
this.lbl4.TabIndex = 11;
|
|
this.lbl4.Text = "Time";
|
|
//
|
|
// lblTime
|
|
//
|
|
this.lblTime.AutoSize = true;
|
|
this.lblTime.Location = new System.Drawing.Point(183, 37);
|
|
this.lblTime.Name = "lblTime";
|
|
this.lblTime.Size = new System.Drawing.Size(123, 20);
|
|
this.lblTime.TabIndex = 9;
|
|
this.lblTime.Text = "Time (local time)";
|
|
//
|
|
// lbl3
|
|
//
|
|
this.lbl3.AutoSize = true;
|
|
this.lbl3.Location = new System.Drawing.Point(52, 104);
|
|
this.lbl3.Name = "lbl3";
|
|
this.lbl3.Size = new System.Drawing.Size(44, 20);
|
|
this.lbl3.TabIndex = 10;
|
|
this.lbl3.Text = "Date";
|
|
//
|
|
// btnStartReset
|
|
//
|
|
this.btnStartReset.BackColor = System.Drawing.Color.Gray;
|
|
this.btnStartReset.Location = new System.Drawing.Point(270, 61);
|
|
this.btnStartReset.Name = "btnStartReset";
|
|
this.btnStartReset.Size = new System.Drawing.Size(92, 32);
|
|
this.btnStartReset.TabIndex = 14;
|
|
this.btnStartReset.Text = "Change";
|
|
this.btnStartReset.UseVisualStyleBackColor = false;
|
|
this.btnStartReset.Click += new System.EventHandler(this.btnStartReset_Click);
|
|
//
|
|
// dtpStopTime
|
|
//
|
|
this.dtpStopTime.CustomFormat = "HH:mm";
|
|
this.dtpStopTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpStopTime.Location = new System.Drawing.Point(185, 126);
|
|
this.dtpStopTime.Name = "dtpStopTime";
|
|
this.dtpStopTime.ShowUpDown = true;
|
|
this.dtpStopTime.Size = new System.Drawing.Size(79, 26);
|
|
this.dtpStopTime.TabIndex = 9;
|
|
this.dtpStopTime.ValueChanged += new System.EventHandler(this.dtpStopTime_ValueChanged);
|
|
//
|
|
// dtpStartTime
|
|
//
|
|
this.dtpStartTime.CustomFormat = "HH:mm";
|
|
this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpStartTime.Location = new System.Drawing.Point(185, 63);
|
|
this.dtpStartTime.Name = "dtpStartTime";
|
|
this.dtpStartTime.ShowUpDown = true;
|
|
this.dtpStartTime.Size = new System.Drawing.Size(79, 26);
|
|
this.dtpStartTime.TabIndex = 11;
|
|
this.dtpStartTime.ValueChanged += new System.EventHandler(this.dtpStartTime_ValueChanged);
|
|
//
|
|
// lbl1
|
|
//
|
|
this.lbl1.AutoSize = true;
|
|
this.lbl1.Location = new System.Drawing.Point(52, 37);
|
|
this.lbl1.Name = "lbl1";
|
|
this.lbl1.Size = new System.Drawing.Size(44, 20);
|
|
this.lbl1.TabIndex = 13;
|
|
this.lbl1.Text = "Date";
|
|
//
|
|
// dtpStopDate
|
|
//
|
|
this.dtpStopDate.CustomFormat = "dd-MM-yyyy";
|
|
this.dtpStopDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpStopDate.Location = new System.Drawing.Point(56, 126);
|
|
this.dtpStopDate.Name = "dtpStopDate";
|
|
this.dtpStopDate.Size = new System.Drawing.Size(120, 26);
|
|
this.dtpStopDate.TabIndex = 0;
|
|
this.dtpStopDate.ValueChanged += new System.EventHandler(this.dtpStopDate_ValueChanged);
|
|
//
|
|
// menu
|
|
//
|
|
this.menu.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.menuNewProject,
|
|
this.menuView});
|
|
this.menu.Location = new System.Drawing.Point(0, 0);
|
|
this.menu.Name = "menu";
|
|
this.menu.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1);
|
|
this.menu.Size = new System.Drawing.Size(1486, 24);
|
|
this.menu.TabIndex = 2;
|
|
this.menu.Text = "menuStrip1";
|
|
//
|
|
// menuNewProject
|
|
//
|
|
this.menuNewProject.Name = "menuNewProject";
|
|
this.menuNewProject.Size = new System.Drawing.Size(43, 22);
|
|
this.menuNewProject.Text = "New";
|
|
this.menuNewProject.Click += new System.EventHandler(this.menuNewProject_Click);
|
|
//
|
|
// menuView
|
|
//
|
|
this.menuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.menuViewInProgress,
|
|
this.finishedLastMonthToolStripMenuItem,
|
|
this.finishedLastWeekToolStripMenuItem,
|
|
this.menuViewFinished,
|
|
this.menuViewAll,
|
|
this.menuViewFind});
|
|
this.menuView.Name = "menuView";
|
|
this.menuView.Size = new System.Drawing.Size(44, 22);
|
|
this.menuView.Text = "View";
|
|
this.menuView.Click += new System.EventHandler(this.menuView_Click);
|
|
//
|
|
// menuViewInProgress
|
|
//
|
|
this.menuViewInProgress.Name = "menuViewInProgress";
|
|
this.menuViewInProgress.Size = new System.Drawing.Size(178, 22);
|
|
this.menuViewInProgress.Text = "In progress";
|
|
this.menuViewInProgress.Click += new System.EventHandler(this.menuView_Click);
|
|
//
|
|
// finishedLastMonthToolStripMenuItem
|
|
//
|
|
this.finishedLastMonthToolStripMenuItem.Name = "finishedLastMonthToolStripMenuItem";
|
|
this.finishedLastMonthToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
|
this.finishedLastMonthToolStripMenuItem.Text = "Finished last month";
|
|
this.finishedLastMonthToolStripMenuItem.Click += new System.EventHandler(this.finishedLastMonthToolStripMenuItem_Click);
|
|
//
|
|
// finishedLastWeekToolStripMenuItem
|
|
//
|
|
this.finishedLastWeekToolStripMenuItem.Name = "finishedLastWeekToolStripMenuItem";
|
|
this.finishedLastWeekToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
|
|
this.finishedLastWeekToolStripMenuItem.Text = "Finished last week";
|
|
this.finishedLastWeekToolStripMenuItem.Click += new System.EventHandler(this.finishedLastWeekToolStripMenuItem_Click);
|
|
//
|
|
// menuViewFinished
|
|
//
|
|
this.menuViewFinished.Name = "menuViewFinished";
|
|
this.menuViewFinished.Size = new System.Drawing.Size(178, 22);
|
|
this.menuViewFinished.Text = "Finished";
|
|
this.menuViewFinished.Click += new System.EventHandler(this.menuViewFinished_Click);
|
|
//
|
|
// menuViewAll
|
|
//
|
|
this.menuViewAll.Name = "menuViewAll";
|
|
this.menuViewAll.Size = new System.Drawing.Size(178, 22);
|
|
this.menuViewAll.Text = "All";
|
|
this.menuViewAll.Click += new System.EventHandler(this.menuViewAll_Click);
|
|
//
|
|
// menuViewFind
|
|
//
|
|
this.menuViewFind.Name = "menuViewFind";
|
|
this.menuViewFind.Size = new System.Drawing.Size(178, 22);
|
|
this.menuViewFind.Text = "Find";
|
|
this.menuViewFind.Click += new System.EventHandler(this.menuViewFind_Click);
|
|
//
|
|
// timerProjectDetails
|
|
//
|
|
this.timerProjectDetails.Enabled = true;
|
|
this.timerProjectDetails.Interval = 60000;
|
|
this.timerProjectDetails.Tick += new System.EventHandler(this.timerProjectDetails_Tick);
|
|
//
|
|
// timerUtcClock
|
|
//
|
|
this.timerUtcClock.Enabled = true;
|
|
this.timerUtcClock.Interval = 30000;
|
|
this.timerUtcClock.Tick += new System.EventHandler(this.timerUtcClock_Tick);
|
|
//
|
|
// pnlExport
|
|
//
|
|
this.pnlExport.Controls.Add(this.lblExportProject);
|
|
this.pnlExport.Controls.Add(this.gbLinkChambers);
|
|
this.pnlExport.Controls.Add(this.gbExport);
|
|
this.pnlExport.Controls.Add(this.gbSensorSelection);
|
|
this.pnlExport.Location = new System.Drawing.Point(44, 48);
|
|
this.pnlExport.Name = "pnlExport";
|
|
this.pnlExport.Size = new System.Drawing.Size(1260, 907);
|
|
this.pnlExport.TabIndex = 3;
|
|
//
|
|
// lblExportProject
|
|
//
|
|
this.lblExportProject.AutoSize = true;
|
|
this.lblExportProject.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblExportProject.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lblExportProject.Location = new System.Drawing.Point(178, 25);
|
|
this.lblExportProject.Name = "lblExportProject";
|
|
this.lblExportProject.Size = new System.Drawing.Size(363, 24);
|
|
this.lblExportProject.TabIndex = 0;
|
|
this.lblExportProject.Text = "P000000 sub 00 step 00 in chamber 00000";
|
|
//
|
|
// gbLinkChambers
|
|
//
|
|
this.gbLinkChambers.Controls.Add(this.dgvLinkChambers);
|
|
this.gbLinkChambers.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbLinkChambers.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbLinkChambers.Location = new System.Drawing.Point(715, 189);
|
|
this.gbLinkChambers.Name = "gbLinkChambers";
|
|
this.gbLinkChambers.Size = new System.Drawing.Size(365, 377);
|
|
this.gbLinkChambers.TabIndex = 32;
|
|
this.gbLinkChambers.TabStop = false;
|
|
this.gbLinkChambers.Text = "Link chambers";
|
|
this.gbLinkChambers.Visible = false;
|
|
//
|
|
// dgvLinkChambers
|
|
//
|
|
this.dgvLinkChambers.AllowUserToAddRows = false;
|
|
this.dgvLinkChambers.AllowUserToDeleteRows = false;
|
|
this.dgvLinkChambers.AllowUserToOrderColumns = true;
|
|
this.dgvLinkChambers.AllowUserToResizeColumns = false;
|
|
this.dgvLinkChambers.AllowUserToResizeRows = false;
|
|
this.dgvLinkChambers.BackgroundColor = System.Drawing.Color.Gray;
|
|
this.dgvLinkChambers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvLinkChambers.ColumnHeadersVisible = false;
|
|
this.dgvLinkChambers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1});
|
|
this.dgvLinkChambers.Location = new System.Drawing.Point(24, 32);
|
|
this.dgvLinkChambers.Name = "dgvLinkChambers";
|
|
this.dgvLinkChambers.ReadOnly = true;
|
|
this.dgvLinkChambers.RowHeadersVisible = false;
|
|
this.dgvLinkChambers.RowHeadersWidth = 62;
|
|
this.dgvLinkChambers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvLinkChambers.Size = new System.Drawing.Size(324, 297);
|
|
this.dgvLinkChambers.TabIndex = 25;
|
|
this.dgvLinkChambers.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLinkChambers_CellClick);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Description";
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Width = 300;
|
|
//
|
|
// gbExport
|
|
//
|
|
this.gbExport.Controls.Add(this.cbOpenMeta);
|
|
this.gbExport.Controls.Add(this.btnExpNoDate);
|
|
this.gbExport.Controls.Add(this.btnExportCancel);
|
|
this.gbExport.Controls.Add(this.label11);
|
|
this.gbExport.Controls.Add(this.btnDoExport);
|
|
this.gbExport.Controls.Add(this.txtbExportPath);
|
|
this.gbExport.Controls.Add(this.txtbFilename);
|
|
this.gbExport.Controls.Add(this.btnExportPath);
|
|
this.gbExport.Controls.Add(this.lbl5);
|
|
this.gbExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbExport.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbExport.Location = new System.Drawing.Point(183, 613);
|
|
this.gbExport.Name = "gbExport";
|
|
this.gbExport.Size = new System.Drawing.Size(897, 245);
|
|
this.gbExport.TabIndex = 28;
|
|
this.gbExport.TabStop = false;
|
|
this.gbExport.Text = "Export to file";
|
|
//
|
|
// cbOpenMeta
|
|
//
|
|
this.cbOpenMeta.AutoSize = true;
|
|
this.cbOpenMeta.Checked = true;
|
|
this.cbOpenMeta.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbOpenMeta.Location = new System.Drawing.Point(102, 207);
|
|
this.cbOpenMeta.Name = "cbOpenMeta";
|
|
this.cbOpenMeta.Size = new System.Drawing.Size(200, 24);
|
|
this.cbOpenMeta.TabIndex = 22;
|
|
this.cbOpenMeta.Text = "Open META after export";
|
|
this.cbOpenMeta.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnExpNoDate
|
|
//
|
|
this.btnExpNoDate.BackColor = System.Drawing.Color.Gray;
|
|
this.btnExpNoDate.Location = new System.Drawing.Point(102, 162);
|
|
this.btnExpNoDate.Name = "btnExpNoDate";
|
|
this.btnExpNoDate.Size = new System.Drawing.Size(326, 38);
|
|
this.btnExpNoDate.TabIndex = 21;
|
|
this.btnExpNoDate.Text = "Export and continue test";
|
|
this.btnExpNoDate.UseVisualStyleBackColor = false;
|
|
this.btnExpNoDate.Click += new System.EventHandler(this.btnExpNoDate_Click);
|
|
//
|
|
// btnExportCancel
|
|
//
|
|
this.btnExportCancel.BackColor = System.Drawing.Color.Gray;
|
|
this.btnExportCancel.Location = new System.Drawing.Point(760, 162);
|
|
this.btnExportCancel.Name = "btnExportCancel";
|
|
this.btnExportCancel.Size = new System.Drawing.Size(101, 38);
|
|
this.btnExportCancel.TabIndex = 20;
|
|
this.btnExportCancel.Text = "Cancel";
|
|
this.btnExportCancel.UseVisualStyleBackColor = false;
|
|
this.btnExportCancel.Click += new System.EventHandler(this.btnExportCancel_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(11, 128);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(34, 20);
|
|
this.label11.TabIndex = 17;
|
|
this.label11.Text = "File";
|
|
//
|
|
// btnDoExport
|
|
//
|
|
this.btnDoExport.BackColor = System.Drawing.Color.Gray;
|
|
this.btnDoExport.Location = new System.Drawing.Point(455, 162);
|
|
this.btnDoExport.Name = "btnDoExport";
|
|
this.btnDoExport.Size = new System.Drawing.Size(285, 38);
|
|
this.btnDoExport.TabIndex = 14;
|
|
this.btnDoExport.Text = "Export and end test";
|
|
this.btnDoExport.UseVisualStyleBackColor = false;
|
|
this.btnDoExport.Click += new System.EventHandler(this.btnDoExport_Click);
|
|
//
|
|
// txtbExportPath
|
|
//
|
|
this.txtbExportPath.BackColor = System.Drawing.Color.Gray;
|
|
this.txtbExportPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbExportPath.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.txtbExportPath.Location = new System.Drawing.Point(102, 40);
|
|
this.txtbExportPath.Name = "txtbExportPath";
|
|
this.txtbExportPath.Size = new System.Drawing.Size(759, 26);
|
|
this.txtbExportPath.TabIndex = 16;
|
|
//
|
|
// txtbFilename
|
|
//
|
|
this.txtbFilename.BackColor = System.Drawing.Color.Gray;
|
|
this.txtbFilename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtbFilename.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.txtbFilename.Location = new System.Drawing.Point(102, 126);
|
|
this.txtbFilename.MaxLength = 128;
|
|
this.txtbFilename.Name = "txtbFilename";
|
|
this.txtbFilename.Size = new System.Drawing.Size(759, 26);
|
|
this.txtbFilename.TabIndex = 15;
|
|
this.txtbFilename.Text = "filename";
|
|
//
|
|
// btnExportPath
|
|
//
|
|
this.btnExportPath.BackColor = System.Drawing.Color.Gray;
|
|
this.btnExportPath.Location = new System.Drawing.Point(102, 73);
|
|
this.btnExportPath.Name = "btnExportPath";
|
|
this.btnExportPath.Size = new System.Drawing.Size(101, 38);
|
|
this.btnExportPath.TabIndex = 13;
|
|
this.btnExportPath.Text = "Browse";
|
|
this.btnExportPath.UseVisualStyleBackColor = false;
|
|
this.btnExportPath.Click += new System.EventHandler(this.btnExportPath_Click);
|
|
//
|
|
// lbl5
|
|
//
|
|
this.lbl5.AutoSize = true;
|
|
this.lbl5.Location = new System.Drawing.Point(6, 40);
|
|
this.lbl5.Name = "lbl5";
|
|
this.lbl5.Size = new System.Drawing.Size(73, 20);
|
|
this.lbl5.TabIndex = 13;
|
|
this.lbl5.Text = "Export to";
|
|
//
|
|
// gbSensorSelection
|
|
//
|
|
this.gbSensorSelection.Controls.Add(this.dgvSensors);
|
|
this.gbSensorSelection.Controls.Add(this.btnDeSelectAllSensors);
|
|
this.gbSensorSelection.Controls.Add(this.btnSelectAllSensors);
|
|
this.gbSensorSelection.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbSensorSelection.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.gbSensorSelection.Location = new System.Drawing.Point(182, 63);
|
|
this.gbSensorSelection.Name = "gbSensorSelection";
|
|
this.gbSensorSelection.Size = new System.Drawing.Size(419, 544);
|
|
this.gbSensorSelection.TabIndex = 29;
|
|
this.gbSensorSelection.TabStop = false;
|
|
this.gbSensorSelection.Text = "Sensor Selection";
|
|
//
|
|
// dgvSensors
|
|
//
|
|
this.dgvSensors.AllowUserToAddRows = false;
|
|
this.dgvSensors.AllowUserToDeleteRows = false;
|
|
this.dgvSensors.AllowUserToOrderColumns = true;
|
|
this.dgvSensors.AllowUserToResizeColumns = false;
|
|
this.dgvSensors.AllowUserToResizeRows = false;
|
|
this.dgvSensors.BackgroundColor = System.Drawing.Color.Gray;
|
|
this.dgvSensors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvSensors.ColumnHeadersVisible = false;
|
|
this.dgvSensors.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dgvSensors_Column});
|
|
this.dgvSensors.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dgvSensors.Location = new System.Drawing.Point(16, 32);
|
|
this.dgvSensors.Name = "dgvSensors";
|
|
this.dgvSensors.ReadOnly = true;
|
|
this.dgvSensors.RowHeadersVisible = false;
|
|
this.dgvSensors.RowHeadersWidth = 62;
|
|
this.dgvSensors.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvSensors.Size = new System.Drawing.Size(387, 452);
|
|
this.dgvSensors.TabIndex = 24;
|
|
this.dgvSensors.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSensors_CellClick);
|
|
this.dgvSensors.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSensors_CellContentClick);
|
|
//
|
|
// dgvSensors_Column
|
|
//
|
|
this.dgvSensors_Column.HeaderText = "Description";
|
|
this.dgvSensors_Column.MinimumWidth = 8;
|
|
this.dgvSensors_Column.Name = "dgvSensors_Column";
|
|
this.dgvSensors_Column.ReadOnly = true;
|
|
this.dgvSensors_Column.Width = 300;
|
|
//
|
|
// btnDeSelectAllSensors
|
|
//
|
|
this.btnDeSelectAllSensors.BackColor = System.Drawing.Color.Gray;
|
|
this.btnDeSelectAllSensors.Location = new System.Drawing.Point(223, 495);
|
|
this.btnDeSelectAllSensors.Name = "btnDeSelectAllSensors";
|
|
this.btnDeSelectAllSensors.Size = new System.Drawing.Size(180, 36);
|
|
this.btnDeSelectAllSensors.TabIndex = 23;
|
|
this.btnDeSelectAllSensors.Text = "Deselect all";
|
|
this.btnDeSelectAllSensors.UseVisualStyleBackColor = false;
|
|
this.btnDeSelectAllSensors.Click += new System.EventHandler(this.btnDeSelectAllSensors_Click);
|
|
//
|
|
// btnSelectAllSensors
|
|
//
|
|
this.btnSelectAllSensors.BackColor = System.Drawing.Color.Gray;
|
|
this.btnSelectAllSensors.Location = new System.Drawing.Point(11, 495);
|
|
this.btnSelectAllSensors.Name = "btnSelectAllSensors";
|
|
this.btnSelectAllSensors.Size = new System.Drawing.Size(180, 36);
|
|
this.btnSelectAllSensors.TabIndex = 22;
|
|
this.btnSelectAllSensors.Text = "Select all";
|
|
this.btnSelectAllSensors.UseVisualStyleBackColor = false;
|
|
this.btnSelectAllSensors.Click += new System.EventHandler(this.btnSelectAllSensors_Click);
|
|
//
|
|
// sensorConditions
|
|
//
|
|
this.sensorConditions.DoWork += new System.ComponentModel.DoWorkEventHandler(this.sensorConditions_DoWork);
|
|
//
|
|
// FeanorProjects
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.AutoSize = true;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BackColor = System.Drawing.Color.DimGray;
|
|
this.ClientSize = new System.Drawing.Size(1452, 1013);
|
|
this.Controls.Add(this.pnlViewProjects);
|
|
this.Controls.Add(this.pnlExport);
|
|
this.Controls.Add(this.pnlNewProject);
|
|
this.Controls.Add(this.menu);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menu;
|
|
this.Name = "FeanorProjects";
|
|
this.Text = "Feanor - Projects";
|
|
this.Load += new System.EventHandler(this.FeanorProjects_Load);
|
|
this.pnlNewProject.ResumeLayout(false);
|
|
this.gbNewStepSelectList.ResumeLayout(false);
|
|
this.gbNewSubProjectSelectList.ResumeLayout(false);
|
|
this.gbNewChamber.ResumeLayout(false);
|
|
this.gbNewDescriptions.ResumeLayout(false);
|
|
this.gbNewDescriptions.PerformLayout();
|
|
this.gbNewProject.ResumeLayout(false);
|
|
this.gbNewProject.PerformLayout();
|
|
this.pnlViewProjects.ResumeLayout(false);
|
|
this.pnlViewProjects.PerformLayout();
|
|
this.gbProjectList.ResumeLayout(false);
|
|
this.pnlFindProject.ResumeLayout(false);
|
|
this.pnlFindProject.PerformLayout();
|
|
this.pnlNotes.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvProjects)).EndInit();
|
|
this.gbProjectDetails.ResumeLayout(false);
|
|
this.gbProjectDetails.PerformLayout();
|
|
this.gbSensorData.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pboxProjectWarning)).EndInit();
|
|
this.gbChamber.ResumeLayout(false);
|
|
this.gbStart.ResumeLayout(false);
|
|
this.gbStart.PerformLayout();
|
|
this.menu.ResumeLayout(false);
|
|
this.menu.PerformLayout();
|
|
this.pnlExport.ResumeLayout(false);
|
|
this.pnlExport.PerformLayout();
|
|
this.gbLinkChambers.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvLinkChambers)).EndInit();
|
|
this.gbExport.ResumeLayout(false);
|
|
this.gbExport.PerformLayout();
|
|
this.gbSensorSelection.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvSensors)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pnlNewProject;
|
|
private System.Windows.Forms.GroupBox gbNewChamber;
|
|
private System.Windows.Forms.ListBox lboxChambersNew;
|
|
private System.Windows.Forms.GroupBox gbNewDescriptions;
|
|
private System.Windows.Forms.Label lbl6;
|
|
private System.Windows.Forms.Label lbl7;
|
|
private System.Windows.Forms.TextBox txtbNewCustomerDescription;
|
|
private System.Windows.Forms.TextBox txtbNewStepDescription;
|
|
private System.Windows.Forms.TextBox txtbNewProjectDescription;
|
|
private System.Windows.Forms.Label lbl2;
|
|
private System.Windows.Forms.TextBox txtbNewSubProjectDescription;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox gbNewProject;
|
|
private System.Windows.Forms.Button btnNewProjectFindMIDS;
|
|
private System.Windows.Forms.TextBox txtbNewProjectNumber;
|
|
private System.Windows.Forms.TextBox txtbNewSubprojectNumber;
|
|
private System.Windows.Forms.TextBox txtbNewStepNumber;
|
|
private System.Windows.Forms.Label lblNewProject;
|
|
private System.Windows.Forms.Label lblNewSubproject;
|
|
private System.Windows.Forms.Label lblNewStep;
|
|
private System.Windows.Forms.Button btnCancelNewProject;
|
|
private System.Windows.Forms.Button btnStartNewProject;
|
|
private System.Windows.Forms.Panel pnlViewProjects;
|
|
private System.Windows.Forms.GroupBox gbProjectDetails;
|
|
private System.Windows.Forms.Label lblUTCTime;
|
|
private System.Windows.Forms.Button btnOpenMIDS;
|
|
private System.Windows.Forms.Button btnOpenFolderProject;
|
|
private System.Windows.Forms.GroupBox gbChamber;
|
|
private System.Windows.Forms.Button btnOpenFolderChamber;
|
|
private System.Windows.Forms.Button btnChamberReset;
|
|
private System.Windows.Forms.ListBox lboxChambersDetails;
|
|
private System.Windows.Forms.Button btnExport;
|
|
private System.Windows.Forms.Button btnStopReset;
|
|
private System.Windows.Forms.Label lbl4;
|
|
private System.Windows.Forms.Label lbl3;
|
|
private System.Windows.Forms.DateTimePicker dtpStopTime;
|
|
private System.Windows.Forms.DateTimePicker dtpStopDate;
|
|
private System.Windows.Forms.GroupBox gbStart;
|
|
private System.Windows.Forms.Button btnStartReset;
|
|
private System.Windows.Forms.DateTimePicker dtpStartDate;
|
|
private System.Windows.Forms.Label lbl1;
|
|
private System.Windows.Forms.DateTimePicker dtpStartTime;
|
|
private System.Windows.Forms.Label lblTime;
|
|
private System.Windows.Forms.GroupBox gbProjectList;
|
|
private System.Windows.Forms.Panel pnlFindProject;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox txtbFindDescr;
|
|
private System.Windows.Forms.TextBox txtbFindChamber;
|
|
private System.Windows.Forms.Label lbl10;
|
|
private System.Windows.Forms.TextBox txtbFindCustomer;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Button btnFindCancel;
|
|
private System.Windows.Forms.Button btnFindProject;
|
|
private System.Windows.Forms.TextBox txtbFindProjectNumber;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtbFindProjectSub;
|
|
private System.Windows.Forms.TextBox txtbFindProjectStep;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Panel pnlNotes;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.ListBox lboxProjectNotes;
|
|
private System.Windows.Forms.DataGridView dgvProjects;
|
|
private System.Windows.Forms.MenuStrip menu;
|
|
private System.Windows.Forms.ToolStripMenuItem menuNewProject;
|
|
private System.Windows.Forms.ToolStripMenuItem menuView;
|
|
private System.Windows.Forms.PictureBox pboxProjectWarning;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Timer timerProjectDetails;
|
|
private System.Windows.Forms.Timer timerUtcClock;
|
|
private System.Windows.Forms.ToolStripMenuItem menuViewInProgress;
|
|
private System.Windows.Forms.ToolStripMenuItem menuViewFinished;
|
|
private System.Windows.Forms.ToolStripMenuItem menuViewAll;
|
|
private System.Windows.Forms.ToolStripMenuItem menuViewFind;
|
|
private System.Windows.Forms.Panel pnlExport;
|
|
private System.Windows.Forms.Label lblExportProject;
|
|
private System.Windows.Forms.GroupBox gbExport;
|
|
private System.Windows.Forms.Button btnExportCancel;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Button btnDoExport;
|
|
private System.Windows.Forms.TextBox txtbExportPath;
|
|
private System.Windows.Forms.TextBox txtbFilename;
|
|
private System.Windows.Forms.Button btnExportPath;
|
|
private System.Windows.Forms.Label lbl5;
|
|
private System.Windows.Forms.GroupBox gbSensorSelection;
|
|
private System.Windows.Forms.Button btnDeSelectAllSensors;
|
|
private System.Windows.Forms.Button btnSelectAllSensors;
|
|
private System.Windows.Forms.GroupBox gbLinkChambers;
|
|
private System.Windows.Forms.DataGridView dgvSensors;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dgvSensors_Column;
|
|
private System.Windows.Forms.DataGridView dgvLinkChambers;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.FolderBrowserDialog FolderBrowserDialog;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox txtbChamberNumber;
|
|
private System.Windows.Forms.Label ProjectStepLabel;
|
|
private System.Windows.Forms.Label ProjectSubLabel;
|
|
private System.Windows.Forms.Label ProjectIDlabel;
|
|
private System.Windows.Forms.Label DurationLabel;
|
|
private System.Windows.Forms.Label StepLabel;
|
|
private System.Windows.Forms.Label SubProjectLabel;
|
|
private System.Windows.Forms.Label ProjectDescriptionLabel;
|
|
private System.Windows.Forms.Label ProjectCustomerLabel;
|
|
private System.Windows.Forms.ListBox lbNewStepSelectList;
|
|
private System.Windows.Forms.ListBox lbNewSubProjectSelectList;
|
|
private System.Windows.Forms.GroupBox gbNewSubProjectSelectList;
|
|
private System.Windows.Forms.GroupBox gbNewStepSelectList;
|
|
private System.Windows.Forms.Button btnStopReReset;
|
|
private System.ComponentModel.BackgroundWorker sensorConditions;
|
|
private System.Windows.Forms.Button btnNodeStatus;
|
|
private System.Windows.Forms.Button btnExpNoDate;
|
|
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.CheckBox cboxInvProject;
|
|
private System.Windows.Forms.CheckBox cbOpenMeta;
|
|
private System.Windows.Forms.ToolStripMenuItem finishedLastMonthToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem finishedLastWeekToolStripMenuItem;
|
|
private System.Windows.Forms.GroupBox gbSensorData;
|
|
private System.Windows.Forms.ListBox lbChamberConditions;
|
|
private System.Windows.Forms.Button btnChamberSensors;
|
|
}
|
|
}
|
|
|