namespace C4IT_DataHistoryProvider_Test
{
partial class ctrlF4SDAnalytics
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btnCreateSession = new System.Windows.Forms.Button();
this.btnCloseSession = new System.Windows.Forms.Button();
this.TimerLabel = new System.Windows.Forms.Label();
this.grpBoxCase = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.btnStartCase = new System.Windows.Forms.Button();
this.comboBoxUserSelect = new System.Windows.Forms.ComboBox();
this.btnCloseCase = new System.Windows.Forms.Button();
this.btnCancelCase = new System.Windows.Forms.Button();
this.btnHoldCase = new System.Windows.Forms.Button();
this.btnQAExecutions = new System.Windows.Forms.Button();
this.grpBoxQA = new System.Windows.Forms.GroupBox();
this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox();
this.grpBoxCase.SuspendLayout();
this.grpBoxQA.SuspendLayout();
this.SuspendLayout();
//
// btnCreateSession
//
this.btnCreateSession.Location = new System.Drawing.Point(26, 95);
this.btnCreateSession.Margin = new System.Windows.Forms.Padding(2);
this.btnCreateSession.Name = "btnCreateSession";
this.btnCreateSession.Size = new System.Drawing.Size(162, 33);
this.btnCreateSession.TabIndex = 0;
this.btnCreateSession.Text = "Create Session";
this.btnCreateSession.UseVisualStyleBackColor = true;
this.btnCreateSession.Click += new System.EventHandler(this.buttonCreateSession_Click);
//
// btnCloseSession
//
this.btnCloseSession.Location = new System.Drawing.Point(26, 133);
this.btnCloseSession.Name = "btnCloseSession";
this.btnCloseSession.Size = new System.Drawing.Size(162, 33);
this.btnCloseSession.TabIndex = 5;
this.btnCloseSession.Text = "Close Session";
this.btnCloseSession.UseVisualStyleBackColor = true;
this.btnCloseSession.Click += new System.EventHandler(this.buttonCloseSession_Click);
//
// TimerLabel
//
this.TimerLabel.Location = new System.Drawing.Point(0, 0);
this.TimerLabel.Name = "TimerLabel";
this.TimerLabel.Size = new System.Drawing.Size(100, 23);
this.TimerLabel.TabIndex = 14;
//
// grpBoxCase
//
this.grpBoxCase.Controls.Add(this.label1);
this.grpBoxCase.Controls.Add(this.btnStartCase);
this.grpBoxCase.Controls.Add(this.comboBoxUserSelect);
this.grpBoxCase.Controls.Add(this.btnCloseCase);
this.grpBoxCase.Controls.Add(this.btnCancelCase);
this.grpBoxCase.Controls.Add(this.btnHoldCase);
this.grpBoxCase.Controls.Add(this.TimerLabel);
this.grpBoxCase.Location = new System.Drawing.Point(218, 26);
this.grpBoxCase.Name = "grpBoxCase";
this.grpBoxCase.Size = new System.Drawing.Size(307, 183);
this.grpBoxCase.TabIndex = 9;
this.grpBoxCase.TabStop = false;
this.grpBoxCase.Text = "Case";
this.grpBoxCase.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(37, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 16);
this.label1.TabIndex = 15;
this.label1.Text = "User:";
//
// btnStartCase
//
this.btnStartCase.Location = new System.Drawing.Point(82, 48);
this.btnStartCase.Margin = new System.Windows.Forms.Padding(2);
this.btnStartCase.Name = "btnStartCase";
this.btnStartCase.Size = new System.Drawing.Size(107, 25);
this.btnStartCase.TabIndex = 13;
this.btnStartCase.Text = "Start";
this.btnStartCase.UseVisualStyleBackColor = true;
this.btnStartCase.Click += new System.EventHandler(this.btnStartCase_Click);
//
// comboBoxUserSelect
//
this.comboBoxUserSelect.FormattingEnabled = true;
this.comboBoxUserSelect.Location = new System.Drawing.Point(82, 19);
this.comboBoxUserSelect.Name = "comboBoxUserSelect";
this.comboBoxUserSelect.Size = new System.Drawing.Size(191, 24);
this.comboBoxUserSelect.TabIndex = 10;
//
// btnCloseCase
//
this.btnCloseCase.Location = new System.Drawing.Point(82, 135);
this.btnCloseCase.Margin = new System.Windows.Forms.Padding(2);
this.btnCloseCase.Name = "btnCloseCase";
this.btnCloseCase.Size = new System.Drawing.Size(107, 25);
this.btnCloseCase.TabIndex = 12;
this.btnCloseCase.Text = "Finish";
this.btnCloseCase.UseVisualStyleBackColor = true;
this.btnCloseCase.Click += new System.EventHandler(this.btnCloseCase_Click);
//
// btnCancelCase
//
this.btnCancelCase.Location = new System.Drawing.Point(82, 106);
this.btnCancelCase.Margin = new System.Windows.Forms.Padding(2);
this.btnCancelCase.Name = "btnCancelCase";
this.btnCancelCase.Size = new System.Drawing.Size(107, 25);
this.btnCancelCase.TabIndex = 11;
this.btnCancelCase.Text = "Cancel";
this.btnCancelCase.UseVisualStyleBackColor = true;
this.btnCancelCase.Click += new System.EventHandler(this.btnCancelCase_Click);
//
// btnHoldCase
//
this.btnHoldCase.Location = new System.Drawing.Point(82, 77);
this.btnHoldCase.Margin = new System.Windows.Forms.Padding(2);
this.btnHoldCase.Name = "btnHoldCase";
this.btnHoldCase.Size = new System.Drawing.Size(107, 25);
this.btnHoldCase.TabIndex = 10;
this.btnHoldCase.Text = "Hold";
this.btnHoldCase.UseVisualStyleBackColor = true;
this.btnHoldCase.Click += new System.EventHandler(this.btnHoldCase_Click);
//
// btnQAExecutions
//
this.btnQAExecutions.Location = new System.Drawing.Point(5, 28);
this.btnQAExecutions.Margin = new System.Windows.Forms.Padding(2);
this.btnQAExecutions.Name = "btnQAExecutions";
this.btnQAExecutions.Size = new System.Drawing.Size(162, 33);
this.btnQAExecutions.TabIndex = 11;
this.btnQAExecutions.Text = "Execution";
this.btnQAExecutions.UseVisualStyleBackColor = true;
this.btnQAExecutions.Click += new System.EventHandler(this.btnQAExecutions_Click);
//
// grpBoxQA
//
this.grpBoxQA.Controls.Add(this.btnQAExecutions);
this.grpBoxQA.Location = new System.Drawing.Point(557, 26);
this.grpBoxQA.Name = "grpBoxQA";
this.grpBoxQA.Size = new System.Drawing.Size(171, 183);
this.grpBoxQA.TabIndex = 12;
this.grpBoxQA.TabStop = false;
this.grpBoxQA.Text = "Quick Actions";
//
// ctrlProtocolBox1
//
this.ctrlProtocolBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ctrlProtocolBox1.Location = new System.Drawing.Point(16, 225);
this.ctrlProtocolBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.ctrlProtocolBox1.Name = "ctrlProtocolBox1";
this.ctrlProtocolBox1.Size = new System.Drawing.Size(1103, 381);
this.ctrlProtocolBox1.TabIndex = 4;
//
// ctrlF4SDAnalytics
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.grpBoxQA);
this.Controls.Add(this.grpBoxCase);
this.Controls.Add(this.btnCloseSession);
this.Controls.Add(this.btnCreateSession);
this.Controls.Add(this.ctrlProtocolBox1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "ctrlF4SDAnalytics";
this.Size = new System.Drawing.Size(1177, 645);
this.Load += new System.EventHandler(this.ctrlMainFunction_Load);
this.grpBoxCase.ResumeLayout(false);
this.grpBoxCase.PerformLayout();
this.grpBoxQA.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCreateSession;
private ctrlProtocolBox ctrlProtocolBox1;
private System.Windows.Forms.Button btnCloseSession;
private System.Windows.Forms.Label TimerLabel;
private System.Windows.Forms.GroupBox grpBoxCase;
private System.Windows.Forms.Button btnStartCase;
private System.Windows.Forms.Button btnCloseCase;
private System.Windows.Forms.Button btnCancelCase;
private System.Windows.Forms.Button btnHoldCase;
private System.Windows.Forms.ComboBox comboBoxUserSelect;
private System.Windows.Forms.Button btnQAExecutions;
private System.Windows.Forms.GroupBox grpBoxQA;
private System.Windows.Forms.Label label1;
}
}