/// /// Copyright (c) 2013-2015 Sensus Metering Systems /// namespace TBF.Screens { partial class MeasurementTabPageCtrl { /// /// 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.measurementLabel5 = new System.Windows.Forms.Label(); this.measurementLabel4 = new System.Windows.Forms.Label(); this.measurementLabel3 = new System.Windows.Forms.Label(); this.measurementLabel2 = new System.Windows.Forms.Label(); this.measurementLabel = new System.Windows.Forms.Label(); this.measurementTableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.measurementTableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.measurementTableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.measurementTableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.SuspendLayout(); // // measurementLabel5 // this.measurementLabel5.AutoSize = true; this.measurementLabel5.Font = new System.Drawing.Font("Verdana", 11.25F); this.measurementLabel5.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.measurementLabel5.Location = new System.Drawing.Point(471, 136); this.measurementLabel5.Name = "measurementLabel5"; this.measurementLabel5.Size = new System.Drawing.Size(74, 18); this.measurementLabel5.TabIndex = 17; this.measurementLabel5.Text = "Time Bar"; // // measurementLabel4 // this.measurementLabel4.AutoSize = true; this.measurementLabel4.Font = new System.Drawing.Font("Verdana", 11.25F); this.measurementLabel4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.measurementLabel4.Location = new System.Drawing.Point(328, 136); this.measurementLabel4.Name = "measurementLabel4"; this.measurementLabel4.Size = new System.Drawing.Size(74, 18); this.measurementLabel4.TabIndex = 16; this.measurementLabel4.Text = "Time Bar"; // // measurementLabel3 // this.measurementLabel3.AutoSize = true; this.measurementLabel3.Font = new System.Drawing.Font("Verdana", 11.25F); this.measurementLabel3.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.measurementLabel3.Location = new System.Drawing.Point(484, 164); this.measurementLabel3.Name = "measurementLabel3"; this.measurementLabel3.Size = new System.Drawing.Size(45, 18); this.measurementLabel3.TabIndex = 15; this.measurementLabel3.Text = "Total"; // // measurementLabel2 // this.measurementLabel2.AutoSize = true; this.measurementLabel2.Font = new System.Drawing.Font("Verdana", 11.25F); this.measurementLabel2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.measurementLabel2.Location = new System.Drawing.Point(323, 164); this.measurementLabel2.Name = "measurementLabel2"; this.measurementLabel2.Size = new System.Drawing.Size(87, 18); this.measurementLabel2.TabIndex = 14; this.measurementLabel2.Text = "Actual test"; // // measurementLabel // this.measurementLabel.AutoSize = true; this.measurementLabel.Font = new System.Drawing.Font("Verdana", 11.25F); this.measurementLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.measurementLabel.Location = new System.Drawing.Point(639, 514); this.measurementLabel.Name = "measurementLabel"; this.measurementLabel.Size = new System.Drawing.Size(108, 18); this.measurementLabel.TabIndex = 13; this.measurementLabel.Text = "Target values"; // // measurementTableLayoutPanel4 // this.measurementTableLayoutPanel4.ColumnCount = 3; this.measurementTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.measurementTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.measurementTableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.measurementTableLayoutPanel4.Location = new System.Drawing.Point(642, 544); this.measurementTableLayoutPanel4.Name = "measurementTableLayoutPanel4"; this.measurementTableLayoutPanel4.RowCount = 4; this.measurementTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.measurementTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.measurementTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.measurementTableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.measurementTableLayoutPanel4.Size = new System.Drawing.Size(216, 101); this.measurementTableLayoutPanel4.TabIndex = 12; // // measurementTableLayoutPanel3 // this.measurementTableLayoutPanel3.ColumnCount = 3; this.measurementTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.measurementTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); this.measurementTableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F)); this.measurementTableLayoutPanel3.Location = new System.Drawing.Point(521, 11); this.measurementTableLayoutPanel3.Name = "measurementTableLayoutPanel3"; this.measurementTableLayoutPanel3.RowCount = 2; this.measurementTableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.measurementTableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.measurementTableLayoutPanel3.Size = new System.Drawing.Size(348, 55); this.measurementTableLayoutPanel3.TabIndex = 11; // // measurementTableLayoutPanel2 // this.measurementTableLayoutPanel2.ColumnCount = 2; this.measurementTableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.measurementTableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.measurementTableLayoutPanel2.Location = new System.Drawing.Point(11, 245); this.measurementTableLayoutPanel2.Name = "measurementTableLayoutPanel2"; this.measurementTableLayoutPanel2.RowCount = 12; this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel2.Size = new System.Drawing.Size(177, 303); this.measurementTableLayoutPanel2.TabIndex = 10; // // measurementTableLayoutPanel1 // this.measurementTableLayoutPanel1.ColumnCount = 3; this.measurementTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.measurementTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.measurementTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.measurementTableLayoutPanel1.Location = new System.Drawing.Point(11, 21); this.measurementTableLayoutPanel1.Name = "measurementTableLayoutPanel1"; this.measurementTableLayoutPanel1.RowCount = 7; this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.measurementTableLayoutPanel1.Size = new System.Drawing.Size(283, 183); this.measurementTableLayoutPanel1.TabIndex = 9; // // MeasurementTabPageCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(180)))), ((int)(((byte)(200))))); this.Controls.Add(this.measurementLabel5); this.Controls.Add(this.measurementLabel4); this.Controls.Add(this.measurementLabel3); this.Controls.Add(this.measurementLabel2); this.Controls.Add(this.measurementLabel); this.Controls.Add(this.measurementTableLayoutPanel4); this.Controls.Add(this.measurementTableLayoutPanel3); this.Controls.Add(this.measurementTableLayoutPanel2); this.Controls.Add(this.measurementTableLayoutPanel1); this.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MeasurementTabPageCtrl"; this.Size = new System.Drawing.Size(900, 689); this.Paint += new System.Windows.Forms.PaintEventHandler(this.measurement_Paint); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label measurementLabel5; private System.Windows.Forms.Label measurementLabel4; private System.Windows.Forms.Label measurementLabel3; private System.Windows.Forms.Label measurementLabel2; private System.Windows.Forms.Label measurementLabel; private System.Windows.Forms.TableLayoutPanel measurementTableLayoutPanel4; private System.Windows.Forms.TableLayoutPanel measurementTableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel measurementTableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel measurementTableLayoutPanel1; } }