173 lines
7.2 KiB
C#
173 lines
7.2 KiB
C#
///
|
|
/// Copyright (c) 2017 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Procedures.TestWizard
|
|
{
|
|
partial class Roi3
|
|
{
|
|
/// <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.directionComboBox = new System.Windows.Forms.ComboBox();
|
|
this.directionLabel = new System.Windows.Forms.Label();
|
|
this.pulsesPerLiterTextBox = new System.Windows.Forms.TextBox();
|
|
this.pulsesPerLiterLabel = new System.Windows.Forms.Label();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.nextButton = new System.Windows.Forms.Button();
|
|
this.backButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).BeginInit();
|
|
this.horizSplitContainer.Panel1.SuspendLayout();
|
|
this.horizSplitContainer.Panel2.SuspendLayout();
|
|
this.horizSplitContainer.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.directionComboBox);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.directionLabel);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.pulsesPerLiterTextBox);
|
|
this.horizSplitContainer.Panel1.Controls.Add(this.pulsesPerLiterLabel);
|
|
//
|
|
// horizSplitContainer.Panel2
|
|
//
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.cancelButton);
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.nextButton);
|
|
this.horizSplitContainer.Panel2.Controls.Add(this.backButton);
|
|
this.horizSplitContainer.Size = new System.Drawing.Size(284, 262);
|
|
this.horizSplitContainer.SplitterDistance = 182;
|
|
this.horizSplitContainer.TabIndex = 1;
|
|
//
|
|
// directionComboBox
|
|
//
|
|
this.directionComboBox.FormattingEnabled = true;
|
|
this.directionComboBox.Location = new System.Drawing.Point(129, 98);
|
|
this.directionComboBox.Name = "directionComboBox";
|
|
this.directionComboBox.Size = new System.Drawing.Size(132, 21);
|
|
this.directionComboBox.TabIndex = 5;
|
|
this.directionComboBox.SelectedIndexChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// directionLabel
|
|
//
|
|
this.directionLabel.AutoSize = true;
|
|
this.directionLabel.Location = new System.Drawing.Point(21, 101);
|
|
this.directionLabel.Name = "directionLabel";
|
|
this.directionLabel.Size = new System.Drawing.Size(86, 13);
|
|
this.directionLabel.TabIndex = 4;
|
|
this.directionLabel.Text = "Turning direction";
|
|
//
|
|
// pulsesPerLiterTextBox
|
|
//
|
|
this.pulsesPerLiterTextBox.Location = new System.Drawing.Point(129, 57);
|
|
this.pulsesPerLiterTextBox.Name = "pulsesPerLiterTextBox";
|
|
this.pulsesPerLiterTextBox.Size = new System.Drawing.Size(132, 20);
|
|
this.pulsesPerLiterTextBox.TabIndex = 3;
|
|
this.pulsesPerLiterTextBox.TextChanged += new System.EventHandler(this.anyTextBox_TextChanged);
|
|
//
|
|
// pulsesPerLiterLabel
|
|
//
|
|
this.pulsesPerLiterLabel.AutoSize = true;
|
|
this.pulsesPerLiterLabel.Location = new System.Drawing.Point(21, 60);
|
|
this.pulsesPerLiterLabel.Name = "pulsesPerLiterLabel";
|
|
this.pulsesPerLiterLabel.Size = new System.Drawing.Size(75, 13);
|
|
this.pulsesPerLiterLabel.TabIndex = 2;
|
|
this.pulsesPerLiterLabel.Text = "Pulses per liter";
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancelButton.Location = new System.Drawing.Point(186, 17);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(75, 42);
|
|
this.cancelButton.TabIndex = 2;
|
|
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(105, 17);
|
|
this.nextButton.Name = "nextButton";
|
|
this.nextButton.Size = new System.Drawing.Size(75, 42);
|
|
this.nextButton.TabIndex = 1;
|
|
this.nextButton.Text = "&Next >";
|
|
this.nextButton.UseVisualStyleBackColor = true;
|
|
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
|
|
//
|
|
// backButton
|
|
//
|
|
this.backButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.backButton.DialogResult = System.Windows.Forms.DialogResult.Retry;
|
|
this.backButton.Location = new System.Drawing.Point(24, 17);
|
|
this.backButton.Name = "backButton";
|
|
this.backButton.Size = new System.Drawing.Size(75, 42);
|
|
this.backButton.TabIndex = 0;
|
|
this.backButton.Text = "< &Back";
|
|
this.backButton.UseVisualStyleBackColor = true;
|
|
this.backButton.Click += new System.EventHandler(this.backButton_Click);
|
|
//
|
|
// Roi3
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 262);
|
|
this.Controls.Add(this.horizSplitContainer);
|
|
this.Name = "Roi3";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "ROI Data";
|
|
this.Load += new System.EventHandler(this.Roi3_Load);
|
|
this.horizSplitContainer.Panel1.ResumeLayout(false);
|
|
this.horizSplitContainer.Panel1.PerformLayout();
|
|
this.horizSplitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.horizSplitContainer)).EndInit();
|
|
this.horizSplitContainer.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.Button backButton;
|
|
private System.Windows.Forms.TextBox pulsesPerLiterTextBox;
|
|
private System.Windows.Forms.Label pulsesPerLiterLabel;
|
|
private System.Windows.Forms.ComboBox directionComboBox;
|
|
private System.Windows.Forms.Label directionLabel;
|
|
|
|
}
|
|
} |