/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.UiControls { partial class MetrologyDlgDensityTab { /// /// 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.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.temperatureTextBox = new System.Windows.Forms.TextBox(); this.temperatureLabel = new System.Windows.Forms.Label(); this.densityTextBox = new System.Windows.Forms.TextBox(); this.densityLabel = 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.temperatureTextBox); this.splitContainer1.Panel1.Controls.Add(this.temperatureLabel); this.splitContainer1.Panel1.Controls.Add(this.densityTextBox); this.splitContainer1.Panel1.Controls.Add(this.densityLabel); this.splitContainer1.Size = new System.Drawing.Size(420, 300); this.splitContainer1.SplitterDistance = 80; this.splitContainer1.TabIndex = 1; // // temperatureTextBox // this.temperatureTextBox.Enabled = false; this.temperatureTextBox.Location = new System.Drawing.Point(159, 43); this.temperatureTextBox.Name = "temperatureTextBox"; this.temperatureTextBox.Size = new System.Drawing.Size(100, 20); this.temperatureTextBox.TabIndex = 3; // // temperatureLabel // this.temperatureLabel.AutoSize = true; this.temperatureLabel.Location = new System.Drawing.Point(37, 46); this.temperatureLabel.Name = "temperatureLabel"; this.temperatureLabel.Size = new System.Drawing.Size(112, 13); this.temperatureLabel.TabIndex = 2; this.temperatureLabel.Text = "@Temperature [degC]"; // // densityTextBox // this.densityTextBox.Enabled = false; this.densityTextBox.Location = new System.Drawing.Point(159, 17); this.densityTextBox.Name = "densityTextBox"; this.densityTextBox.Size = new System.Drawing.Size(100, 20); this.densityTextBox.TabIndex = 1; // // densityLabel // this.densityLabel.AutoSize = true; this.densityLabel.Location = new System.Drawing.Point(37, 20); this.densityLabel.Name = "densityLabel"; this.densityLabel.Size = new System.Drawing.Size(84, 13); this.densityLabel.TabIndex = 0; this.densityLabel.Text = "Density [kg/liter]"; // // MetrologyDlgDensityTab // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "MetrologyDlgDensityTab"; this.Size = new System.Drawing.Size(420, 300); this.Load += new System.EventHandler(this.MetrologyDlgDensityTab_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 temperatureTextBox; private System.Windows.Forms.Label temperatureLabel; private System.Windows.Forms.TextBox densityTextBox; private System.Windows.Forms.Label densityLabel; } }