99 lines
3.9 KiB
C#
99 lines
3.9 KiB
C#
///
|
|
/// Copyright (c) 2013-2023 Senus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Bench.Metrology
|
|
{
|
|
partial class MetrologyDlgBuoyancyTab
|
|
{
|
|
/// <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 Component 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.buoyancyTextBox = new System.Windows.Forms.TextBox();
|
|
this.buoyancyLabel = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.buoyancyTextBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.buoyancyLabel);
|
|
this.splitContainer1.Size = new System.Drawing.Size(420, 300);
|
|
this.splitContainer1.SplitterDistance = 120;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// buoyancyTextBox
|
|
//
|
|
this.buoyancyTextBox.Enabled = false;
|
|
this.buoyancyTextBox.Location = new System.Drawing.Point(189, 51);
|
|
this.buoyancyTextBox.Name = "buoyancyTextBox";
|
|
this.buoyancyTextBox.Size = new System.Drawing.Size(110, 20);
|
|
this.buoyancyTextBox.TabIndex = 1;
|
|
this.buoyancyTextBox.TextChanged += new System.EventHandler(this.buoyancyTextBox_TextChanged);
|
|
//
|
|
// buoyancyLabel
|
|
//
|
|
this.buoyancyLabel.AutoSize = true;
|
|
this.buoyancyLabel.Location = new System.Drawing.Point(41, 54);
|
|
this.buoyancyLabel.Name = "buoyancyLabel";
|
|
this.buoyancyLabel.Size = new System.Drawing.Size(54, 13);
|
|
this.buoyancyLabel.TabIndex = 0;
|
|
this.buoyancyLabel.Text = "Buoyancy";
|
|
//
|
|
// MetrologyDlgBuoyancyTab
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "MetrologyDlgBuoyancyTab";
|
|
this.Size = new System.Drawing.Size(420, 300);
|
|
this.Load += new System.EventHandler(this.MetrologyDlgBuoyancyTab_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TextBox buoyancyTextBox;
|
|
private System.Windows.Forms.Label buoyancyLabel;
|
|
}
|
|
}
|