tbf/TBF/UI/Procedures/TestWizard/TestProfileSelection.designer.cs

293 lines
15 KiB
C#

///
/// Copyright (c) 2019 Sensus Slovensko a.s.
///
namespace TBF.UI.Procedures.TestWizard
{
partial class TestProfileSelection
{
/// <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.horizSplitContainer = new System.Windows.Forms.SplitContainer();
this.horizSplitContainer2 = new System.Windows.Forms.SplitContainer();
this.qpQiRatioGroupBox = new System.Windows.Forms.GroupBox();
this.qpQiRatioComboBox = new System.Windows.Forms.ComboBox();
this.profileGroupBox = new System.Windows.Forms.GroupBox();
this.profileTypeLabel = new System.Windows.Forms.Label();
this.profileDescriptionLabel = new System.Windows.Forms.Label();
this.profileComboBox = new System.Windows.Forms.ComboBox();
this.qnGroupBox = new System.Windows.Forms.GroupBox();
this.qnTextBox = new System.Windows.Forms.TextBox();
this.qnLabel = new System.Windows.Forms.Label();
this.metroClassGroupBox = new System.Windows.Forms.GroupBox();
this.metroClassComboBox = new System.Windows.Forms.ComboBox();
this.listViewEx = new Common.Forms.ListViewEx();
this.cancelButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).BeginInit();
this.horizSplitContainer.Panel1.SuspendLayout();
this.horizSplitContainer.Panel2.SuspendLayout();
this.horizSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer2)).BeginInit();
this.horizSplitContainer2.Panel1.SuspendLayout();
this.horizSplitContainer2.Panel2.SuspendLayout();
this.horizSplitContainer2.SuspendLayout();
this.qpQiRatioGroupBox.SuspendLayout();
this.profileGroupBox.SuspendLayout();
this.qnGroupBox.SuspendLayout();
this.metroClassGroupBox.SuspendLayout();
this.SuspendLayout();
//
// horizSplitContainer
//
this.horizSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.horizSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.horizSplitContainer.Location = new System.Drawing.Point(0, 0);
this.horizSplitContainer.Name = "horizSplitContainer";
this.horizSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// horizSplitContainer.Panel1
//
this.horizSplitContainer.Panel1.Controls.Add(this.horizSplitContainer2);
//
// horizSplitContainer.Panel2
//
this.horizSplitContainer.Panel2.Controls.Add(this.cancelButton);
this.horizSplitContainer.Panel2.Controls.Add(this.nextButton);
this.horizSplitContainer.Size = new System.Drawing.Size(850, 363);
this.horizSplitContainer.SplitterDistance = 283;
this.horizSplitContainer.TabIndex = 0;
//
// horizSplitContainer2
//
this.horizSplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.horizSplitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
this.horizSplitContainer2.IsSplitterFixed = true;
this.horizSplitContainer2.Location = new System.Drawing.Point(0, 0);
this.horizSplitContainer2.Name = "horizSplitContainer2";
this.horizSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// horizSplitContainer2.Panel1
//
this.horizSplitContainer2.Panel1.Controls.Add(this.qpQiRatioGroupBox);
this.horizSplitContainer2.Panel1.Controls.Add(this.profileGroupBox);
this.horizSplitContainer2.Panel1.Controls.Add(this.qnGroupBox);
this.horizSplitContainer2.Panel1.Controls.Add(this.metroClassGroupBox);
//
// horizSplitContainer2.Panel2
//
this.horizSplitContainer2.Panel2.Controls.Add(this.listViewEx);
this.horizSplitContainer2.Size = new System.Drawing.Size(850, 283);
this.horizSplitContainer2.SplitterDistance = 115;
this.horizSplitContainer2.TabIndex = 0;
//
// qpQiRatioGroupBox
//
this.qpQiRatioGroupBox.Controls.Add(this.qpQiRatioComboBox);
this.qpQiRatioGroupBox.Location = new System.Drawing.Point(724, 12);
this.qpQiRatioGroupBox.Name = "qpQiRatioGroupBox";
this.qpQiRatioGroupBox.Size = new System.Drawing.Size(103, 75);
this.qpQiRatioGroupBox.TabIndex = 3;
this.qpQiRatioGroupBox.TabStop = false;
this.qpQiRatioGroupBox.Text = "4. Qp / Qi";
this.qpQiRatioGroupBox.Visible = false;
//
// qpQiRatioComboBox
//
this.qpQiRatioComboBox.FormattingEnabled = true;
this.qpQiRatioComboBox.Location = new System.Drawing.Point(23, 22);
this.qpQiRatioComboBox.Name = "qpQiRatioComboBox";
this.qpQiRatioComboBox.Size = new System.Drawing.Size(55, 21);
this.qpQiRatioComboBox.TabIndex = 0;
this.qpQiRatioComboBox.SelectedIndexChanged += new System.EventHandler(this.qpQiRatioComboBox_SelectedIndexChanged);
//
// profileGroupBox
//
this.profileGroupBox.Controls.Add(this.profileTypeLabel);
this.profileGroupBox.Controls.Add(this.profileDescriptionLabel);
this.profileGroupBox.Controls.Add(this.profileComboBox);
this.profileGroupBox.Location = new System.Drawing.Point(12, 12);
this.profileGroupBox.Name = "profileGroupBox";
this.profileGroupBox.Size = new System.Drawing.Size(386, 75);
this.profileGroupBox.TabIndex = 0;
this.profileGroupBox.TabStop = false;
this.profileGroupBox.Text = "1. Test profile";
//
// profileTypeLabel
//
this.profileTypeLabel.AutoSize = true;
this.profileTypeLabel.Location = new System.Drawing.Point(31, 51);
this.profileTypeLabel.Name = "profileTypeLabel";
this.profileTypeLabel.Size = new System.Drawing.Size(85, 13);
this.profileTypeLabel.TabIndex = 25;
this.profileTypeLabel.Text = "profileTypeLabel";
//
// profileDescriptionLabel
//
this.profileDescriptionLabel.AutoSize = true;
this.profileDescriptionLabel.Location = new System.Drawing.Point(132, 51);
this.profileDescriptionLabel.Name = "profileDescriptionLabel";
this.profileDescriptionLabel.Size = new System.Drawing.Size(114, 13);
this.profileDescriptionLabel.TabIndex = 24;
this.profileDescriptionLabel.Text = "profileDescriptionLabel";
//
// profileComboBox
//
this.profileComboBox.FormattingEnabled = true;
this.profileComboBox.Location = new System.Drawing.Point(32, 22);
this.profileComboBox.Name = "profileComboBox";
this.profileComboBox.Size = new System.Drawing.Size(318, 21);
this.profileComboBox.TabIndex = 0;
this.profileComboBox.SelectedIndexChanged += new System.EventHandler(this.profileComboBox_SelectedIndexChanged);
//
// qnGroupBox
//
this.qnGroupBox.Controls.Add(this.qnTextBox);
this.qnGroupBox.Controls.Add(this.qnLabel);
this.qnGroupBox.Location = new System.Drawing.Point(406, 12);
this.qnGroupBox.Name = "qnGroupBox";
this.qnGroupBox.Size = new System.Drawing.Size(156, 75);
this.qnGroupBox.TabIndex = 1;
this.qnGroupBox.TabStop = false;
this.qnGroupBox.Text = "2. Nominal flow";
//
// qnTextBox
//
this.qnTextBox.Location = new System.Drawing.Point(50, 22);
this.qnTextBox.Name = "qnTextBox";
this.qnTextBox.Size = new System.Drawing.Size(82, 20);
this.qnTextBox.TabIndex = 11;
this.qnTextBox.TextChanged += new System.EventHandler(this.qnTextBox_TextChanged);
//
// qnLabel
//
this.qnLabel.AutoSize = true;
this.qnLabel.Location = new System.Drawing.Point(17, 26);
this.qnLabel.Name = "qnLabel";
this.qnLabel.Size = new System.Drawing.Size(21, 13);
this.qnLabel.TabIndex = 10;
this.qnLabel.Text = "Q3";
//
// metroClassGroupBox
//
this.metroClassGroupBox.Controls.Add(this.metroClassComboBox);
this.metroClassGroupBox.Location = new System.Drawing.Point(571, 12);
this.metroClassGroupBox.Name = "metroClassGroupBox";
this.metroClassGroupBox.Size = new System.Drawing.Size(144, 75);
this.metroClassGroupBox.TabIndex = 2;
this.metroClassGroupBox.TabStop = false;
this.metroClassGroupBox.Text = "3. Metrological class";
//
// metroClassComboBox
//
this.metroClassComboBox.FormattingEnabled = true;
this.metroClassComboBox.Location = new System.Drawing.Point(23, 22);
this.metroClassComboBox.Name = "metroClassComboBox";
this.metroClassComboBox.Size = new System.Drawing.Size(100, 21);
this.metroClassComboBox.TabIndex = 0;
this.metroClassComboBox.SelectedIndexChanged += new System.EventHandler(this.metroClassComboBox_SelectedIndexChanged);
//
// listView
//
this.listViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewEx.GridLines = true;
this.listViewEx.Location = new System.Drawing.Point(0, 0);
this.listViewEx.Name = "listView";
this.listViewEx.Size = new System.Drawing.Size(850, 164);
this.listViewEx.TabIndex = 0;
this.listViewEx.UseCompatibleStateImageBehavior = false;
this.listViewEx.View = System.Windows.Forms.View.Details;
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.Location = new System.Drawing.Point(752, 17);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 42);
this.cancelButton.TabIndex = 1;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// nextButton
//
this.nextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.nextButton.Location = new System.Drawing.Point(671, 17);
this.nextButton.Name = "nextButton";
this.nextButton.Size = new System.Drawing.Size(75, 42);
this.nextButton.TabIndex = 0;
this.nextButton.Text = "&Next >";
this.nextButton.UseVisualStyleBackColor = true;
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
//
// TestProfileSelection
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(850, 363);
this.Controls.Add(this.horizSplitContainer);
this.Name = "TestProfileSelection";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Test profile selection";
this.Load += new System.EventHandler(this.TestProfileSelection_Load);
this.horizSplitContainer.Panel1.ResumeLayout(false);
this.horizSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).EndInit();
this.horizSplitContainer.ResumeLayout(false);
this.horizSplitContainer2.Panel1.ResumeLayout(false);
this.horizSplitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer2)).EndInit();
this.horizSplitContainer2.ResumeLayout(false);
this.qpQiRatioGroupBox.ResumeLayout(false);
this.profileGroupBox.ResumeLayout(false);
this.profileGroupBox.PerformLayout();
this.qnGroupBox.ResumeLayout(false);
this.qnGroupBox.PerformLayout();
this.metroClassGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer horizSplitContainer;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button nextButton;
private System.Windows.Forms.SplitContainer horizSplitContainer2;
private System.Windows.Forms.Label qnLabel;
private System.Windows.Forms.ComboBox profileComboBox;
private System.Windows.Forms.GroupBox qnGroupBox;
private System.Windows.Forms.GroupBox metroClassGroupBox;
private System.Windows.Forms.GroupBox profileGroupBox;
private System.Windows.Forms.ComboBox metroClassComboBox;
private Common.Forms.ListViewEx listViewEx;
private System.Windows.Forms.Label profileDescriptionLabel;
private System.Windows.Forms.Label profileTypeLabel;
private System.Windows.Forms.GroupBox qpQiRatioGroupBox;
private System.Windows.Forms.ComboBox qpQiRatioComboBox;
private System.Windows.Forms.TextBox qnTextBox;
}
}