Files
newfolder/ChamChat/ChamChat/ChamChat.Designer.cs
Wesley Hofman 2f1f4199ad first commit
2025-09-18 14:23:18 +02:00

1567 lines
82 KiB
C#

namespace ChamChat
{
partial class ChamChat
{
/// <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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChamChat));
this.gbComm = new System.Windows.Forms.GroupBox();
this.label19 = new System.Windows.Forms.Label();
this.txtbCommandSent = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtbReturnDataWaitms = new System.Windows.Forms.TextBox();
this.cbANSIX328 = new System.Windows.Forms.CheckBox();
this.cbLF = new System.Windows.Forms.CheckBox();
this.cbCR = new System.Windows.Forms.CheckBox();
this.cboxInterfaces = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtbResponse = new System.Windows.Forms.TextBox();
this.cboxCmd = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btnSend = new System.Windows.Forms.Button();
this.lboxIF = new System.Windows.Forms.ListBox();
this.tabControl = new System.Windows.Forms.TabControl();
this.tabInterfaceComm = new System.Windows.Forms.TabPage();
this.gbCommandIF = new System.Windows.Forms.GroupBox();
this.btnClearMess = new System.Windows.Forms.Button();
this.gbClientOnIF = new System.Windows.Forms.GroupBox();
this.lboxClientOnIF = new System.Windows.Forms.ListBox();
this.tabProfile = new System.Windows.Forms.TabPage();
this.lblClientType = new System.Windows.Forms.Label();
this.pnlGraphControls = new System.Windows.Forms.Panel();
this.btnGraphPrevious = new System.Windows.Forms.Button();
this.pnlGraph = new System.Windows.Forms.Panel();
this.pboxGraph = new System.Windows.Forms.PictureBox();
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.saveImageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ScrBarGraph = new System.Windows.Forms.HScrollBar();
this.btnGraphNext = new System.Windows.Forms.Button();
this.cboxGraphSerialized = new System.Windows.Forms.CheckBox();
this.btnZoomIn = new System.Windows.Forms.Button();
this.btnZoomReset = new System.Windows.Forms.Button();
this.btnZoomOut = new System.Windows.Forms.Button();
this.dgvLoops = new System.Windows.Forms.DataGridView();
this.dgvLoopsColumnFirst = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvLoopsColumnLast = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvLoopsColumnN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label17 = new System.Windows.Forms.Label();
this.btnCleanUpSteps = new System.Windows.Forms.Button();
this.btnAddLoop = new System.Windows.Forms.Button();
this.dgvOptions = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nudLoopFirst = new System.Windows.Forms.NumericUpDown();
this.label14 = new System.Windows.Forms.Label();
this.nudLoopLast = new System.Windows.Forms.NumericUpDown();
this.lblSummary = new System.Windows.Forms.Label();
this.nudCount = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.cboxClient = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.txtbTitle = new System.Windows.Forms.TextBox();
this.btnWriteProfile = new System.Windows.Forms.Button();
this.btnAddStep = new System.Windows.Forms.Button();
this.dgvSteps = new System.Windows.Forms.DataGridView();
this.dgvProfileColumnStep = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvProfileColumnT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvProfileColumnRH = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvProfileColumnRampCtrlT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.dgvProfileColumnRampCtrlRH = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.dgvProfileColumnPreT = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvProfileColumnLimit = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvProfileColumnDurationHr = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dgvProfileColumnDurationMin = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label16 = new System.Windows.Forms.Label();
this.tabTasks = new System.Windows.Forms.TabPage();
this.btnCleanUpTaskList = new System.Windows.Forms.Button();
this.gbTask = new System.Windows.Forms.GroupBox();
this.lblTaskInterface = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnTaskNextStep = new System.Windows.Forms.Button();
this.lblLastTaskUpdate = new System.Windows.Forms.Label();
this.lblTaskIsStandalone = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.lboxEventLogs = new System.Windows.Forms.ListBox();
this.lboxDataTransferLogs = new System.Windows.Forms.ListBox();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lblTaskProgress = new System.Windows.Forms.Label();
this.btnTaskStop = new System.Windows.Forms.Button();
this.lblTaskStatus = new System.Windows.Forms.Label();
this.lblProfileTitle = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.dgvTasks = new System.Windows.Forms.DataGridView();
this.dgvTasksColumnDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabGraph = new System.Windows.Forms.TabPage();
this.pnlImExport = new System.Windows.Forms.Panel();
this.lblImportAction = new System.Windows.Forms.Label();
this.lblImExport = new System.Windows.Forms.Label();
this.progBarImport = new System.Windows.Forms.ProgressBar();
this.btnCancelImport = new System.Windows.Forms.Button();
this.timerUpdateTask = new System.Windows.Forms.Timer(this.components);
this.sfdSave = new System.Windows.Forms.SaveFileDialog();
this.menu = new System.Windows.Forms.MenuStrip();
this.menuProfile = new System.Windows.Forms.ToolStripMenuItem();
this.menuProfileNew = new System.Windows.Forms.ToolStripMenuItem();
this.MenuProfileOpen = new System.Windows.Forms.ToolStripMenuItem();
this.menuProfileSave = new System.Windows.Forms.ToolStripMenuItem();
this.menuProfileSaveAs = new System.Windows.Forms.ToolStripMenuItem();
this.MenuProfileImport = new System.Windows.Forms.ToolStripMenuItem();
this.MenuProfileStore = new System.Windows.Forms.ToolStripMenuItem();
this.menuTasks = new System.Windows.Forms.ToolStripMenuItem();
this.menuTasksCleanUp = new System.Windows.Forms.ToolStripMenuItem();
this.menuInterface = new System.Windows.Forms.ToolStripMenuItem();
this.ofdOpen = new System.Windows.Forms.OpenFileDialog();
this.bgworkerImport = new System.ComponentModel.BackgroundWorker();
this.bgworkerExport = new System.ComponentModel.BackgroundWorker();
this.gbComm.SuspendLayout();
this.tabControl.SuspendLayout();
this.tabInterfaceComm.SuspendLayout();
this.gbCommandIF.SuspendLayout();
this.gbClientOnIF.SuspendLayout();
this.tabProfile.SuspendLayout();
this.pnlGraphControls.SuspendLayout();
this.pnlGraph.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pboxGraph)).BeginInit();
this.contextMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvLoops)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvOptions)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudLoopFirst)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudLoopLast)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvSteps)).BeginInit();
this.tabTasks.SuspendLayout();
this.gbTask.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTasks)).BeginInit();
this.pnlImExport.SuspendLayout();
this.menu.SuspendLayout();
this.SuspendLayout();
//
// gbComm
//
this.gbComm.Controls.Add(this.label19);
this.gbComm.Controls.Add(this.txtbCommandSent);
this.gbComm.Controls.Add(this.label18);
this.gbComm.Controls.Add(this.label4);
this.gbComm.Controls.Add(this.txtbReturnDataWaitms);
this.gbComm.Controls.Add(this.cbANSIX328);
this.gbComm.Controls.Add(this.cbLF);
this.gbComm.Controls.Add(this.cbCR);
this.gbComm.Controls.Add(this.cboxInterfaces);
this.gbComm.Controls.Add(this.label15);
this.gbComm.Controls.Add(this.label7);
this.gbComm.Controls.Add(this.txtbResponse);
this.gbComm.Controls.Add(this.cboxCmd);
this.gbComm.Controls.Add(this.label2);
this.gbComm.Controls.Add(this.btnSend);
this.gbComm.Location = new System.Drawing.Point(28, 17);
this.gbComm.Name = "gbComm";
this.gbComm.Size = new System.Drawing.Size(780, 279);
this.gbComm.TabIndex = 18;
this.gbComm.TabStop = false;
this.gbComm.Text = "Communication";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(25, 216);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(57, 13);
this.label19.TabIndex = 32;
this.label19.Text = "Sent (Hex)";
//
// txtbCommandSent
//
this.txtbCommandSent.Location = new System.Drawing.Point(126, 213);
this.txtbCommandSent.Name = "txtbCommandSent";
this.txtbCommandSent.ReadOnly = true;
this.txtbCommandSent.Size = new System.Drawing.Size(621, 20);
this.txtbCommandSent.TabIndex = 31;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(178, 140);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(20, 13);
this.label18.TabIndex = 30;
this.label18.Text = "ms";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(25, 140);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(91, 13);
this.label4.TabIndex = 29;
this.label4.Text = "Return read delay";
//
// txtbReturnDataWaitms
//
this.txtbReturnDataWaitms.Location = new System.Drawing.Point(126, 137);
this.txtbReturnDataWaitms.Name = "txtbReturnDataWaitms";
this.txtbReturnDataWaitms.Size = new System.Drawing.Size(46, 20);
this.txtbReturnDataWaitms.TabIndex = 28;
this.txtbReturnDataWaitms.Text = "3000";
this.txtbReturnDataWaitms.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtbReturnDataWaitms.TextChanged += new System.EventHandler(this.txtbReturnDataWaitms_TextChanged);
//
// cbANSIX328
//
this.cbANSIX328.AutoSize = true;
this.cbANSIX328.Location = new System.Drawing.Point(126, 114);
this.cbANSIX328.Name = "cbANSIX328";
this.cbANSIX328.Size = new System.Drawing.Size(82, 17);
this.cbANSIX328.TabIndex = 27;
this.cbANSIX328.Text = "ANSI X3.28";
this.cbANSIX328.UseVisualStyleBackColor = true;
this.cbANSIX328.CheckedChanged += new System.EventHandler(this.cbANSIX328_CheckedChanged);
//
// cbLF
//
this.cbLF.AutoSize = true;
this.cbLF.Checked = true;
this.cbLF.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbLF.Location = new System.Drawing.Point(224, 92);
this.cbLF.Name = "cbLF";
this.cbLF.Size = new System.Drawing.Size(73, 17);
this.cbLF.TabIndex = 25;
this.cbLF.Text = "Line Feed";
this.cbLF.UseVisualStyleBackColor = true;
//
// cbCR
//
this.cbCR.AutoSize = true;
this.cbCR.Checked = true;
this.cbCR.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbCR.Location = new System.Drawing.Point(126, 92);
this.cbCR.Name = "cbCR";
this.cbCR.Size = new System.Drawing.Size(92, 17);
this.cbCR.TabIndex = 24;
this.cbCR.Text = "Cariage return";
this.cbCR.UseVisualStyleBackColor = true;
//
// cboxInterfaces
//
this.cboxInterfaces.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxInterfaces.FormattingEnabled = true;
this.cboxInterfaces.Location = new System.Drawing.Point(126, 38);
this.cboxInterfaces.Name = "cboxInterfaces";
this.cboxInterfaces.Size = new System.Drawing.Size(621, 21);
this.cboxInterfaces.TabIndex = 23;
this.cboxInterfaces.SelectedIndexChanged += new System.EventHandler(this.cboxInterfaces_SelectedIndexChanged);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(25, 41);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(49, 13);
this.label15.TabIndex = 10;
this.label15.Text = "Interface";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(25, 242);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(55, 13);
this.label7.TabIndex = 8;
this.label7.Text = "Response";
//
// txtbResponse
//
this.txtbResponse.Location = new System.Drawing.Point(126, 239);
this.txtbResponse.Name = "txtbResponse";
this.txtbResponse.ReadOnly = true;
this.txtbResponse.Size = new System.Drawing.Size(621, 20);
this.txtbResponse.TabIndex = 7;
//
// cboxCmd
//
this.cboxCmd.FormattingEnabled = true;
this.cboxCmd.Items.AddRange(new object[] {
"<STX> ? <SPACE> A2LO <CR> <ETX>",
"6, ROM?",
"6, PRGM DATA WRITE, PGM:1, EDIT START",
"6, PRGM DATA WRITE, PGM:1, EDIT CANCEL",
"1, PRGM DATA WRITE, PGM:1, EDIT CANCEL",
"1, PRGM DATA WRITE, PGM:1, EDIT END",
"6, ROM?",
"6, MODE?"});
this.cboxCmd.Location = new System.Drawing.Point(126, 65);
this.cboxCmd.Name = "cboxCmd";
this.cboxCmd.Size = new System.Drawing.Size(621, 21);
this.cboxCmd.TabIndex = 6;
this.cboxCmd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboxCmd_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Command";
//
// btnSend
//
this.btnSend.Location = new System.Drawing.Point(672, 158);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(75, 23);
this.btnSend.TabIndex = 1;
this.btnSend.Text = "Send";
this.btnSend.UseVisualStyleBackColor = true;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// lboxIF
//
this.lboxIF.FormattingEnabled = true;
this.lboxIF.Location = new System.Drawing.Point(28, 32);
this.lboxIF.Name = "lboxIF";
this.lboxIF.Size = new System.Drawing.Size(1057, 264);
this.lboxIF.TabIndex = 20;
//
// tabControl
//
this.tabControl.Controls.Add(this.tabInterfaceComm);
this.tabControl.Controls.Add(this.tabProfile);
this.tabControl.Controls.Add(this.tabTasks);
this.tabControl.Controls.Add(this.tabGraph);
this.tabControl.Location = new System.Drawing.Point(22, 51);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(1173, 705);
this.tabControl.TabIndex = 21;
this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
//
// tabInterfaceComm
//
this.tabInterfaceComm.Controls.Add(this.gbCommandIF);
this.tabInterfaceComm.Controls.Add(this.gbClientOnIF);
this.tabInterfaceComm.Controls.Add(this.gbComm);
this.tabInterfaceComm.Location = new System.Drawing.Point(4, 22);
this.tabInterfaceComm.Name = "tabInterfaceComm";
this.tabInterfaceComm.Padding = new System.Windows.Forms.Padding(3);
this.tabInterfaceComm.Size = new System.Drawing.Size(1165, 679);
this.tabInterfaceComm.TabIndex = 0;
this.tabInterfaceComm.Text = "Interface";
this.tabInterfaceComm.UseVisualStyleBackColor = true;
//
// gbCommandIF
//
this.gbCommandIF.Controls.Add(this.lboxIF);
this.gbCommandIF.Controls.Add(this.btnClearMess);
this.gbCommandIF.Location = new System.Drawing.Point(28, 320);
this.gbCommandIF.Name = "gbCommandIF";
this.gbCommandIF.Size = new System.Drawing.Size(1104, 337);
this.gbCommandIF.TabIndex = 24;
this.gbCommandIF.TabStop = false;
this.gbCommandIF.Text = "Commands sent to IF";
//
// btnClearMess
//
this.btnClearMess.Location = new System.Drawing.Point(1010, 302);
this.btnClearMess.Name = "btnClearMess";
this.btnClearMess.Size = new System.Drawing.Size(75, 23);
this.btnClearMess.TabIndex = 21;
this.btnClearMess.Text = "Clear";
this.btnClearMess.UseVisualStyleBackColor = true;
this.btnClearMess.Click += new System.EventHandler(this.btnClearMess_Click);
//
// gbClientOnIF
//
this.gbClientOnIF.Controls.Add(this.lboxClientOnIF);
this.gbClientOnIF.Location = new System.Drawing.Point(911, 17);
this.gbClientOnIF.Name = "gbClientOnIF";
this.gbClientOnIF.Size = new System.Drawing.Size(221, 279);
this.gbClientOnIF.TabIndex = 23;
this.gbClientOnIF.TabStop = false;
this.gbClientOnIF.Text = "Clients on interface";
//
// lboxClientOnIF
//
this.lboxClientOnIF.FormattingEnabled = true;
this.lboxClientOnIF.Location = new System.Drawing.Point(21, 34);
this.lboxClientOnIF.Name = "lboxClientOnIF";
this.lboxClientOnIF.Size = new System.Drawing.Size(170, 147);
this.lboxClientOnIF.TabIndex = 22;
//
// tabProfile
//
this.tabProfile.BackColor = System.Drawing.Color.Transparent;
this.tabProfile.Controls.Add(this.lblClientType);
this.tabProfile.Controls.Add(this.pnlGraphControls);
this.tabProfile.Controls.Add(this.dgvLoops);
this.tabProfile.Controls.Add(this.label17);
this.tabProfile.Controls.Add(this.btnCleanUpSteps);
this.tabProfile.Controls.Add(this.btnAddLoop);
this.tabProfile.Controls.Add(this.dgvOptions);
this.tabProfile.Controls.Add(this.nudLoopFirst);
this.tabProfile.Controls.Add(this.label14);
this.tabProfile.Controls.Add(this.nudLoopLast);
this.tabProfile.Controls.Add(this.lblSummary);
this.tabProfile.Controls.Add(this.nudCount);
this.tabProfile.Controls.Add(this.label3);
this.tabProfile.Controls.Add(this.label5);
this.tabProfile.Controls.Add(this.label11);
this.tabProfile.Controls.Add(this.label13);
this.tabProfile.Controls.Add(this.cboxClient);
this.tabProfile.Controls.Add(this.label6);
this.tabProfile.Controls.Add(this.txtbTitle);
this.tabProfile.Controls.Add(this.btnWriteProfile);
this.tabProfile.Controls.Add(this.btnAddStep);
this.tabProfile.Controls.Add(this.dgvSteps);
this.tabProfile.Controls.Add(this.label16);
this.tabProfile.Location = new System.Drawing.Point(4, 22);
this.tabProfile.Name = "tabProfile";
this.tabProfile.Padding = new System.Windows.Forms.Padding(3);
this.tabProfile.Size = new System.Drawing.Size(1165, 679);
this.tabProfile.TabIndex = 1;
this.tabProfile.Text = "Profile";
//
// lblClientType
//
this.lblClientType.AutoSize = true;
this.lblClientType.Location = new System.Drawing.Point(178, 21);
this.lblClientType.Name = "lblClientType";
this.lblClientType.Size = new System.Drawing.Size(31, 13);
this.lblClientType.TabIndex = 47;
this.lblClientType.Text = "Type";
//
// pnlGraphControls
//
this.pnlGraphControls.Controls.Add(this.btnGraphPrevious);
this.pnlGraphControls.Controls.Add(this.pnlGraph);
this.pnlGraphControls.Controls.Add(this.ScrBarGraph);
this.pnlGraphControls.Controls.Add(this.btnGraphNext);
this.pnlGraphControls.Controls.Add(this.cboxGraphSerialized);
this.pnlGraphControls.Controls.Add(this.btnZoomIn);
this.pnlGraphControls.Controls.Add(this.btnZoomReset);
this.pnlGraphControls.Controls.Add(this.btnZoomOut);
this.pnlGraphControls.Location = new System.Drawing.Point(4, 317);
this.pnlGraphControls.Name = "pnlGraphControls";
this.pnlGraphControls.Size = new System.Drawing.Size(1156, 359);
this.pnlGraphControls.TabIndex = 44;
this.pnlGraphControls.Visible = false;
//
// btnGraphPrevious
//
this.btnGraphPrevious.Location = new System.Drawing.Point(849, 333);
this.btnGraphPrevious.Name = "btnGraphPrevious";
this.btnGraphPrevious.Size = new System.Drawing.Size(75, 23);
this.btnGraphPrevious.TabIndex = 37;
this.btnGraphPrevious.Text = "<-";
this.btnGraphPrevious.UseVisualStyleBackColor = true;
this.btnGraphPrevious.Click += new System.EventHandler(this.btnGraphPrevious_Click);
//
// pnlGraph
//
this.pnlGraph.BackColor = System.Drawing.Color.Transparent;
this.pnlGraph.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlGraph.Controls.Add(this.pboxGraph);
this.pnlGraph.Location = new System.Drawing.Point(38, 0);
this.pnlGraph.Name = "pnlGraph";
this.pnlGraph.Size = new System.Drawing.Size(1080, 309);
this.pnlGraph.TabIndex = 35;
//
// pboxGraph
//
this.pboxGraph.BackColor = System.Drawing.Color.Transparent;
this.pboxGraph.ContextMenuStrip = this.contextMenuStrip;
this.pboxGraph.Location = new System.Drawing.Point(3, 12);
this.pboxGraph.Name = "pboxGraph";
this.pboxGraph.Size = new System.Drawing.Size(587, 176);
this.pboxGraph.TabIndex = 0;
this.pboxGraph.TabStop = false;
this.pboxGraph.MouseLeave += new System.EventHandler(this.pboxGraph_MouseLeave);
this.pboxGraph.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pboxGraph_MouseMove);
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveImageToolStripMenuItem});
this.contextMenuStrip.Name = "contextMenuStrip";
this.contextMenuStrip.Size = new System.Drawing.Size(135, 26);
//
// saveImageToolStripMenuItem
//
this.saveImageToolStripMenuItem.Name = "saveImageToolStripMenuItem";
this.saveImageToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.saveImageToolStripMenuItem.Text = "Save image";
this.saveImageToolStripMenuItem.Click += new System.EventHandler(this.saveImageToolStripMenuItem_Click);
//
// ScrBarGraph
//
this.ScrBarGraph.Location = new System.Drawing.Point(38, 312);
this.ScrBarGraph.Name = "ScrBarGraph";
this.ScrBarGraph.Size = new System.Drawing.Size(1080, 17);
this.ScrBarGraph.TabIndex = 42;
this.ScrBarGraph.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ScrBarGraph_Scroll);
//
// btnGraphNext
//
this.btnGraphNext.Location = new System.Drawing.Point(930, 332);
this.btnGraphNext.Name = "btnGraphNext";
this.btnGraphNext.Size = new System.Drawing.Size(75, 23);
this.btnGraphNext.TabIndex = 36;
this.btnGraphNext.Text = "->";
this.btnGraphNext.UseVisualStyleBackColor = true;
this.btnGraphNext.Click += new System.EventHandler(this.btnGraphNext_Click);
//
// cboxGraphSerialized
//
this.cboxGraphSerialized.AutoSize = true;
this.cboxGraphSerialized.Location = new System.Drawing.Point(38, 336);
this.cboxGraphSerialized.Name = "cboxGraphSerialized";
this.cboxGraphSerialized.Size = new System.Drawing.Size(85, 17);
this.cboxGraphSerialized.TabIndex = 41;
this.cboxGraphSerialized.Text = "Unfold loops";
this.cboxGraphSerialized.UseVisualStyleBackColor = true;
this.cboxGraphSerialized.CheckedChanged += new System.EventHandler(this.cboxGraphSerialized_CheckedChanged);
//
// btnZoomIn
//
this.btnZoomIn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnZoomIn.Location = new System.Drawing.Point(1095, 332);
this.btnZoomIn.Name = "btnZoomIn";
this.btnZoomIn.Size = new System.Drawing.Size(23, 23);
this.btnZoomIn.TabIndex = 38;
this.btnZoomIn.Text = "+";
this.btnZoomIn.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnZoomIn.UseVisualStyleBackColor = true;
this.btnZoomIn.Click += new System.EventHandler(this.btnZoomIn_Click);
//
// btnZoomReset
//
this.btnZoomReset.Location = new System.Drawing.Point(1068, 332);
this.btnZoomReset.Name = "btnZoomReset";
this.btnZoomReset.Size = new System.Drawing.Size(24, 23);
this.btnZoomReset.TabIndex = 40;
this.btnZoomReset.Text = "[]";
this.btnZoomReset.UseVisualStyleBackColor = true;
this.btnZoomReset.Click += new System.EventHandler(this.btnZoomReset_Click);
//
// btnZoomOut
//
this.btnZoomOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnZoomOut.Location = new System.Drawing.Point(1042, 332);
this.btnZoomOut.Name = "btnZoomOut";
this.btnZoomOut.Size = new System.Drawing.Size(23, 23);
this.btnZoomOut.TabIndex = 39;
this.btnZoomOut.Text = "-";
this.btnZoomOut.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnZoomOut.UseVisualStyleBackColor = true;
this.btnZoomOut.Click += new System.EventHandler(this.btnZoomOut_Click);
//
// dgvLoops
//
this.dgvLoops.AllowUserToAddRows = false;
this.dgvLoops.AllowUserToDeleteRows = false;
this.dgvLoops.AllowUserToResizeColumns = false;
this.dgvLoops.AllowUserToResizeRows = false;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvLoops.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.dgvLoops.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvLoops.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dgvLoopsColumnFirst,
this.dgvLoopsColumnLast,
this.dgvLoopsColumnN});
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvLoops.DefaultCellStyle = dataGridViewCellStyle12;
this.dgvLoops.Location = new System.Drawing.Point(847, 64);
this.dgvLoops.MultiSelect = false;
this.dgvLoops.Name = "dgvLoops";
this.dgvLoops.ReadOnly = true;
this.dgvLoops.RowHeadersVisible = false;
this.dgvLoops.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgvLoops.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvLoops.Size = new System.Drawing.Size(137, 110);
this.dgvLoops.TabIndex = 8;
this.dgvLoops.TabStop = false;
this.dgvLoops.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvLoops_KeyDown);
//
// dgvLoopsColumnFirst
//
this.dgvLoopsColumnFirst.HeaderText = "First";
this.dgvLoopsColumnFirst.Name = "dgvLoopsColumnFirst";
this.dgvLoopsColumnFirst.ReadOnly = true;
this.dgvLoopsColumnFirst.Width = 45;
//
// dgvLoopsColumnLast
//
this.dgvLoopsColumnLast.HeaderText = "Last";
this.dgvLoopsColumnLast.Name = "dgvLoopsColumnLast";
this.dgvLoopsColumnLast.ReadOnly = true;
this.dgvLoopsColumnLast.Width = 45;
//
// dgvLoopsColumnN
//
this.dgvLoopsColumnN.HeaderText = "N";
this.dgvLoopsColumnN.Name = "dgvLoopsColumnN";
this.dgvLoopsColumnN.ReadOnly = true;
this.dgvLoopsColumnN.Width = 45;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(844, 182);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(29, 13);
this.label17.TabIndex = 45;
this.label17.Text = "Step";
//
// btnCleanUpSteps
//
this.btnCleanUpSteps.Location = new System.Drawing.Point(125, 269);
this.btnCleanUpSteps.Name = "btnCleanUpSteps";
this.btnCleanUpSteps.Size = new System.Drawing.Size(75, 23);
this.btnCleanUpSteps.TabIndex = 30;
this.btnCleanUpSteps.Text = "Clean up";
this.btnCleanUpSteps.UseVisualStyleBackColor = true;
this.btnCleanUpSteps.Click += new System.EventHandler(this.btnCleanUpSteps_Click);
//
// btnAddLoop
//
this.btnAddLoop.Location = new System.Drawing.Point(941, 232);
this.btnAddLoop.Name = "btnAddLoop";
this.btnAddLoop.Size = new System.Drawing.Size(43, 23);
this.btnAddLoop.TabIndex = 9;
this.btnAddLoop.Text = "Add";
this.btnAddLoop.UseVisualStyleBackColor = true;
this.btnAddLoop.Click += new System.EventHandler(this.btnAddLoop_Click);
//
// dgvOptions
//
this.dgvOptions.AllowUserToAddRows = false;
this.dgvOptions.AllowUserToDeleteRows = false;
this.dgvOptions.AllowUserToResizeColumns = false;
this.dgvOptions.AllowUserToResizeRows = false;
this.dgvOptions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOptions.ColumnHeadersVisible = false;
this.dgvOptions.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1});
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlDark;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.ControlDark;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvOptions.DefaultCellStyle = dataGridViewCellStyle13;
this.dgvOptions.Location = new System.Drawing.Point(630, 64);
this.dgvOptions.MultiSelect = false;
this.dgvOptions.Name = "dgvOptions";
this.dgvOptions.ReadOnly = true;
this.dgvOptions.RowHeadersVisible = false;
this.dgvOptions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgvOptions.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvOptions.Size = new System.Drawing.Size(178, 196);
this.dgvOptions.TabIndex = 29;
this.dgvOptions.TabStop = false;
this.dgvOptions.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOptions_CellMouseClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "Option";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 153;
//
// nudLoopFirst
//
this.nudLoopFirst.Location = new System.Drawing.Point(874, 180);
this.nudLoopFirst.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.nudLoopFirst.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudLoopFirst.Name = "nudLoopFirst";
this.nudLoopFirst.Size = new System.Drawing.Size(43, 20);
this.nudLoopFirst.TabIndex = 10;
this.nudLoopFirst.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudLoopFirst.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(627, 48);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(73, 13);
this.label14.TabIndex = 28;
this.label14.Text = "Profile options";
//
// nudLoopLast
//
this.nudLoopLast.Location = new System.Drawing.Point(941, 180);
this.nudLoopLast.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.nudLoopLast.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudLoopLast.Name = "nudLoopLast";
this.nudLoopLast.Size = new System.Drawing.Size(43, 20);
this.nudLoopLast.TabIndex = 11;
this.nudLoopLast.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudLoopLast.Value = new decimal(new int[] {
2,
0,
0,
0});
//
// lblSummary
//
this.lblSummary.AutoSize = true;
this.lblSummary.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSummary.Location = new System.Drawing.Point(259, 269);
this.lblSummary.Name = "lblSummary";
this.lblSummary.Size = new System.Drawing.Size(140, 20);
this.lblSummary.TabIndex = 26;
this.lblSummary.Text = "Duration (hh:mm): ";
this.lblSummary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// nudCount
//
this.nudCount.Location = new System.Drawing.Point(941, 206);
this.nudCount.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.nudCount.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudCount.Name = "nudCount";
this.nudCount.Size = new System.Drawing.Size(43, 20);
this.nudCount.TabIndex = 12;
this.nudCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudCount.Value = new decimal(new int[] {
3,
0,
0,
0});
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(41, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(33, 13);
this.label3.TabIndex = 23;
this.label3.Text = "Client";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(844, 208);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(76, 13);
this.label5.TabIndex = 15;
this.label5.Text = "Executions (N)";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(41, 48);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(34, 13);
this.label11.TabIndex = 24;
this.label11.Text = "Steps";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(844, 48);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(36, 13);
this.label13.TabIndex = 25;
this.label13.Text = "Loops";
//
// cboxClient
//
this.cboxClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxClient.FormattingEnabled = true;
this.cboxClient.Location = new System.Drawing.Point(104, 17);
this.cboxClient.Name = "cboxClient";
this.cboxClient.Size = new System.Drawing.Size(68, 21);
this.cboxClient.TabIndex = 22;
this.cboxClient.SelectedIndexChanged += new System.EventHandler(this.cboxClient_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(325, 20);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 13);
this.label6.TabIndex = 18;
this.label6.Text = "Profile name";
//
// txtbTitle
//
this.txtbTitle.Location = new System.Drawing.Point(396, 17);
this.txtbTitle.Name = "txtbTitle";
this.txtbTitle.Size = new System.Drawing.Size(194, 20);
this.txtbTitle.TabIndex = 17;
this.txtbTitle.Text = "Name";
//
// btnWriteProfile
//
this.btnWriteProfile.Location = new System.Drawing.Point(1020, 64);
this.btnWriteProfile.Name = "btnWriteProfile";
this.btnWriteProfile.Size = new System.Drawing.Size(102, 55);
this.btnWriteProfile.TabIndex = 5;
this.btnWriteProfile.Text = "Start in 00000";
this.btnWriteProfile.UseVisualStyleBackColor = true;
this.btnWriteProfile.Click += new System.EventHandler(this.btnWriteProfile_Click);
//
// btnAddStep
//
this.btnAddStep.Location = new System.Drawing.Point(44, 269);
this.btnAddStep.Name = "btnAddStep";
this.btnAddStep.Size = new System.Drawing.Size(75, 23);
this.btnAddStep.TabIndex = 6;
this.btnAddStep.Text = "Insert";
this.btnAddStep.UseVisualStyleBackColor = true;
this.btnAddStep.Click += new System.EventHandler(this.btnAddStep_Click);
//
// dgvSteps
//
this.dgvSteps.AllowUserToAddRows = false;
this.dgvSteps.AllowUserToDeleteRows = false;
this.dgvSteps.AllowUserToResizeColumns = false;
this.dgvSteps.AllowUserToResizeRows = false;
this.dgvSteps.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvSteps.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
this.dgvSteps.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvSteps.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dgvProfileColumnStep,
this.dgvProfileColumnT,
this.dgvProfileColumnRH,
this.dgvProfileColumnRampCtrlT,
this.dgvProfileColumnRampCtrlRH,
this.dgvProfileColumnPreT,
this.dgvProfileColumnLimit,
this.dgvProfileColumnDurationHr,
this.dgvProfileColumnDurationMin});
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvSteps.DefaultCellStyle = dataGridViewCellStyle15;
this.dgvSteps.Location = new System.Drawing.Point(44, 64);
this.dgvSteps.Name = "dgvSteps";
this.dgvSteps.RowHeadersVisible = false;
this.dgvSteps.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgvSteps.Size = new System.Drawing.Size(546, 199);
this.dgvSteps.TabIndex = 5;
this.dgvSteps.TabStop = false;
this.dgvSteps.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSteps_CellContentClick);
this.dgvSteps.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSteps_CellValueChanged);
this.dgvSteps.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProfile_KeyDown);
this.dgvSteps.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgvProfile_KeyPress);
//
// dgvProfileColumnStep
//
this.dgvProfileColumnStep.HeaderText = "Step";
this.dgvProfileColumnStep.Name = "dgvProfileColumnStep";
this.dgvProfileColumnStep.ReadOnly = true;
this.dgvProfileColumnStep.Width = 50;
//
// dgvProfileColumnT
//
this.dgvProfileColumnT.HeaderText = "T [°C]";
this.dgvProfileColumnT.Name = "dgvProfileColumnT";
this.dgvProfileColumnT.Width = 50;
//
// dgvProfileColumnRH
//
this.dgvProfileColumnRH.HeaderText = "RH [%rh]";
this.dgvProfileColumnRH.Name = "dgvProfileColumnRH";
this.dgvProfileColumnRH.Width = 50;
//
// dgvProfileColumnRampCtrlT
//
this.dgvProfileColumnRampCtrlT.FalseValue = "False";
this.dgvProfileColumnRampCtrlT.HeaderText = "R-Ctrl T";
this.dgvProfileColumnRampCtrlT.Name = "dgvProfileColumnRampCtrlT";
this.dgvProfileColumnRampCtrlT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dgvProfileColumnRampCtrlT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.dgvProfileColumnRampCtrlT.TrueValue = "True";
this.dgvProfileColumnRampCtrlT.Width = 50;
//
// dgvProfileColumnRampCtrlRH
//
this.dgvProfileColumnRampCtrlRH.HeaderText = "R-Ctrl RH";
this.dgvProfileColumnRampCtrlRH.Name = "dgvProfileColumnRampCtrlRH";
this.dgvProfileColumnRampCtrlRH.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.dgvProfileColumnRampCtrlRH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.dgvProfileColumnRampCtrlRH.Width = 50;
//
// dgvProfileColumnPreT
//
this.dgvProfileColumnPreT.HeaderText = "Pre-T [°C]";
this.dgvProfileColumnPreT.Name = "dgvProfileColumnPreT";
this.dgvProfileColumnPreT.Width = 50;
//
// dgvProfileColumnLimit
//
this.dgvProfileColumnLimit.HeaderText = "T-limit [°C]";
this.dgvProfileColumnLimit.Name = "dgvProfileColumnLimit";
this.dgvProfileColumnLimit.Width = 50;
//
// dgvProfileColumnDurationHr
//
this.dgvProfileColumnDurationHr.HeaderText = "Hours";
this.dgvProfileColumnDurationHr.Name = "dgvProfileColumnDurationHr";
this.dgvProfileColumnDurationHr.Width = 50;
//
// dgvProfileColumnDurationMin
//
this.dgvProfileColumnDurationMin.HeaderText = "Minutes";
this.dgvProfileColumnDurationMin.Name = "dgvProfileColumnDurationMin";
this.dgvProfileColumnDurationMin.Width = 50;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.Location = new System.Drawing.Point(627, 64);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(115, 13);
this.label16.TabIndex = 32;
this.label16.Text = "<No options available>";
//
// tabTasks
//
this.tabTasks.Controls.Add(this.btnCleanUpTaskList);
this.tabTasks.Controls.Add(this.gbTask);
this.tabTasks.Controls.Add(this.dgvTasks);
this.tabTasks.Location = new System.Drawing.Point(4, 22);
this.tabTasks.Name = "tabTasks";
this.tabTasks.Size = new System.Drawing.Size(1165, 679);
this.tabTasks.TabIndex = 2;
this.tabTasks.Text = "Tasks";
this.tabTasks.UseVisualStyleBackColor = true;
//
// btnCleanUpTaskList
//
this.btnCleanUpTaskList.Location = new System.Drawing.Point(27, 617);
this.btnCleanUpTaskList.Name = "btnCleanUpTaskList";
this.btnCleanUpTaskList.Size = new System.Drawing.Size(75, 23);
this.btnCleanUpTaskList.TabIndex = 11;
this.btnCleanUpTaskList.Text = "Clean up";
this.btnCleanUpTaskList.UseVisualStyleBackColor = true;
this.btnCleanUpTaskList.Click += new System.EventHandler(this.btnCleanUpTaskList_Click);
//
// gbTask
//
this.gbTask.Controls.Add(this.lblTaskInterface);
this.gbTask.Controls.Add(this.label1);
this.gbTask.Controls.Add(this.btnTaskNextStep);
this.gbTask.Controls.Add(this.lblLastTaskUpdate);
this.gbTask.Controls.Add(this.lblTaskIsStandalone);
this.gbTask.Controls.Add(this.label12);
this.gbTask.Controls.Add(this.lboxEventLogs);
this.gbTask.Controls.Add(this.lboxDataTransferLogs);
this.gbTask.Controls.Add(this.label10);
this.gbTask.Controls.Add(this.label8);
this.gbTask.Controls.Add(this.lblTaskProgress);
this.gbTask.Controls.Add(this.btnTaskStop);
this.gbTask.Controls.Add(this.lblTaskStatus);
this.gbTask.Controls.Add(this.lblProfileTitle);
this.gbTask.Controls.Add(this.label9);
this.gbTask.Location = new System.Drawing.Point(237, 22);
this.gbTask.Name = "gbTask";
this.gbTask.Size = new System.Drawing.Size(894, 592);
this.gbTask.TabIndex = 3;
this.gbTask.TabStop = false;
this.gbTask.Text = "Task";
//
// lblTaskInterface
//
this.lblTaskInterface.AutoSize = true;
this.lblTaskInterface.Location = new System.Drawing.Point(81, 108);
this.lblTaskInterface.Name = "lblTaskInterface";
this.lblTaskInterface.Size = new System.Drawing.Size(60, 13);
this.lblTaskInterface.TabIndex = 14;
this.lblTaskInterface.Text = "<interface>";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 108);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 13);
this.label1.TabIndex = 13;
this.label1.Text = "Interface";
//
// btnTaskNextStep
//
this.btnTaskNextStep.Enabled = false;
this.btnTaskNextStep.Location = new System.Drawing.Point(105, 134);
this.btnTaskNextStep.Name = "btnTaskNextStep";
this.btnTaskNextStep.Size = new System.Drawing.Size(75, 23);
this.btnTaskNextStep.TabIndex = 12;
this.btnTaskNextStep.Text = "Next step";
this.btnTaskNextStep.UseVisualStyleBackColor = true;
this.btnTaskNextStep.Click += new System.EventHandler(this.btnTaskNextStep_Click);
//
// lblLastTaskUpdate
//
this.lblLastTaskUpdate.AutoSize = true;
this.lblLastTaskUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLastTaskUpdate.Location = new System.Drawing.Point(22, 561);
this.lblLastTaskUpdate.Name = "lblLastTaskUpdate";
this.lblLastTaskUpdate.Size = new System.Drawing.Size(59, 12);
this.lblLastTaskUpdate.TabIndex = 11;
this.lblLastTaskUpdate.Text = "Last refresh: ";
//
// lblTaskIsStandalone
//
this.lblTaskIsStandalone.AutoSize = true;
this.lblTaskIsStandalone.Location = new System.Drawing.Point(81, 91);
this.lblTaskIsStandalone.Name = "lblTaskIsStandalone";
this.lblTaskIsStandalone.Size = new System.Drawing.Size(82, 13);
this.lblTaskIsStandalone.TabIndex = 10;
this.lblTaskIsStandalone.Text = "<Stand alone?>";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(21, 91);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(45, 13);
this.label12.TabIndex = 9;
this.label12.Text = "Process";
//
// lboxEventLogs
//
this.lboxEventLogs.FormattingEnabled = true;
this.lboxEventLogs.Location = new System.Drawing.Point(24, 192);
this.lboxEventLogs.Name = "lboxEventLogs";
this.lboxEventLogs.Size = new System.Drawing.Size(846, 160);
this.lboxEventLogs.TabIndex = 8;
//
// lboxDataTransferLogs
//
this.lboxDataTransferLogs.FormattingEnabled = true;
this.lboxDataTransferLogs.Location = new System.Drawing.Point(24, 372);
this.lboxDataTransferLogs.Name = "lboxDataTransferLogs";
this.lboxDataTransferLogs.Size = new System.Drawing.Size(846, 186);
this.lboxDataTransferLogs.TabIndex = 7;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(21, 72);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(48, 13);
this.label10.TabIndex = 6;
this.label10.Text = "Progress";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(21, 34);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(36, 13);
this.label8.TabIndex = 2;
this.label8.Text = "Profile";
//
// lblTaskProgress
//
this.lblTaskProgress.AutoSize = true;
this.lblTaskProgress.Location = new System.Drawing.Point(81, 72);
this.lblTaskProgress.Name = "lblTaskProgress";
this.lblTaskProgress.Size = new System.Drawing.Size(59, 13);
this.lblTaskProgress.TabIndex = 5;
this.lblTaskProgress.Text = "<progress>";
//
// btnTaskStop
//
this.btnTaskStop.Location = new System.Drawing.Point(24, 134);
this.btnTaskStop.Name = "btnTaskStop";
this.btnTaskStop.Size = new System.Drawing.Size(75, 23);
this.btnTaskStop.TabIndex = 0;
this.btnTaskStop.Text = "Stop";
this.btnTaskStop.UseVisualStyleBackColor = true;
this.btnTaskStop.Click += new System.EventHandler(this.btnTaskStop_Click);
//
// lblTaskStatus
//
this.lblTaskStatus.AutoSize = true;
this.lblTaskStatus.Location = new System.Drawing.Point(81, 53);
this.lblTaskStatus.Name = "lblTaskStatus";
this.lblTaskStatus.Size = new System.Drawing.Size(47, 13);
this.lblTaskStatus.TabIndex = 4;
this.lblTaskStatus.Text = "<status>";
//
// lblProfileTitle
//
this.lblProfileTitle.AutoSize = true;
this.lblProfileTitle.Location = new System.Drawing.Point(81, 34);
this.lblProfileTitle.Name = "lblProfileTitle";
this.lblProfileTitle.Size = new System.Drawing.Size(47, 13);
this.lblProfileTitle.TabIndex = 1;
this.lblProfileTitle.Text = "<profile>";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(21, 53);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(37, 13);
this.label9.TabIndex = 3;
this.label9.Text = "Status";
//
// dgvTasks
//
this.dgvTasks.AllowUserToAddRows = false;
this.dgvTasks.AllowUserToDeleteRows = false;
this.dgvTasks.AllowUserToResizeColumns = false;
this.dgvTasks.AllowUserToResizeRows = false;
this.dgvTasks.BackgroundColor = System.Drawing.SystemColors.Window;
this.dgvTasks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvTasks.ColumnHeadersVisible = false;
this.dgvTasks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dgvTasksColumnDescription});
this.dgvTasks.Location = new System.Drawing.Point(27, 22);
this.dgvTasks.MultiSelect = false;
this.dgvTasks.Name = "dgvTasks";
this.dgvTasks.ReadOnly = true;
this.dgvTasks.RowHeadersVisible = false;
this.dgvTasks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.dgvTasks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvTasks.Size = new System.Drawing.Size(182, 589);
this.dgvTasks.TabIndex = 2;
this.dgvTasks.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvTasks_CellClick);
//
// dgvTasksColumnDescription
//
this.dgvTasksColumnDescription.HeaderText = "Description";
this.dgvTasksColumnDescription.Name = "dgvTasksColumnDescription";
this.dgvTasksColumnDescription.ReadOnly = true;
this.dgvTasksColumnDescription.Width = 310;
//
// tabGraph
//
this.tabGraph.Location = new System.Drawing.Point(4, 22);
this.tabGraph.Name = "tabGraph";
this.tabGraph.Size = new System.Drawing.Size(1165, 679);
this.tabGraph.TabIndex = 4;
this.tabGraph.Text = "Graph";
this.tabGraph.UseVisualStyleBackColor = true;
//
// pnlImport
//
this.pnlImExport.BackColor = System.Drawing.SystemColors.Control;
this.pnlImExport.Controls.Add(this.lblImportAction);
this.pnlImExport.Controls.Add(this.lblImExport);
this.pnlImExport.Controls.Add(this.progBarImport);
this.pnlImExport.Controls.Add(this.btnCancelImport);
this.pnlImExport.Location = new System.Drawing.Point(72, 27);
this.pnlImExport.Name = "pnlImport";
this.pnlImExport.Size = new System.Drawing.Size(772, 260);
this.pnlImExport.TabIndex = 48;
this.pnlImExport.Visible = false;
//
// lblImportAction
//
this.lblImportAction.AutoSize = true;
this.lblImportAction.BackColor = System.Drawing.Color.Transparent;
this.lblImportAction.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.lblImportAction.Location = new System.Drawing.Point(104, 148);
this.lblImportAction.Name = "lblImportAction";
this.lblImportAction.Size = new System.Drawing.Size(76, 13);
this.lblImportAction.TabIndex = 4;
this.lblImportAction.Text = "lblImportAction";
this.lblImportAction.Visible = false;
//
// lblImport
//
this.lblImExport.AutoSize = true;
this.lblImExport.Location = new System.Drawing.Point(104, 106);
this.lblImExport.Name = "lblImport";
this.lblImExport.Size = new System.Drawing.Size(132, 13);
this.lblImExport.TabIndex = 3;
this.lblImExport.Text = "Importing profile from client";
//
// progBarImport
//
this.progBarImport.ForeColor = System.Drawing.SystemColors.ControlDark;
this.progBarImport.Location = new System.Drawing.Point(107, 122);
this.progBarImport.Name = "progBarImport";
this.progBarImport.Size = new System.Drawing.Size(600, 23);
this.progBarImport.Step = 1;
this.progBarImport.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progBarImport.TabIndex = 2;
//
// btnCancelImport
//
this.btnCancelImport.Location = new System.Drawing.Point(632, 151);
this.btnCancelImport.Name = "btnCancelImport";
this.btnCancelImport.Size = new System.Drawing.Size(75, 23);
this.btnCancelImport.TabIndex = 1;
this.btnCancelImport.Text = "Cancel";
this.btnCancelImport.UseVisualStyleBackColor = true;
this.btnCancelImport.Click += new System.EventHandler(this.btnCancelImport_Click);
//
// timerUpdateTask
//
this.timerUpdateTask.Interval = 2000;
this.timerUpdateTask.Tick += new System.EventHandler(this.timerUpdateTask_Tick);
//
// menu
//
this.menu.BackColor = System.Drawing.SystemColors.MenuBar;
this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuProfile,
this.menuTasks,
this.menuInterface});
this.menu.Location = new System.Drawing.Point(0, 0);
this.menu.Name = "menu";
this.menu.Size = new System.Drawing.Size(1173, 24);
this.menu.TabIndex = 22;
this.menu.Text = "menuStrip1";
//
// menuProfile
//
this.menuProfile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuProfileNew,
this.MenuProfileOpen,
this.menuProfileSave,
this.menuProfileSaveAs,
this.MenuProfileImport,
this.MenuProfileStore});
this.menuProfile.Name = "menuProfile";
this.menuProfile.Size = new System.Drawing.Size(53, 20);
this.menuProfile.Text = "Profile";
this.menuProfile.Click += new System.EventHandler(this.menuProfile_Click);
//
// menuProfileNew
//
this.menuProfileNew.Name = "menuProfileNew";
this.menuProfileNew.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.menuProfileNew.ShowShortcutKeys = false;
this.menuProfileNew.Size = new System.Drawing.Size(152, 22);
this.menuProfileNew.Text = "New";
this.menuProfileNew.Click += new System.EventHandler(this.menuProfileNew_Click);
//
// MenuProfileOpen
//
this.MenuProfileOpen.Name = "MenuProfileOpen";
this.MenuProfileOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.MenuProfileOpen.ShowShortcutKeys = false;
this.MenuProfileOpen.Size = new System.Drawing.Size(152, 22);
this.MenuProfileOpen.Text = "Open";
this.MenuProfileOpen.Click += new System.EventHandler(this.MenuProfileOpen_Click);
//
// menuProfileSave
//
this.menuProfileSave.Name = "menuProfileSave";
this.menuProfileSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.menuProfileSave.ShowShortcutKeys = false;
this.menuProfileSave.Size = new System.Drawing.Size(152, 22);
this.menuProfileSave.Text = "Save";
this.menuProfileSave.Click += new System.EventHandler(this.menuProfileSave_Click);
//
// menuProfileSaveAs
//
this.menuProfileSaveAs.Name = "menuProfileSaveAs";
this.menuProfileSaveAs.Size = new System.Drawing.Size(152, 22);
this.menuProfileSaveAs.Text = "Save As";
this.menuProfileSaveAs.Click += new System.EventHandler(this.menuProfileSaveAs_Click);
//
// MenuProfileImport
//
this.MenuProfileImport.Name = "MenuProfileImport";
this.MenuProfileImport.Size = new System.Drawing.Size(152, 22);
this.MenuProfileImport.Text = "Import";
this.MenuProfileImport.Click += new System.EventHandler(this.MenuProfileImport_Click);
//
// MenuProfileStore
//
this.MenuProfileStore.Name = "MenuProfileStore";
this.MenuProfileStore.Size = new System.Drawing.Size(152, 22);
this.MenuProfileStore.Text = "Export";
this.MenuProfileStore.Click += new System.EventHandler(this.MenuProfileStore_Click);
//
// menuTasks
//
this.menuTasks.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuTasksCleanUp});
this.menuTasks.Name = "menuTasks";
this.menuTasks.Size = new System.Drawing.Size(47, 20);
this.menuTasks.Text = "Tasks";
this.menuTasks.Click += new System.EventHandler(this.menuTasks_Click);
//
// menuTasksCleanUp
//
this.menuTasksCleanUp.Name = "menuTasksCleanUp";
this.menuTasksCleanUp.Size = new System.Drawing.Size(121, 22);
this.menuTasksCleanUp.Text = "Clean up";
this.menuTasksCleanUp.Click += new System.EventHandler(this.menuTasksCleanUp_Click);
//
// menuInterface
//
this.menuInterface.Name = "menuInterface";
this.menuInterface.Size = new System.Drawing.Size(65, 20);
this.menuInterface.Text = "Interface";
this.menuInterface.Click += new System.EventHandler(this.menuInterface_Click);
//
// ofdOpen
//
this.ofdOpen.FileName = "openFileDialog1";
//
// bgworkerImport
//
this.bgworkerImport.WorkerReportsProgress = true;
this.bgworkerImport.WorkerSupportsCancellation = true;
this.bgworkerImport.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgworkerImport_DoWork);
this.bgworkerImport.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgworkerImport_ProgressChanged);
this.bgworkerImport.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgworkerImport_RunWorkerCompleted);
//
// bgworkerExport
//
this.bgworkerExport.WorkerReportsProgress = true;
this.bgworkerExport.WorkerSupportsCancellation = true;
this.bgworkerExport.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgworkerExport_DoWork);
this.bgworkerExport.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgworkerExport_ProgressChanged);
this.bgworkerExport.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgworkerExport_RunWorkerCompleted);
//
// ChamChat
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1173, 710);
this.Controls.Add(this.pnlImExport);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.menu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ChamChat";
this.Text = "ChamChat";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChamChat_FormClosing);
this.Load += new System.EventHandler(this.ChamChat_Load);
this.gbComm.ResumeLayout(false);
this.gbComm.PerformLayout();
this.tabControl.ResumeLayout(false);
this.tabInterfaceComm.ResumeLayout(false);
this.gbCommandIF.ResumeLayout(false);
this.gbClientOnIF.ResumeLayout(false);
this.tabProfile.ResumeLayout(false);
this.tabProfile.PerformLayout();
this.pnlGraphControls.ResumeLayout(false);
this.pnlGraphControls.PerformLayout();
this.pnlGraph.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pboxGraph)).EndInit();
this.contextMenuStrip.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvLoops)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvOptions)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudLoopFirst)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudLoopLast)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvSteps)).EndInit();
this.tabTasks.ResumeLayout(false);
this.gbTask.ResumeLayout(false);
this.gbTask.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvTasks)).EndInit();
this.pnlImExport.ResumeLayout(false);
this.pnlImExport.PerformLayout();
this.menu.ResumeLayout(false);
this.menu.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox gbComm;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtbResponse;
private System.Windows.Forms.ComboBox cboxCmd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.ListBox lboxIF;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage tabProfile;
private System.Windows.Forms.TabPage tabInterfaceComm;
private System.Windows.Forms.Button btnClearMess;
private System.Windows.Forms.DataGridView dgvSteps;
private System.Windows.Forms.Button btnAddStep;
private System.Windows.Forms.Button btnWriteProfile;
private System.Windows.Forms.DataGridView dgvLoops;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown nudCount;
private System.Windows.Forms.NumericUpDown nudLoopLast;
private System.Windows.Forms.NumericUpDown nudLoopFirst;
private System.Windows.Forms.Button btnAddLoop;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtbTitle;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboxClient;
private System.Windows.Forms.TabPage tabTasks;
private System.Windows.Forms.Button btnTaskStop;
private System.Windows.Forms.Label lblProfileTitle;
private System.Windows.Forms.Label lblTaskStatus;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lblTaskProgress;
private System.Windows.Forms.Timer timerUpdateTask;
private System.Windows.Forms.DataGridView dgvTasks;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvTasksColumnDescription;
private System.Windows.Forms.GroupBox gbTask;
private System.Windows.Forms.ListBox lboxDataTransferLogs;
private System.Windows.Forms.ListBox lboxEventLogs;
private System.Windows.Forms.SaveFileDialog sfdSave;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.MenuStrip menu;
private System.Windows.Forms.ToolStripMenuItem menuProfile;
private System.Windows.Forms.ToolStripMenuItem MenuProfileOpen;
private System.Windows.Forms.ToolStripMenuItem menuTasks;
private System.Windows.Forms.ToolStripMenuItem menuProfileNew;
private System.Windows.Forms.Label lblTaskIsStandalone;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btnCleanUpTaskList;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label lblSummary;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.DataGridView dgvOptions;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.Button btnCleanUpSteps;
private System.Windows.Forms.ToolStripMenuItem menuTasksCleanUp;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ToolStripMenuItem menuProfileSave;
private System.Windows.Forms.ToolStripMenuItem menuProfileSaveAs;
private System.Windows.Forms.ComboBox cboxInterfaces;
private System.Windows.Forms.ToolStripMenuItem menuInterface;
private System.Windows.Forms.OpenFileDialog ofdOpen;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnStep;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnT;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnRH;
private System.Windows.Forms.DataGridViewCheckBoxColumn dgvProfileColumnRampCtrlT;
private System.Windows.Forms.DataGridViewCheckBoxColumn dgvProfileColumnRampCtrlRH;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnPreT;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnLimit;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnDurationHr;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvProfileColumnDurationMin;
private System.Windows.Forms.Label lblLastTaskUpdate;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TabPage tabGraph;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvLoopsColumnFirst;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvLoopsColumnLast;
private System.Windows.Forms.DataGridViewTextBoxColumn dgvLoopsColumnN;
private System.Windows.Forms.HScrollBar ScrBarGraph;
private System.Windows.Forms.CheckBox cboxGraphSerialized;
private System.Windows.Forms.Button btnZoomReset;
private System.Windows.Forms.Button btnZoomOut;
private System.Windows.Forms.Button btnZoomIn;
private System.Windows.Forms.Button btnGraphPrevious;
private System.Windows.Forms.Button btnGraphNext;
private System.Windows.Forms.Panel pnlGraph;
private System.Windows.Forms.PictureBox pboxGraph;
private System.Windows.Forms.Panel pnlGraphControls;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label lblClientType;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem saveImageToolStripMenuItem;
private System.Windows.Forms.CheckBox cbLF;
private System.Windows.Forms.CheckBox cbCR;
private System.Windows.Forms.ToolStripMenuItem MenuProfileImport;
private System.ComponentModel.BackgroundWorker bgworkerImport;
private System.Windows.Forms.Panel pnlImExport;
private System.Windows.Forms.Label lblImExport;
private System.Windows.Forms.ProgressBar progBarImport;
private System.Windows.Forms.Button btnCancelImport;
private System.Windows.Forms.Label lblImportAction;
private System.Windows.Forms.ToolStripMenuItem MenuProfileStore;
private System.Windows.Forms.ListBox lboxClientOnIF;
private System.Windows.Forms.GroupBox gbClientOnIF;
private System.Windows.Forms.GroupBox gbCommandIF;
private System.Windows.Forms.Button btnTaskNextStep;
private System.Windows.Forms.Label lblTaskInterface;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox cbANSIX328;
private System.Windows.Forms.TextBox txtbReturnDataWaitms;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox txtbCommandSent;
private System.ComponentModel.BackgroundWorker bgworkerExport;
}
}